You are not logged in.

#1 2010-06-24 16:45:39

augustl
Member
Registered: 2010-02-22
Posts: 33

Running gnome-session overrules my xorg.conf settings

I'm running xorg 1.8, no HAL. I have a /etc/X11/xorg.conf.d/10-synaptics.conf. In it I've configured my touch pad to use two finger scrolling, and disable edge scrolling.

Normally, this is my .xinitrc:

exec ssh-agent pekwm

I installed GNOME and changed it to this:

exec gnome-session

When I run startx, multi touch scrolling no longer works, and edge scrolling is enabled.

I guess GNOME overrides the xorg settings so that it can control the mouse via it's own mouse applet. In the mouse applet, the two finger scrolling option is greyed out, though, so I can't forget my manual x11 configs and use the applet.

I want GNOME to honor my xorg configs. How can I do that?

Last edited by augustl (2010-06-24 16:49:53)

Offline

#2 2010-06-24 17:34:10

augustl
Member
Registered: 2010-02-22
Posts: 33

Re: Running gnome-session overrules my xorg.conf settings

A temporary solution to my particular problem:

pacman -S gconf-editor
gconf-editor
# Go to /desktop/gnome/peripherals/touchpad
# Set "scroll_method" to 2

There seems to be a problem with GNOME not properly detecting that my machine supports two finger scroll, so the option for two finger scroll is greyed out in the settings panel. Setting it manually as described above works.

Also, you could go to /apps/gnome_settings_daemon/plugins and uncheck the "active" button.

Offline

#3 2010-06-24 18:06:27

augustl
Member
Registered: 2010-02-22
Posts: 33

Re: Running gnome-session overrules my xorg.conf settings

Here's the very exact source of the problem, for the record wink

http://git.gnome.org/browse/gnome-contr … -2-30#n367

For some reason, data[3] isn't what it should be.

Offline

Board footer

Powered by FluxBB