![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() |
Driver for HP M70 monitor??
Gidday,
Can anyone direct me to a source from where I can download a driver for my old HP M70 monitor? I recently upgraded to a better machine (Intel Core2 duo box only) and have found that when I connect my old monitor to it I cannot get more than 800 x 600 resolution. Previously I could get up around 1024 x 800 with Ubuntu using my old box, a P3 with only 16mB of video ram. This one has got an ASUS V558 driver (128mB with up to 512mB using shared main RAM if available). Sorry if there is another posting on the forum that deals with this; I did several searches but could find nothing, but then I am a beginner. Cheers |
|
|
|
|
|
#2 |
|
Chocolate-Covered Ubuntu Beans
![]() |
Re: Driver for HP M70 monitor??
what manu. of videocard (or chipset) do you have? (ATI or Nvidia?) ... chances are the default 'vesa' driver can get you 1024x768 (4:3) resolution - you'll just need to add the "HorizSync" and "VertRefresh" rates to your /etc/X11/xorg.conf ...
that might sound confusing @ first, so we'll start out w/ finding those values out - if that's possible ... i'd ask google edit, found it: http://h10025.www1.hp.com/ewfrf/wc/g...cname=bph03695 so look for the "Monitor" section in /etc/X11/xorg.conf and make it look like: Code:
Section "Monitor"
Identifier "Monitor 0"
# Option "DPMS" "on"
HorizSync 30-70
VertRefresh 50-120
EndSection
Code:
Section "Screen"
Identifier "Screen 0"
Device "Adapter 0"
Monitor "Monitor 0"
DefaultDepth 24
SubSection "Display"
# Virtual 1600 1200
# Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
hashimoto's method will "automate" what i'm talking about above, but doesn't 'teach' you anything
__________________
(Ubuntu 7.10) PC#1 SPECS / (Ubuntu 7.10) PC#2 SPECS / (Vista HomePremium | Arch Linux 2007.08-2) Gateway 6841 VMs: Server 2k3, CentOS5 in Xen [mysql/apache/named], CentOS5 [zimbra server] Last edited by scxtt; March 11th, 2007 at 05:00 AM.. |
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() Join Date: Oct 2004
Location: N63,0056 E21,0248
Beans: 315
|
Re: Driver for HP M70 monitor??
I had the same monitor and the problem is not in any driver.That monitor just doesn't report correct refresh rates to the system so X doesn't recognize its full capabilities.
To correct the situation, find out the technical data of the monitor (supported resolutions & refresh rates) then open terminal and run Code:
sudo dpkg-reconfigure xserver-xorg
__________________
BR Hashimoto This mail may contain inaccurate information and faulty instructions. Use it with your own responsibility. |
|
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() |
Re: Driver for HP M70 monitor??
Thanks scxtt and hashimoto for your great replies! I will try it both ways, and look up all the commands in the O'Reilly Linux Pocket guide that I have just bought too. Cheers! |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2007
Beans: 1
|
Re: Driver for HP M70 monitor??
Hi YoungCthulhu
> This one has got an ASUS V558 driver (128mB with up to 512mB using shared main RAM if available). could you (or anyone else) please tell me where can I find UBUNTU drivers for ASUS V558? I have bought brand new monitor but cannot use higher resolutions probably because of not proper configuration of graphic card. thank you in advance Cheers jacque |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|