
11 Jan
2015
11 Jan
'15
4:36 a.m.
On 1/9/2015 06:35, Cezar Rangel wrote:
prt-get uptade $(prt-get dependent xorg-server) would be the way to rebuild? thanks sorry for any newbie questions
Technically this would not do the job. 'xorg-server' does NOT depend on the input and video drivers; the 'xorg' meta-port, on the other hand, does. A more useful command in this case would be: prt-get update -fr $(prt-get listinst | egrep 'xorg-xf86-(input|video)') Note that this will rebuild both the input and the video drivers. In your case, where the mouse and keyboard aren't working, the video driver rebuild isn't really necessary. However, this command is useful for future upgrades of xorg-server anyway. Hope this helps, Matt