Это старая версия документа!


Slax

DNS

Keyboard

OpenConnect

fluxbox

How to disable autologin?

cat /lib/systemd/system/xorg.service 

[Unit]
Description=X-Window
ConditionKernelCommandLine=!text
After=systemd-user-sessions.service

[Service]
ExecStart=/bin/su --login -c "/usr/bin/startx -- :0 vt7 -ac -nolisten tcp"
cat ~/.xinitrc 

startfluxbox
tail ~/.fluxbox/startup 

if [ "$(virt-what | egrep -i "virtualbox|vmware")" != "" ]; then
   # this is here to fix some strange virtualbox bug
   # to adjust window size properly
   fbscreensize 1440x900 -n
   fbscreensize 1280x800 -n
fi

# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.
exec fluxbox
  • notes/slax.1675375077.txt.gz
  • Последние изменения: 2023/02/03 00:57
  • szorin