Advertisement
Guest User

Untitled

a guest
Mar 5th, 2010
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Device"
  2.     Identifier     "nVidia Corporation NV43 [GeForce 6600 GT]"
  3.     Driver  "nvidia"
  4.     Option      "Coolbits"  "1"
  5.     Option      "AddARGBGLXVisuals" "true"
  6.     Option      "TripleBuffer"  "false"
  7.     #BusID "PCI:5:0:0"
  8. EndSection
  9.  
  10. Section "InputDevice"
  11.     Identifier    "Generic Keyboard"
  12.     Driver        "kbd"
  13.     Option        "CoreKeyboard"
  14.     Option        "XkbRules"    "xorg"
  15.     Option        "XkbModel"    "pc105"
  16.     Option        "XkbLayout"    "fr"
  17.     Option     "XkbVariant"   "latin9"
  18. EndSection
  19.  
  20.  
  21. Section "Extensions"
  22. #   Option      "Composite" "disable"
  23. #   Option      "RENDER"    "disable"
  24. EndSection
  25.  
  26. Section "Module"
  27.     Load    "glx"
  28. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement