xorg/xorg-server
2015-03-01 11:52:34 +11:00
..
.footprint [notify] xorg-server: 1.16.3 -> 1.17.0 2015-02-09 22:38:03 +11:00
.md5sum [notify] xorg-server: updated to 1.17.1. Resolves CVE-2015-0255 2015-02-11 00:00:08 +01:00
Pkgfile [notify] xorg-server: updated to 1.17.1. Resolves CVE-2015-0255 2015-02-11 00:00:08 +01:00
README xorg-server: correct nvidia to mesa3d in README 2015-03-01 11:52:34 +11: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

  After upgrading xorg-server, from major versions rebuild video
  and input packages:

  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 '^mesa3d')

  If you use nvidia you also need to do this:

gl-select use xorg
prt-get update -fr $(prt-get listinst | grep 'nvidia')
gl-select use nvidia

  To avoid rebooting you can do this:

  NOTE: you have to exit xorg to do this.

rmmod nvidia
depmod -a