Author Topic: New Pdaxrom Release R198  (Read 25759 times)

grog

  • Hero Member
  • *****
  • Posts: 692
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #45 on: April 17, 2007, 12:59:11 pm »
Quote
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...][div align=\"right\"][a href=\"index.php?act=findpost&pid=158842\"][{POST_SNAPBACK}][/a][/div]
I would consider you a prince if you would share that little hack.
GROG!

psycoman

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.tuxforum.com.br
New Pdaxrom Release R198
« Reply #46 on: April 17, 2007, 01:45:30 pm »
Quote
Quote
Quote
Quote
When I tried to download the zgcc image from ibiblio. I get a forbidden error. Anybody else experiencing this?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159020\"][{POST_SNAPBACK}][/a][/div]
Try right-mouse click and "Save As". Worked for me.

Cheers,

Jerry
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159021\"][{POST_SNAPBACK}][/a][/div]
What browser/OS are you using? When I try that I just get an HTML page (forbidden).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159022\"][{POST_SNAPBACK}][/a][/div]

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
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159023\"][{POST_SNAPBACK}][/a][/div]


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

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #47 on: April 17, 2007, 02:40:16 pm »
Quote
Quote
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...][div align=\"right\"][a href=\"index.php?act=findpost&pid=158842\"][{POST_SNAPBACK}][/a][/div]
I would consider you a prince if you would share that little hack.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159078\"][{POST_SNAPBACK}][/a][/div]
Code: [Select]
#!/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.
« Last Edit: April 17, 2007, 02:40:44 pm by Capn_Fish »
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

grog

  • Hero Member
  • *****
  • Posts: 692
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #48 on: April 17, 2007, 04:16:38 pm »
Quote
Code: [Select]
#!/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.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159088\"][{POST_SNAPBACK}][/a][/div]
Give & you shall receive . 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: [Select]
$ 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)
« Last Edit: April 17, 2007, 04:19:41 pm by grog »
GROG!

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #49 on: April 17, 2007, 04:25:04 pm »
This solved a messed up keymap outside of X. Inside of it it is overridden by the xmodmap file, I believe.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

wellswang

  • Jr. Member
  • **
  • Posts: 78
    • View Profile
    • http://wells.osall.com
