Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd March 2009, 09:05 AM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
What's up guys? (problem with fglrx)

Hello there.

I am experiencing a nasty problem with the graphics. I have an ATI Radeon Xpress 1100 card in my laptop and installed the fglrx driver through yum (it takes along some other packages as well). The problem is that whenever I want to check if the driver is running all I get is:

Code:
[joe@izcoatl ~]$ fglrxinfo
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  15
  Current serial number in output stream:  15
[joe@izcoatl ~]$ glxinfo
name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  15
  Current serial number in output stream:  15
[joe@izcoatl ~]$
Has anyone an idea of how to solve this or which package is bringing trouble?

Furthermore, unless ATI dropped support in the driver for "Desktop Effects", I think the driver is not working at all because "Desktop Effects" don't work any more, which is not the case should I use the free driver "radeon", but unfortunately that yields few FPS.

Thanks.
Joe.

Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686

Last edited by joe.pelayo; 3rd March 2009 at 09:07 AM.
Reply With Quote
  #2  
Old 3rd March 2009, 07:10 PM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
Am I the only one with this problem?

Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Reply With Quote
  #3  
Old 3rd March 2009, 07:22 PM
ppesci's Avatar
ppesci Offline
Registered User
 
Join Date: May 2006
Location: Caracas, Venezuela
Posts: 1,828
Nope, several persons reported the problem in the fglrx thread. Your problem is with the new xorg packages. Look at that thread.

In the meaning time as root try:

fglrx-config-display disable
fglrx-config-display enable


to see if that solve your problems.

HTH
__________________
Pietro Pesci Feltri

PowerBook 15" G4 and
MacBook Pro 17" Intel Core 2 Duo
Intel I5 Desktop
Reply With Quote
  #4  
Old 3rd March 2009, 11:36 PM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
Quote:
Originally Posted by ppesci View Post
Nope, several persons reported the problem in the fglrx thread. Your problem is with the new xorg packages. Look at that thread.

In the meaning time as root try:

fglrx-config-display disable
fglrx-config-display enable


to see if that solve your problems.

HTH
Thanks for your response.

In sake of stability and video playback ability I disabled fglrx and re enabled radeon instead. However I'd like to have fglrx working, so I'll check that thread.

In the meantime, those commands you suggested me to run, aren't they supposed to cancel out each other?

Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Reply With Quote
  #5  
Old 3rd March 2009, 11:41 PM
ppesci's Avatar
ppesci Offline
Registered User
 
Join Date: May 2006
Location: Caracas, Venezuela
Posts: 1,828
Yes but the second command try to re enable the driver again after xorgs packages install. Worked for me but not necessary for others.

Try it.

HTH
__________________
Pietro Pesci Feltri

PowerBook 15" G4 and
MacBook Pro 17" Intel Core 2 Duo
Intel I5 Desktop
Reply With Quote
  #6  
Old 4th March 2009, 04:52 AM
kyle_p Offline
Registered User
 
Join Date: Mar 2009
Location: Ontario, Canada
Posts: 7
You can try the driver right from the ati website. for that to work you will need libstdc++ 6 (i think), gcc/gc++ and the kernel dev packages. Then build the rhel binary as there is no fedora specific one and install it also you may need to update your xorg.conf to ensure it loads fglrx at X startup. then reboot or restart X and make sure it loaded with lsmod | grep fglrx

I have had a lot of issues getting newer fglrx releases to work well with newer fedora releases. Mind you my card is different (x1950). In saying that, CentOS/RHEL (i386) and the newest RHEL fglrx module directly from ati.com works really really well together as RHEL is the only distro that ati has verified the driver for.

hope that helps :P
Reply With Quote
  #7  
Old 4th March 2009, 03:05 PM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
Quote:
Originally Posted by kyle_p View Post
You can try the driver right from the ati website. for that to work you will need libstdc++ 6 (i think), gcc/gc++ and the kernel dev packages. Then build the rhel binary as there is no fedora specific one and install it also you may need to update your xorg.conf to ensure it loads fglrx at X startup. then reboot or restart X and make sure it loaded with lsmod | grep fglrx

I have had a lot of issues getting newer fglrx releases to work well with newer fedora releases. Mind you my card is different (x1950). In saying that, CentOS/RHEL (i386) and the newest RHEL fglrx module directly from ati.com works really really well together as RHEL is the only distro that ati has verified the driver for.

hope that helps :P
Interesting, I will try that when I get some spare time. Right now I am in the Aspire One.

Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Reply With Quote
Reply

Tags
fglrx, guys, problem

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
Problem with CD, sorry guys DeeJayy Installation and Live Media 2 7th June 2008 02:55 PM
Guys (Gals(Houston))... We have a problem... cooney Using Fedora 93 12th February 2007 04:39 AM
Linux 2.6.16 sysfs problem -- any Red Hat guys listening? nicstevens42 Security and Privacy 5 9th April 2006 08:22 AM
Yum problem - Please help guys Wishartz Using Fedora 6 7th January 2006 04:40 PM
Sorry Guys, Another Cdrom Mounting problem :( Impact4ever Hardware & Laptops 1 7th July 2005 02:26 AM


Current GMT-time: 06:32 (Saturday, 25-05-2013)

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat