Fedora Linux Support Community & Resources Center
  #1  
Old 31st August 2008, 01:18 AM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
Xserver problem after update of clean install (Fedora 9)

I have installed Fedora 9 on laptop ASUS M51SE.
It has ATI radeon HD 3470 and wide screen monitor(up to 1400x900).
Everything went just fine.
By default it has 1152x864 resolution and it ran on vesa driver.
After yum has updated all available packages and system has been rebooted, Xserver was not able to start.
In log it says
(EE) VESA(0): No valid modes
Can anybody please give me some advice howto fix it?
Thanks

Note:Without update of packages, Xserver works without problem.

Last edited by Farmar; 31st August 2008 at 01:21 AM.
Reply With Quote
  #2  
Old 31st August 2008, 05:23 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
cd /etc/X11
gedit xor.conf

After
Depth 24
add
Modes "1024x768" "800x600" "1152x864"

Only use vesta resolutions
The first one will be the default after the change
there after you can set it in the System, Pref, Hardware, Resolutions

SJ
__________________
Do the Math
Reply With Quote
  #3  
Old 31st August 2008, 11:14 AM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
Thank you for your reply.

I have restricted update of xorg* mesa* and kernel* packages the xserver was able to start after update.

After I have enabled those packages and updated them, rebooted - xserver could not start (No valid modes error).

I have tryed to add Modes line to xorg.conf as mentioned in previous post but the xserver error did not disappear.

By the way, is it possible to get resolution - 1400x900?
I have tryed to install Proprietary ATI driver but it seems that Catalyst 8.8 is not compatible with xorg 1.4.
I have browsed a lot of forums and they have advised to downgrade xorg to 1.3 and install catalyst 8.5. This method did not work for me.

Is there some way how to properly install the ATI radeon HD 3470 on fedora 9 now or do we have to wait for suitable fedora package ?
Thanks for your help.

Last edited by Farmar; 31st August 2008 at 11:33 AM.
Reply With Quote
  #4  
Old 31st August 2008, 11:18 AM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
Try
Code:
su -
yum install xorg-x11-drv-radeonhd
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #5  
Old 31st August 2008, 11:44 AM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
I have installed radeonhd driver as adviced above.
Then I have changed Driver "vesa" to Driver "radeonhd" in xorg.conf.
After trying to start xserver i got this error
Failed to map FB.

Any help appreciated.
Reply With Quote
  #6  
Old 31st August 2008, 11:50 AM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
I have googled a little bit but I cant even find this kind of error message anywhere. Weird, isn't it?
Reply With Quote
  #7  
Old 31st August 2008, 12:15 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Attach copies of /etc/X11/xorg.conf and /var/log/Xorg.0.log to a post, so we can see what's going on.

V
Reply With Quote
  #8  
Old 31st August 2008, 12:30 PM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
Thanks for your quick reply. Here are the files.
Attached Files
File Type: zip files.zip (4.5 KB, 70 views)
Reply With Quote
  #9  
Old 31st August 2008, 12:41 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Try:
Code:
# Xorg configuration created by pyxf86config

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

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

Section "Device"
	Identifier  "Videocard0"
#	Driver      "vesa"
	Driver      "radeonhd"
	Option	"ShadowFB" "Off"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes  "1152x864" "1024x768" "800x600"
	EndSubSection
EndSection
Re-start X-server. Report results. Attach copy of Xorg.0.log if unsuccessful.

V
Reply With Quote
  #10  
Old 31st August 2008, 12:52 PM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
The same error.
Attached Files
File Type: zip files.zip (4.5 KB, 72 views)
Reply With Quote
  #11  
Old 31st August 2008, 12:59 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
That cannot be correct: Either you attached the wrong files, did not edit the xorg.conf file (correctly), or did not re-start the X-server. I do not see any changes applied to the xorg.conf file. So, I would expect the same results. Please try again.

V
Reply With Quote
  #12  
Old 31st August 2008, 02:46 PM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
I am sorry for taking me long to replay, but no email has come that you have post some reply.
I have copied those files again.
Attached Files
File Type: zip files.zip (4.5 KB, 201 views)
Reply With Quote
  #13  
Old 31st August 2008, 02:50 PM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
As you can see in log it is still using ShadowFB evan with that option in xorg.conf.
Reply With Quote
  #14  
Old 2nd September 2008, 11:22 PM
Farmar Offline
Registered User
 
Join Date: Aug 2008
Posts: 18
Any other proposals, how to get rid of that error? thanks.
Reply With Quote
  #15  
Old 3rd September 2008, 02:04 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Yes, I see that it has apparently completely ignored the "ShadowFB" "OFF" option.

Did you re-start the X-server after making those changes?

Try (with other changes):
Code:
Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     16
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes "1152x864" "1024x768" "800x600" 
	EndSubSection
EndSection
Do not forget to re-start the X-server. See what happens. Post results.

V
Reply With Quote
Reply

Tags
clean, fedora, install, problem, update, xserver

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
Yum problem: Python missing from clean install DVD voytechs Installation and Live Media 3 13th May 2008 12:41 PM
Xserver and Nvidia update problem loops84 Using Fedora 2 10th May 2008 06:46 AM
clean install - yum update hangs on openssh-ask.. n4clh Installation and Live Media 3 6th December 2005 05:41 PM


Current GMT-time: 06:46 (Wednesday, 22-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