#1 Le 09/01/2007, à 22:47
- mephissto
Pb Beryl + nvidia + xgl + Ubuntu 6.06 !!
Bonjour ....
Je viens d'installer Xgl et Beryl sous Ubuntu 6.06, ainsi que les pilotes pour ma carte 3D Nvidia FX 5700..
Tout ce passe bien au lancement de ma session Xgl, le probleme vient quand je lance beryl, il se lance normalement mais ca reste sur un écran blanc... Je peux utiliser les racourcis, comme Ctrl + Alt + "clic_souris" pour faire bouger les bureaux sur le cube ou alors Alt + Tab mais tout reste blanc.....
J'ai réussi a faire une capture d'écran du Terminal duquel je lance beryl ce qui donne ca :
Mon xorg.conf est le suivant :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Dec 15 10:12:14 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-xorgSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSectionSection "Files"
# path to defoma fonts
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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "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
EndSectionSection "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
EndSectionSection "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
EndSectionSection "Monitor"
Identifier "B71A"
Option "DPMS"
EndSectionSection "Device"
Identifier "NVIDIA Corporation NV36.2 [GeForce FX 5700]"
Driver "nvidia"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36.2 [GeForce FX 5700]"
Monitor "B71A"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSectionSection "Extensions"
Option "Composite" "Enable"
EndSection
Merci de pour votre aide futur !!
#2 Le 09/01/2007, à 23:39
- bobynux
Re : Pb Beryl + nvidia + xgl + Ubuntu 6.06 !!
euh je suis pas expert, mais il me semble que si tu as une carte nvidia tu n'as pas besoin de xgl, il est préférable d'utiliser aiglx...
Hors ligne
#3 Le 10/01/2007, à 00:11
- Oyster
Re : Pb Beryl + nvidia + xgl + Ubuntu 6.06 !!
J'ai resolu ce probleme en rajoutant les 2 dernieres lignes (option...) ci-dessous :
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "L1515S"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
Ubuntu Lucid Lynx
Portable AMD Athlon(tm) 64 X2 Dual Core Processor TK-57 GeForce 7000M
Hors ligne
#4 Le 10/01/2007, à 22:03
- mephissto
Re : Pb Beryl + nvidia + xgl + Ubuntu 6.06 !!
Merci pour les réponses je vais testé ca et je vous tiens au courant !!
#5 Le 11/01/2007, à 20:23
- mephissto
Re : Pb Beryl + nvidia + xgl + Ubuntu 6.06 !!
En fait c'est bon j'ai installé Ubuntu 6.10 et ca marche, j'ai juste un probleme avec les barres des fenetres !!
Merci pour les réponses !!