blob: f60e76a4ae3343d5df4fbdaf43e3680653781862 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Section "Device"
Identifier "Intel GenX"
Driver "intel"
Option "monitor-HDMI3" "driver-screen"
Option "monitor-VGA1" "passenger-screen"
EndSection
Section "Monitor"
Identifier "driver-screen"
Option "PreferredMode" "1024x768"
EndSection
Section "Monitor"
Identifier "passenger-screen"
Option "PreferredMode" "1024x768"
Option "RightOf" "driver-screen"
EndSection
|