Re: touchpad conflicts with mouse

2005-08-08 Thread antonio giulio
> I don't know anything about ksynaptics. Are you saying that both your
> touchpad and your mouse work fine in X but the ksynaptics program can't
> properly detect your touchpad?

yes
 
> Do you also have this line in your serverlayout? 
> InputDevice "TouchPad"  "CorePointer"

yes

Giulio



Re: touchpad conflicts with mouse

2005-08-08 Thread Corey Hickey
antonio giulio wrote:
> Thanks Corey and Hans for your replies.
> 
> with :  InputDevice "Configured Mouse"  "SendCoreEvents"
> 
> it works now:) but ksynaptics no. I have tried to disable touchpad for
> example, but nothing is happened. I have changed "/dev/input/event1"
> with "/dev/psaux" for touchpad, and removed : Option 
> "TouchpadOff"   "0"
> 
> but it's not working.
> 
> Have you any idea?
> 

I don't know anything about ksynaptics. Are you saying that both your
touchpad and your mouse work fine in X but the ksynaptics program can't
properly detect your touchpad?

Do you also have this line in your serverlayout?

InputDevice "TouchPad"  "CorePointer"

If that doesn't fix it then I probably can't help you - I'm familiar
with X configuration but not ksynaptics. Perhaps someone else here will
know more.

-Corey


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: touchpad conflicts with mouse

2005-08-08 Thread antonio giulio
Thanks Corey and Hans for your replies.

with :  InputDevice "Configured Mouse"  "SendCoreEvents"

it works now:) but ksynaptics no. I have tried to disable touchpad for
example, but nothing is happened. I have changed "/dev/input/event1"
with "/dev/psaux" for touchpad, and removed : Option 
"TouchpadOff"   "0"

but it's not working.

Have you any idea?

Thanks,
Giulio



Re: touchpad conflicts with mouse

2005-08-07 Thread Corey Hickey
Hans wrote:
> here is my part of the config, just try it out:

[cut]

> I hope , it works. I use XOrg, but X-free is the same in its Config.

Hans,

I think you misunderstand: I was providing an answer for antonio giulio;
my own X configuration works fine. Thanks anyway, though.

-Corey


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: touchpad conflicts with mouse

2005-08-07 Thread Hans
Am Sonntag, 7. August 2005 21:18 schrieb Corey Hickey:
> antonio giulio wrote:
> > Hi,
> >
> > I have a notebook sis. If I set as "CorePointer" touchpad, only
> > touchpad works. If I set mouse as "CorePointer", in kdm mouse and
> > touchpad work, but when I login in KDE, touchpad is stopped
> > (ksynaptics cannot restart it). I have tested with XFree 4.3.0 and
> > Xorg 6.8.2, Kernel 2.6.8 and Kernel 2.6.11. Actually I have kernel
> > 2.6.11 and xorg. This is my partial xorg.conf for mouse and touchpad:
>
> Try this:
>
> Section "ServerLayout"
> Identifier  "Default Layout"
> Screen  "Default Screen"
> Option  "Clone" "off"
> Option  "Xinerama"  "off"
> InputDevice "Generic Keyboard"
> InputDevice "TouchPad"  "CorePointer"
> InputDevice "Configured Mouse"  "SendCoreEvents"
> EndSection
>
> SendCoreEvents makes another input device behave just like the core
> input device, and you can then use them both at once.
>
> -Corey
Hi Corey,
here is my part of the config, just try it out:

-- snip 

Section "InputDevice"
  Driver"synaptics"
  Identifier"Mouse[1]"
  Option"Device""/dev/psaux"
  Option"Protocol"  "auto-dev"
  Option"LeftEdge"  "1700"
  Option"RightEdge" "5300"
  Option"TopEdge"   "1700"
  Option"BottomEdge""4200"
  Option"FingerLow" "25"
  Option"FingerHigh""30"
  Option"MaxTapTime""180"
  Option"MaxTapMove""220"
  Option"VertScrollDelta" "100"
  Option"MinSpeed"  "0.06"
  Option"MaxSpeed"  "0.12"
  Option"AccelFactor" "0.0010"
  Option"SHMConfig" "on"
#  Option   "Repeater"  "/dev/ps2mouse"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "armada"
Option  "XkbLayout" "de"
Option  "XkbOptions""nodeadkeys"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
#   Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection


Section "Device"
Identifier  "NVIDIA GeForce"
Driver  "nvidia"
Option  "RenderAccel"   "true"
Option  "AGPFastWrite"  "true"
Option  "AllowGLXWithComposite" "true"
#VideroRam  65536
EndSection


--- snap --

I hope , it works. I use XOrg, but X-free is the same in its Config.

Best regards, 

Hans


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: touchpad conflicts with mouse

2005-08-07 Thread Corey Hickey
antonio giulio wrote:
> Hi,
> 
> I have a notebook sis. If I set as "CorePointer" touchpad, only
> touchpad works. If I set mouse as "CorePointer", in kdm mouse and
> touchpad work, but when I login in KDE, touchpad is stopped
> (ksynaptics cannot restart it). I have tested with XFree 4.3.0 and
> Xorg 6.8.2, Kernel 2.6.8 and Kernel 2.6.11. Actually I have kernel
> 2.6.11 and xorg. This is my partial xorg.conf for mouse and touchpad:
> 

Try this:

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
Option  "Clone" "off"
Option  "Xinerama"  "off"
InputDevice "Generic Keyboard"
InputDevice "TouchPad"  "CorePointer"
InputDevice "Configured Mouse"  "SendCoreEvents"
EndSection

SendCoreEvents makes another input device behave just like the core
input device, and you can then use them both at once.

-Corey


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



touchpad conflicts with mouse

2005-08-07 Thread antonio giulio
Hi,

I have a notebook sis. If I set as "CorePointer" touchpad, only
touchpad works. If I set mouse as "CorePointer", in kdm mouse and
touchpad work, but when I login in KDE, touchpad is stopped
(ksynaptics cannot restart it). I have tested with XFree 4.3.0 and
Xorg 6.8.2, Kernel 2.6.8 and Kernel 2.6.11. Actually I have kernel
2.6.11 and xorg. This is my partial xorg.conf for mouse and touchpad:

ection "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
#Option "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "IMPS/2"
Option  "Emulate3Buttons"   "true"
Option  "Buttons"   "5"
Option  "ZAxisMapping"  "4 5"
EndSection


Section "InputDevice"
Driver  "synaptics"
Identifier  "TouchPad"
Option  "Device""/dev/input/event1"
#   Option  "Protocol"  "event"
Option  "Protocol"  "IMPS/2"
Option  "TouchpadOff"   "0"
Option  "MinSpeed"  "0.02"
Option  "MaxSpeed"  "0.18"
Option  "FingerLow" "25"
Option  "FingerHigh""30"
Option  "MaxTapTime""180"
Option  "MaxTapMove""110"
Option  "LeftEdge"  "1700"
Option  "RightEdge" "5300"
Option  "BottomEdge""4200"
Option  "TopEdge"   "2000"
Option  "AccelFactor"   "0.0015"
Option  "VertScrollDelta"   "100"
Option  "UpDownScrooling"   "1"
Option  "SHMConfig" "on"
Option  "Emulate3Buttons"   "On"
Option  "ZAxisMapping"  "4 5"
#   Option  "CorePointer"
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
Option  "Clone" "off"
Option  "Xinerama"  "off"
InputDevice "Generic Keyboard"
InputDevice "TouchPad"  #"CorePointer"
InputDevice "Configured Mouse"  "CorePointer"
EndSection


Have you any idea?

Thanks,
Giulio