The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Resolution While Docked

    Discussion in 'Linux Compatibility and Software' started by ZaZ, Sep 1, 2007.

  1. ZaZ

    ZaZ Super Model Super Moderator

    Reputations:
    4,982
    Messages:
    34,001
    Likes Received:
    1,415
    Trophy Points:
    581
    I running Feisty on my R60 for which I have a dock. Attached to the dock I have a 20" Dell monitor running at 1600x1200. If I am using Feisty the highest screen resolution option I have is 1400x1050. The image looks fine because it does not fill the screen, but I would obviously prefer to have it run at 1600x1200. Is there a way to make this happen. Any help muchp appreciated.
     
  2. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Ugh, I hate poking around in the .xorg file. My knowledge in this area may be incomplete (read: disclaimer), but open up a terminal anyway and type:
    sudo gedit /etc/X11/xorg.conf

    Your X server text configuration file will open up. It lists the settings of all the input devices that your laptop uses with the X server; touchpads, keyboards, and of course monitors. Everyone's xorg file is different based on hardware, but try finding the section for your external monitor and changing the resolution to the one you want. Restart X server with ctrl+alt+backspace and your resolution should be OK.

    If you are unsure of what to change or anything, post up your entire xorg file for us to look at.

    If your X server fails to start and you are left with the command line (which is unlikely), have no fear! Type the command "sudo dpkg-reconfigure xserver-xorg" to reconfigure your xorg file and recover it.
     
  3. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    It will depend a lot on what graphics controller you have. It's also a bit complicated. This wiki on installing Ubuntu on an R60e, has an explanation on how they accomplished it here. The caveat is that the graphics controller is the Intel one. If you're using an ATI controller, your solution will likely be different..

    Good Luck..
     
  4. ZaZ

    ZaZ Super Model Super Moderator

    Reputations:
    4,982
    Messages:
    34,001
    Likes Received:
    1,415
    Trophy Points:
    581
    Yay, I have the Intel card. Thanks for the tip. We'll see how it goes.