#1 Le 25/03/2007, à 14:14
- WillyY
[réglé]Problème beryl - pas de barre de titre + terminal "blanc"
Bonjour à tous, alors voilà, j'ai un petit soucis sous beryl, en fait il se lance nickel, j'ai le cube. Donc, pour l'installer, je mis suis pris comme celà :
J'ai installé les dernier pilotes nvidia avec envy. Tout c'est bien passé...
Ensuite, j'ai installé beryl, pareil tout c'est passé comme il faut.
Pour les barres de titres, j'ai bien ajouté dans le xorg.conf : dans la section screen :
Option "AddARGBGLXVISUALS" "true"
j'ai même ajouté :
Option "TrippleBuffer" "true"
J'ai modifié aussi :
DefaultDepth 24
J'ai bien vérifier que les pilotes sont les nvidia dans le xorg.
Et pour finir, comme carte graphique, j'ai une nvidia geforce go 7600 256Mo.
Donc pour en venir à mes problèmes, je n'ai pas de barres de titres, et quand je lance un terminal, c'est tout blanc, je n'ai ni texte dedans ni barre d'outils...
Merci de m'aider
Dernière modification par WillyY (Le 25/03/2007, à 18:48)
Hors ligne
#2 Le 25/03/2007, à 15:55
- WillyY
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
J'ajoute aussi que j'ai fait un test beryl --only-test, il me renvoie que des "passed"...
Hors ligne
#3 Le 25/03/2007, à 18:48
- WillyY
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
En fait, mon problème est réglé : j'ai ajouté ceci dans le fichier xorg.conf.
Section "Device"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
EndSection
Voilà, tout c'est réglé sans problème...
Hors ligne
#4 Le 30/03/2007, à 14:28
- matigol
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
J'ai exactement le meme souci, sauf la carte graphique.
Envy + beryl
je rajouterais tes lignes et reviens poster..
Hors ligne
#5 Le 30/03/2007, à 15:55
- vilraleur
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
Section "Device"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
EndSection
J'ai le même soucis et ces quelques ligne ne m'ont rien modifié.
Que ce soit après un reboot du serveur X (ctrl + alt + <-) ou un reboot complet de la machine.
Petit ! Méchant ! Médiocre !
Vilraleur
Tant qu'il râle c'est qu'il est pas mort
Hors ligne
#6 Le 30/03/2007, à 18:40
- matigol
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
Moi non plus.
Mais je me pose une question :
faut il le mettre à un endroit précis ou pas ?
Hors ligne
#7 Le 30/03/2007, à 19:26
- freddo42
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
oui
quand tu edite ton xorg.conf, il faut que tu trouve la ligne
Device et en dessous tu colle les options.
ensuite tu rebout X
ctrl-alt-backspace
apres ca devrais etre bon
:D :D :D :D
et que linux soit avec vous.....
convertis : 1
Hors ligne
#8 Le 30/03/2007, à 20:23
- matigol
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV17 [GeForce4 420 Mac 32M/GeForce 440 Go 64M]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 420 Mac 32M/GeForce 440 Go 64M]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Voilà mon xorg.conf et même après un reboot, toujours pas mes barres de titres....
Tu m'aides encore un peu ?
Hors ligne
#9 Le 30/03/2007, à 21:53
- Hisokaa
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
En fait, mon problème est réglé : j'ai ajouté ceci dans le fichier xorg.conf.
Section "Device" Option "AllowGLXWithComposite" "true" Option "XAANoOffscreenPixmaps" Option "AddARGBGLXVisuals" "true" Option "TripleBuffer" "true" EndSection
Voilà, tout c'est réglé sans problème...
ça a très bien fonctionné pour moi
Merci pour l'astuce ^^
Grâce à ça j'ai compris pourquoi les thèmes ne s'activaient pas
Hors ligne
#10 Le 30/03/2007, à 22:37
- freddo42
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
voici mon xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Nov 9 17:55:59 PST 2006
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "MD1772xe"
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-B"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600 GT]"
Monitor "MD1772xe"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
:D :D :D :D
et que linux soit avec vous.....
convertis : 1
Hors ligne
#11 Le 31/03/2007, à 01:14
- matigol
Re : [réglé]Problème beryl - pas de barre de titre + terminal "blanc"
Ben chez moi toujours rien...
D'autres pistes ?
Hors ligne