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 August 2008, 04:27 PM
OttoMann Offline
Registered User
 
Join Date: Aug 2008
Posts: 14
Wrong screen resolution

Hi!

It seem impossible to set the screen resolution to the right one.
LCD resolution is 1280x800 (native), but under Administration/Display it's impossible to set it over 1024x768.
The settings are Display type: LCD Panel 1280x800 and Graphic card : Intel Corporation Mobile 915GM/GMS.......

I use an Acer Travelmate2420 with an 1280X800 native resolution LCD and an Intel 910GML integrated chip.
Reply With Quote
  #2  
Old 18th August 2008, 04:56 PM
ivancat Offline
Registered User
 
Join Date: Dec 2007
Posts: 596
try adding the following to your /etc/X11/xorg.conf file (backup the file first, insert inside the Screen section):
Code:
Modes "1280x800" "1024x768"
__________________
Ivan Cat (registered linux user #471784)
Linux Projects: constat | nconv
Fedora-related: Message In the Bottle
Reply With Quote
  #3  
Old 18th August 2008, 06:06 PM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
if you are not to sure where to put that line ,it is in this section
Code:
Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	Option	    "UseEvents" "False"
	Option	    "RenderAccel" "True"
	Option	    "Composite" "Enable"
	Option	    "AddARGBGLXVisuals" "true"
	Option	    "metamodes" "1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
	Option	    "NVAGP" "3"
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
EndSection
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #4  
Old 18th August 2008, 06:25 PM
OttoMann Offline
Registered User
 
Join Date: Aug 2008
Posts: 14
Thank you both ivancat andJohnVV.

I tried the suggested solutions but nothing changes.

This is hov that part of xorg.conf look's like:

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 50.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x768" "1024x800"
EndSubSection
EndSection

Any suggestons?
Reply With Quote
  #5  
Old 18th August 2008, 07:43 PM
ivancat Offline
Registered User
 
Join Date: Dec 2007
Posts: 596
Quote:
Originally Posted by OttoMann
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x768" "1024x800"
EndSubSection
EndSection

Any suggestons?
maybe 1280x800?
__________________
Ivan Cat (registered linux user #471784)
Linux Projects: constat | nconv
Fedora-related: Message In the Bottle
Reply With Quote
  #6  
Old 18th August 2008, 08:00 PM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
try adding the option
Code:
Option	    "metamodes" "1280x800 +0+0;1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
--- and ----
SubSection "Display"
		Depth     24
		Modes    "1280x800" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #7  
Old 18th August 2008, 08:06 PM
OttoMann Offline
Registered User
 
Join Date: Aug 2008
Posts: 14
Tried.... and failed..

The 1280x768 was an hint from my friend.
Reply With Quote
  #8  
Old 18th August 2008, 08:36 PM
OttoMann Offline
Registered User
 
Join Date: Aug 2008
Posts: 14
Option "metamodes" ..... also don't seem to work. Tried both versions the long one and the short one.

Is there perhaps an special way in changing xorg.conf and I'm doing it wrong?

I usually go to console, into root, use nano /etc/X11/xorg.conf, write my stuff, save (CTRL-O write to), exit nano, exit root, exit console and restart.
Reply With Quote
  #9  
Old 18th August 2008, 09:00 PM
ivancat Offline
Registered User
 
Join Date: Dec 2007
Posts: 596
hmm, try log in, go to System > Preferences > Hardware > Screen Resolution and check if 1280x800 is there. If it is. choose it and tick the checkbox "to use for this computer"
__________________
Ivan Cat (registered linux user #471784)
Linux Projects: constat | nconv
Fedora-related: Message In the Bottle
Reply With Quote
  #10  
Old 19th August 2008, 08:05 AM
OttoMann Offline
Registered User
 
Join Date: Aug 2008
Posts: 14
Did as you suggested the 1280x800 resolution is there and it is enabled, but the checkbox "to use for this computer" is not there.
Reply With Quote
  #11  
Old 19th August 2008, 09:59 AM
OttoMann Offline
Registered User
 
Join Date: Aug 2008
Posts: 14
When I run xrandr -d in terminal I get this:

Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 1280
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 304mm x 190mm
1280x800 60.0*+
1024x768 60.0
800x600 60.3
640x480 59.9
TV disconnected (normal left inverted right x axis y axis)

But Administration/Display still only allows 1024x768 max.
Reply With Quote
Reply

Tags
resolution, screen, wrong

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
Wrong screen resolution bulldog85043 Installation and Live Media 1 21st May 2008 04:40 AM
Screen being sent wrong resolution (?) Fishonadish Hardware & Laptops 28 4th January 2008 04:12 PM
Fedora 7 / Wrong screen resolution at boot flimbo Installation and Live Media 1 11th June 2007 09:09 PM
The screen resolution is wrong and I cant change it slimdog360 Hardware & Laptops 1 5th July 2006 12:11 PM


Current GMT-time: 06:18 (Tuesday, 18-06-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