Find the answer to your Linux question:
Results 1 to 7 of 7
hi all i have hp dv2500 lap top with amd dual core processor-64bit . i installed ubuntu 8.04. I installed nvidia graphics(latest card) hardware driver. but still the screen resolution ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    4

    Screen resolution

    hi all

    i have hp dv2500 lap top with amd dual core processor-64bit .
    i installed ubuntu 8.04. I installed nvidia graphics(latest card) hardware driver.
    but still the screen resolution is 640 * 480. I cant increase the resolution more. Can any body suggest me wat to do.

    Thanx in advance

  2. #2
    Just Joined!
    Join Date
    Apr 2008
    Posts
    4

    hi all

    hi all

    i have hp dv2500 lap top with amd dual core processor-64bit .previously i installed ubuntu, but i get the screen resolution of 640*480... not more than this...
    If i install fedora core 8 in ma lap top,i want to make sure tat sound,wireless most importantly graphics(with more screen resolution) works. Can any body suggest me with this.

    Thanx in advance

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    4

    Screen resolution

    hi all

    i have hp dv2500 lap top with amd dual core processor-64bit .previously i installed ubuntu, but i get the screen resolution of 640*480... not more than this...
    If i install suse linux in ma lap top,i want to make sure tat sound,wireless most importantly graphics(with more screen resolution) works for the above lap top config. Can any body suggest me with this.

    Thanx in advance

  4. #4
    Just Joined!
    Join Date
    Apr 2008
    Posts
    4

    Screen resolution

    hi all

    i have hp dv2500 lap top with amd dual core processor-64bit .previously i installed ubuntu, but i get the screen resolution of 640*480... not more than this...
    If i install debian linux in ma lap top,i want to make sure tat sound,wireless most importantly graphics(with more screen resolution) works for the above lap top config. Can any body suggest me with this.

    Thanx in advance

  5. #5
    Just Joined!
    Join Date
    Apr 2008
    Location
    New Hampshire, USA
    Posts
    13
    logon to the box and open a terminal
    type:
    cd /etc/X11
    su
    vi xorg.conf
    add
    Modes "1024x768" "800x600"

    to the Screen Section so that it looks like this
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    DefaultDepth 16
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768" "800x600"
    EndSubSection

  6. #6
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    If nvidia drivers are installed successfully better use 1280x800 resolution.
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  7. #7
    Linux User
    Join Date
    Jan 2006
    Posts
    414
    If you have nvidia drivers installed, open a terminal and run:
    Code:
    nvidia-settings
    This will give you a nice little GUI where you can change your display settings.

Posting Permissions

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