Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Change screen resolution in 9.04

  1. #21
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Change screen resolution in 9.04

    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  2. #22
    Join Date
    Sep 2009
    Beans
    101
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Change screen resolution in 9.04

    Wow! I got it!

    First of all I used the first code regarded at the beginning of this topic. However, I got my monitor specifications and I knew its H Freq and V Freq.

    The final code is:
    Code:
    Section "Device"
        Identifier    "Configured Video Device"
    EndSection
    
    Section "Monitor"
        Identifier    "Configured Monitor"
        HorizSync       30-50
            VertRefresh     50-120
    
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device"
        DefaultDepth    24
                 SubSection      "Display"
                    Viewport        0 0
                    Depth           24
                    Modes           "1024x768"
                 EndSubSection
    EndSection
    However, Although another resolutions values appeared in the resolutions under display, prefrence, system , but the default refresh rate for 1024x768 is 87 Hz which leads two screen blinkng, but I found another value for the refresh rate to 60 Hz and then everything is gone fine.
    Best Regards,
    Said Bakr
    AMD Athlon XP 1800+, Shuttle AK31 V3.1, 1.25 GB DDR RAM, ATI Radeon 9550 with 128 MB DDR and Viewsonic VA1912w wide screen with 1440 X 900 resoultion.

  3. #23
    Join Date
    Oct 2009
    Location
    Europe
    Beans
    7
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Change screen resolution in 9.04

    Hey thanks that worked for me i know have an acceptable resolution just wondering though, Was that only for the g4 mac specs? I'm using a fujitsu siemens v5535 just seems to be a lil sluggish maybe its the refresh rate idk. Thanks again i will have a little play around and see if it can be improved!

  4. #24
    Join Date
    Nov 2009
    Beans
    14

    Re: Change screen resolution in 9.04

    Thank you Stream 303, I have had this problem for a year now, and after countless attempts to remedy the situation I gave up. Thanks to you however, my screen resolution is PERFECT.

    THANK YOU VERY MUCH! :)

  5. #25
    Join Date
    Nov 2009
    Location
    Two Rivers
    Beans
    30
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Change screen resolution in 9.04

    Know it is bad form to bump an old thread but have to say thank you!

    I modified my xorg.conf for an LG E2241 Flatron monitor on 10.10

    Code:
    Section "Monitor"
        Identifier    "LG E2241"
        HorizSync     30.0-83.0
        VertRefresh   56.0-75.0 
    EndSection
    
    Section "Screen"
            Identifier      "Default Screen"
            Monitor         "LG E2241"
            Device          "Configured Video Device"
            DefaultDepth    24
                 SubSection      "Display"
                    Viewport        0 0
                    Depth           24
                    Modes           "1920x1080"
                 EndSubSection
    EndSection

  6. #26
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Change screen resolution in 9.04

    Quote Originally Posted by rocuan View Post
    Know it is bad form to bump an old thread
    Indeed!

    The thread is an old one referring to a now-obsolete version of Ubuntu and has wandered around a bit. If anyone needs help changing their screen resolution in a supported version of Ubuntu, please start a new thread, linking back to this one if you wish.

    Thread closed.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •