Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Mick
On Friday 18 July 2008, Andreas Niederl wrote: Mick wrote: On Thursday 17 July 2008, Andrew Tchernoivanov wrote: # modprobe -v radeon_drv FATAL: Module radeon_drv not found. That's strange. But try one more thing - copy this radeon_drv from /usr/lib/xorg/modules/drivers to

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Andreas Niederl
Mick wrote: On Friday 18 July 2008, Andreas Niederl wrote: [...] I'm just guessing here, but maybe your kernel is missing DRM support for your graphics chip. What's the output of grep -i radeon /boot/config-$(uname -r) ? # grep -i radeon /boot/config-$(uname -r) CONFIG_FB_RADEON=y

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Andreas Niederl
Andreas Niederl wrote: Mick wrote: [...] # grep -i radeon /boot/config-$(uname -r) CONFIG_FB_RADEON=y CONFIG_FB_RADEON_I2C=y CONFIG_FB_RADEON_BACKLIGHT=y # CONFIG_FB_RADEON_DEBUG is not set CONFIG_DRM and CONFIG_DRM_RADEON are needed for direct rendering. The respective options are found

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Mick
On Friday 18 July 2008, Andreas Niederl wrote: Andreas Niederl wrote: Mick wrote: [...] # grep -i radeon /boot/config-$(uname -r) CONFIG_FB_RADEON=y CONFIG_FB_RADEON_I2C=y CONFIG_FB_RADEON_BACKLIGHT=y # CONFIG_FB_RADEON_DEBUG is not set CONFIG_DRM and CONFIG_DRM_RADEON are

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Mick
On Wednesday 16 July 2008, Andrew Tchernoivanov wrote: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module radeon

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Andrew Tchernoivanov
modprobing either module fails . . . What is the error message? On Thu, Jul 17, 2008 at 10:19 AM, Mick [EMAIL PROTECTED] wrote: On Wednesday 16 July 2008, Andrew Tchernoivanov wrote: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address)

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Mick
On Thursday 17 July 2008, Andrew Tchernoivanov wrote: modprobing either module fails . . . What is the error message? # modprobe -v radeon_drv FATAL: Module radeon_drv not found. # modprobe -v radeon FATAL: Module radeon not found. -- Regards, Mick signature.asc Description: This is a

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Andrew Tchernoivanov
# modprobe -v radeon_drv FATAL: Module radeon_drv not found. That's strange. But try one more thing - copy this radeon_drv from /usr/lib/xorg/modules/drivers to /lib/modules/kernel version/kernel/drivers/video Because according to modprobe's man page, by default it will look driver in

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Mick
On Thursday 17 July 2008, Andrew Tchernoivanov wrote: # modprobe -v radeon_drv FATAL: Module radeon_drv not found. That's strange. But try one more thing - copy this radeon_drv from /usr/lib/xorg/modules/drivers to /lib/modules/kernel version/kernel/drivers/video Because according to

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Andreas Niederl
Mick wrote: On Thursday 17 July 2008, Andrew Tchernoivanov wrote: # modprobe -v radeon_drv FATAL: Module radeon_drv not found. That's strange. But try one more thing - copy this radeon_drv from /usr/lib/xorg/modules/drivers to /lib/modules/kernel version/kernel/drivers/video Because according

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-17 Thread Alexander Meinke
Hi, I think this problem is not *-ati (driver) related. Since the module needed for drm has the same name as the driver has, but resides in another directory. I would suggest you to check whether x11-base/x11-drm or to the kernel module is build for drm. Since I am using the package

[gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-16 Thread Mick
Hi All, Just emerged x11-drivers/xf86-video-ati-6.8.0-r1 (I was previously using x11-drivers/xf86-video-ati-6.6.3 and noticed this in my Xorg.0.log: == (--) RADEON(0): Chipset: ATI Radeon Mobility M6 LY (AGP) (ChipID = 0x4c59) (--) RADEON(0): Linear

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-16 Thread Andrew Tchernoivanov
drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module radeon According to this there are no module named radeon in

Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-16 Thread Mick
On Wednesday 16 July 2008, Andrew Tchernoivanov wrote: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module radeon