LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 02-28-2009, 07:45 PM   #1
chickenlinux
Member
 
Registered: Mar 2008
Location: Here - Where else?
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270

Rep: Reputation: 31
Angry 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!
 
Old 02-28-2009, 08:49 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
first how did you install the ati driver ??
here is a link to the fedora 10 how to
"Howto for fglrx (Ati driver) and Compiz-fusion"
http://forums.fedoraforum.org/showthread.php?t=155503

the open source akmod-fglrx is the preferred
or if needed the "ATI Catalyst" from ATI's web site
the akmod-fglrx.rpm is the best way
 
Old 03-01-2009, 12:00 PM   #3
chickenlinux
Member
 
Registered: Mar 2008
Location: Here - Where else?
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270

Original Poster
Rep: Reputation: 31
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.
 
Old 03-01-2009, 01:08 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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

seeing as you have a working GUI ( Gnome? or KDE?) then this won't help
http://forums.fedoraforum.org/showth...TI+radeon+3870
using the 2d vesa driver
have a look through these posts from a search for "ATI radeon 3870"
http://forums.fedoraforum.org/search...archid=9597137

but this might shed some light on to your problem
http://forums.fedoraforum.org/showth...TI+radeon+3870

PS ATI is still( but slowly getting better) a MS "mostly" shop , they were a MS only shop not to long ago .
 
Old 03-01-2009, 01:52 PM   #5
chickenlinux
Member
 
Registered: Mar 2008
Location: Here - Where else?
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270

Original Poster
Rep: Reputation: 31
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
 
Old 03-01-2009, 02:14 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the last link then will apply to your HD card
http://forums.fedoraforum.org/showth...TI+radeon+3870

check the last post ( page 4) of that thread
 
Old 03-01-2009, 06:14 PM   #7
chickenlinux
Member
 
Registered: Mar 2008
Location: Here - Where else?
Distribution: Fedora 12, Arch Linux (updated daily =D)
Posts: 270

Original Poster
Rep: Reputation: 31
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
 
Old 03-01-2009, 09:12 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Turning on context texture Rendering captain_buckethead Linux - Newbie 0 01-16-2009 03:01 AM
Guild Wars in Cedega and wine texture and FPS problems TheUsualSuspect Linux - Games 1 06-27-2008 03:45 AM
3d Rendering Problems SHURTUGAL Mandriva 3 01-11-2007 09:17 AM
Counter-strike source : Texture problems svu Linux - Games 4 10-27-2005 12:34 PM
Texture matrix transforms on on multi texture? The_Nerd Programming 2 08-31-2004 10:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration