Nitroreg n00b
Joined: 06 Jan 2011 Posts: 1
|
Posted: Thu Jan 06, 2011 4:44 pm Post subject: ati-drivers with kernel 2.6.36 and Xorg 1.9.2 |
|
|
Hi,
I have some problems to use the proprietary drivers "ati-drivers".
cat /var/log/Xorg.0.log | grep \(EE\) :
Code: | [ 87.935] (EE) Failed to load module "dri" (module does not exist, 0)
[ 87.963] (EE) Failed to load module "dri2" (module does not exist, 0)
[ 88.116] (EE) fglrx(0): ACPI: DRM connection failed
[ 88.157] (EE) fglrx(0): ACPI: DRM connection failed
[ 88.574] (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
[ 88.603] (EE) fglrx(0): XMM failed to open CMMQS connection.
[ 88.603] (EE) fglrx(0): XMM failed to initialize
[ 88.812] (EE) AIGLX error: drmOpenOnce failed (Operation not permitted)
[ 88.812] (EE) AIGLX: reverting to software rendering |
/etc/X11/xorg.conf
Code: | ...
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
... |
packages :
Code: | ati-drivers 10.11
kernel 2.6.36-gentoo-r5
xorg-server 1.9.2 |
lspci :
Code: | 01:00.0 VGA compatible controller: ATI Technologies Inc M76 [Radeon Mobility HD 2600 Series] |
Thank you in advance. |
|