OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: samxiao on November 12, 2004, 10:38:41 pm

Title: LCD off for RC5?
Post by: samxiao on November 12, 2004, 10:38:41 pm
i used jgraves's XMMS keymap and wrapping script
as well as his LCD off script



i just want to know for RC5, do i need to turn off the dpms while playing in XMMS?
Code: [Select]
#!/bin/bash
xset +dpms                      
xmodmap /etc/X11/kb/xmms.xmodmap
                                
xmms                            
                                
xmodmap /etc/X11/kb/corgi.xmodmap
xset -dpms

is the above correct?


jgraves' LCD off script works
but whenever i use scrollwheel to choose songs
the LCD turns back on again (this don't happen in RC3)

any way i can get around this?
thanks


ps: thanks again for jgraves


 
Title: LCD off for RC5?
Post by: samxiao on November 20, 2004, 11:16:26 pm
no one has problem like this?