xf86-video-dove: cleanup xorg config

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-01 04:00:02 +01:00
parent c23eab0fed
commit 68835afa47

View File

@ -1,19 +1,11 @@
Section "Monitor"
Identifier "DVI"
Option "Position" "0 0"
Option "Enable" "true"
Option "PreferredMode" "1920x1080"
# Option "PreferredMode" "1280x720"
# Option "Rotate" "left"
# Option "NoDDCValue" "true"
# Option "PreferredMode" "800x600"
EndSection
Section "Monitor"
Identifier "VGA"
Identifier "HDMI"
Option "Position" "0 0"
Option "Enable" "true"
Option "PreferredMode" "1920x1080"
# Option "PreferredMode" "1280x720"
# Option "PreferredMode" "1024x768"
# Option "PreferredMode" "640x480"
# Option "PreferredMode" "800x600"
EndSection
@ -21,9 +13,7 @@ Section "Device"
Identifier "Driver0"
Screen 0
Driver "dovefb"
Option "debug" "false"
# Option "ShadowFB" "TRUE"
# Option "UseGPU" "FALSE"
Option "debug" "TRUE"
Option "ExaAccel" "FALSE"
Option "Solid" "TRUE"
Option "Copy" "TRUE"
@ -32,22 +22,20 @@ Section "Device"
Option "SWCopy" "FALSE"
Option "Commit" "FALSE"
Option "XvAccel" "TRUE"
Option "HWCursor" "false"
Option "HWCursor" "FALSE"
Option "EncFunc" "7"
Option "UseDriverBuiltInMode" "TRUE"
Option "EnableDualDisplay" "true"
Option "Monitor-VGA" "VGA"
Option "Monitor-lvds" "DVI"
Option "EnableDualDisplay" "FALSE"
EndSection
Section "Screen"
Device "Driver0"
Identifier "Primary Screen"
DefaultDepth 32
DefaultFbBpp 32
Monitor "HDMI"
Identifier "Screen"
# DefaultDepth 24
# DefaultFbBpp 24
SubSection "Display"
Viewport 0 0
Virtual 2048 2048
EndSubSection
EndSection