Mateusz Linda wrote: Sorry for the late answer, been busy.
1. My xorg.conf looks like : Section "Device" Identifier "ATI Radeon 9200" Driver "ati" BusID "PCI:1:0:0" EndSection Is it ok or should I add something to it ?
Should be OK. You don't need the BusID option on x86, but it shouldn't hurt either.
3. In xorg.log I have : ... [drm] failed to load kernel module "radeon" (II) RADEON(0): [drm] drmOpen failed (EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI. ... (II) RADEON(0): Direct rendering disabled (==) RandR enabled ... So it doesn't work as it should, does it ?
Apparently the radeon drm module is not available for your kernel. Please check that CONFIG_DRM_RADEON is set to 'm' in your kernel configuration.
-- Ciao, Flavio