OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: scrapheap on July 18, 2007, 03:50:32 am
-
I have got blackbox running on my C1000 fine and I have even manged to compile bbkeys for it (And after mapping the Calendar, Address, Mail, Home and Menu buttons to F1-F5 it has made things a lot nicer)
The problem I am having is that after suspending when I resume I have to restart the Zaurus as it seems to hang. I don't know if this is caused by blackbox not knowing it has been suspended and resumed or some other reason.
Does anyone have and Ideas or suggestions as to what could be causing this?
-
You mean it has the cursor flashing in the top-left corner and just sits there for forever? EvilWM does the same thing most of the time for me, and I don't know what causes it. If you let it sit for a while, it should resume, but that really defeats the purpose of instant-on.
I've discovered that if you press the power button again, it will resume, but then it needs a reboot most of the time to suspend.
If this isn't your issue, I"ll start a new thread about it, as I don't want to hijack yours.
-
You mean it has the cursor flashing in the top-left corner and just sits there for forever? EvilWM does the same thing most of the time for me, and I don't know what causes it. If you let it sit for a while, it should resume, but that really defeats the purpose of instant-on.
I've discovered that if you press the power button again, it will resume, but then it needs a reboot most of the time to suspend.
If this isn't your issue, I"ll start a new thread about it, as I don't want to hijack yours.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165111\"][{POST_SNAPBACK}][/a][/div]
That is what happens. If i press a few random keys/buttons it does seem to come back. I imagine that I just need to figure out what to put in a script in /etc/apm/resume.d directory. I will try putting a script together and see what I can get working.
-
It's funny...It works fine sometimes, then doesn't work others. I'm suspecting it's a WM thing, because Fluxbox has no issues. You could try Fluxbox instead of Blackbox if the issue persists. I hear they're quite similar.
-
Any luck getting this fixed?
-
It's funny...It works fine sometimes, then doesn't work others. I'm suspecting it's a WM thing, because Fluxbox has no issues. You could try Fluxbox instead of Blackbox if the issue persists. I hear they're quite similar.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165156\"][{POST_SNAPBACK}][/a][/div]
actually fluxbox is a fork from blackbox. it uses the core blackbox code, so essentially fluxbox is blackbox enhanced similar to the relationship between vi and vim.
-
Any luck getting this fixed?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165629\"][{POST_SNAPBACK}][/a][/div]
Not yet, but it does come back if I wait a while. I think it might come back when the clock in blackbox's slit ticks over and black box has to redraw something.
-
Anybody have any ideas as to what may be causing this? I'd like to be able to suspend in X with EvilWM.
Thanks.
-
OK, any way to troubleshoot this? dmesg doesn't show anything odd that I can see.
-
OK, any way to troubleshoot this? dmesg doesn't show anything odd that I can see.
compile it with debugging enabled and run it through a debugger...
-
Is there a debugger for pdaX?
-
Is there a debugger for pdaX?
dbx, of course it does not come installed by default.
-
OK, thanks. What am I supposed to look for? I've never really used a debugger before.