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 4th March 2009, 12:50 AM
geneuser Offline
Registered User
 
Join Date: Mar 2009
Posts: 6
another fglrx problem

I keep getting this error when startup fedora 10:

Checking for module fglrx.ko: [FAILED]
fglrx.ko for kernel 2.6.27.19-170.2.35.fc10.i686 was not found. [WARNING]
fglrx DRI will not be enabled until one is found. [WARNING]

I did follow all the steps here: http://forums.fedoraforum.org/showth...3&page=1&pp=10

> uname -r
2.6.27.19-170.2.35.fc10.i686

I can find fglrx.ko being built @ /lib/modules/fglrx:
drwxr-xr-x 3 root 4096 2009-03-03 14:04 build_mod
-rwxr-xr-x 1 root 2410064 2009-03-03 14:04 fglrx.2.6.27.19-170.2.35.fc10.i686.ko
lrwxrwxrwx 1 root 39 2009-03-03 16:07 fglrx.ko -> ./fglrx.2.6.27.19-170.2.35.fc10.i686.ko
-rw-r--r-- 1 root 2620 2009-03-03 14:04 make.2.6.27.19-170.2.35.fc10.i686.log
-rwxr-xr-x 1 root 11969 2009-03-03 14:04 make_install.sh

And I also can find fglrx.ko here:
/lib/modules/2.6.27.19-170.2.35.fc10.i686/kernel/drivers/char/drm/fglrx.ko

I do have kmod-fglrx for 2.6.27.19-170.2.35.fc10.i686 installed. However, it still gives me the above boot up errors. Could any1 help? Thanks.
Reply With Quote
  #2  
Old 4th March 2009, 12:52 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Not a Guide nor How-To - moved to "General Support".

V
Reply With Quote
  #3  
Old 4th March 2009, 01:23 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Can you post the output of:
Code:
rpm -qa | grep fglrx
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #4  
Old 4th March 2009, 05:23 PM
geneuser Offline
Registered User
 
Join Date: Mar 2009
Posts: 6
Hi,

I just did the command and here is the output:

xorg-x11-drv-fglrx-libs-8.573-1.9.1.fc10.i386
kmod-fglrx-2.6.27.19-170.2.35.fc10.i686-8.573-1.9.1.fc10.i686
akmod-fglrx-8.573-1.9.1.fc10.i686
xorg-x11-drv-fglrx-8.573-1.9.1.fc10.i386
Reply With Quote
  #5  
Old 4th March 2009, 06:37 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Try running Software Update from the Administration menu and see if that helps - that's an outdated driver version.
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #6  
Old 4th March 2009, 07:52 PM
geneuser Offline
Registered User
 
Join Date: Mar 2009
Posts: 6
Thanks for quick turn around. I just did a "yum update" as super user and it says:
Loaded plugins: refresh-packagekit
Setting up Update Process
No Packages marked for Update

Is there anyway I can force update this driver? Thanks.
Reply With Quote
  #7  
Old 5th March 2009, 12:34 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Hm, maybe you need to clean your cache:
Code:
yum clean metadata expire-cache
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #8  
Old 5th March 2009, 02:51 AM
geneuser Offline
Registered User
 
Join Date: Mar 2009
Posts: 6
Thanks! Cleaning cache thing certainly help me making some progress. The funny part is that I had to run the command twice to get the driver update. So now it's

xorg-x11-drv-fglrx-9.2-2.fc10.i386
akmod-fglrx-9.2-2.fc10.i686
kmod-fglrx-2.6.27.19-170.2.35.fc10.i686-9.2-2.fc10.1.i686
xorg-x11-drv-fglrx-libs-9.2-2.fc10.i386

After this, I rebooted and no errors in boot log. So I did mkinitrd -v /boot/initrd-`uname -r`.img `uname -r`. Then I bounced box again. After no error shows up in the log, the both monitor goes to blank screen.

Here is my xorg.conf

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/fglrx"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
Option "Xinerama" "on"
Option "AIGLX" "on"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105+inet"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
Monitor "aticonfig-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Is there anything to be fixed here? Thanks a bunch!
Reply With Quote
  #9  
Old 5th March 2009, 02:37 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Hm, interesting... I'll try to do some testing when I get home later tonight. There were some previous problems with x86_64, but that shouldn't be happening with 9.2-2 nor on x86...
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #10  
Old 7th March 2009, 02:12 AM
geneuser Offline
Registered User
 
Join Date: Mar 2009
Posts: 6
Hi, I am not trying to be pushing, but I really run out of ideas on how to correct this. Now the screensaver will hang my machine. Would you have time to test? Thanks a lot!
Reply With Quote
  #11  
Old 7th March 2009, 03:19 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
I tried again tonight, everything is fine for me with the 9.2-2 RPMs. What's your GPU model?
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #12  
Old 9th March 2009, 08:45 PM
geneuser Offline
Registered User
 
Join Date: Mar 2009
Posts: 6
I think it's an ATI Radeon X600. I got the card from a Dell E510
Reply With Quote
Reply

Tags
fglrx, 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
New fglrx 3D problem Muspellsson Using Fedora 0 8th April 2009 07:50 PM
What's up guys? (problem with fglrx) joe.pelayo Using Fedora 6 4th March 2009 03:05 PM
How I can downgrade the kmod-fglrx xorg-x11-drv-fglrx? PashaP Using Fedora 3 22nd June 2008 10:06 PM
fglrx problem using qt designer blueflash Using Fedora 1 9th February 2007 09:27 AM


Current GMT-time: 01:52 (Sunday, 26-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