Created
November 16, 2014 23:15
-
-
Save vzarytovskii/ba5c37928fde1de6b733 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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