[ug-bosug] Re: Using mouse in Belenix LiveCD

Moinak Ghosh Moinak.Ghosh at Sun.COM
Tue Feb 6 02:36:41 PST 2007


Anand Bheemarajaiah wrote:
> Ya, i am talking about the touchpad. what is the tweak ? where can i find that info ?
>   

   This is not guaranteed to work but you can try.
   You have to change the file /etc/X11/xorg.conf :

   In the section "ServerLayout" you have to add a line. Example:

   Section "ServerLayout"
       ...
       ...
       InputDevice    "Touchpad" "CorePointer"
       ...
   EndSection

   Now add the following segment at the end of the file:

  Section "InputDevice"
       Identifier  "Touchpad"
       Driver      "mouse"
       Option      "Protocol" "PS/2"
       Option      "Device" "/dev/kdmouse"
       Option      "Emulate3Buttons" "true"
       Option      "SendCoreEvents"
  EndSection

Regards,
Moinak.

> regards,
> Anand B
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> ug-bosug mailing list
> List-Unsubscribe: mailto:ug-bosug-unsubscribe at opensolaris.org
> List-Owner: mailto:ug-bosug-owner at opensolaris.org
> List-Archives: http://www.opensolaris.org/jive/forum.jspa?forumID=54
>   




More information about the ug-bosug mailing list