>>>>> "marc" == marc poulhies <[EMAIL PROTECTED]> writes:

    marc> Hi,
    marc> I have a radeon 8500 LE (Radeon R200 QL [Radeon 8500 LE]) and i experience
    marc> problems with r200-* packages from begining september. I use gcc-3.2 and 
xfree
    marc> 4.2.0. The install script does his work, but when starting X, it just swithes
    marc> off my monitor but nothing seems freeze as i can reboot with CTRL ALT DEL. I 
was
    marc> wondering if i am having problems with gcc 3.2/2.95... 

Yes, I have the same problems, too. Try to use libxaa.a posted here by
J. R. Fonseca. I haven't tested this, though - will do it later.

    marc> Another thing is that on my gentoo-1.4rc1, the install.sh script had some
    marc> problems doing his job, and sometimes it thinks he has done his job, but it 
is
    marc> linking files to 'not' (surely an error output of some command) and all my
    marc> libGL.so* are dead links. I tried to find the error but did not succed.

Yes yes, the problem is opengl-update (for having XFree86-OpenGL and Nvidia-OpenGL). 
The
libs aren't kept in "/usr/X11R6/lib" but in
"/usr/lib/opengl/xfree". Plus: libGLU.so is in "/usr/lib" but
install.sh wants them to be in "/usr/X11R6/lib". Well, anyways: I
always comment out the following lines in my "install.sh":

        # Make sure libGL and libGLU have correct links
#       rm -f $XF86_GL_DIR/libGL.so
#       rm -f $XF86_GL_DIR/libGL.so.1
#       ln -s $XF86_GL_DIR/libGL.so.1.2 $XF86_GL_DIR/libGL.so
#       ln -s $XF86_GL_DIR/libGL.so.1.2 $XF86_GL_DIR/libGL.so.1

#       rm -f $XF86_GL_DIR/libGLU.so
#       rm -f $XF86_GL_DIR/libGLU.so.1
#       ln -s $XF86_GL_DIR/libGLU.so.1.3 $XF86_GL_DIR/libGLU.so;
#       ln -s $XF86_GL_DIR/libGLU.so.1.3 $XF86_GL_DIR/libGLU.so.1;
        
With this modifications - as the snapshots do not include libGL &
Co. - you are safe (well, at least I am ;-).

Bye, Adam.

-- 
 Adam Duck ([EMAIL PROTECTED])
 Bockenheimer Landstr. 135 / Zi. 211
 60325 Frankfurt/Main
______________________________________

A TRUE Klingon Warrior does not comment his code!
                                        --- Klingon Programmer



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to