Bug 696790
Summary: | middle button emulation is not working in F15 xorg | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | cam <camilo> | ||||||||||
Component: | gnome-settings-daemon | Assignee: | Bastien Nocera <bnocera> | ||||||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | medium | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 15 | CC: | ajax, bnocera, mcepl, peter.hutterer, rstrode, xgl-maint | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | i686 | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2011-04-18 04:58:49 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
cam
2011-04-14 20:11:36 UTC
I should add, Gnome 3 relies on middle-click on the title bar to lower windows, making this more important. Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please add drm.debug=0x04 to the kernel command line, restart computer, and attach * your X server config file (/etc/X11/xorg.conf, if available), * X server log file (/var/log/Xorg.*.log) * output of the dmesg command, and * system log (/var/log/messages) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above. We will review this issue again once you've had a chance to attach this information. Thanks in advance. Created attachment 492667 [details]
xorg conf file
system generated
Created attachment 492668 [details]
xorg conf file
manually created
Created attachment 492669 [details]
Xorg log
Created attachment 492671 [details]
dmesg output
I made the attachments requested with the exception of messages, it has no new content from today -rw-------. 1 root root 329207 Apr 14 08:20 messages compare -rw-------. 1 root root 2293 Apr 17 07:37 wpa_supplicant.log Not an evdev bug. GNOME has a gsettings schema to enable/disable this session-wide. This key is disabled by default, i.e. after logging in GNOME overwrites the system-wide configuration from the xorg.conf.d snippets. The key can be manually set with the following command, I don't think there's a GUI item for it yet. $> gsettings set org.gnome.settings-daemon.peripherals.mouse enabled For reference on the gnome bug see: https://bugzilla.gnome.org/show_bug.cgi?id=633863 my apologies, forgot the actual key name. The command is $> gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true Fantastic, that works. I wonder if it is persistent over logins / reboots? It's worth adding to the release notes for F15 I reckon. (In reply to comment #10) > Fantastic, that works. I wonder if it is persistent over logins / reboots? yes, gsettings should be persistent. |