Instructions on debugging some types of problems:

1. That problem is shown everytime I start the computer, while the
desktop is charging the icons and the taskbar

2. The behaviour I was expecting is that when the desktop is loaded and
the icons and taskbar appears, to have the brightness of the screen at
the same point you left it the time before you were using your computer.
But in this case, every time I switch on my computer, the brightness
goes to the minimum value .

3. I'm living with this issue. I more or less solved it by this script
which is loaded on startup (well it's not run 100% times, but yes a 80%
of the times, that's also strange, the applications or scripts on
startup they are not always run):

sudo bash -c "echo 9 > /sys/class/backlight/*/brightness"

xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp
xdotool key XF86MonBrightnessUp

Well, I'm sure I could simplify more that code but I don't know how to
do, If anybody have any idea to reduce the code and make it easier to
run for the machine. THanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/902469

Title:
  Brightness is not saved and touchpad stops working after some minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/902469/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to