Hello all,
I've just installed fedora 10 preview and i am a little puzzled : no xorg.conf file! Thats where i used to tweaks my touchpad settings...
I've installed Gsynaptics and It tells me to set XF86Config
Cab someone help me on this?
udutronik Tronik wrote:
Hello all,
I've just installed fedora 10 preview and i am a little puzzled : no xorg.conf file! Thats where i used to tweaks my touchpad settings...
I've installed Gsynaptics and It tells me to set XF86Config
Cab someone help me on this?
Fedora can autoconfigure X without a xorg.conf in many cases. If you would like to generate one, yum install system-config-display and run system-config-display --reconfigure.
Rahul
2008/11/12 udutronik Tronik udutronik@gmail.com:
I've just installed fedora 10 preview and i am a little puzzled : no xorg.conf file! Thats where i used to tweaks my touchpad settings...
The X server auto configures itself these days, isn't it neat? Anyway you can just write a xorg.conf from scratch and put it in the usual place and it will be used next time the server starts up. I'd just copy whatever specific configuration you had for your touch pad and leave everything else out for the server to detect since its defaults are almost surely what you need anyway.
Rui
2008/11/12 udutronik Tronik udutronik@gmail.com:
Hello all,
I've just installed fedora 10 preview and i am a little puzzled : no xorg.conf file! Thats where i used to tweaks my touchpad settings...
See the other reply if you want to configure xorg.conf directly.
I've installed Gsynaptics and It tells me to set XF86Config
This would be:
https://bugzilla.redhat.com/show_bug.cgi?id=459818
Now, I just made gsynaptics work on my laptop (which is Fedora 9, though) by adding the line:
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
in the file
/usr/share/hal/fdi/policy/20thirdparty/10-synaptics.fdi
just after the line: <match key="info.capabilities" contains="input.touchpad">
YMMV
Gianluca
laptop@lists.fedoraproject.org