2007-11-04, 09:09 PM
* disable synaptic (if you have a laptop)
to do this as root edit this file
vi /etc/X11/xorg.conf
and rem out the first line with Synaptics in it
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
so it looks like this
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "Synaptics" "CorePointer"
save the file with :wq
then restart X (ctrl_alt_backspace)
now when you are using the touchpad in firefox or whatever you'll be happy to notice that your webpages dont jump back/forward for no apparent reason (so annoying).
* change the font size !
when I installed this on a laptop with 1280x800 lcd, the font size was crisp and clear and BIG, very big compared to even F7, so I wanted to make it a bit smaller, to do so click on System, preferences, look and feel, appearance, then click on the fonts tab. I changed the values from point size 10 to 8 for all listed options, I also selected the LCD smoothing option.
<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2007/post-1-1194210584.png" data-fileid="988">[img]<fileStore.core_Attachment>/monthly_11_2007/post-1-1194210584.png[/img]</a>