LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 06-14-2010, 11:47 AM   #1
nafion112
LQ Newbie
 
Registered: Oct 2004
Location: Fort Collins, CO
Distribution: Debian (sometimes Ubuntu)
Posts: 9

Rep: Reputation: 0
Video driver only showing 1 monitor.


Hi All,

I'm running Debian Lenny on a laptop that is always docked, and I have two identical monitors (both HP LP2065) plugged into the dock's VGA and DVI port respectively. The laptop has an Intel "Mobile 4 Series" video chipset.

I have been using this hardware configuration with Ubuntu for years and have always found it to recognize my dual monitor setup out of the box. I am now wishing to run Debian on it but find that the video driver only "sees" one of my monitors. When I run a ddcprobe, I see the following:

vbe: VESA 3.0 detected.
oem: Intel(r)Cantiga Graphics Chip Accelerated VGA BIOS
vendor: Intel Corporation
product: Intel(r)Cantiga Graphics Controller Hardware Version 0.0
memory: 65472kb
mode: 1280x1024x256
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1024x768x256
mode: 1024x768x64k
mode: 1024x768x16m
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 640x480x256
mode: 800x600x256
mode: 640x480x64k
edid:
edid: 1 3
id: 0a71
eisa: HWP0a71
serial: 01010101
manufacture: 38 2006
input: separate sync, composite sync, sync on green, digital signal.
screensize: 41 31
gamma: 2.200000
dpms: RGB, active off, suspend, standby
timing: 720x400@70 Hz (VGA 640x400, IBM)
timing: 640x480@60 Hz (VGA)
timing: 640x480@75 Hz (VESA)
timing: 800x600@60 Hz (VESA)
timing: 800x600@72 Hz (VESA)
timing: 800x600@75 Hz (VESA)
timing: 1024x768@87 Hz Interlaced (8514A)
timing: 1024x768@70 Hz (VESA)
ctiming: 640x480@85
ctiming: 800x600@85
ctiming: 1024x768@85
ctiming: 1280x960@60
ctiming: 1280x1024@60
ctiming: 1280x1024@85
ctiming: 1600x1200@60
ctiming: 1600x1200@75
dtiming: 1600x1200@78
monitorrange: 30-94, 48-85
monitorname: HP LP2065
monitorserial: CNG63800ZD

I am only seeing 1 monitor with this output and figure I should see 2 if my video driver is supporting my dual monitor setup. I get similar results from other programs as well, for example, xrandr only shows me 1 monitor to configure.

I know that my dual monitor setup is possible, but I figure I need to do something to get my driver to see the other monitor and am at a loss how to go about that.

Please help, I need my screen real estate back! Thanks in advance!
 
Old 06-14-2010, 03:48 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Please show us your /var/log/Xorg.0.log file. Just so you know, though, the version of Xorg Lenny is pretty old, which might be limiting your functionality.

Adam
 
Old 06-16-2010, 03:15 PM   #3
nafion112
LQ Newbie
 
Registered: Oct 2004
Location: Fort Collins, CO
Distribution: Debian (sometimes Ubuntu)
Posts: 9

Original Poster
Rep: Reputation: 0
So I'm a little closer. I realized that I was using the default vesa driver in Debian while my working dual monitor setup in Ubuntu was using the 'intel' driver. A simple Driver line in my xorg.conf took care of that.

I am still unable to get the monitor I have plugged into my dock's DVI port to work, although the monitor attached to the dock's VGA port now works fine.

I have attached 2 Xorg.0.log files:
Xorg.0.log.ubuntu.txt is the older log from my old Ubuntu OS that had a working dual monitor setup.
Xorg.0.log.debian.txt is from my most recent attempt at getting the dual monitors to work in Debian.
Also, I have attached xorg.conf.txt. This is my most recent xorg.conf that coincides with Xorg.0.log.debian.

It seems to me like Xorg.0.log.ubuntu is showing that the intel driver considered my VGA and DVI monitors 'VGA' and 'HDMI' respectively, and that it also considers my (unused) laptop monitor 'LVDS'. Given all that, I attempted to create an xorg.conf file using the 'VGA' and 'HDMI' directives, but as can be seen in Xorg.0.log.debian, the driver disregarded my 'HDMI' entry leaving me with only my vga monitor configured (and my laptop monitor mirroring my vga because of the default configuration of 'LVDS').

I feel like I am so close, but something about my intel driver is not recognizing the DVI output under any label, being 'HDMI' or otherwise.

