VirtualBox

Ticket #4369: xorg.2.conf

File xorg.2.conf, 2.1 KB (added by Taik-Yon Yoo, 15 years ago)

X11 configuration

Line 
1Section "ServerLayout"
2 Identifier "Layout1"
3# Screen "Screen1" 0 0
4 Screen 0 "Screen1" 0 0
5# Screen "Screen2" RightOf "Screen1"
6 InputDevice "Mouse1"
7 InputDevice "Keyboard1"
8EndSection
9
10Section "Files"
11 FontPath "/usr/share/fonts/X11/misc"
12 FontPath "/usr/share/fonts/X11/75dpi"
13EndSection
14
15Section "Module"
16 Load "glx"
17 Load "dbe"
18 Load "dri"
19
20 SubSection "extmod"
21 Option "omit xfree86-dga"
22 EndSubSection
23EndSection
24
25Section "ServerFlags"
26 Option "Xinerama" "off"
27EndSection
28
29Section "InputDevice"
30 Identifier "Keyboard1"
31 Driver "kbd"
32 Option "CoreKeyboard"
33 Option "XkbRules" "xorg"
34 Option "XkbModel" "pc105"
35 Option "XkbLayout" "us"
36EndSection
37
38Section "InputDevice"
39 Identifier "Mouse1"
40 Driver "mouse"
41 Option "CorePointer"
42 Option "Name" "Razer DeathAdder"
43 Option "Device" "/dev/input/mice"
44EndSection
45
46Section "Monitor"
47 Identifier "Monitor1"
48 Option "VendorName" "1PLUS"
49 Option "ModelName" "LM240HA"
50EndSection
51
52Section "Monitor"
53 Identifier "Monitor2"
54 Option "VendorName" "LG"
55 Option "ModelName" "L204WT"
56EndSection
57
58Section "Device"
59 Identifier "Device1"
60 Driver "fglrx"
61 BusID "PCI:2:0:0"
62
63 Option "DPMS" "off"
64 Option "VideoOverlay" "off"
65 Option "OpenGLOverlay" "on"
66# Option "DesktopSetup" "horizontal"
67 Option "OverlayOnCRTC2" "on"
68 Option "UseInternalAGPGART" "no"
69EndSection
70
71Section "Device"
72 Identifier "Device2"
73 Driver "fglrx"
74 BusID "PCI:2:0:0"
75 Screen 1
76
77 Option "DPMS" "off"
78EndSection
79
80Section "Screen"
81 Identifier "Screen1"
82 Device "Device1"
83 Monitor "Monitor1"
84 DefaultDepth 24
85
86 SubSection "Display"
87 Viewport 0 0
88 Depth 24
89# Virtual 3600 1200
90 EndSubSection
91EndSection
92
93Section "Screen"
94 Identifier "Screen2"
95 Device "Device2"
96 Monitor "Monitor2"
97 DefaultDepth 24
98
99 SubSection "Display"
100 Viewport 0 0
101 Depth 24
102 EndSubSection
103EndSection
104
105Section "DRI"
106 Group "video"
107 Mode 0660
108EndSection
109
110Section "Extensions"
111 Option "Composite" "on"
112EndSection

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy