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 ...
- 04-21-2008 #1Just 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
- 04-21-2008 #2Just 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
- 04-21-2008 #3Just 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
- 04-21-2008 #4Just 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
- 04-21-2008 #5Just 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
- 04-21-2008 #6
If nvidia drivers are installed successfully better use 1280x800 resolution.
- 04-21-2008 #7Linux User
- Join Date
- Jan 2006
- Posts
- 414
If you have nvidia drivers installed, open a terminal and run:
This will give you a nice little GUI where you can change your display settings.Code:nvidia-settings


Reply With Quote