Skip to content

Instantly share code, notes, and snippets.

@vzarytovskii
Created November 16, 2014 23:15
Show Gist options
  • Save vzarytovskii/ba5c37928fde1de6b733 to your computer and use it in GitHub Desktop.
Save vzarytovskii/ba5c37928fde1de6b733 to your computer and use it in GitHub Desktop.
Section "Device"
Identifier "Parallels Video"
Driver "prlvideo"
EndSection
# Parallels Monitor section
Section "Monitor"
Identifier "Parallels Monitor"
VendorName "Parallels Inc."
ModelName "Parallels Monitor"
EndSection
# Parallels Screen section
Section "Screen"
Identifier "Parallels Screen"
Device "Parallels Video"
Monitor "Parallels Monitor"
Option "NoMTRR"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
# DefaultFlags section
Section "ServerFlags"
Option "AllowEmptyInput" "yes"
Option "AutoAddDevices" "yes"
EndSection
# DefaultLayout section
Section "ServerLayout"
Identifier "DefaultLayout"
Screen "Parallels Screen"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment