Set Synaptics preferences when distro has no xorg.conf
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Set Synaptics preferences when distro has no xorg.conf
Greetings all:
This one is driving me crazy. I have a somewhat older Mac laptop and the right side of the touchpad is placed such that the palm of my right hand causes "tap" and "scroll" events while typing. Currently I'm forced to use xinput to switch the mouse totally off, and then I use an external mouse. I also wouldn't mind tweaking some of the Mac's more annoying keyboard choices.
Ordinarily, I'd just make a few edits to xorg.conf, and use synclient/syndaemon. But I'm testing out Kubuntu 9.10 and it doesn't have an xorg file. I've tried Googling for the problem, but no luck so far. Every link I find talks about how to exit xorg.conf (which I already know), and nobody talks about what to do if there is no xorg.conf. Presumably that's because the concept is so new.
How does one adjust settings like this without an xorg file? Will it work if I create one? and if so, what should it look like? Or is there some other file I should be editing?
Any pointers to a man page or links to a web page would be greatly appreciated.
Thank you for that link, I hadn't seen that page yet.
But again, that post talks about how to edit xorg.conf. I don't have one. So should I create one? What should it look like? If there is an xorg.conf file, will it have to have all the old sections like it used to? Or do I just include a mouse section?
Not a bad idea. No this is the first time I've run Linux on bare metal on this machine, but I've never quite warmed up to OSx - so I went out and got an all new HDD and now I'm dinking around trying to decide which distro to finally keep.
But yeah, I can always run a live distro and copy the xorg.conf file from that.
Thanks for the tip!
I'll post back with results in case someone lands here from Google.
run Xorg -configure, without x running, which will create an xorg.conf.new in /root that you can copy to /etc/X11/. If I remember right, been a while since I used Ubuntu, you can set root password from adminstration menu and then from grub, use one of the other ubuntu grub entries to boot straight into a terminal console without X.
Last edited by colorpurple21859; 11-01-2009 at 07:29 AM.
Sounds like you are running a very new version of Xserver ... that does not require an xorg.conf file.
In this case HAL takes care of detecting hardware.
the new xorg will not always detect hardware correctly, as for me where i need to run a max resolution of 1024x768 and xorg wants to set it to 1400xwhatever without a xorg.conf file
Yeah, it's Kubuntu 9.10 - which does not have an xorg.conf. My basic problem was that I didn't know what to search for. As that article states, I need to make changes to an .fdi file. I have one now that I'm tweaking now, I don't yet know what I want the final settings to be. But I'm getting closer.
I started by creating an xorg.conf and editing it as I would ordinarily do. But that made things worse rather than better. The problem was that the settings I had in xorg.conf merged with the listed hardware rather than overwriting it. So I went from having one mouse driver that drove me crazy to having two mouse drivers that battled with each other, both of which drove me crazy.
So thanks everyone that helped, I think I'm on the road to solving this. It's just a matter of tweaking the FDI file until the mouse stops surprising me.
And sorry it took so long to get back with my response, I was offline trying different settings and tweaking stuff rather than sitting at the browser.
There are several points of interest.
1) "PalmDetect" doesn't seem to detect my palm. Which leads to #s 2 and 3.
2) I had to turn off horizontal and vertical edge scrolling. Whenever edge scrolling is on, if my hand is on the keyboard home row and the mouse is at the screen edge, the multi-desktop effect starts rotating around like I'm solving a Rubik's cube really fast.
3) I had to turn off two-finger scrolling for the same reason.
3) I might be able to solve #3 if I continue to tweak the values for FingerLow, FingerHigh, and PressureMotionMinZ. But I'm tired of fighting, so I just turned it off. That's okay, I don't use mouse gestures much anyway.
4) I have values for 1, 2, and 3 finger tapping and clicking. But I also have TouchpadOff set to 2, which turns that off.
So basically my mouse just points now. That's it. But if I'm mostly mousing around, I can issue the command synclient TouchpadOff=0 at a command prompt, and tapping comes to life.
Haven't quite figured out how to set the mouse to use alt+click as a right click like in OSx, but I imagine it's doable.
Anyway, FYI. And thanks for all the suggestions, they definitely pointed me in the right direction.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.