Skip to content

Instantly share code, notes, and snippets.

@mogigoma
Created November 8, 2009 03:58
Show Gist options
  • Save mogigoma/229090 to your computer and use it in GitHub Desktop.
Save mogigoma/229090 to your computer and use it in GitHub Desktop.
Section "Files"
# Critical Fonts.
FontPath "/usr/share/fonts/misc:unscaled"
# Personal Fonts.
FontPath "/usr/share/fonts/local/"
# System Fonts.
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/artwiz-aleczapka-en"
FontPath "/usr/share/fonts/baekmuk-fonts"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cronyx"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/dejavu"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/intlfonts"
FontPath "/usr/share/fonts/kochi-substitute"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/util"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "5:0:0"
Option "NoLogo" "false"
Option "RenderAccel" "true"
Option "HWcursor" "true"
Option "CursorShadow" "true"
Option "CursorShadowAlpha" "32"
Option "CursorShadowXOffset" "3"
Option "CursorShadowYOffset" "3"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "UseEvents" "false"
Option "RenderAccel" "true"
Option "DPMS" "true"
# Option "TwinView" "true"
# Option "ConnectedMonitors" "CRT,TV"
# Option "SecondMonitorHorizSync" "30-50"
# Option "SecondMonitorVertRefresh" "60"
# Option "TwinViewOrientation" "Clone"
# Option "MetaModes" "1024x768,1024x768"
Screen 0
EndSection
Section "Monitor"
Identifier "LG-LCD"
VertRefresh 60
DisplaySize 490 321
Option "DPMS"
EndSection
Section "Screen"
Identifier "default"
Device "nvidia"
Monitor "LG-LCD"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1680x1050" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "default"
Screen "default"
Option "StandbyTime" "10"
EndSection
Section "ServerFlags"
Option "Zap" "true"
Option "Zoom" "false"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment