Changes between Version 10 and Version 11 of Tweaks


Ignore:
Timestamp:
12/12/08 22:36:57 (5 years ago)
Author:
GNUtoo
Comment:

added a part for removing the dimming when you use the hardware keyboard

Legend:

Unmodified
Added
Removed
Modified
  • Tweaks

    v10 v11  
    5858http://git.openmoko.org/?p=openmoko.git;a=blob_plain;f=packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver;h=a26c5c2d702dd427529f5c67e94058456bc49407 
    5959}}} 
     60Then you will be annoyed by the dimming,because typing with the keyboard isn't taken into account by the framework, 
     61so the next step is to  comment this part in /etc/freesmartphone/oevents/rules.yaml 
     62{{{ 
     63#- 
     64#    trigger: IdleState() 
     65#    filters: HasAttr(status, "idle_dim") 
     66#    actions: SetDisplayBrightness("pcf50633_bl", 20) 
     67#- 
     68#    trigger: IdleState() 
     69#    filters: HasAttr(status, "idle_prelock") 
     70#    actions: SetDisplayBrigh#tness("pcf50633_bl", 0) 
     71}}}