Re: Synaptics Touchpad stops working in r281560

2015-04-16 Thread Ranjan1018 .
2015-04-16 20:06 GMT+02:00 Jan Kokemüller :

>
> On 16.04.2015 06:16, Ranjan1018 . wrote:
>
>> Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop.
>> The Synaptics Touchpad stops working,  in Xorg.0.log  I have the error
>> message :
>>
>> [  1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics
>> hardware.
>>
>> [  1047.449] (EE) PreInit returned 11 for "Mouse"
>>
>
>
> Could you try to rebuild xf86-input-synaptics via ports? The kernel ABI
> has changed due to the additions to synapticshw_t in
> /usr/include/sys/mouse.h. The xorg driver calls the MOUSE_SYN_GETHWINFO
> ioctl which returns a synapticshw_t.
>

Thanks Jan, it works !
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Synaptics Touchpad stops working in r281560

2015-04-16 Thread Jan Kokemüller


On 16.04.2015 06:16, Ranjan1018 . wrote:

Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop.
The Synaptics Touchpad stops working,  in Xorg.0.log  I have the error
message :

[  1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics
hardware.

[  1047.449] (EE) PreInit returned 11 for "Mouse"



Could you try to rebuild xf86-input-synaptics via ports? The kernel ABI 
has changed due to the additions to synapticshw_t in 
/usr/include/sys/mouse.h. The xorg driver calls the MOUSE_SYN_GETHWINFO 
ioctl which returns a synapticshw_t.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Synaptics Touchpad stops working in r281560

2015-04-16 Thread Rui Paulo
On Thursday 16 April 2015 10:20:08 Ranjan1018 . wrote:
> 2015-04-16 6:36 GMT+02:00 Rui Paulo :
> > On Thursday 16 April 2015 06:16:45 Ranjan1018 . wrote:
> > > Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop.
> > > The Synaptics Touchpad stops working,  in Xorg.0.log  I have the error
> > > message :
> > > 
> > > [  1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics
> > > hardware.
> > > 
> > > [  1047.449] (EE) PreInit returned 11 for "Mouse"
> > 
> > What are your boot loader settings?
> > 
> > --
> > Rui Paulo
> 
> My /boot/loader.conf is:
> zfs_load=YES
> vfs.root.mountfrom="zfs:sys/ROOT/CURRENT"
> 
> # solo prova
> drm.i915.init_backlight=10
> #i915kms_load="YES"
> 
> # ZFS tunable
> vfs.zfs.prefetch_disable=0 # funzia!
> 
> # Synaptics
> hw.psm.synaptics_support=1

I don't think you can use the kernel synaptics driver with the xorg synaptics 
driver.  Can you try this one instead?

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5 6 7"
EndSection


-- 
Rui Paulo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Synaptics Touchpad stops working in r281560

2015-04-16 Thread Ranjan1018 .
2015-04-16 6:36 GMT+02:00 Rui Paulo :

> On Thursday 16 April 2015 06:16:45 Ranjan1018 . wrote:
> > Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop.
> > The Synaptics Touchpad stops working,  in Xorg.0.log  I have the error
> > message :
> >
> > [  1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics
> > hardware.
> >
> > [  1047.449] (EE) PreInit returned 11 for "Mouse"
>
> What are your boot loader settings?
>
> --
> Rui Paulo
>

My /boot/loader.conf is:
zfs_load=YES
vfs.root.mountfrom="zfs:sys/ROOT/CURRENT"

# solo prova
drm.i915.init_backlight=10
#i915kms_load="YES"

# ZFS tunable
vfs.zfs.prefetch_disable=0 # funzia!

# Synaptics
hw.psm.synaptics_support=1

# Shutdown
hw.usb.no_shutdown_wait=1

# Risparmio energia
hint.p4tcc.0.disabled=1
hint.acpi_throttle.0.disabled=1
drm.i915.enable_rc6=7
hw.snd.latency=10

# LAGG(4)
#if_lagg_load="YES" # Lo carico in rc.conf
# VirtualBox
#vboxdrv_load="YES" # Lo carico in rc.conf
# DVD: 18.6.2. Configuration
hw.ata.atapi_dma="1"

hw.pci.clear_buses=1
hw.pci.clear_bars=1
hw.pci.clear_pcib=1
# Qt paint engine makes common use of shared memory...
kern.ipc.shmall=32768
kern.ipc.shmmni=1024
kern.ipc.shmseg=1024
# SOLO RPOVA
#hw.x2apic_enable=0

Thanks,
Maurizio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Synaptics Touchpad stops working in r281560

2015-04-15 Thread Rui Paulo
On Thursday 16 April 2015 06:16:45 Ranjan1018 . wrote:
> Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop.
> The Synaptics Touchpad stops working,  in Xorg.0.log  I have the error
> message :
> 
> [  1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics
> hardware.
> 
> [  1047.449] (EE) PreInit returned 11 for "Mouse"

What are your boot loader settings?

-- 
Rui Paulo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Synaptics Touchpad stops working in r281560

2015-04-15 Thread Ranjan1018 .
Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop.
The Synaptics Touchpad stops working,  in Xorg.0.log  I have the error
message :

[  1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics
hardware.

[  1047.449] (EE) PreInit returned 11 for "Mouse"


Regards

Maurizio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"