Le 11/08/2010 à 10:17, Brice Goglin a écrit : > > Le 11/08/2010 10:12, Alain Baeckeroot a écrit : > > - Radeon driver : > > * starts at wrong resolution 1154 x 864 (or sth) instead of 1400x900 > > * GL is slow extremetuxracer at ~1 fps, > > glxgears 400fps (i know it is not a > > good benchmark) > > lincity-ng with openGL too slow, > > unplayable > > * hangs on vt1 > > > > You probably need to enable KMS properly. Without a X (and kernel) log, > we can't help much.
yes there was a trouble with kms (not enabled before gdm3 starting) and probably another issue with the choice of the driver i did several trial/error : with xserver-xorg-video-radeon installed (and no other radeonhd or fglrx) i needed to: - add 'radeon' in /etc/modules (in order to have correct maximum resolution) - add /etc/X11/xorg.conf (copied below in order to use the radeon driver) With these 2 additions the radeon driver is now working properly * correct resolution * correct openGL performance (more or less 20-30 fps instead of 1-2 fps) * switch to vt1 and go back without hang i can redo various configuration and send you /var/log/Xorg.0.log or anything else if needed. Alain ---------------------- xorg.conf --------------------------------------------- Section "Device" Identifier "Configured Video Device" Driver "radeon" #Option "AccelMethod" "EXA" #Option "DRI" #Option "DynamicClocks" "on" EndSection Section "DRI" Mode 0666 EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection ------------------------------------------------------------------- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201008112159.32767.alain.baecker...@laposte.net