External Monitor

Gary Jarrel gary at hybridkinetic.com.au
Thu Apr 14 23:46:02 UTC 2005


There was a discussion about this a few weeks ago, and a few xorg.conf
files were posted. I've got the same video card working on dual monitor,
if you can't find the previous thread re this issue, email me direct,
and I'll send you my xorg.conf file. No point in sending it again to the
the list.

- Gary

On Thu, 2005-04-14 at 10:51 +0100, Henriette Holm wrote:
> Hi.
> I have a laptop with a ATI Radeon 9700. When I connect an external
> monitor to the computer and boot it, everything works fine until Gnome
> starts. Then the picture on the external monitor disappears and it
> shows a "no signal" error.
> My xorg.conf looks like this:
> 
> 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/misc"
> 	FontPath	"/usr/lib/X11/fonts/cyrillic"
> 	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
> 	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
> 	FontPath	"/usr/lib/X11/fonts/Type1"
> 	FontPath	"/usr/lib/X11/fonts/CID"
> 	FontPath	"/usr/lib/X11/fonts/100dpi"
> 	FontPath	"/usr/lib/X11/fonts/75dpi"
>         # paths to defoma fonts
> 	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> 	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
> EndSection
> 
> Section "Module"
> 	Load	"bitmap"
> 	Load	"dbe"
> 	Load	"ddc"
> 	Load	"dri"
> 	Load	"extmod"
> 	Load	"freetype"
> 	Load	"glx"
> 	Load	"int10"
> 	Load	"record"
> 	Load	"type1"
> 	Load	"vbe"
> EndSection
> 
> Section "InputDevice"
> 	Identifier	"Generic Keyboard"
> 	Driver		"keyboard"
> 	Option		"CoreKeyboard"
> 	Option		"XkbRules"	"xorg"
> 	Option		"XkbModel"	"pc105"
> 	Option		"XkbLayout"	"dk"
> EndSection
> 
> Section "InputDevice"
> 	Identifier	"Configured Mouse"
> 	Driver		"mouse"
> 	Option		"CorePointer"
> 	Option		"Device"		"/dev/input/mice"
> 	Option		"Protocol"		"ImPS/2"
> 	Option		"Emulate3Buttons"	"true"
> 	Option		"ZAxisMapping"		"4 5"
> EndSection
> Section "InputDevice"
>         Identifier      "Synaptics Touchpad"
>         Driver          "synaptics"
>         Option          "SendCoreEvents"        "true"
>         Option          "Device"                "/dev/psaux"
>         Option          "Protocol"              "auto-dev"
>         Option		"HorizScrollDelta"	"0"
> EndSection
> 
> Section "Device"
> 	Identifier	"ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11
> (RV350 NP)"
> 	Driver		"fglrx"
> 	BusID		"PCI:1:0:0"
> EndSection
> 
> Section "Monitor"
> 	Identifier	"Generic Monitor"
> 	Option		"DPMS"
> EndSection
> 
> Section "Screen"
> 	Identifier	"Default Screen"
> 	Device		"ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
> 	Monitor		"Generic Monitor"
> 	DefaultDepth	24
> 	SubSection "Display"
> 		Depth		1
> 		Modes		"1400x1050"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		4
> 		Modes		"1400x1050"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		8
> 		Modes		"1400x1050"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		15
> 		Modes		"1400x1050"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		16
> 		Modes		"1400x1050"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		24
> 		Modes		"1400x1050"
> 	EndSubSection
> EndSection
> 
> Section "ServerLayout"
> 	Identifier	"Default Layout"
> 	Screen		"Default Screen"
> 	InputDevice	"Generic Keyboard"
> 	InputDevice	"Configured Mouse"
> 	InputDevice	"Synaptics Touchpad"
> EndSection
> 
> Section "DRI"
> 	Mode	0666
> EndSection
> 
> 
> -- 
> Regards
> 
> Henriette Holm
> Registered Linux User # 384218
> http://znote4200.linux.dk
> 





More information about the ubuntu-users mailing list