Hello everyone,
A while back I was getting frustrated with the ati graphics driver in Kubuntu, and Rog131 told me to try the closed-source fglrx graphics driver instead. It solved my problems with screen refreshing and font rendering, until . . . the next day, when all my 3D games started running very jerkily, and my OpenGL screensaver did too. I returned to the ati driver, but it's problems with Blender bugged me too much, so I reinstalled fglrx. This time it worked for four days, before losing acceleration again today. It's not so hard to install and uninstall fglrx, using Envy, but it seems rather silly, so I'd like to find a permanent fix.
Some info:
Errors:
Warnings:
And yes, I can see the errors up there, I just don't know how to fix them.
Another interesting, and possibly useful, tidbit is that I compiled Cinelerra while I had fglrx installed, and it said that it couldn't find the OpenGL libraries - and this was while hardware acceleration was still working. After I uninstalled fglrx, ./configure found OpenGL quite nicely . . .
Any ideas?
A while back I was getting frustrated with the ati graphics driver in Kubuntu, and Rog131 told me to try the closed-source fglrx graphics driver instead. It solved my problems with screen refreshing and font rendering, until . . . the next day, when all my 3D games started running very jerkily, and my OpenGL screensaver did too. I returned to the ati driver, but it's problems with Blender bugged me too much, so I reinstalled fglrx. This time it worked for four days, before losing acceleration again today. It's not so hard to install and uninstall fglrx, using Envy, but it seems rather silly, so I'd like to find a permanent fix.
Some info:
Code:
mark@kellerboys:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: Mesa project: [url]www.mesa3d.org[/url] OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
Code:
mark@kellerboys:~$ cat /var/log/Xorg.0.log | grep "(EE)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727) (EE) AIGLX: reverting to software rendering (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) fglrx(0): Failed to initialize UMM driver. (EE) AIGLX: Screen 0 is not DRI capable (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom
Code:
mark@kellerboys:~$ cat /var/log/Xorg.0.log | grep "(WW)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found (WW) fglrx(0): Only one display is connnected,so single mode is enabled (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): ********************************************* *
Another interesting, and possibly useful, tidbit is that I compiled Cinelerra while I had fglrx installed, and it said that it couldn't find the OpenGL libraries - and this was while hardware acceleration was still working. After I uninstalled fglrx, ./configure found OpenGL quite nicely . . .
Any ideas?
Comment