OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

5 Pages V  « < 2 3 4 5 >  
Reply to this topicStart new topic
> New Pdaxrom Release R198, for C1000-C3x00 (sorry no c3000 yet)
grog
post Apr 17 2007, 08:59 AM
Post #46





Group: Members
Posts: 692
Joined: 27-January 04
From: Canada
Member No.: 1,564



QUOTE(Capn_Fish @ Apr 14 2007, 12:22 PM)
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...]
*

I would consider you a prince if you would share that little hack. smile.gif
Go to the top of the page
 
+Quote Post
psycoman
post Apr 17 2007, 09:45 AM
Post #47





Group: Members
Posts: 75
Joined: 2-December 04
Member No.: 5,713



QUOTE(jerrybme @ Apr 16 2007, 04:16 PM)
QUOTE(Capn_Fish @ Apr 16 2007, 12:55 PM)
QUOTE(jerrybme @ Apr 16 2007, 01:53 PM)
QUOTE(Capn_Fish @ Apr 16 2007, 12:46 PM)
When I tried to download the zgcc image from ibiblio. I get a forbidden error. Anybody else experiencing this?
*

Try right-mouse click and "Save As". Worked for me.

Cheers,

Jerry
*


What browser/OS are you using? When I try that I just get an HTML page (forbidden).
*



Linux, Firefox, but you're right, it's not working. The file I downloaded is only 1K in size, but I'm not getting the Forbidden message. Evidently, the permissions aren't set correctly.

Jerry
*




any new qbou te zgcc image ? i can download from other place ?
Go to the top of the page
 
+Quote Post
Capn_Fish
post Apr 17 2007, 10:40 AM
Post #48





Group: Members
Posts: 2,350
Joined: 30-July 06
Member No.: 10,575



QUOTE(grog @ Apr 17 2007, 11:59 AM)
QUOTE(Capn_Fish @ Apr 14 2007, 12:22 PM)
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...]
*

I would consider you a prince if you would share that little hack. smile.gif
*


CODE
#!/bin/bash
loadkeys /etc/sysconfig/keyboard/Akita/keymap.map


You may need to change Akita to match your Z. Unfortunately, I haven't found a way to have this executed automatically apon an exit from X.
Go to the top of the page
 
+Quote Post
grog
post Apr 17 2007, 12:16 PM
Post #49





Group: Members
Posts: 692
Joined: 27-January 04
From: Canada
Member No.: 1,564



QUOTE(Capn_Fish @ Apr 17 2007, 12:40 PM)
CODE
#!/bin/bash
loadkeys /etc/sysconfig/keyboard/Akita/keymap.map

You may need to change Akita to match your Z. Unfortunately, I haven't found a way to have this executed automatically apon an exit from X.
*

Give & you shall receive smile.gif. Since /root/bin is near the beginning of your PATH (by default, anyway), you can create a 'wrapper' script to override the 'real' one. For example, here's my new /root/bin/startx (assuming you use startx to start your window manager):

CODE
$ ll /root/bin/startx
-rwx------    1 grog     grog          100 Apr 17 15:08 /root/bin/startx*
$ cat /root/bin/startx
#!/bin/sh
/usr/X11R6/bin/startx > xerrors 2>&1
loadkeys /etc/sysconfig/keyboard/Boxer/keymap.map


Unfortunately, for me it shows that it loads without errors, but does not correct the problem ;( (at least not in r121, I'll have to try it again when I get a chance to upgrade)
Go to the top of the page
 
+Quote Post
Capn_Fish
post Apr 17 2007, 12:25 PM
Post #50





Group: Members
Posts: 2,350
Joined: 30-July 06
Member No.: 10,575



This solved a messed up keymap outside of X. Inside of it it is overridden by the xmodmap file, I believe.
Go to the top of the page
 
+Quote Post
wellswang
post Apr 17 2007, 03:52 PM
Post #51





Group: Members
Posts: 78
Joined: 9-January 07
From: Suzhou, China
Member No.: 13,791



QUOTE(grog @ Apr 18 2007, 12:59 AM)
QUOTE(Capn_Fish @ Apr 14 2007, 12:22 PM)
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...]
*

I would consider you a prince if you would share that little hack. smile.gif
*



By using following commands , we can fix this bug:

CODE
# cd /etc/sysconfig/keyboard
# ln -s Borzoi/keymap.map kernel.map


If your Zaurus is not C3100, replace "Borzoi" with codename of your Z.

--------------

the root cause of this bug is:
in /usr/X11R6/bin/startx :
CODE
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.map


but in r198, /etc/sysconfig/keyboard/kernel.map doesn't exist by default.


--Wells.
Go to the top of the page
 
+Quote Post
Capn_Fish
post Apr 17 2007, 04:10 PM
Post #52





Group: Members
Posts: 2,350
Joined: 30-July 06
Member No.: 10,575



QUOTE(wellswang @ Apr 17 2007, 06:52 PM)
QUOTE(grog @ Apr 18 2007, 12:59 AM)
QUOTE(Capn_Fish @ Apr 14 2007, 12:22 PM)
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...]
*

