Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Guides & Solutions (No Questions)

Guides & Solutions (No Questions) Post your guides here. You can also add your comments to a guide, but don't start a thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #706  
Old 2007-04-12, 03:09 PM CDT
Firewing1's Avatar
Firewing1 Online
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 18
Posts: 9,129
Code:
Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "extmod"
EndSection
I would remove this, it should be autoconfigured now. Also, I would try using livna-config-display to disable AIGLX since it adds a few more options to xorg.conf to be safe.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #707  
Old 2007-04-12, 08:30 PM CDT
distr0 Offline
Registered User
 
Join Date: Apr 2007
Location: Ontario, Canada
Age: 25
Posts: 67
Quote:
Originally Posted by Firewing1
I would remove this, it should be autoconfigured now. Also, I would try using livna-config-display to disable AIGLX since it adds a few more options to xorg.conf to be safe.
Firewing1
thanks for the ideas, but still no luck i used livna-config-display but didn't notice any difference in the xorg.conf. i tried your suggestion "yum --enablerepo=livna-testing update xorg-x11-drv-fglrx" from the previous page but got
Code:
Could not find update match for xorg-x11-drv-fglrx
No Packages marked for Update/Obsoletion
im running the fglrx driver right now (just got through playing open arena) but it will crash again if i try reboot, shutdown, or even change to runlevel 3

heres my xorg log file renamed to txt to attach
Attached Files
File Type: txt Xorg.0.txt (50.9 KB, 79 views)

Last edited by distr0; 2007-04-12 at 08:33 PM CDT.
Reply With Quote
  #708  
Old 2007-04-12, 08:55 PM CDT
Firewing1's Avatar
Firewing1 Online
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 18
Posts: 9,129
Well your log is fine which means DRI is good - Hows Mesa vs Fglrx libs?
Code:
ldd `which glxgears`
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #709  
Old 2007-04-12, 09:38 PM CDT
distr0 Offline
Registered User
 
Join Date: Apr 2007
Location: Ontario, Canada
Age: 25
Posts: 67
not sure what this one means but...
# ldd `which glxgears`
libGL.so.1 => /usr/lib64/fglrx/libGL.so.1 (0x0000003e09c00000)
libc.so.6 => /lib64/libc.so.6 (0x00000030a9e00000)
libX11.so.6 => /usr/lib64/libX11.so.6 (0x0000003e04800000)
libm.so.6 => /lib64/libm.so.6 (0x00000030aa200000)
libXext.so.6 => /usr/lib64/libXext.so.6 (0x0000003e04c00000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00000030ac200000)
libdl.so.2 => /lib64/libdl.so.2 (0x00000030aa600000)
/lib64/ld-linux-x86-64.so.2 (0x00000030a9a00000)
libXau.so.6 => /usr/lib64/libXau.so.6 (0x00000030aae00000)
libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00000030ab200000)
You have new mail in /var/spool/mail/root
Reply With Quote
  #710  
Old 2007-04-12, 09:54 PM CDT
Firewing1's Avatar
Firewing1 Online
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 18
Posts: 9,129
That's wierd, it looks normal too. Maybe it's the app(s)?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #711  
Old 2007-04-12, 10:13 PM CDT
distr0 Offline
Registered User
 
Join Date: Apr 2007
Location: Ontario, Canada
Age: 25
Posts: 67
Quote:
Originally Posted by Firewing1
That's wierd, it looks normal too. Maybe it's the app(s)?
Firewing1
yeah im pretty stumped... i was going to try a fresh install, but EVERYTHING else works perfectly, i dont really want to start from scratch again. stupid 3d accelleration is the only thing keeping me from toasting my WinXP partition now!

any idea why that update wouldnt work using the livna-testing repo? no x64 support yet maybe?

Last edited by distr0; 2007-04-12 at 10:16 PM CDT.
Reply With Quote
  #712  
