Bug 187352
| Summary: | gnome-settings-daemon cannot start (shows an error and exits) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kapoios Kanenas <firewalkergr> | ||||
| Component: | control-center | Assignee: | Ray Strode [halfline] <rstrode> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5 | CC: | wtogami | ||||
| 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: | 2006-04-20 07:53:29 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
Kapoios Kanenas
2006-03-30 11:47:48 UTC
Created attachment 127049 [details]
gnome-settings-daemon error message
Ok it has nothing to do with the reinstallation of the packages.
it is the evdev driver for my mx510 mouse. When I use it I gnome-settings-daemon
cannot start.
When I use the mouse driver in xorg.conf it works ok (except my buttons :()
evdev config, gnome-settings-daemon does not work :
Section "InputDevice"
Identifier "MX500"
Driver "evdev"
Option "Dev Phys" "usb-0000:00:02.0-1/input0"
Option "Dev Name" "Logitech USB-PS/2 Optical Mouse"
Option "Device" "/dev/input/event1"
EndSection
mouse config gnome-settings-daemon works :
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
Option "Emulate3Buttons" "no"
EndSection
It will be probably be fixed upstream : http://bugzilla.gnome.org/show_bug.cgi?id=323724 Will try the patch. The patch worked ok so does the new control-center-2.14.1-1.fc5.2. |