CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fix libEGL symlink error in marvell-libgfx
[ports/cubox-arm.git] / xorg-xf86-video-dove / xorg.conf
CommitLineData
f0e0dd16
RM
1Section "Monitor"
2 Identifier "DVI"
3 Option "Position" "0 0"
4 Option "Enable" "true"
5 Option "PreferredMode" "1920x1080"
6# Option "PreferredMode" "1280x720"
7# Option "Rotate" "left"
8# Option "NoDDCValue" "true"
9# Option "PreferredMode" "800x600"
10EndSection
11Section "Monitor"
12 Identifier "VGA"
13 Option "Position" "0 0"
14 Option "Enable" "true"
15 Option "PreferredMode" "1920x1080"
16# Option "PreferredMode" "1280x720"
17# Option "PreferredMode" "800x600"
18EndSection
19
20Section "Device"
21 Identifier "Driver0"
22 Screen 0
23 Driver "dovefb"
24 Option "debug" "false"
25# Option "ShadowFB" "TRUE"
26# Option "UseGPU" "FALSE"
27 Option "ExaAccel" "FALSE"
28 Option "Solid" "TRUE"
29 Option "Copy" "TRUE"
30 Option "Composite" "FALSE"
31 Option "SWSolid" "FALSE"
32 Option "SWCopy" "FALSE"
33 Option "Commit" "FALSE"
34 Option "XvAccel" "TRUE"
35 Option "HWCursor" "false"
36 Option "EncFunc" "7"
37 Option "UseDriverBuiltInMode" "TRUE"
38 Option "EnableDualDisplay" "true"
39 Option "Monitor-VGA" "VGA"
40 Option "Monitor-lvds" "DVI"
41EndSection
42
43Section "Screen"
44 Device "Driver0"
45 Identifier "Primary Screen"
46 DefaultDepth 32
47 DefaultFbBpp 32
48 SubSection "Display"
49 Viewport 0 0
50 Virtual 2048 2048
51 EndSubSection
52EndSection
53