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

Re: Hwo to get the display on external monitor or videoprojector



It seems this mail didn't make it out of my gateway.

----- Forwarded message from Peter Henseler <peter.henseler@uni-konstanz.de> -----

From: Peter Henseler <peter.henseler@uni-konstanz.de>
To: Philippe Hupé <Philippe.Hupe@curie.fr>
Cc: debian-powerpc@lists.debian.org
Date: Wed, 5 Oct 2005 14:12:47 +0200
Subject: Re: Hwo to get the display on external monitor or videoprojector

Dear Phil,

On Wed, Oct 05, 2005 at 09:46:06AM +0200, Philippe Hupé wrote:
[..snip..]
> Thanks a lot for your mail. I have installed the xorg server and made 
> the modification you mentionned. The xserver works fine on my laptop but 
> I am still not abble to get the output on an external screen: when I 
> start my computer which is plugged to the external screen I only get a 
> grey screen the the external monitor. Do have I something to do after 
> booting so that it works? Thank you for any suggestion.
I forgot to mention, that I disabled the option dri in the xorg.conf.
What does /var/log/Xorg.0.log tell? For comparison you find my xorg.conf
attached. The external display just works for the x-console. It does
not work for the text console.

Otherwise it might be that there is something broken in your kernel
version. I never tried it with kernel-2.6.12. But it works fine for me
with kernel-2.6.12-rc4 and kernel-2.6.13.2.

Good luck!

Peter

# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"macintosh"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"ATI Radeon 9600"
	Driver		"radeon"
	Screen		0
	Option		"AGPFastWrite"	"True"
EndSection

Section "Device"
	Identifier	"ATI Radeon 9600 Card1"
	Driver		"radeon"
	Screen		1
	Option		"AGPFastWrite"	"True"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"External Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Radeon 9600"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x854" "1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"External Screen"
	Device		"ATI Radeon 9600 Card1"
	Monitor		"External Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "1280x854" 
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
#	Screen		"External Screen" RightOf "Default Screen"
	Screen		"External Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
#	Option		"Xinerama"	"True"
EndSection

#Section "DRI"
#	Mode	0666
#EndSection




----- End forwarded message -----

-- 
Peter Henseler			mail: peter.henseler@uni-konstanz.de
Universität Konstanz		Tel:  07531/ 88-3747
Fachbereich Physik		Fax:  07531/ 88-4462
Lehrstuhl Nielaba		Raum: P720
78457 Konstanz

Attachment: pgpxbVvgOPxvd.pgp
Description: PGP signature


Reply to: