In Openbox 2011 :
1) Mouse was moving faster than the screen.in terminal run this command:
xset q | grep -A 1 Pointer
The above will give the default values.
terminal output :
Control: acceleration: 2/1 threshold: 4
in terminal run this command:
xset m 1/4 1
This was the best setting tried. Acceleration was
reduced from 2/1 to 1/4 and threshold was increased
from 4 pixels to 1 pixel for mouse movement.
Very smooth so far. This works in /home/user/.config/openbox/autostart.sh
without the trailing ampersand and is not hardware
specific. Type
xset m 1/4 1 at the end of the file to set
as default mouse speed.
2) Reduce display brightness as a default setting in OpenBox. Install xbacklight from Synaptic.
in root terminal run this command:
xbacklight -set 60
This will reduce display brightness to 60% or whatever
brightness you prefer. Adjust as you prefer.
This works in /home/user/.config/openbox/autostart.sh
without the trailing ampersand and is not hardware
specific. Type
xbacklight -set 60 at the end of the file
to set the default screen brightness.
in root terminal run this command:
xbacklight -get
This will show the current brightness level.
3) Intel video drivers (GMA 900'S) and font display quality.Change /etc/X11/xorg.conf slightly.
Change this:
Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 810 and later"
Driver "intel"
Option "DPMS"
EndSection
To this:
Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 810 and later"
Driver "intel"
Option "DebugWait" "true"
EndSection
This enables the DebugWait option on the card. May work
on other Intel cards as well with this problem. This causes the driver
to read the buffers more carefully eliminating font
distortion. Check after updating the video driver to be sure it's still there.
Now if I could only get it to...
Have a good one.
FF
