Im running on Gentoo Linux with a 7800 GT heres my xorg.conf
Code:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse using /dev/input/mice in Kernel 2.6
# Serial Mouse not detected
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "127.0.0.1:7100"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/jmk"
FontPath "/usr/share/fonts/lfp-fix"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/lfp-var"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/baekmuk"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/jisx0213"
FontPath "/usr/share/fonts/monafont"
FontPath "/usr/share/fonts/mplus"
FontPath "/usr/share/fonts/shinonome"
FontPath "/usr/share/fonts/ttf"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ttf/korean/baekmuk"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ghostscript"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/unifont"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-*/input0"
Option "Device" "/dev/input/mice"
Option "Buttons" "12"
Option "ZAxisMapping" "11 12"
Option "Resolution" "800"
EndSection
# Auto-generated by KNOPPIX mkxf86config
Section "Monitor"
Identifier "Monitor0"
VendorName "Dell"
ModelName "2405FPW"
DisplaySize 488 305
Modeline "DELL1920" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync
Modeline "DELL1600" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
Modeline "DELL1280" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
Modeline "DELL1152" 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
Modeline "DELL1024" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
Modeline "DELL800" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
Modeline "DELL640" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "NVIDIA Geforce 7800 GT"
Option "RenderAccel" "on"
Option "DPMS" "on"
Option "DigitalVibrance" "0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "DELL1920"
ViewPort 0 0
EndSubsection
EndSection