another way to do it
dkms error: solved by editing dkms.conf somewhere in
/usr/srce/.../ATI3.1.1/
In this file replace Autoinstall=yes by Autoinstall=no
One could delete the file as well I suppose
Best way to find the file was
locate dkms.conf
webterractive, thanks a lot for your post.
I need to to update the signature, although the distribution list on the
right is up to date. I have a "quad-boot", so the kernel I use is indeed 2.6.8.11
It is a shame I read your email only this morning (my fault).
I spend hours figuring out yesterday what was wrong (then used diff to go faster, and then I installed 10.2 on a different partition to compare 10.1 upgraded to 10.2)
My newbee experience:
- in xorg.conf in 10.1 I have the kbd keyboard driver
instead of keyboard (That seemed to make a big difference, because
once I corrected that, lsmod listed radeon as a loaded module while
before it did not. It must have used fglrx in a strange way;
drakx11 was unable to change the video driver)
- took ages to find a similar conclusion about libGL as the one you mention about libglx
In fact I have more than one version of libGL and it screws up the driver
loading, whereas 10.2 on its own has no libGL installed that I could tell
about
- in xorg.conf Load "glx" I need to reenable that.: it was there before the upgrade, or I might have disabled it because it did not matter in 10.1:
with the driver I had I could not see any improvement.
As you suggest will dig how many libglx I have
[edit: I have only one libglx file on the HD, so it is great]
I have gone from 205 FPS to 700 FPS now with glxgears, but there are still some errors in xorg.0.log
[edit solved by changing in xorg.conf (worked ok in 10.1)
load "/ / /libglx.a" to
load "glx"
Overall in the upgrade process I have moved from the fglrx video proprietary driver to the open (I believe) radeon driver
Will report later
[edit libGL 2 versions in /usr/lib and 3 versions in usr/X11R6/lib,
I changed the symlinks, found out that the X11R6 lib is being used,
libGL 1.2 in fact. Changed the link to libGL.so.1.4.x.x.x which
is in the directory, glxgears was then slower]
webterractive: What is the relevance of glx being native to nv driver?
I am a bit ignorant on this. I assumed it was quite generic and would
work with my ATI, so I read
http://wiki.linuxquestions.org/wiki/OpenGL
Do you really suggest I put the nvidia driver in the preload section, when I have an ATI card? Is this going to work?
[edit: My system has always been loading nv-agpgart, is this
what you had in mind]