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

3rd March 2009, 09:05 AM
|
 |
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.
|

3rd March 2009, 07:10 PM
|
 |
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
|

3rd March 2009, 07:22 PM
|
 |
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
|

3rd March 2009, 11:36 PM
|
 |
An ape descendant
|
|
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101

|
|
Quote:
Originally Posted by ppesci
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
|

3rd March 2009, 11:41 PM
|
 |
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
|

4th March 2009, 04:52 AM
|
|
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
|

4th March 2009, 03:05 PM
|
 |
An ape descendant
|
|
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101

|
|
Quote:
Originally Posted by kyle_p
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 06:32 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|