xorg-server: README improve commands

This commit is contained in:
Danny Rawlins 2015-04-18 21:34:18 +10:00
parent c5898bc32f
commit bd7cebf457

View File

@ -31,13 +31,12 @@ POST-INSTALL
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')
prt-get update -fr $(prt-get listinst | egrep '^xorg-xf86-(input|video)|^mesa3d')
If you use nvidia you also need to do this:
gl-select use xorg
prt-get update -fr $(prt-get listinst | grep 'nvidia')
prt-get update -fr $(prt-get listinst | egrep '^nvidia')
gl-select use nvidia
To avoid rebooting you can do this: