PDA

View Full Version : [xfce] Custom install on Server 8.10



atiflz
December 12th, 2008, 10:20 AM
I installed Server 8.10 x64 version and then manually(apt-get) installed xdm and xfce.

The problem is, the screen updates very slowly. The lag is disturbing whenever I move a window or scroll in firefox. I'm missing something but i can't find out what. Any ideas?

Here's my xorg.conf

Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection

Section "Module"
Load "glx"
EndSection

renzokuken
December 12th, 2008, 05:06 PM
do you have an ATI chipset in your server then? post the output of


lspci -v

you could try using the "vesa" driver instead of "fglrx"

atiflz
December 15th, 2008, 03:58 PM
I already made sure I have an ATI chip:
~$ lspci -v
...
VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3470
...