Use Xorg for tinycore appliances

This use the tips from @ehlers allowing a better sync
between mouse pointer and VNC client.
This commit is contained in:
Julien Duponchelle
2016-01-11 13:47:29 +01:00
parent bafbb1193f
commit 54854648d7
4 changed files with 63 additions and 23 deletions

View File

@ -1,7 +1,21 @@
# Install the GUI
tce-load -wi fltk-1.3
tce-load -wi flwm
tce-load -wi Xvesa
# Install gui
tce-load -wi Xorg-7.7
# set X resolution to 800x600
cat > 99-resolution.conf <<'EOF'
Section "Screen"
Identifier "Screen0"
DefaultDepth 24
SubSection "Display"
Modes "800x600"
EndSubSection
EndSection
EOF
sudo mv 99-resolution.conf /usr/local/share/X11/xorg.conf.d/
tce-load -wi wbar
tce-load -wi Xprogs
tce-load -wi Xlibs