Old 2007-04-13, 08:01 AM CDT
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 873
you could also run glxgears under strace:
Code:
# strace -o /tmp/output /usr/bin/glxgears
I used this at one time to discover that the libfglrxdrm.so (or something else maybe)
was not being loaded after the application was started up. Look for open() calls which
fail.
Reply With Quote
  #713  
Old 2007-04-17, 11:06 PM CDT
distr0 Offline
Registered User
 
Join Date: Apr 2007
Location: Ontario, Canada
Age: 25
Posts: 67
i installed fedora on my other pc which is an old duron 1200 with a radeon 9200 and it plays games better than my x800xl with this open driver!

im thinking of just buying an nvidia card, they seem like so much less hastle...
Reply With Quote
  #714  
Old 2007-04-18, 02:05 AM CDT
leigh123linux's Avatar
leigh123linux Offline
Administrator
 
Join Date: Oct 2006
Location: Hampshire UK
Posts: 16,644
Quote:
Originally Posted by distr0
i installed fedora on my other pc which is an old duron 1200 with a radeon 9200 and it plays games better than my x800xl with this open driver!

im thinking of just buying an nvidia card, they seem like so much less hastle...
Dont think just do it you wont regret getting a nvidia
Reply With Quote
  #715  
Old 2007-04-19, 07:16 PM CDT
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 873
FYI, ATI driver 8.36.5 has been released. link
Reply With Quote
  #716  
Old 2007-04-19, 09:26 PM CDT
Firewing1's Avatar
Firewing1 Online
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 18
Posts: 9,129
Quote:
Originally Posted by mwette
FYI, ATI driver 8.36.5 has been released. link
I've build them for livna - If all goes well, you'll see the updates tomorrow
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #717  
Old 2007-04-20, 09:48 PM CDT
distr0 Offline
Registered User
 
Join Date: Apr 2007
Location: Ontario, Canada
Age: 25
Posts: 67
was there an update or something to the open source driver that i didn't notice?

all of a sudden i have direct rendering working and games run awesome! i didn't even do anything except update yesterday
Reply With Quote
  #718  
Old 2007-04-20, 10:15 PM CDT
Firewing1's Avatar
Firewing1 Online
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 18
Posts: 9,129
It's possible, but I doubt it. Maybe ldconfig auto-ran and relinked Mesa?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #719  
Old 2007-04-20, 10:25 PM CDT
distr0 Offline
Registered User
 
Join Date: Apr 2007
Location: Ontario, Canada
Age: 25
Posts: 67
well i had updated to the new fglrx to see if it fixed my previous crashing problems... it didn't, so i removed fglrx totally and now the open driver seems to be running fine! oh well, im just not going to touch anything now
Reply With Quote
  #720  
Old 2007-04-26, 02:21 PM CDT
beissemj Offline
Registered User
 
Join Date: Jan 2007
Posts: 43
Quote:
Originally Posted by distr0
i tried your suggestion "yum --enablerepo=livna-testing update xorg-x11-drv-fglrx" from the previous page but got
Code:
Could not find update match for xorg-x11-drv-fglrx
No Packages marked for Update/Obsoletion
do this instead:
Code:
 yum --enablerepo=livna-testing install xorg-x11-drv-fglrx
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless cards that work on fedora fedorablue Networking 6 2009-11-15 10:31 AM CST
Getting nVidia cards to work in Fedora Core Firewing1 Guides & Solutions (No Questions) 1128 2008-10-18 07:48 AM CDT
can't get Fedora Core 6 to work with nvidia cards, help sf_basilix Installation Help 16 2007-01-18 07:49 AM CST
Wireless cards work with Fedora core 5 axiom Software 0 2006-07-27 01:04 PM CDT
Wireless Cards that work with Fedora basketkase999 Hardware 10 2006-01-02 09:47 AM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 10:27 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Thanks to NLP-er enjoy automatic translations (vBET 2.3.8)