xorg.conf
insomniac adler # cat /etc/X11/xorg.conf
Section “ServerLayout”
Identifier “X.Org Configured”
Screen 0 “Screen0″ 0 0
InputDevice “Keyboard0″ “CoreKeyboard”
InputDevice “Mouse0″ “CorePointer”
EndSection
Section “ServerFlags”
Option “AllowMouseOpenFail” “true”
EndSection
Section “Files”
FontPath “/usr/share/fonts/util”
FontPath “/usr/share/fonts/encodings”
FontPath “/usr/share/fonts/misc”
FontPath “/usr/share/fonts/local”
FontPath “/usr/share/fonts/terminus”
FontPath “/usr/share/fonts/corefonts”
FontPath “/usr/local/share/fonts”
FontPath “/usr/share/fonts/default”
FontPath “/usr/share/fonts/TTF”
FontPath “/usr/share/fonts/type1″
FontPath “/usr/share/fonts/100dpi”
FontPath “/usr/share/fonts/75dpi”
FontPath “/usr/share/fonts/arphicfonts”
FontPath “/usr/share/fonts/jisx0213″
FontPath “/usr/share/fonts/shinonome”
FontPath “/usr/share/fonts/baekmuk-fonts”
FontPath “/usr/share/fonts/kacst-fonts”
FontPath “/usr/share/fonts/sgi-fonts”
FontPath “/usr/share/fonts/unfonts”
FontPath “/usr/share/fonts/lfpfonts-fix”
FontPath “/usr/share/fonts/default/ghostscript”
FontPath “/usr/share/fonts/xfonts-cronyx-100dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-75dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-misc:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-100dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-75dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-misc”
FontPath “/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-cp1251-100dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-cp1251-75dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-cp1251-misc”
FontPath “/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-isocyr-100dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-isocyr-75dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-isocyr-misc”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8r-100dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8r-75dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8r-misc”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8u-100dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8u-75dpi”
FontPath “/usr/share/fonts/xfonts-cronyx-koi8u-misc”
EndSection
Section “Module”
Load “dbe”
Load “vbe”
Load “dbe”
Load “extmod”
Load “glx”
Load “bitmap”
Load “type1″
Load “freetype”
Load “record”
EndSection
Section “InputDevice”
Identifier “Mouse0″
Driver “evdev”
Option “CorePointer”
Option “Device” “/dev/input/event3″
EndSection
Section “InputDevice”
Identifier “Keyboard0″
Option “CoreKeyboard”
Option “Device” “/dev/input/event2″
Option “XkbLayout” “br-abnt2″
Option “evBits” “+1″
Option “keyBits” “~1-255 ~352-511″
Option “Pass” “3″
Driver “evdev”
EndSection
Section “Monitor”
Identifier “Monitor0″
HorizSync 28.0 – 96.0
VertRefresh 50.0 – 75.0
EndSection
Section “Device”
Identifier “Card0″
Driver “nvidia”
Option “RenderAccel” “true”
Option “AllowGLXWithComposite” “true”
Option “UseEvents” “false”
VendorName “nVidia Corporation”
BoardName “GeForce 7100 GS”
BusID “PCI:2:0:0″
EndSection
Section “Screen”
Identifier “Screen0″
Device “Card0″
Monitor “Monitor0″
DefaultDepth 24
Option “AddARGBGLXVisuals” “True”
Option “DisableGLXRootClipping” “true”
Option “TwinView” “0″
Option “metamodes” “1280×1024 +0+0; 1024×768 +0+0; 800×600 +0+0; 640×480 +0+0″
Option “TripleBuffer” “True”
SubSection “Display”
Viewport 0 0
Depth 24
Modes “1280×1024″ “1024×768″ “800×600″ “640×480″
EndSubSection
EndSection
Section “Extensions”
Option “Composite” “Enable”
EndSection
