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.

    screen resolution issues on my laptop

    Discussion in 'Linux Compatibility and Software' started by nycazncarguy, Sep 4, 2008.

  1. nycazncarguy

    nycazncarguy Notebook Enthusiast

    Reputations:
    0
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    5
    hey, i have a gateway t-6836 laptop, x64 with a integrated intel GMA x3100 graphics card. Everything runs fine on ubuntu. it works and everything. I just have a slight problem with the way my screen is detected. Like, ubuntu supports my resolution, i see the resolution taking up the whole screen (1280x800), but the top menu bar doesnt extend all the way. Also, my AWN isnt exactly on the bottom. It's a little higher than the bottom, and detects that as the bottom. That's where it "docks" to. I even attached a picture to show you, I think it's easier to see that way.

    Also, my login screen is like that too. You see the login screen like as if it was stuck to a smaller resolution setting, even though it is set to 1280x800. the outside area of that login screen is just the normal background color. So all these problems are pretty much related, i assume.

    Thanks for any help.
     

    Attached Files:

  2. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    You probably have an entry in your /etc/X11/Xorg.conf that specifies a virtual size (Something like "Virtual 1024 768"). Change that to "Virtual 1280 800", and you should be ok
     
  3. nycazncarguy

    nycazncarguy Notebook Enthusiast

    Reputations:
    0
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    5
    i dont even have a "virtual" thing there...lol. i remember reading about that before, but i noticed i dont have it.

    I also tried to add it myself just to see if it works, and the problem still persists
     
  4. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Try typing "xrandr" at a console and see what it comes up with. If the screen current resolution is the same as the "LVDS connected" resolution, the problem isn't in your X configuration.
     
  5. mauser1891

    mauser1891 Notebook Enthusiast

    Reputations:
    0
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    5
    Hello nycazncarguy,

    I was wondering if you 'right clicked' on your panel, and checked your properties?
     
  6. Dire NTropy

    Dire NTropy Notebook Deity

    Reputations:
    297
    Messages:
    720
    Likes Received:
    0
    Trophy Points:
    30
    Expanding on Pitabred's advice,

    Use
    >> xrandr

    should output list of resolutions, if 1280x800 is on the list then

    >> xrandr -s 1280x800

    You can change the Width x Height numbers with any others on the list. If not compatible with your resolution you may have to change your Xorf.conf file.