Opened 11 years ago
Closed 8 years ago
#4016 closed enhancement (fixed)
Touch: change brightness and mode
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
Component: | Sugar | Version: | 0.97.x |
Severity: | Major | Keywords: | touch |
Cc: | Distribution/OS: | OLPC | |
Bug Status: | Unconfirmed |
Description
This missed the 0.98 boat. One idea was to make it available as a Display device icon for the Frame. http://wiki.sugarlabs.org/go/Features/Display_Device
We have a workaround: use the brightness keys in laptop mode.
Powerd accesses:
/sys/class/backlight/dcon-bl/brightness and /sys/devices/platform/dcon/monochrome which is hardware specific.
Test: echo 13 > /sys/class/backlight/dcon-bl/brightness
Change History (6)
comment:1 Changed 11 years ago by garycmartin
comment:2 Changed 11 years ago by garycmartin
Control also provided by:
$ olpc-brightness -h usage: olpc-brightness [up|down|max|min|<0-15>|color|mono]
comment:3 Changed 10 years ago by dnarvaez
- Bug Status changed from Assigned to New
comment:4 Changed 10 years ago by dnarvaez
- Milestone changed from 1.0 to Unspecified
comment:5 Changed 10 years ago by dnarvaez
- Bug Status changed from New to Unconfirmed
comment:6 Changed 8 years ago by SAMdroid
- Resolution set to fixed
- Status changed from new to closed
Merged in a brightness device palette for 0.106. https://github.com/sugarlabs/sugar/pull/511
Note: See
TracTickets for help on using
tickets.
For future reference the design mail-list thread on this was "[FEATURE] [DESIGN] Display Device" http://lists.sugarlabs.org/archive/sugar-devel/2012-August/039152.html and has some crossover discussion with #4015