Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270
Rep:
fedora 10 rendering 3-D texture problems
I am having problems rendering textures on almost all my 3-D applications.
I suspect that my fglrx acceleration or my OpenGL or freeGLUT might be to blame.
Here are the problems:
1. Extreme Tux Racer - some textures and 2-d images are incorrectly rendered, I get an area of black, with a distorted picture that gradually becomes random colored dots, as you look across the picture away from the black.
2. VegaStrike - On some spaceships + bases, I get funky coloring with the randomness of problem 1, and some black areas too
3. SecondLife - I can't even get a window open! It says it could not GLrendertexture or something, and has a segmentation fault.
I believe all these problems are related. I ran glxinfo | grep render, and got:
direct rendering: Yes
OpenGL renderer string: ATI Radeon HD 3870
GL_NV_conditional_render, GL_NV_texgen_reflection,
does anyone have any idea what on earth is wrong here? This is driving me crazy!
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270
Original Poster
Rep:
I actually used the link you provided for the graphics. I used some of the Fedora 9 directions, because the Fedora 10 ones didn't work for my ATI radeon 3870.
I used the rpmfusion fglrx driver... I'm not sure which one that is... probably the akmod.
to see WHAT you installed can you post the output of
Code:
rpm -qa | grep fglrx
this will list what is installed for that driver
? is that ati card a ATI Radeon HD 3xxx series ???
or just the very old ATI Radeon 3xxx series ??
if it is the OLD card then there may BE NO WORKING driver for the new xorg,X11that is in fedora 9 , 10 , and 11-alpha .
fedora 8 may be the last working version seeing as ati did not update there drivers
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270
Original Poster
Rep:
I have the akmod-fglrx. Thanks for reminding me, the card is a Radeon HD 3870.
What's this about using xvesa?
is that a good idea?
if so, how do I do it?
strangely, there are some 3-d games which do the textures correctly... it's always the same images that do it.
I don't know what this means, but I'm starting to suspect the freeGLUT...
Last edited by chickenlinux; 03-01-2009 at 01:54 PM.
Reason: possibly important info
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270
Original Poster
Rep:
Ok, this is probably just a dumb question. I think there may have been a post between this message and yours.
Do I need to downgrade the libdrm, or do I need to run the commands
Code:
aticonfig --set-dispattrib tmds2i,positionX:0
aticonfig --set-dispattrib tmds2i,positionY:0
aticonfig --set-dispattrib tmds2i,sizeX:(the width of my monitor)
aticonfig --set-dispattrib tmds2i,sizeY:(the height of my monitor)?
sorry for any inconvenience...
Last edited by chickenlinux; 03-01-2009 at 06:15 PM.
Reason: had to prevent smileys showing up in syntax for OCD reasons or something
i am using a nvidia card so..
but it seems that the "rpmfusion-nonfree-update-testing" testing repo , should be in the standard by now
rpmfusion-nonfree-update.repo
-- that post is a month old --
should work after you run
-----
aticonfig --set-dispattrib tmds2i,positionX:0
aticonfig --set-dispattrib tmds2i,positionY:0
aticonfig --set-dispattrib tmds2i,sizeXthe width of my monitor)
aticonfig --set-dispattrib tmds2i,sizeYthe height of my monitor)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.