 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

31st August 2008, 01:18 AM
|
|
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.
|

31st August 2008, 05:23 AM
|
|
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
|

31st August 2008, 11:14 AM
|
|
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.
|

31st August 2008, 11:18 AM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
Try
Code:
su -
yum install xorg-x11-drv-radeonhd
|

31st August 2008, 11:44 AM
|
|
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.
|

31st August 2008, 11:50 AM
|
|
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?
|

31st August 2008, 12:15 PM
|
 |
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
|

31st August 2008, 12:30 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Posts: 18

|
|
|
Thanks for your quick reply. Here are the files.
|

31st August 2008, 12:41 PM
|
 |
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
|

31st August 2008, 12:52 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Posts: 18

|
|
|
The same error.
|

31st August 2008, 12:59 PM
|
 |
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
|

31st August 2008, 02:46 PM
|
|
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.
|

31st August 2008, 02:50 PM
|
|
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.
|

2nd September 2008, 11:22 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Posts: 18

|
|
|
Any other proposals, how to get rid of that error? thanks.
|

3rd September 2008, 02:04 AM
|
 |
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
|
| 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:46 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|