Bug 464867
| Summary: | Synaptics settings in xorg.conf are ignored | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carl Roth <roth> | ||||||
| Component: | xorg-x11-drv-synaptics | Assignee: | Peter Hutterer <peter.hutterer> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 9 | CC: | peter.hutterer | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-10-01 01:03:47 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Carl Roth
2008-09-30 22:07:12 UTC
Created attachment 318144 [details]
Xorg log file
Created attachment 318145 [details]
Xorg configuration file
(this used to work with the 'synaptics' package)
This config file used to work?? You don't actually reference the synaptics device in your ServerLayout, so the server doesn't add it (well, it does, but through the HAL hotplugging mechanism and thus without any special options.). Just add the follwing line to your ServerLayout: InputDevice "Synaptics" Yes, it did work previously. I had several laptops with synaptics touchpads; I added the InputDevice section to each but did not have to specify it in the ServerLayout section. In any case, your suggestion worked. Thank you, and also, thanks to the author of xorg.conf(5). |