New Pdaxrom Release R198
« Reply #50 on: April 17, 2007, 07:52:53 pm »
Quote
Quote
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...][div align=\"right\"][a href=\"index.php?act=findpost&pid=158842\"][{POST_SNAPBACK}][/a][/div]
I would consider you a prince if you would share that little hack.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159078\"][{POST_SNAPBACK}][/a][/div]

By using following commands , we can fix this bug:

Code: [Select]
# 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: [Select]
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.
« Last Edit: April 17, 2007, 07:56:30 pm by wellswang »

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #51 on: April 17, 2007, 08:10:23 pm »
Quote
Quote
Quote
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...][div align=\"right\"][a href=\"index.php?act=findpost&pid=158842\"][{POST_SNAPBACK}][/a][/div]
I would consider you a prince if you would share that little hack.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159078\"][{POST_SNAPBACK}][/a][/div]

By using following commands , we can fix this bug:

Code: [Select]
# 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: [Select]
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.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159118\"][{POST_SNAPBACK}][/a][/div]
THANK YOU!!!!!!!!!!!!!!

That fixes the up arrow repeating issue!
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
New Pdaxrom Release R198
« Reply #52 on: April 17, 2007, 08:25:34 pm »
Good job on the release, pdaXrom team.
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #53 on: April 17, 2007, 11:16:59 pm »
Quote
Quote
Quote
Quote
Quote
When I tried to download the zgcc image from ibiblio. I get a forbidden error. Anybody else experiencing this?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159020\"][{POST_SNAPBACK}][/a][/div]
Try right-mouse click and "Save As". Worked for me.

Cheers,

Jerry
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159021\"][{POST_SNAPBACK}][/a][/div]
What browser/OS are you using? When I try that I just get an HTML page (forbidden).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159022\"][{POST_SNAPBACK}][/a][/div]

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
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159023\"][{POST_SNAPBACK}][/a][/div]


any new qbou te zgcc image ? i can download from other place  ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159085\"][{POST_SNAPBACK}][/a][/div]

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

Late
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

tanjian2

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
New Pdaxrom Release R198
« Reply #54 on: April 18, 2007, 07:59:53 am »
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
SL-C3000(Spitz) - pdaXii13 5.5alpha + sound enhanced kernel - MD in 1 great big partition -  Ambicom CF Wifi + USB Ethernet  and NOW Zubuntu on a 4Gb SD

Civil

  • Full Member
  • ***
  • Posts: 103
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #55 on: April 18, 2007, 09:49:07 am »
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...
« Last Edit: April 18, 2007, 12:29:58 pm by Civil »
Zaurus C-3100 ( Gentoo 2007.0 eabi, kernel 2.6.21.6)
http://www.zavrik.info - Russian Zaurus Site.

grog

  • Hero Member
  • *****
  • Posts: 692
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #56 on: April 18, 2007, 01:05:55 pm »
Quote
Quote
Quote
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...][div align=\"right\"][a href=\"index.php?act=findpost&pid=158842\"][{POST_SNAPBACK}][/a][/div]
I would consider you a prince if you would share that little hack.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159078\"][{POST_SNAPBACK}][/a][/div]
By using following commands , we can fix this bug:

Code: [Select]
# 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: [Select]
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.mapbut in r198, /etc/sysconfig/keyboard/kernel.map  doesn't exist by default.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159118\"][{POST_SNAPBACK}][/a][/div]
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.
« Last Edit: April 18, 2007, 01:23:06 pm by grog »
GROG!

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #57 on: April 18, 2007, 04:37:18 pm »
Quote
Quote
Quote
Quote
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...][div align=\"right\"][a href=\"index.php?act=findpost&pid=158842\"][{POST_SNAPBACK}][/a][/div]
I would consider you a prince if you would share that little hack.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159078\"][{POST_SNAPBACK}][/a][/div]
By using following commands , we can fix this bug:

Code: [Select]
# 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: [Select]
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.mapbut in r198, /etc/sysconfig/keyboard/kernel.map  doesn't exist by default.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159118\"][{POST_SNAPBACK}][/a][/div]
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.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159203\"][{POST_SNAPBACK}][/a][/div]

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?

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #58 on: April 19, 2007, 04:37:44 am »
Quote
Quote
Quote
The keyboard still gets a little messed up after leaving X, solved with a script I can call to reload the kernel keymap. , [...snip...][div align=\"right\"][a href=\"index.php?act=findpost&pid=158842\"][{POST_SNAPBACK}][/a][/div]
I would consider you a prince if you would share that little hack.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159078\"][{POST_SNAPBACK}][/a][/div]
By using following commands , we can fix this bug:
Code: [Select]
# 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: [Select]
test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.mapbut in r198, /etc/sysconfig/keyboard/kernel.map  doesn't exist by default.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159118\"][{POST_SNAPBACK}][/a][/div]

What I did is simply comment out the line in /usr/X11R6/bin/startx:
Code: [Select]
# test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.mapAnd 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.
« Last Edit: April 19, 2007, 04:38:20 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

grog

  • Hero Member
  • *****
  • Posts: 692
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #59 on: April 19, 2007, 03:56:13 pm »
Quote
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?[div align=\"right\"][a href=\"index.php?act=findpost&pid=159229\"][{POST_SNAPBACK}][/a][/div]
I never heard of that one, but it sure does work like a charm. Both neat & confusing  

Quote
What I did is simply comment out the line in /usr/X11R6/bin/startx:
Code: [Select]
# test -f /etc/sysconfig/keyboard/kernel.map  -a f /usr/bin/loadkeys && sudo /usr/bin/loadkeys /etc/sysconfig/keyboard/kernel.mapAnd 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.[div align=\"right\"][a href=\"index.php?act=findpost&pid=159277\"][{POST_SNAPBACK}][/a][/div]
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.
GROG!