Cool.  Any idea how to make my built in lcd and my monitor on my dock work
at the same time, but mirror each others content instead of trying to span
my desktop across both?



> -----Original Message-----
> From: Michael Ableyev [mailto:charon at netzero.net]
> Sent: Sunday, April 13, 2003 5:02 PM
> To: tclug-list at mn-linux.org
> Subject: Re: [TCLUG] To check whether Laptop is 
> Docked/UnDocked ( How to
> r ead BIOS data )
> 
> 
> Modify your current XF86Config to look similar to this:
> 
> #Touchpad
> Section "InputDevice"
> 
>      Identifier  "Mouse1"
>      Driver      "mouse"
>      Option "Protocol"    "PS/2"
>      Option "Device"      "/dev/psaux"
> 
> EndSection
> 
> #USB
> Section "InputDevice"
> 
>      Identifier  "Mouse2"
>      Driver      "mouse"
>      Option "Protocol"    "IMPS/2"
>      Option "Device"      "/dev/input/mice"
>      Option "ZAxisMapping" "4 5"  #Comment this out if you 
> dont have the wheel
> 
> EndSection
> 
> and the ServerLayout section should have this:
>      InputDevice "Mouse1" "CorePointer"
>      InputDevice "Mouse2" "SendCoreEvents"
> 
> That's about it, gluck.
> 
> 
> > I just have to figure out how to add 2 pointing devices to 
> have it work
> > properly.  I know it can be done, but I'm not sure how.
> 
> 
> 
> _______________________________________________
> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
> http://www.mn-linux.org tclug-list at mn-linux.org
> https://mailman.real-time.com/mailman/listinfo/tclug-list
> 

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list