LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-15-2006, 02:05 PM   #1
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Rep: Reputation: 62
Fedora Core 6 and ATI hardware acceleration


Hi,

I've installed Fedorra core 6 today, and have everything working, except for video acceleration.
I downloaded kmod-fglrx and its dependencies for the stock kernel (2.6.18-1.2798.fc6), edited my xorg file and changed "radeon" to fglrx:

Code:
# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "pt"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

the module is in /lib/modules/2.6.18-1.2798.fc6/extra/fglrx/fglrx.ko

Anyway, after i reboot, the kernel boots, and when it tried to start the part when the loading bar appears, the screen just goes blank.
And its not just my monitor thats blank, the monitor power light starts blinking, so its not even receving a video signal?
The starnge thing is that it is probably working properly, because i can see the hdd led blinking and my router connection light turning on, so i'm just not getting any video.

Any help is much appreciated
 
Old 12-15-2006, 02:22 PM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Yeah you guessed right, everything else is probably working but the video driver; you can/should try and alter the configuration values and see if it helps, perhaps use "nosplash" boot option --> disable the graphical bootup screen, to see what goes wrong and try to fix that then. Or it could be that the driver just doesn't work for your card or something..ATI's drivers aren't the easiest to get working properly
 
Old 12-15-2006, 03:10 PM   #3
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Original Poster
Rep: Reputation: 62
Thanks, i'll give that a try

Quote:
ATI's drivers aren't the easiest to get working properly
yeah...I just feel like burning my ati card and then pissing on it.
 
Old 12-15-2006, 03:15 PM   #4
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Original Poster
Rep: Reputation: 62
Another thing, after having installed the fglrx package, glxgears no longer works:

Code:
$ glxgears
glxgears: error while loading shared libraries: /usr/lib/libGL.so.1: cannot restore segment prot after reloc: Permission denied
i'm updating the mesa libGL libraries...maybe that has something to do with it....
 
Old 12-15-2006, 04:34 PM   #5
zefox
LQ Newbie
 
Registered: May 2006
Location: Belgium
Distribution: SuSe on Desktop, SlackWare and CentOS on Servers
Posts: 3

Rep: Reputation: 0
Is xorg version > 7.1?
In this case, there is no ATI support (yet) ...

Pascal
 
Old 12-15-2006, 05:38 PM   #6
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Original Poster
Rep: Reputation: 62
Quote:
Originally Posted by zefox
Is xorg version > 7.1?
In this case, there is no ATI support (yet) ...

Pascal
not sure, how do i check?
 
Old 12-15-2006, 06:36 PM   #7
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Original Poster
Rep: Reputation: 62
Ok, an update:

I rebooted my computer again with the fglrx module in xorg.conf; waited for the hard-drive to go silent, then did a cold reset.
I dug out my GParted LiveCD and rescued the /var/log/Xorg.0.log
With some help provided by another forum to filter the file search, it looks like a BusID problem:

doing cat Xorg.0.log | grep fglrx | grep EE i got this:

Code:
$ cat Xorg.0.log | grep fglrx | grep EE
(EE) fglrx(0): Chipset 0x5960 is not recognized
(EE) fglrx(0): PreInitConfig failed
(EE) fglrx(0): PreInit failed
and cat Xorg.0.log | grep fglrx | grep WW returns this:

Code:
$ cat Xorg.0.log | grep fglrx | grep WW
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
Now, my lspci indicated that my card has two bus id's, one for each head (or at least I think its that way, but I may just be pulling information out of my ass):

Code:
$ /sbin/lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)
So it looks like X is trying to start on the secondary head.
If this is in fact the problem, how do I change xorg.conf to force X to use the primary vga output bus id?

Last edited by easuter; 12-15-2006 at 06:37 PM.
 
Old 12-20-2006, 02:37 AM   #8
easuter
Member
 
Registered: Dec 2005
Location: Portugal
Distribution: Slackware64 13.0, Slackware64 13.1
Posts: 538

Original Poster
Rep: Reputation: 62
I did finaly get it working after a lot of effort, so I'm just posting back with the sollution for anyone else who might need help:

http://www.linuxforums.org/forum/red...ivers-fc6.html
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to enable 3D acceleration on ATI IGP 320M - Fedora Core 6 rowancompsciguy Linux - Hardware 5 11-28-2006 07:28 PM
DISCUSSION: Hardware Acceleration with ATI in Fedora Core 4 jagjitnatt LinuxAnswers Discussion 2 11-12-2005 01:15 PM
Yet another ATI Hardware Acceleration BuckRogers01 Linux - Hardware 8 09-26-2005 02:15 PM
ATI Rage II Hardware Acceleration MasterPi Linux - Hardware 1 05-11-2005 07:56 AM
ATI Radeon 9800 and Fedora Core 1 - no 3d Acceleration Neuromancer47 Linux - Hardware 1 04-11-2004 12:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:30 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