Quote:
# Parallels video driver
Section "Device"
Identifier "Parallels Video"
Driver "prlvideo"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Option "LVDSBiosNativeMode" "false"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
#Parallels monitor
Section "Monitor"
Identifier "Parallels Monitor"
VendorName "Parallels Inc."
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
#Parallels screen
Section "Screen"
Identifier "Parallels Screen"
Device "Parallels Video"
Monitor "Parallels Monitor"
Option "NoMTRR"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x900"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
# Server layout
Section "ServerLayout"
Identifier "Default Layout"
Screen "Parallels Screen"
InputDevice "Parallels Mouse" "CorePointer"
# Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
|
equality72521,
Here is a working xorg.conf file for a Parallels based Linux.