summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11')
-rwxr-xr-xbuild_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xinit/xorg.conf.set9
-rw-r--r--build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.base23
-rw-r--r--build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-synaptics.conf8
-rw-r--r--build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-xkmap.conf20
4 files changed, 60 insertions, 0 deletions
diff --git a/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xinit/xorg.conf.set b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xinit/xorg.conf.set
new file mode 100755
index 0000000..4430264
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xinit/xorg.conf.set
@@ -0,0 +1,9 @@
+#!/bin/sh
+if [ -f /etc/X11/xorg.conf.base ]; then
+ cp -f /etc/X11/xorg.conf.base /etc/X11/xorg.conf
+ for x in $(cat /proc/cmdline); do
+ [ "${x}" = "nox" ] && :> /tmp/_nox_
+ [ "${x}" = "xvesa" ] && sed 's|^#xvesa||' -i /etc/X11/xorg.conf
+ [ "${x}" = "nodri" ] && sed 's|^#nodri||' -i /etc/X11/xorg.conf
+ done
+fi
diff --git a/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.base b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.base
new file mode 100644
index 0000000..e2683fe
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.base
@@ -0,0 +1,23 @@
+Section "Device"
+ Identifier "Configured Video Device"
+#xvesa Driver "vesa"
+#nodri Option "DRI" "False"
+EndSection
+
+Section "Monitor"
+ Identifier "Configured Monitor"
+# Option "PreferredMode" "1024x768"
+# HorizSync 30.0 - 65.0
+# VertRefresh 50.0 - 75.0
+EndSection
+
+Section "Screen"
+ Identifier "Default Screen"
+ Monitor "Configured Monitor"
+# DefaultDepth 16
+# SubSection "Display"
+# Viewport 0 0
+# Depth 16
+# Modes "1024x768" "800x600"
+# EndSubSection
+EndSection
diff --git a/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-synaptics.conf b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-synaptics.conf
new file mode 100644
index 0000000..d230521
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-synaptics.conf
@@ -0,0 +1,8 @@
+Section "InputClass"
+ Identifier "touchpad no-tap"
+ Driver "synaptics"
+ MatchIsTouchpad "on"
+ Option "TapButton1" "0"
+ Option "TapButton2" "0"
+ Option "TapButton3" "0"
+EndSection
diff --git a/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-xkmap.conf b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-xkmap.conf
new file mode 100644
index 0000000..4ed8749
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/oldprofiles/xmaxi/rootoverlay/etc/X11/xorg.conf.d/20-xkmap.conf
@@ -0,0 +1,20 @@
+# /etc/X11/xorg.conf.d/20-xkmap.conf
+# This file was generated by xkmap to set the keyboard mapping
+# It may be overriden by configuration files loaded later in xorg's
+# start sequence.
+#
+# Edit this file with caution - be aware that it may well be overwritten
+# by future use of xkmap.
+#
+# See the xorg.conf manual page for further configuration details.
+#
+Section "InputClass"
+ Identifier "xkmap keyboard settings"
+ MatchIsKeyboard "yes"
+#MODEL:pc101
+ Option "XkbModel" "pc101"
+#LAYOUT:de
+ Option "XkbLayout" "de"
+#VARIANT:-
+#***V***
+EndSection