E177FP Natty low resolution

Asked by Bob

I have been using Natty with an old Dell monitor. I just replaced it with a Dell E177FP flat panel and only get 800x600 resolution, not the 1280x1024 this monitor will produce. Is there a way to change this?

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-video-sis Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you upgrade to Precse soon (Preferably via fresh install) as Natty is EOL in October.

Can you give the output of:

sudo lshw -C display; lsb_release -a; uname -a

Thanks

Revision history for this message
Bob (rwatkinsbush) said :
#2

________________________________
 From: actionparsnip <email address hidden>
To: <email address hidden>
Sent: Saturday, August 11, 2012 5:11 PM
Subject: Re: [Question #205591]: E177FP Natty low resolution

Your question #205591 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/205591

    Status: Open => Needs information

actionparsnip requested more information:
I suggest you upgrade to Precse soon (Preferably via fresh install) as
Natty is EOL in October.

Can you give the output of:

sudo lshw -C display; lsb_release -a; uname -a

Thanks

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/205591

You received this question notification because you asked the question.

Here is the output.

  *-display UNCLAIMED
       description: VGA compatible controller
       product: 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
       vendor: Silicon Integrated Systems [SiS]
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 00
       width: 32 bits
       clock: 66MHz
       capabilities: pm agp agp-3.0 vga_controller cap_list
       configuration: latency=0
       resources: memory:d8000000-dfffffff memory:e1000000-e101ffff ioport:d000(size=128)
LSB Version:    core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID:    Ubuntu
Description:    Ubuntu 11.04
Release:    11.04
Codename:    natty
Linux bob-desktop 2.6.38-15-generic #64-Ubuntu SMP Fri Jul 6 17:18:17 UTC 2012 i686 athlon i386 GNU/Linux

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Yeah those SiS things need an xorg.conf file, basically they suck:

If you run:

gksudo gedit /etc/X11/xorg.conf

and add the below text.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

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

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Dell E177FP"
    HorizSync 15.0 - 46.0
    VertRefresh 49.0 - 61.0
    Option "DPMS" "off"
    Option "DPI" "96 x 96"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "sis"
    VendorName "Silicon Integrated Systems"
    BoardName "661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1280x1024_60 +0+0"
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Save the new file and reboot. If you don't get a desktop then reboot and hold SHIFT, select recovery mode then select root, you can now run:

mv /etc/X11/xorg.conf /etc/X11/xorg.conf_old; reboot

NOTE: The X in X11 is capitalized, Linux is very case sensitive so it must be used.

Revision history for this message
Bob (rwatkinsbush) said :
#6

actionparsnip:

This did not change the resolution or cause it not to boot.  I apologise but there are a couple of things I did not mention earlier: I use a login on this computer. Since changing the monitor (start of problem), the login screen has been at low res. After I login a window pops up that says: "Could not apply the configuration for monitors" then has a list where each line starts with "CRTC 279: trying mode" and gives the resolution and hz tried.

This was true before I tried your suggestion and still happens.

thanks

________________________________
 From: actionparsnip <email address hidden>
To: <email address hidden>
Sent: Sunday, August 12, 2012 3:11 AM
Subject: Re: [Question #205591]: E177FP Natty low resolution

Your question #205591 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/205591

actionparsnip proposed the following answer:
Section "ServerLayout"
    Identifier    "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Dell E177FP"
    HorizSync      15.0 - 46.0
    VertRefresh    49.0 - 61.0
    Option        "DPMS" "off"
    Option        "DPI" "96 x 96"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "sis"
    VendorName    "Silicon Integrated Systems"
    BoardName      "661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "metamodes" "1280x1024_60 +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/205591/+confirm?answer_id=3

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/205591

You received this question notification because you asked the question.

Revision history for this message
Bob (rwatkinsbush) said :
#7

If I get a video card, can I disable Sis video? Any recommendations?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Your BIOS should allow you to disable the device. Nvidia have great Linux support, check what connectors your system has (AGP, PCI-Express etc) before you buy

Can you help with this problem?

Provide an answer of your own, or ask Bob for more information if necessary.

To post a message you must log in.