summaryrefslogtreecommitdiff
path: root/packaging/xorg-dual.conf
diff options
context:
space:
mode:
authorGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>2012-09-04 23:47:01 +0200
committerGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>2012-10-01 14:45:59 -0700
commitb10b778d6c3611387a1226016b2f6de52c3f92a4 (patch)
tree09b632401191c2a7bfe47c3ca9c1a39bcb8a4214 /packaging/xorg-dual.conf
parent710cff40935203cf9b6332f792d109878bb26341 (diff)
downloadivi-demo-config-b10b778d6c3611387a1226016b2f6de52c3f92a4.tar.gz
ivi-demo-config-b10b778d6c3611387a1226016b2f6de52c3f92a4.tar.bz2
ivi-demo-config-b10b778d6c3611387a1226016b2f6de52c3f92a4.zip
Major revision of package
Added changelog information Moved source file to correct location Fix spec file Remove conflicts with Wayland as it causes a list of things to be removed Update xorg.conf file Update AMB config file for demo Add couple of scripts to use gear stick pad buttons Fix automotive-message-broker version requirement Correct path to AMB config file Bump up version Revamp of rundemo.sh script to use 'case' instead of nested 'if' Add postinstall script to give any system a unique, friendly name
Diffstat (limited to 'packaging/xorg-dual.conf')
-rw-r--r--packaging/xorg-dual.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/packaging/xorg-dual.conf b/packaging/xorg-dual.conf
new file mode 100644
index 0000000..f60e76a
--- /dev/null
+++ b/packaging/xorg-dual.conf
@@ -0,0 +1,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