xorg/xorg-server/README

38 lines
1002 B
Plaintext
Raw Normal View History

2015-02-19 13:59:05 +01:00
WARNING:
If you fail to rebuild input and video packages for xorg-server
on major ABI changes, eg. 1.16.0 -> 1.17.0. You will end up with
no mouse or keyboard and possibly no direct 3D acceleration for video.
If you do happen to forget and have sys-rq enabled in your kernel
you can do a safe reboot with holding down Alt + SysRq, and typing the
following sequence in order, pausing for several seconds between each key:
reisub
POST-INSTALL
2015-02-19 13:59:05 +01:00
After upgrading xorg-server, from major versions rebuild video
and input packages:
2015-02-19 13:59:05 +01:00
NOTE: This only applies on ABI changes between major versions
eg, 1.16.0 -> 1.17.0.
prt-get update -fr $(prt-get listinst | egrep '^xorg-xf86-(input|video)') \
$(prt-get listinst | egrep '^nvidia')
If you use nvidia you also need to do this:
2015-02-19 13:59:05 +01:00
gl-select use xorg
prt-get update -fr $(prt-get listinst | grep 'nvidia')
gl-select use nvidia
To avoid rebooting you can do this:
2015-02-19 13:59:05 +01:00
NOTE: you have to exit xorg to do this.
rmmod nvidia
depmod -a