On Wed, Mar 5, 2008 at 4:17 PM, Willie Wong <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 05, 2008 at 01:17:03PM +0100, Penguin Lover Henry Gebhardt 
> squawked:
>
> >  I also have a nVidia 440 Go with the same problem. I fixed by
>  > including the line
>  >
>  >     Option         "UseDisplayDevice" "DFP"
>  >
>  > in the "Screen" section of /etc/X11/xorg.xonf. However, now I can't
>  > use an external Monitor/Beamer.
>
>  Ah! That could be it. Sounds familiar.
>
>  I've never tried connecting an external monitor or beamer, but have
>  you tried connecting the monitor, either commenting out the above line or
>  change it to "CRT" instead of "DFP", and starting x? From my
>  understanding, the problem is probably the driver trying to output, by
>  default, to the non-existing beamer/extern monitor. Your fix
>  effectively tells the driver to ignore all CRT devices and just output
>  to the DFP...

Yes, indeed, commenting out that line starts the display on an external monitor.

With a bit of experimenting I now have instead

    Option         "TwinView" "true"
    Option         "TwinViewOrientation" "clone"

in my xorg.conf. Now I can switch between the external monitor and my
LCD by pressing the "Fn-CRT/LCD" key. However, I need to issue the
command "xrandr -s 1024x768", since the external monitor doesn't
support my default of 1400x1050. Does anyone know how to make the
virtual screen size default to one supported by both monitors?

Also, when connecting the external monitor I need to restart X. Would
be nicer if that weren't necessary. Ideas?

Henry
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to