mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-16 05:08:39 +09:00
Override files / add calibration script for the first run
This commit is contained in:
4
os-brainux/override/etc/X11/Xsession.d/96calibrate
Normal file
4
os-brainux/override/etc/X11/Xsession.d/96calibrate
Normal file
@@ -0,0 +1,4 @@
|
||||
if [ ! -e /etc/X11/xorg.conf.d/99-calibrator.conf ]; then
|
||||
xinput_calibrator --output-filename /etc/X11/xorg.conf.d/99-calibrator.conf
|
||||
fi
|
||||
|
8
os-brainux/override/etc/X11/xorg.conf
Normal file
8
os-brainux/override/etc/X11/xorg.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
Section "Device"
|
||||
Identifier "device"
|
||||
Driver "fbdev"
|
||||
EndSection
|
||||
Section "Screen"
|
||||
Identifier "screen"
|
||||
Device "device"
|
||||
EndSection
|
Reference in New Issue
Block a user