[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to make work dual monitors with Debian etch on an IBM x60s ThinkPad?



On 2007-01-31, Florian Kulzer <florian@molphys.leidenuniv.nl> wrote:
> On Wed, Jan 31, 2007 at 17:09:30 +0000, Tyler wrote:
>> I've been wanting to set up my R60 so that I can use my desktop monitor 
>> for a while. However, reading this thread and googling around, checking 
>> the thinkwiki, i'm not getting it.
....
>> 
>> Can someone point me in the right direction? I'm mainly interested in 
>> having the same display on both screens, like for presentations or using 
>> my desktop monitor as the only monitor. Having different displays would 
>> be nice, but not so important.
>
> Please post the output of the following three commands:
>
> lspci | egrep -i 'vga|display|graphic'
> awk '/Section "Device|Screen|ServerLayout"/,/EndSection/' /etc/X11/xorg.conf
> egrep '^\((EE|WW)\)' /var/log/Xorg.0.log
>
> (Run the "egrep ..." command right after you start up xorg.)
>

tyler@blackbart:~$ lspci | egrep -i 'vga|display|graphic'
00:02.0 VGA compatible controller: Intel Corporation Mobile
	945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML
	Express Integrated Graphics Controller (rev 03)

tyler@blackbart:~$ awk '/Section
"Device|Screen|ServerLayout"/,/EndSection/' /etc/X11/xorg.conf
Section "Device"
	Identifier	"Intel 8xx"
	Driver		"i810"
EndSection
Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel 8xx"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

<...restarted X...>

tyler@blackbart:~$ egrep '^\((EE|WW)\)' /var/log/Xorg.0.log
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Bad V_BIOS checksum
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
tyler@blackbart:~$ 

Thanks for your help with my problem and my posting!


-- 
Tyler Smith



Reply to: