Re: question on neomagic driver and toshiba libretto 110

Anthony Jewell <[email protected]> Sat, 7 Dec 2002 10:47:03 +0000 (GMT)
Newsgroups gmane.comp.xfree86.neomagic
Message-ID <[email protected]>
On Sat, 7 Dec 2002, rich waters wrote:
> Subject: [Neomagic] question on neomagic driver and toshiba libretto 110
> 
> I just installed Mandrake 9.1 on my libretto 110
> 
> The laptop has a neomagic 2160 that I want to set to 800x480.
> 
> When I set up the 4.2.1 version of X, I don't get a resolution option of 
> 800x480
> 
> I tried xf86cfg and it seems to give me a displayheight480 option
> that doesn't do much.
> 
> I would appreciate any tips or suggestions

Rich,

I have uploaded my Libretto C110 XFConfig files to:
	http://www.cregganna.com/libretto_110ct
These are for X 4.0 so I don't know if this helps.

I have a symlink of XF86Config-4 to the internal one and if I need the
to use an external monitor I either use dispswitch or if I want to go
1024x768 I start X with the script:

	startx_ext
	=========8<========
	#!/bin/sh

	EXTERNAL_DISP=true
	export EXTERNAL_DISP

	startx -- -xf86config XF86Config-4.ext
	=========8<========

And in .Xclients I have:
	if [ "$EXTERNAL_DISP" != "" ]
	then
		dispswitch -e
	fi

The key to the internal XF86Config is the "overrideValidateMode"
Otherwise the 800x480 gets discarded as invalid.

Let us know how you get on.

Regards,
	Tony Jewell

--
Tony Jewell                             [email protected]
Cregganna Computer Consultants Ltd.     http://www.cregganna.com/