I would consider you a prince if you would share that little hack. smile.gif
*



By using following commands , we can fix this bug:

CODE
# cd /etc/sysconfig/keyboard
# ln -s Borzoi/keymap.map kernel.map


If your Zaurus is not C3100, replace "Borzoi" with codename of your Z.

--------------

the root cause of this bug is:
in /usr/X11R6/bin/startx :
CODE
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.map


but in r198, /etc/sysconfig/keyboard/kernel.map doesn't exist by default.


--Wells.
*


THANK YOU!!!!!!!!!!!!!!

That fixes the up arrow repeating issue!
Go to the top of the page
 
+Quote Post
Antikx
post Apr 17 2007, 04:25 PM
Post #53





Group: Members
Posts: 1,156
Joined: 5-January 05
From: Winnipeg, Manitoba
Member No.: 6,127



Good job on the release, pdaXrom team.
Go to the top of the page
 
+Quote Post
InSearchOf
post Apr 17 2007, 07:16 PM
Post #54





Group: Admin
Posts: 1,208
Joined: 20-January 06
From: York, Pennsylvania
Member No.: 8,961



QUOTE(psycoman @ Apr 17 2007, 01:45 PM)
QUOTE(jerrybme @ Apr 16 2007, 04:16 PM)
QUOTE(Capn_Fish @ Apr 16 2007, 12:55 PM)
QUOTE(jerrybme @ Apr 16 2007, 01:53 PM)
QUOTE(Capn_Fish @ Apr 16 2007, 12:46 PM)
When I tried to download the zgcc image from ibiblio. I get a forbidden error. Anybody else experiencing this?
*

Try right-mouse click and "Save As". Worked for me.

Cheers,

Jerry
*


What browser/OS are you using? When I try that I just get an HTML page (forbidden).
*



Linux, Firefox, but you're right, it's not working. The file I downloaded is only 1K in size, but I'm not getting the Forbidden message. Evidently, the permissions aren't set correctly.

Jerry
*




any new qbou te zgcc image ? i can download from other place ?
*



Fixed... just right click save as...

Late
Go to the top of the page
 
+Quote Post
tanjian2
post Apr 18 2007, 03:59 AM
Post #55





Group: Members
Posts: 99
Joined: 13-November 06
Member No.: 12,390



Tried asking this as a new topic - guess no-one spotted it. When (if at all) can we expect a new version of pdaxrom for the C3000?
What is involved in getting one sorted? Is there a process or is it a case of hacking away til it works? I know that the issue is the C3000's lack of Flash but I'm not sure how the problem gets solved (but it is solved for example Meanies pdaxii13)..... so ... can anyone point me in the right direction?


thanks
Go to the top of the page
 
+Quote Post
Civil
post Apr 18 2007, 05:49 AM
Post #56





Group: Members
Posts: 103
Joined: 22-August 05
From: Moscow, Russia.
Member No.: 7,924