Any help with this would be greatly appreciated!
Attached Files
File Type: txt Xorg.0.log.ubuntu.txt (45.1 KB, 27 views)
File Type: txt Xorg.0.log.debian.txt (46.1 KB, 17 views)
File Type: txt xorg.conf.txt (1.5 KB, 11 views)
 
Old 06-16-2010, 03:26 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Wait... Are trying to use the LVDS (laptop monitor) at the same time as both a VGA and DVI monitor attached to the dock?
 
Old 06-16-2010, 03:37 PM   #5
nafion112
LQ Newbie
 
Registered: Oct 2004
Location: Fort Collins, CO
Distribution: Debian (sometimes Ubuntu)
Posts: 9

Original Poster
Rep: Reputation: 0
No. Although all 3 monitors in the configuration were configured in my Ubuntu OS, I just had the LVDS "disabled" (whatever that means, I was using the gnome gui to configure my dual monitors when I was still using Ubuntu). If possible, I would like to have my VGA and DVI monitors configured, and the LVDS deconfigured by the intel driver. I'm thinking it may be a good idea to make a Monitor section for the LVDS with an 'Option "Enable" "False"' in there, but I haven't tried that yet.
 
Old 06-16-2010, 03:42 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
OK, when X starts up, run 'xrandr' and show us the output.

Adam
 
Old 06-16-2010, 03:51 PM   #7
nafion112
LQ Newbie
 
Registered: Oct 2004
Location: Fort Collins, CO
Distribution: Debian (sometimes Ubuntu)
Posts: 9

Original Poster
Rep: Reputation: 0
Running an 'xrandr' prints the following:

Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1920 x 1920
VGA connected 1600x1200+0+0 (normal left inverted right x axis y axis) 408mm x 306mm
1600x1200 60.0*+ 75.0 75.0 70.0 65.0 60.0* 59.9
1792x1344 60.0
1920x1200 60.0
1680x1050 60.0
1600x1024 60.0
1400x1050 74.8 70.0 60.0
1280x1024 84.8 75.0 59.9 60.0
1440x900 60.2
1280x960 60.0 59.9
1280x800 60.0
1152x864 75.0
1280x768 60.0
1152x768 54.8
1024x768 84.9 85.0 75.1 75.0 70.1 60.0
832x624 74.6
800x600 84.9 72.2 75.0 60.3 56.2
640x480 84.6 75.0 72.8 75.0 60.0 59.9
720x400 70.1
LVDS connected 1440x900+0+0 (normal left inverted right x axis y axis) 303mm x 189mm
1440x900 60.0*+
1280x800 60.0
1280x768 60.0
1024x768 60.0
800x600 60.3
640x480 59.9
TV disconnected (normal left inverted right x axis y axis)

This is using the xorg.conf attached above.
This looks to coincide with what I see physically. My VGA monitor is at 1600x1200 and my laptop monitor is mirroring the VGA, but at 1440x900. My DVI monitor immediately goes to sleep.
 
Old 06-16-2010, 03:56 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
The driver is clearly not detecting the monitor on the DVI port. Unfortunately, all I can really do is guess why, and I'd say it probably has to do with the X server and intel driver being two years old (the versions of both were released in June of 2008). I guess you could check with the xorg mailing lists, but they'd probably tell you to upgrade first, and then troubleshoot the problem if it continued.

Adam
 
Old 06-16-2010, 04:01 PM   #9
nafion112
LQ Newbie
 
Registered: Oct 2004
Location: Fort Collins, CO
Distribution: Debian (sometimes Ubuntu)
Posts: 9

Original Poster
Rep: Reputation: 0
OK. Thanks Adam! I'll try grabbing the latest intel open source driver instead of the one I got from the Debian repositories. I'll post my results on this thread.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to detect Monitor (Ubuntu 9.10, It is showing unknown monitor ) kumarvikas_2009 Linux - Newbie 3 04-22-2010 12:00 AM
HP 30" monitor not showing video display on RHEL 5.3 SenLinux Linux - Hardware 8 01-30-2010 12:47 PM
Second CPU not showing in hardware monitor Wakinglimb Debian 2 09-05-2005 11:21 AM
How to configure video driver and monitor glock19 Debian 19 08-07-2004 10:32 PM
Video Driver Poblems with Red Hat 8.0 (trident video driver) AstroJim Linux - Newbie 1 05-20-2004 03:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 08:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration