|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Hardware Questions about drivers, peripheral cabling, configuration |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all,
I've done quite some installations with openSuse, but somehow I never got the ATI drivers to work properly. Every time I try I get some other results. So I wanted to ask here for some help. I'll just pretend to be even dumber than I really am, and maybe this may appear on the Wiki as a Tutorial ![]() Anyway, just to be on the same page: I did a clean installation of openSuse 11.1 with KDE 3.5 Code:
# lspci | grep Radeon 01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 Series Code:
# uname -a Linux legio 2.6.27.21-0.1-pae #1 SMP 2009-03-31 14:50:44 +0200 i686 i686 i386 GNU/Linux Code:
# rpm -qa | grep fglrx ati-fglrxG01-kmp-pae-8.582_2.6.27.19_3.2-2.1 x11-video-fglrxG01-8.582-2.1 Code:
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Code:
$ glxinfo | grep OpenGL libGL error: open DRM failed (Operation not permitted) libGL error: reverting to (slow) indirect rendering OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Mobility Radeon HD 3400 Series OpenGL version string: 1.4 (2.1.8494 Release) OpenGL extensions: Oh and by the way: it's a Thinkpad T400, which crashes X quite often
__________________
http://blog.snyke.net |
|
|||
|
My guess is that the fglrx module is correctly installed as it appears in lsmod:
Code:
$ lsmod | grep fglrx fglrx 2052260 31 agpgart 32308 2 fglrx,intel_agp I followed the repository instructions on Howto/ATI as for the troubleshooting guide I don't think that any of those points applies as I don't get any errors, except this: Code:
$ glxgears libGL error: open DRM failed (Operation not permitted) libGL error: reverting to (slow) indirect rendering 10519 frames in 5.0 seconds = 2101.906 FPS
__________________
http://blog.snyke.net |
![]() |
| Bookmarks |
| Tags |
| fglrx, glxinfo, opengl, opensuse |
| Thread Tools | |
| Display Modes | |
|
|