Maybe somebody already wrote it, but some bugs of r198 (for me):
1) Wrong default vCore (1.5V, instead of 1.4V. After every reboot you must switch to 104/208/312/520/624MHz, and then back to 416 - then vCore becomes 1.4V) (Note: I was using /sys/devices/system/cpu/cpu0/cpufreq/cpu-voltage )
2) Unusable normal user (by default). To fix you need:
1. Add yourself to wheel group
2. Add to sudoers:
username ALL=(ALL) NOPASSWD: ALL
3. Copy /home/root to /home/username and made chown -R username /home/username
4. chmod -R username /mnt
3) Some AppRun's of settings apps missing "sudo" before starting python-script. For example Input Setup
4) Wrong fstab ( /dev/hda - is microdrive on C3100, not CF!)
5) Some warnings when starting default python-apps (Settings), like:
"gtk.FALSE is deprecheated, use False instead", and Data & Time says: /sbin/sltime: No such file or directory, but works normaly.
Edit:
6) Some keymap bugs in X:
1. fn + d is d, must be `
2. tab = tab + capslock, must be tab (and fn + tab is still capslock)

P.S. Why does Data & Time execs killall openbox, after pressing OK?

QUOTE
know that the issue is the C3000's lack of Flash but I'm not sure how the problem gets solved (but it is solved for example Meanies pdaxii13)..... so ... can anyone point me in the right direction?

Root on SD is possible with u-boot - you can add root=/dev/mmcblk0p1 in default CMDLINE of kernel (before crosscompiling it for Z) and then unpack rootfs to your sd/mmc card (same for microdrive, you just need to know name of device). But I think there is no u-boot for C3000...
Go to the top of the page
 
+Quote Post
grog
post Apr 18 2007, 09:05 AM
Post #57





Group: Members
Posts: 692
Joined: 27-January 04
From: Canada
Member No.: 1,564



QUOTE(wellswang @ Apr 17 2007, 05:52 PM)
QUOTE(grog @ Apr 18 2007, 12:59 AM)
QUOTE(Capn_Fish @ Apr 14 2007, 12:22 PM)
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...]
*

I would consider you a prince if you would share that little hack. smile.gif
*


By using following commands , we can fix this bug:

CODE
# cd /etc/sysconfig/keyboard
# ln -s Borzoi/keymap.map kernel.map

If your Zaurus is not C3100, replace "Borzoi" with codename of your Z.
--------------
the root cause of this bug is in /usr/X11R6/bin/startx :
CODE
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.map

but in r198, /etc/sysconfig/keyboard/kernel.map doesn't exist by default.
*

While this fixes the arrow keys for me on my Boxer, the screen still doesn't want to clear itself. The cursor stays at the bottom of the screen, with all the text produced by command disappearing. If I try 'clear' or 'reset', the cursor repositions itself at the top of the screen, but this doesn't clear or even overwrite the exisitng text.

Just a note that besides the arrow keys, this is the same for me as it was in r121. and just as there, if I open a video with mplayer, the terminal is working 100% after quiting.

This post has been edited by grog: Apr 18 2007, 09:23 AM
Go to the top of the page
 
+Quote Post
ZDevil
post Apr 18 2007, 12:37 PM
Post #58





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



QUOTE(grog @ Apr 18 2007, 07:05 PM)
QUOTE(wellswang @ Apr 17 2007, 05:52 PM)
QUOTE(grog @ Apr 18 2007, 12:59 AM)
QUOTE(Capn_Fish @ Apr 14 2007, 12:22 PM)
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...]
*

I would consider you a prince if you would share that little hack. smile.gif
*


By using following commands , we can fix this bug:

CODE
# cd /etc/sysconfig/keyboard
# ln -s Borzoi/keymap.map kernel.map

If your Zaurus is not C3100, replace "Borzoi" with codename of your Z.
--------------
the root cause of this bug is in /usr/X11R6/bin/startx :
CODE
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.map

but in r198, /etc/sysconfig/keyboard/kernel.map doesn't exist by default.
*

While this fixes the arrow keys for me on my Boxer, the screen still doesn't want to clear itself. The cursor stays at the bottom of the screen, with all the text produced by command disappearing. If I try 'clear' or 'reset', the cursor repositions itself at the top of the screen, but this doesn't clear or even overwrite the exisitng text.

Just a note that besides the arrow keys, this is the same for me as it was in r121. and just as there, if I open a video with mplayer, the terminal is working 100% after quiting.
*



lougi600 suggested to me that suspend and resume will clear the screen. I can verify that it works. Can someone explain the cause of the problem and the way to fix it?
Go to the top of the page
 
+Quote Post
ZDevil
post Apr 19 2007, 12:37 AM
Post #59





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



QUOTE(wellswang @ Apr 18 2007, 01:52 AM)
QUOTE(grog @ Apr 18 2007, 12:59 AM)
QUOTE(Capn_Fish @ Apr 14 2007, 12:22 PM)
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...]
*

I would consider you a prince if you would share that little hack. smile.gif
*


By using following commands , we can fix this bug:
CODE
# cd /etc/sysconfig/keyboard
# ln -s Borzoi/keymap.map kernel.map

If your Zaurus is not C3100, replace "Borzoi" with codename of your Z.
--------------

the root cause of this bug is:
in /usr/X11R6/bin/startx :
CODE
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.map

but in r198, /etc/sysconfig/keyboard/kernel.map doesn't exist by default.
*



What I did is simply comment out the line in /usr/X11R6/bin/startx:
CODE
# test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.map

And there doesn't seem to be any issue so far with the keys outside X.
I remember this is also used in Beta3, because the inputsetup program can mess up the keymap.
Correct me if i am wrong.
Go to the top of the page
 
+Quote Post
grog
post Apr 19 2007, 11:56 AM
Post #60





Group: Members
Posts: 692
Joined: 27-January 04
From: Canada
Member No.: 1,564



QUOTE(ZDevil @ Apr 18 2007, 02:37 PM)
lougi600 suggested to me that suspend and resume will clear the screen. I can verify that it works. Can someone explain the cause of the problem and the way to fix it?
*

I never heard of that one, but it sure does work like a charm. Both neat & confusing blink.gif

QUOTE(ZDevil @ Apr 19 2007, 02:37 AM)
What I did is simply comment out the line in /usr/X11R6/bin/startx:
CODE
# test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.map

And there doesn't seem to be any issue so far with the keys outside X.
I remember this is also used in Beta3, because the inputsetup program can mess up the keymap.
Correct me if i am wrong.
*

I find that the last line or two on the bottom are still messed up doing this, whereas the suspend/resume clears it up entirely.
Go to the top of the page
 
+Quote Post

5 Pages V  « < 2 3 4 5 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 18th May 2013 - 02:20 PM