LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-19-2012, 12:52 AM   #1
ashishyadav26
LQ Newbie
 
Registered: Jun 2012
Location: India
Distribution: Ubuntu
Posts: 12

Rep: Reputation: Disabled
wrong screen resolution in opensuse and fedora


Hi,

I have a Acer 5002 laptop with sis display card. Ubuntu sets it easily at 1280x800 but suse and fedora both fails and sets at 1024x800 or something. I tried xrand as described somewhere but it fails to calculate gamma values at desired resolution.

Is there a concrete way to set the resolution at 1280x800 in either suse and fedora or both?
 
Old 09-19-2012, 12:53 AM   #2
ashishyadav26
LQ Newbie
 
Registered: Jun 2012
Location: India
Distribution: Ubuntu
Posts: 12

Original Poster
Rep: Reputation: Disabled
xrandr: Failed to get size of gamma for output default

command output

Quote:
xrandr --newmode "1280x800_61.00" 84.96 1280 1344 1480 1680 800 801 804 829 -HSync +Vsync
 
Old 09-19-2012, 04:03 AM   #3
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
You can create an xorg.conf file (/etc/X11/xorg.conf); you need root permissions to create / edit that file.

Code:
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Files"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Dell"
    ModelName      "E773S"
#    HorizSync       30.0 - 70.0
#    VertRefresh     50.0 - 160.0
    Option         "DPMS"

#    Modeline "1152x864_75.00"  104.00  1152 1224 1344 1536  864 867 871 905 -hsync +vsync
    Modeline "1280x800_61.00" 84.96 1280 1344 1480 1680 800 801 804 829 -HSync +Vsync 

EndSection

Section "Device"
    Identifier     "Device0"
    VendorName     "Intel"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
#        Modes      "1152x864_75.00"
        Modes      "1280x800_61.00"
        Depth       24
    EndSubSection
EndSection
I've marked the lines that apply to your resolution in bold red; you might want to calculate for 60Hz using cvt 1280 800 60 (as 61Hz seems an odd frequency). You can enable (uncomment) vertrefresh and horizsync if necessary; those values however might not apply to your monitor.
 
1 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Set wrong resolution in Fedora 10 -- screen black, no automatic reset duffym Linux - Newbie 9 12-01-2009 02:46 PM
wrong screen resolution - Arch64 updated. ohadbasan Linux - Desktop 2 08-18-2009 03:57 AM
Screen Resolution is wrong dalmat Linux - Software 3 10-27-2007 01:34 PM
Whay is my screen resolution Wrong SuSe 10 hbraddolin Linux - Hardware 1 05-10-2006 11:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration