Glxgears

Darkangek -  
 Philippe -
Rebonjour a tous,


et oui encore une question!! :)

voila j'ai installer mes drivers nvidia sous mandrake 10.1 tout e passe bien seulemetn quand je fais glxgears ca me donne
Error: couldn't get an RGB, Double-buffered visual

pkoi ?.??

1 réponse

Philippe
 
edit en root ton fichier /etc/X11/XF86Config
ou equivalent et rajoute Load "glx" dans la section module
reboot ou (init 3 init 5)

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 84 Hz"
HorizSync 31.5-82
VertRefresh 50-90
Gamma 2.00 2.00 2.00 # created by KGamma
EndSection
Section "Monitor"
Identifier "TV"
VendorName "Thomson"
ModelName "50cm"
HorizSync 30.0 - 50.0
VertRefresh 60
EndSection

Section "Device"
Identifier "device1"
Driver "nvidia"
Option "ConnectedMonitor" "TV, CRT"
Option "DPMS"
Option "NvAGP" "3"
Option "TwinView"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
Option "TVStandard" "PAL-N"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
0