I have a strange problem on one machine; the first startup of Xorg (I use startxfce4, but have also tested with startx) takes a long time. From /var/log/messages:
(the message about ssh is irrelevant, ignore it).
However, if I exit Xorg and start it up again, things work normally:
The machine in question has an Asus M2A-VM HDMI mainboard, which has a Radeon X1250 built in.
Any hints on how to debug this?
Code:
Jun 4 23:26:57 kg-vm kernel: drm0: <ATI Radeon RS690 X1250 IGP> on vgapci0
Jun 4 23:26:57 kg-vm kernel: info: [drm] MSI enabled 1 message(s)
Jun 4 23:26:57 kg-vm kernel: info: [drm] Initialized radeon 1.31.0 20080613
Jun 4 23:50:59 kg-vm kernel: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 465, size: 4096
Jun 4 23:50:59 kg-vm sshd[24977]: error: ssh_msg_send: write
Jun 4 23:55:05 kg-vm kernel: info: [drm] Setting GART location based on new memory map
Jun 4 23:55:05 kg-vm kernel: info: [drm] Loading RS690/RS740 Microcode
Jun 4 23:55:05 kg-vm kernel: info: [drm] Num pipes: 1
Jun 4 23:55:05 kg-vm kernel: info: [drm] writeback test succeeded in 1 usecs
Jun 4 23:55:05 kg-vm kernel: drm0: [ITHREAD]
However, if I exit Xorg and start it up again, things work normally:
Code:
Jun 5 23:40:27 kg-vm kernel: info: [drm] Setting GART location based on new memory map
Jun 5 23:40:27 kg-vm kernel: info: [drm] Loading RS690/RS740 Microcode
Jun 5 23:40:27 kg-vm kernel: info: [drm] Num pipes: 1
Jun 5 23:40:27 kg-vm kernel: info: [drm] writeback test succeeded in 1 usecs
Jun 5 23:40:27 kg-vm kernel: drm0: [ITHREAD]
Jun 5 23:40:40 kg-vm kernel: info: [drm] Num pipes: 1
Any hints on how to debug this?