Skip to content

Instantly share code, notes, and snippets.

@alkavan
Created May 4, 2012 09:14
Show Gist options
  • Save alkavan/2593509 to your computer and use it in GitHub Desktop.
Save alkavan/2593509 to your computer and use it in GitHub Desktop.
Install inscructions for Funtoo/Gentoo Linux
# Install vmware x11 video driver
emerge -va x11-drivers/xf86-video-vmware
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 "1280x1024" 100 1280 1300 1400 1500 1024 1100 1200 1300
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 "1280x1024"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment