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 18th December 2007, 10:28 AM
burrowspan Offline
Registered User
 
Join Date: Nov 2007
Location: CHN
Posts: 9
Question problems fo resolutions about 19' widescreen

Hi!
I'm new to linux. I just installed fedora 8, but I can't change the resolution to 1440x900 with the highest resolution 1152x864

I have searched for several days, still didn't find any way to solve it

I use philips 190cw7 (wides screen)
AMD chipset 690G and integrated graphics X1250

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1440x900"
HorizSync 31.5 - 56.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Last edited by burrowspan; 18th December 2007 at 10:54 AM.
Reply With Quote
  #2  
Old 18th December 2007, 10:35 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
Please post output of terminal command cat /etc/X11/xorg.conf.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 18th December 2007, 02:46 PM
funknor Offline
Registered User
 
Join Date: May 2005
Location: Texas
Posts: 134
try to modify the Screen sections to as follows:[code]Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1440x900" #<-----
Depth 24
EndSubSection
EndSection
Reply With Quote
  #4  
Old 18th December 2007, 02:46 PM
funknor Offline
Registered User
 
Join Date: May 2005
Location: Texas
Posts: 134
try to modify the Screen sections to as follows:
Code:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1440x900" #<-----
Depth 24
EndSubSection
EndSection
Reply With Quote
  #5  
Old 18th December 2007, 03:57 PM
burrowspan Offline
Registered User
 
Join Date: Nov 2007
Location: CHN
Posts: 9
i have tried in this way but it didnt work
i have installed the ati driver
are there any other ways to solve the problem?

Quote:
Originally Posted by funknor
try to modify the Screen sections to as follows:
Code:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1440x900" #<-----
Depth 24
EndSubSection
EndSection
Reply With Quote
  #6  
Old 18th December 2007, 06:13 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
You are switching too many variable. Stick w/ the vesa or stick w/ the ATI but stop adding variable to the problem.

The "Modes" line does work with, but you may need to reboot as the driver (not just X) needs e-initialization.
For the ati driver try adding (Mode "1440x900") to the Monitor section. That's "Mode" with no 's'.
Reply With Quote
  #7  
Old 19th December 2007, 11:29 AM
burrowspan Offline
Registered User
 
Join Date: Nov 2007
Location: CHN
Posts: 9
i have solved the problem
Reply With Quote
  #8  
Old 19th December 2007, 11:37 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
Quote:
Originally Posted by burrowspan
i have solved the problem
How did you solve the problem?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #9  
Old 19th December 2007, 11:42 AM
burrowspan Offline
Registered User
 
Join Date: Nov 2007
Location: CHN
Posts: 9
i type setup in the terminal
set the resolution to 1440x900 select the driver fglrx
after rebooting, the resolution is 1440x900 now
Reply With Quote
  #10  
Old 19th December 2007, 11:48 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
Sometimes the simplest solutions.... Glad to hear that it works.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
Reply

Tags
problems, resolutions, widescreen

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
Widescreen resolution problems thisone Using Fedora 5 14th February 2008 10:37 PM
Sceen Resolution Problems (1400x900 on a widescreen) evilevan Installation and Live Media 2 30th July 2007 04:36 AM
Enemy Territory resolutions not working on my laptop widescreen HELP! shawnrgr Using Fedora 4 15th April 2006 04:29 PM
FC4 w/ widescreen monitor problems gq_flippimp Hardware & Laptops 0 25th June 2005 04:49 PM


Current GMT-time: 23:54 (Tuesday, 21-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