Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215323 - x11-drivers/synaptics: wrong file permitions
Summary: x11-drivers/synaptics: wrong file permitions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-29 14:34 UTC by Tomasz Jakubowski
Modified: 2008-04-02 00:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Jakubowski 2008-03-29 14:34:32 UTC
The driver isn't detected by the x server, because after an emerge of the driver there are wrong file permitions.

After emerge:
-rw-r--r-- 1 root root 38124 III 29 13:53 synaptics_drv.so

and it should be:
-rwxr-xr-x 1 root root 38124 III 29 13:53 synaptics_drv.so

When I've changed the permitions of the driver, then tthe x server detected my touchpad properly.

Reproducible: Always

Steps to Reproduce:
1. chmod +x /usr/lib/xorg/modules/input/sunaptics_drv.so
2. restart x server

Actual Results:  
The x server detected the driver and my touchpad started to work properly.
Comment 1 Bryan Stine (RETIRED) gentoo-dev 2008-04-02 00:28:01 UTC
Fixed in 0.14.6-r2, via synaptics-install-so-exec.patch.
Thanks.