Site Tools


Sidebar

software:switch:opensuse

openSUSE Tumbleweed

# suse has by default no symlink to default.target in /etc/systemd/system .
# It runs the graphical target by default, you need to create the
# link for the plain multiuser target
ln -s /usr/lib/systemd/system/multi-user.target \
  /etc/systemd/system/default.target
  
# We also need to setup rc-local compat
ln -s /usr/lib/systemd/system/rc-local.service \
  /etc/systemd/system/multi-user.target.wants/rc-local.service
  
# Also, no /etc/rc.local, but:
mv /etc/rc.local /etc/init.d/boot.init
# We can use the same rc.local/boot.init code as for Fedora.

# By default, Suse tries to start wicked and NetworkManager.
# So if you copy your wlan file to 
# /etc/NetworkManager/system-connections/ , you are fine.

# then, start the image, login and..

hostnamectl set-hostname switch.local
zypper update
zypper install xvkbd qsynergy rss-glx

# X can be started, but pointer detection and screen are not aligned.
# Be sure to _not_ use kernel option fbcon=rotate:X to have them aligned.

rpm -ql rss-glx|grep bin
# these screensavers are usable for me
software/switch/opensuse.txt ยท Last modified: 2022/11/13 12:06 by 127.0.0.1