Skip to content

Instantly share code, notes, and snippets.

@igal
Created April 19, 2009 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igal/97840 to your computer and use it in GitHub Desktop.
Save igal/97840 to your computer and use it in GitHub Desktop.
Ubuntu 8.10 xorg.conf nVidia
### xorg.conf accelerated devices that I'm using
# Ubuntu 8.10 with nVidia GeForce 8400M GS
Section "Device"
Identifier "Device0"
VendorName "NVIDIA Corporation"
Option "AccelMethod" "exa"
Option "MigrationHeuristic" "always"
Option "ExaNoComposite" "false"
Option "FBTexPercent" "0"
Driver "nvidia"
EndSection
# Ubuntu 8.04 with nVidia GeForce 6150
Section "Device"
Identifier "nVidia Video Card"
Driver "nvidia"
Option "AccelMethod" "XAA"
Option "RenderAccel" "true"
EndSection
# Fedora 9 with nVidia GeForce4 MX
Section "Device"
Identifier "nVidia Video Card"
Driver "nvidia"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment