dual head for Debian Wheezy amd64 and Intel HD Graphics 2000
David Christensen
dpchrist at holgerdanske.com
Sun Nov 11 13:23:06 PST 2012
xorg:
I have a system:
* Antec Sonata III 500 case with power supply
* Intel DQ67SWB3 motherboard
* Intel Core i7-2600S processor
* Corsair CMV8GX3M2A1333C9 memory 2 @ 4 GB DDR3 1333 MHz matched pair
* Intel SSDSC2CW060A310 solid state drive -- 520 series, 60 GB, SATA 3
* Seagate ST3000DM001 hard drive -- 3 TB, 7200 RPM, 64 MB, SATA 3
* Pioneer BDR-2206B5PK Blu-ray drive -- RW, 12x, SATA
* StarTech DVIVGAMFBK DVI to VGA adapter connected to DVI-I port
* Nokia 445XiPlus monitor connected to StarTech DVIVGAMFBK adapter
* StarTech DP2VGA2 Display Port to VGA adapter connected to DisplayPort port
* Nokia 445Xi monitor connected to StarTech DP2VGA2 adapter
The goal is to get both monitors working at maximum resolution and
refresh rate in extended desktop mode.
Here are the BIOS -> Configuration -> Video settings:
Integrated Graphics Device Always Enable
IGD DVMT Memory Maximum DVMT
Primary Video Adapter Int Graphics (IGD)
IGD Primary Video Port DVI-I (Blue) Analog
IGD Secondary Video Port DisplayPort
No Video Detected Error Beeps Enable
I have installed Debian testing (Wheezy) amd64 and have all current updates:
2012-11-11 13:14:48 dpchrist at i72600s ~
$ cat /etc/debian_version
wheezy/sid
2012-11-11 13:14:50 dpchrist at i72600s ~
$ uname -a
Linux i72600s 3.2.0-3-amd64 #1 SMP Mon Jul 23 02:45:17 UTC 2012 x86_64
GNU/Linux
I am running the Intel X.org server:
2012-11-11 13:15:20 dpchrist at i72600s ~
$ dpkg -l xserver-xorg-video-intel
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii xserver-xorg-v 2:2.19.0-6 amd64 X.Org X server -- Intel
i8xx, i9x
Here is my xorg.conf file:
2012-11-11 13:19:30 dpchrist at i72600s ~
$ cat /etc/X11/xorg.conf
# $Id: xorg.conf-dual-head,v 1.1 2012-11-05 04:07:12 dpchrist Exp $
# Dual head X.org configuration file for Intel i7-2600S processor on
# Intel DQ67SW motherboard with Nokia 445XiPlus connected to DVI-I
# (BIOS primary) and Nokia 445Xi connected to DisplayPort
# (BIOS secondary).
# Primary signal is good, but secondary repeatedly resizes every
# ~3.6 seconds.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri2"
Load "record"
Load "dri"
Load "dbe"
Load "extmod"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Nokia445XiPlus"
VendorName "Nokia"
ModelName "445XiPlus"
HorizSync 30-110
VertRefresh 50-150
Modeline "1600x1200_86.00" 238.00 1600 1728 1896 2192 1200 1203 1207
1263 -hsync +vsync
Option "PreferredMode" "1600x1200_86.00"
EndSection
Section "Monitor"
Identifier "Nokia445Xi"
VendorName "Nokia"
ModelName "445Xi"
HorizSync 30-102
VertRefresh 50-150
Modeline "1600x1200_72.00" 196.00 1600 1720 1888 2176 1200 1203 1207
1253 -hsync +vsync
Option "PreferredMode" "1600x1200_72.00"
Option "RightOf" "Nokia445XiPlus"
EndSection
Section "Device"
Identifier "IntelHDGraphics2000"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-VGA1" "Nokia445XiPlus"
Option "monitor-DP2" "Nokia445Xi"
EndSection
Section "Screen"
Identifier "Screen0"
Device "IntelHDGraphics2000"
Monitor "Nokia445XiPlus"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 3200 1200
EndSubSection
EndSection
The primary monitor ("Nokia445XiPlus" on VGA1) looks good. :-)
The secondary monitor ("Nokia445Xi" on DP2) is repeatedly resizing
horizontally -- the right edge of the screen creeps in ~0.5" in ~3.6
seconds, the screen flashes and resizes to full size, and then the
process repeats. :-(
Any suggestions?
TIA,
David
More information about the xorg
mailing list