Les ecran de veille openGL de debian

Les ecran de veille openGL de debian - Hardware - Linux et OS Alternatifs

Marsh Posté le 04-03-2008 à 00:19:23    

salut. j'ai ma geforce 8600 qui marche nickel (j'arrive à faire marcher halflife 2 )
mais certains (une bonne partie même)de mes ecran de veillle openGL refusent de se lancer et restent noir.
y t-il quelque chose qui manque (ou en trop )dans mon xorg.conf : ?

Code :
  1. Section "ServerLayout"
  2.     Identifier     "Default Layout"
  3.     Screen         "Default Screen" 0 0
  4.     InputDevice    "Generic Keyboard"
  5.     InputDevice    "Configured Mouse"
  6. EndSection
  7. Section "Files"
  8.     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  9.     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  10.     FontPath        "/usr/local/share/fonts"
  11. EndSection
  12. Section "Module"
  13.     Load           "i2c"
  14.     Load           "bitmap"
  15.     Load           "ddc"
  16.     Load           "extmod"
  17.     Load           "freetype"
  18.     Load           "int10"
  19.     Load           "vbe"
  20.     Load           "glx"
  21. EndSection
  22. Section "InputDevice"
  23.     Identifier     "Generic Keyboard"
  24.     Driver         "kbd"
  25.     Option         "CoreKeyboard"
  26.     Option         "XkbRules" "xorg"
  27.     Option         "XkbModel" "pc105"
  28.     Option         "XkbLayout" "fr"
  29.     Option         "XkbVariant" "latin9"
  30. EndSection
  31. Section "InputDevice"
  32.     Identifier     "Configured Mouse"
  33.     Driver         "mouse"
  34.     Option         "CorePointer"
  35.     Option         "Device" "/dev/input/mice"
  36.     Option         "Protocol" "ExplorerPS/2"
  37.     Option         "Buttons" "9"
  38.     Option         "ZAxisMapping" "4 5"
  39.     Option         "SendCoreEvents" "true"
  40. EndSection
  41. Section "Monitor"
  42. #    ModeLine       "1600x1200_65.00" 176.2 1600 1712 1888 2176 1200 1201 1204 1246 -hsync +vsync
  43. #    ModeLine       "1280x1024_80.00" 149.6 1280 1376 1512 1744 1024 1025 1028 1072 -hsync +vsync
  44.     Identifier     "Compaq V700"
  45.     HorizSync       30.0 - 85.0
  46.     VertRefresh     50.0 - 160.0
  47.     ModeLine       "1024x768_105.00" 119.3 1024 1096 1208 1392 768 769 772 816 -hsync +vsync
  48.     ModeLine       "1024x768_100.00" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
  49.     ModeLine       "1024x768_85.00" 94.4 1024 1088 1200 1376 768 769 772 807 -hsync +vsync
  50.     ModeLine       "800x600_133.00" 93.8 800 856 944 1088 600 601 604 648 -hsync +vsync
  51.     ModeLine       "800x600_100.00" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
  52.     ModeLine       "640x480_160.00" 72.8 640 680 752 864 480 481 484 527 -hsync +vsync
  53.     Option         "DPMS"
  54. EndSection
  55. Section "Device"
  56.     Identifier     "NVIDIA GeForce 8600 GT"
  57.     Driver         "nvidia"
  58. EndSection
  59. Section "Screen"
  60. #    Option         "RenderAccel" "true"
  61. #    Option         "AddARGBVisuals" "True"
  62. #    Option         "AddARGBGLXVisuals" "True"
  63. #    Option         "XAANoOffscreenPixmaps"
  64.     Identifier     "Default Screen"
  65.     Device         "NVIDIA GeForce 8600 GT"
  66.     Monitor        "Compaq V700"
  67.     DefaultDepth    24
  68.     SubSection     "Display"
  69.         Depth       24
  70.         Modes      "1024x768_105.00" "1024x768_100.00" "1024x768_85.00" "800x600_133.00" "800x600_100.00" "640x480_160.00"
  71.     EndSubSection
  72. EndSection


Message édité par anisometropie le 04-03-2008 à 00:25:50

---------------
I didn't mean you're useless. I only meant you never do anything of any use.
Reply

Marsh Posté le 04-03-2008 à 00:19:23   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed