Results 1 to 5 of 5

Thread: Increasing a 800x600 resultion to a 1024x768 [New User]

  1. #1
    Join Date
    Aug 2009
    Beans
    3

    Increasing a 800x600 resultion to a 1024x768 [New User]

    ¡Hi!

    I'm a new Linux Ubuntu 9.04 user and i would appreciate any help with the following problem:

    I just installed Ubuntu 9.04 on Lap Toshiba Satellite A20 - SP279 and after checking up the basic configuration, i found that the highest resolution i'm able to choose is "800x600" and it would be great if a could increase it to "1024x768

    Because of my inexperience with linux, i don't know if it's a driver problem or if i just have to edit the xorg.conf (i have seen in other posts that its a common solution).

    I don't even know my video information, all I can share now, it's my actual "xorg.conf" file info

    -------

    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    ------------

    Thank you all.

  2. #2
    Join Date
    May 2007
    Location
    Ontario Canada
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Increasing a 800x600 resultion to a 1024x768 [New User]

    Hey,
    I had some trouble finding what kind of video chipset your laptop has. Could you please go into a terminal and post the results of running
    Code:
    lspci |grep VGA
    Stuff in terminal is CaSE SenSItIve, by the way. If you have trouble copying it, copy in gnome-terminal is shift-ctrl-c , or you can highlight and right click to copy/paste.

    When asking for help with video stuff, we need to know what drivers your card runs, things are different between nvidia, ati, intel and others. Best of luck!
    Last edited by peepingtom; August 26th, 2009 at 06:04 AM.

  3. #3
    Join Date
    Aug 2009
    Location
    Santiago, Chile
    Beans
    1
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Increasing a 800x600 resultion to a 1024x768 [New User]

    Try this on the file xorg.conf

    Section "Monitor"
    Identifier "Configured Monitor"
    Option "DPMS" "true"
    HorizSync 30.0-60.0
    VertRefresh 50.0-70.0
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600"
    EndSubSection

    EndSection

  4. #4
    Join Date
    Aug 2009
    Beans
    3

    Re: Increasing a 800x600 resultion to a 1024x768 [New User]

    Quote Originally Posted by peepingtom View Post
    Hey,
    I had some trouble finding what kind of video chipset your laptop has. Could you please go into a terminal and post the results of running
    Code:
    lspci |grep VGA
    Stuff in terminal is CaSE SenSItIve, by the way. If you have trouble copying it, copy in gnome-terminal is shift-ctrl-c , or you can highlight and right click to copy/paste.

    When asking for help with video stuff, we need to know what drivers your card runs, things are different between nvidia, ati, intel and others. Best of luck!

    Thanks for your answer

    After typing lspci |grep VGA in the terminar i got this result:

    01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82)

  5. #5
    Join Date
    Aug 2009
    Beans
    3

    Re: Increasing a 800x600 resultion to a 1024x768 [New User]

    Quote Originally Posted by goshka View Post
    Try this on the file xorg.conf

    Section "Monitor"
    Identifier "Configured Monitor"
    Option "DPMS" "true"
    HorizSync 30.0-60.0
    VertRefresh 50.0-70.0
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600"
    EndSubSection

    EndSection


    !Problem Solved¡

    Thank you a lot Goshka for your help, the code you posted, solved it.

    And of course, thank you peepingtom too.

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
  •