Interesting. I just did the Xorg 7.4 upgrade (from ports) and paying close attention to the relevant entry in /usr/ports/UPATING.
The xorg upgrade worked out fine (I had to run portupgrade several times, but that's no big issue).
Afterwards I had to edit my /etc/X11/xorg.conf in addition to removing the RgbPath line (documented) I also had to remove / comment out the following lines from the Module section:
Load "record"
Load "xtrap"
Load "type1"
I also had to reinstall (portupgrade -f) the radeonhd driver (xf86-video-radeonhd)
before the X server would start. After that 'startx' works, both as root and as my normal user.
I normally use Xfce, so I tried 'startxfce4' next. This also works - sort of. At first nothing but the grey X server screen comes up (that's right, no startup, no desktop, no wm, no panel etc). If I wait long enough xscreensaver kicks in. No error messages in /var/log/Xorg.0.log, nor in the console I started 'startxfce4' from.
The following xfce processes are running:
root@kg-vm# ps ax | grep -v grep | grep xfce
75822 v1 I+ 0:00.00 xinit /usr/local/etc/xdg/xfce4/xinitrc
75830 v1 I 0:00.00 sh /usr/local/etc/xdg/xfce4/xinitrc
75846 v1 I 0:00.02 /usr/local/bin/xfce4-session
I'll try to rebuild the xfce ports now.
Edit: yes, after doing a portupgrade -f for all xfce ports, XFce now starts.
Everything seems to work, with one small annoyance: the numlock led was lit after X startup, but the numlock function was off. So now the led indicates "numlock off" in X.
2009-01-25 update: today some ports go updated (libGL, a few video drivers ++). after upgrading them and restarting X, the num lock led now follows the state of numlock (in X).
There is still one odd issue left, which I noticed yesterday, but was too tired to understand: all key presses in X are delayed until I mouse the mouse. Example: if I have an xterm in focus and press 'pwd' no letters show up until I move the mouse. I press "ENTER", move the mouse and the command gets executed. Same thing if I press Ctrl-F2 to switch to workspace two. This issue is not constant; it is most noticable right after Xorg startup, when I have typed about 10-20 commands it is barely noticable for commands in xterms, but still noticable when starting programs etc.
2009-01-27: update 1: updated xorg-server, which fixed the "slow keyboard input" problem. Input from keyboard now works well.
The xorg upgrade worked out fine (I had to run portupgrade several times, but that's no big issue).
Afterwards I had to edit my /etc/X11/xorg.conf in addition to removing the RgbPath line (documented) I also had to remove / comment out the following lines from the Module section:
Load "record"
Load "xtrap"
Load "type1"
I also had to reinstall (portupgrade -f) the radeonhd driver (xf86-video-radeonhd)
before the X server would start. After that 'startx' works, both as root and as my normal user.
I normally use Xfce, so I tried 'startxfce4' next. This also works - sort of. At first nothing but the grey X server screen comes up (that's right, no startup, no desktop, no wm, no panel etc). If I wait long enough xscreensaver kicks in. No error messages in /var/log/Xorg.0.log, nor in the console I started 'startxfce4' from.
The following xfce processes are running:
root@kg-vm# ps ax | grep -v grep | grep xfce
75822 v1 I+ 0:00.00 xinit /usr/local/etc/xdg/xfce4/xinitrc
75830 v1 I 0:00.00 sh /usr/local/etc/xdg/xfce4/xinitrc
75846 v1 I 0:00.02 /usr/local/bin/xfce4-session
I'll try to rebuild the xfce ports now.
Edit: yes, after doing a portupgrade -f for all xfce ports, XFce now starts.
Everything seems to work, with one small annoyance: the numlock led was lit after X startup, but the numlock function was off. So now the led indicates "numlock off" in X.
2009-01-25 update: today some ports go updated (libGL, a few video drivers ++). after upgrading them and restarting X, the num lock led now follows the state of numlock (in X).
There is still one odd issue left, which I noticed yesterday, but was too tired to understand: all key presses in X are delayed until I mouse the mouse. Example: if I have an xterm in focus and press 'pwd' no letters show up until I move the mouse. I press "ENTER", move the mouse and the command gets executed. Same thing if I press Ctrl-F2 to switch to workspace two. This issue is not constant; it is most noticable right after Xorg startup, when I have typed about 10-20 commands it is barely noticable for commands in xterms, but still noticable when starting programs etc.
2009-01-27: update 1: updated xorg-server, which fixed the "slow keyboard input" problem. Input from keyboard now works well.