Skip to content

Instantly share code, notes, and snippets.

@alkavan
Created April 28, 2012 19:44
Show Gist options
  • Save alkavan/2521605 to your computer and use it in GitHub Desktop.
Save alkavan/2521605 to your computer and use it in GitHub Desktop.
funtoo Xorg Configuration
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "record"
Load "dri2"
Load "dbe"
Load "dri"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "VMware"
ModelName "VMWare virtual monitor"
HorizSync 1.0 - 10000.0
VertRefresh 1.0 - 10000.0
ModeLine "800x600" 100 800 900 1000 1100 600 700 800 900
ModeLine "1024x768" 100 1024 1100 1200 1300 768 800 900 1000
ModeLine "1152x864" 100 1152 1200 1300 1400 864 900 1000 1100
ModeLine "1280x768" 100 1280 1300 1400 1500 768 800 900 1000
ModeLine "1280x800" 100 1280 1300 1400 1500 800 900 1000 1100
ModeLine "1280x960" 100 1280 1300 1400 1500 960 1000 1100 1200
ModeLine "1280x1024" 100 1280 1300 1400 1500 1024 1100 1200 1300
ModeLine "1366x768" 100 1366 1400 1500 1600 768 800 900 1000
ModeLine "1440x900" 100 1440 1500 1600 1700 900 1000 1100 1200
ModeLine "1600x1200" 100 1600 1700 1800 1900 1200 1300 1400 1500
ModeLine "1680x1050" 100 1680 1700 1800 1900 1050 1100 1200 1300
ModeLine "1920x1080" 100 1920 2000 2100 2200 1080 1100 1200 1300
ModeLine "1920x1200" 100 1920 2000 2100 2200 1200 1300 1400 1500
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "HWcursor" # [<bool>]
#Option "Xinerama" # [<bool>]
#Option "StaticXinerama" # <str>
Identifier "Card0"
Driver "vmware"
VendorName "VMware Inc"
BoardName "Abstract SVGA II Adapter"
BusID "PCI:0:15:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "1024x768" "1152x864" "1280x768" "1280x800" "1280x960" "1280x1024" "1366x768" "1440x900" "1600x1200" "1680x1050" "1920x1080" "1920x1200"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment