LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxAnswers Discussion (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/)
-   -   DISCUSSION: 3D acceleration on an ATI IGP 340M (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/discussion-3d-acceleration-on-an-ati-igp-340m-189307/)

scoob_e 06-03-2004 12:25 PM

DISCUSSION: 3D acceleration on an ATI IGP 340M
 
This thread is to discuss the article titled: 3D acceleration on an ATI IGP 340M

JP_Design.04 06-17-2004 04:16 PM

This is pretty tricky stuff for me as I am new to Fedora, ok. That said I have gotten as far as

[root@localhost xc]# exports/lib/modules/dri/*.so /usr/X11R6/lib/modules/dri

and I get:-

Segmentation fault
[root@localhost xc]#

there are loads of posts on google about this which mean nothing to me not all of this relates to the new kernel and i dont want to try to fix it with a patch that will not work. Specifically I dont want to not be able to start my system.

I got no errors during the last stage I checked this with the command u suggested with grep '\*\*\*' world.log.
Could you please help with this as I need to get up to speed as quick as I can so I can get modelling in 3d.

Thanks chap.

James.

AndymionJunta 06-27-2004 02:00 AM

This technique worked for me on the first attempt.

I followed the tutorial, yet had an error on compiling, if you have, just do like me, compile as a user then switch to root, and if you still have an error, reboot and try again... if you still have an error, i dunno...

Seriously, now i can fully enjoy OpenGL games on my laptop at DECENT speeds.

Thank you so much.

JP_Design.04
There was a typo in his tutorial

before exports/.... add cp
like:
cp exports/libs/.....


jedixi 07-10-2004 07:53 PM

Trouble...
 
I'm *attempting* an install using the howto on a Compaq Presario 2545US, on Fedora Core 2. I've been having a wee bit of trouble. After following the howto completely, I get an alert saying that the Xserver could not start. Upon viewing the details, it complains that it was not able to start a screen, adding that no screen could be detected. If anyone can offer any help, that would be greatly appreciated.

cybercullen 07-28-2004 03:17 AM

I too get a segmentation fault
 
I also get a segmentation fault even though the compile works without any errors:

exports/lib/modules/dri/*.so /usr/X11R6/lib/modules/dri
Segmentation fault (core dumped)

Any ideas?

Nevermind, I see the problem. Thanks above for the help! (Sorry!)

Mr. D. 08-08-2004 02:08 PM

Thanks Scoob_e!!

Ur guide worked with my Slack10 box. However, I only got it working for the 2.6.7 kernel. I didn't succeed using the 2.4.26 kernel because I couldn't find any appropriate patches for the agpgart.

Thanks again, D.


I finally got it working!! An update to Kernel 2.6.27 brought agpgart to life! After that i recompiled Mesa and dri/drm and it worked! :-)

cedar 09-24-2004 02:57 PM

I got it working after upgrading to xorg. Excellent!!!
But only with Mandrake, I can't get it to work with Libranet (using xfree86 4.3)

KMcD 01-19-2005 07:50 AM

I tried to perform the cvs logins/downloads but nothing happens. Once I enter
Code:

cvs -z3 -d:pserver:anonymous@dri.freedesktop.org:/cvs/dri login
and hit enter when asked for password nothing happens, it just hangs and after some time gives a warning stating that it timed out. Am I doing something wrong? I appreciate any help.

The error I recieve is (as of today):
Code:

cvs [login aborted]: connect to dri.freedesktop.org(131.252.208.82):2401 failed: Connection timed out

cedar 03-30-2005 03:28 AM

Are you connected to the internet?

riscphree 03-31-2005 11:32 PM

this is what i got just after step 5. this is just the end of the process:

Code:

/home/riscphree/3d/Mesa/include/GL/glx.h:295: warning: previous declaration of 'glXGetProcAddress' was here
dri_util.c:55: error: conflicting types for 'PFNGLXGETMSCRATEOMLPROC'
/home/riscphree/3d/Mesa/include/GL/glxext.h:617: error: previous declaration of 'PFNGLXGETMSCRATEOMLPROC' was here
dri_util.c: In function `glx_find_dri_screen':
dri_util.c:155: warning: pointer targets in passing arg 1 of `glXGetProcAddress' differ in signedness
dri_util.c: In function `driCreateNewContext':
dri_util.c:1046: warning: ISO C forbids conversion of function pointer to object pointer type
dri_util.c:1046: warning: ISO C forbids assignment between function pointer and `void *'
dri_util.c:1047: warning: ISO C forbids conversion of function pointer to object pointer type
dri_util.c:1047: warning: ISO C forbids assignment between function pointer and `void *'
dri_util.c:1049: warning: ISO C forbids conversion of function pointer to object pointer type
dri_util.c:1049: warning: ISO C forbids assignment between function pointer and `void *'
dri_util.c:1050: warning: ISO C forbids conversion of function pointer to object pointer type
dri_util.c:1050: warning: ISO C forbids assignment between function pointer and `void *'
dri_util.c:1054: warning: ISO C forbids conversion of function pointer to object pointer type
dri_util.c:1054: warning: ISO C forbids assignment between function pointer and `void *'
dri_util.c:1055: warning: ISO C forbids conversion of function pointer to object pointer type
dri_util.c:1055: warning: ISO C forbids assignment between function pointer and `void *'
make[6]: *** [dri_util.o] Error 1
make[6]: Leaving directory `/home/riscphree/3d/xc/xc/lib/GL/mesa/drivers/dri/common'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/riscphree/3d/xc/xc/lib/GL/mesa/drivers/dri'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/riscphree/3d/xc/xc/lib/GL'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/riscphree/3d/xc/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/riscphree/3d/xc/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/home/riscphree/3d/xc/xc'
make: *** [World] Error 2


cedar 04-01-2005 05:56 AM

have you installed xorg?

riscphree 04-01-2005 07:35 AM

hehe, of course.

riscphree 04-01-2005 01:58 PM

now my gnome does not start. :(

any advice on fixing this?

apteryx 05-26-2005 03:41 PM

Works excellent, even for FC3. Only really had to change the xorg.conf to make it work here, as FC3 seems to install DRI, Mesa, etc.

GREAT WORK, and Thank you!


All times are GMT -5. The time now is 01:20 PM.