Author Topic: NO Go  (Read 4208 times)

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
NO Go
« on: July 30, 2004, 12:05:31 am »
 Is any one running anything other than the standard stock Sharp rom on their 6000's ? I've tried to get pocketworkstation running but it's a no go and also the myPDA package doesn't get past a blank X screen. It seems like it never took this long for roms and hydrid roms to come out for all the other Z's even when the developers don't own that particular unit.
« Last Edit: July 30, 2004, 12:07:04 am by coolass »

lpotter

  • Sr. Member
  • ****
  • Posts: 450
    • View Profile
    • http://qtopia.net
NO Go
« Reply #1 on: July 30, 2004, 04:17:57 am »
There aren't many people that own this deivce, yet.
I have been working on getting openzaurus on it. Haven't gotten the touchscreen working on it yet. I think Sharp does something weird with it to get it working on their rom.
Software Engineer, Systems Group, MES, Trolltech
irc.freenode.net #qtopia
http://qtopia.net

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
NO Go
« Reply #2 on: July 30, 2004, 03:30:35 pm »
 I finally have pocketworkstation running using keypebble vnc viewer it's ok because I don't have to shut down Qtopia to use it.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
NO Go
« Reply #3 on: July 31, 2004, 08:47:04 am »
If X/Qt runs on the 6000, it might be faster than the vncviewer.

I use X/Qt instad of fbvnc+vnc viewer on mt C760 and it gave much better results for me.

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
NO Go
« Reply #4 on: July 31, 2004, 10:33:49 pm »
 Stu ,what packages did you install to get XQT working ?

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
NO Go
« Reply #5 on: August 01, 2004, 08:14:39 am »
Quote
Stu ,what packages did you install to get XQT working ?
I installed:
  • xqt-server
  • xqt-fonts-misc
  • xbase-etc
  • xbase-clients
  • xlibs
Don't think they are all necessary for just running pocket workstation, but I installed first. then wondered if pocket workstation could run it's apps on X/Qt.

To get pocket workstation to run, I just editted the zvncserver in debroot/usr/local/bin - remove or # out all lines starting from "Xvnc ..." to "sleep 5" and set "DISPLAY=localhost:0.0"

Then start X/Qt and from a terminal run Vncserver.

Basically, you have just told pocket workstation ot send all its apps to X/Qt bypassing the need for XVnc and fbvnc.

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
NO Go
« Reply #6 on: August 01, 2004, 06:39:17 pm »
 I keep getting the responce Can't connect to localhost:0.0

stbrock

  • Full Member
  • ***
  • Posts: 149
    • View Profile
    • http://
NO Go
« Reply #7 on: August 01, 2004, 10:50:46 pm »
It doesn't quite work for me either on the C860. Pocketworkstation comes up an empty screen in XQt because icewm and the terminal apps weren't found. It looks to me like the icewm and terminal commands are not being executed in the new debroot environment. The chroot command sequence seems quite different from the one in the Gentoo install, and I'm having a hard time figuring it out. I may also be having problems left over from changes I made to get pocketworkstation working with keypebble and fbvnc.

I have a feeling that a lot of people would use pocketworkstation/XQt inside Cacko if there was a good how-to. I've collected all the information on ZUG and elsewhere that I could find and it all requires a lot of time and effort to adapt and get working.

I've been a newbie lurking and benefiting greatly from all the information in this forum over the last couple of months and would be willing to start returning something by writing up a how-to, but I'll need some help from those who know more what they're doing. I suggest assuming a common starting point after extracting the pocketworkstation files and running postinst.sh. If Stubear and/or others who are running pocketworkstation directly into XQt rather than with using some version of vnc could post the files they modified and the command sequence, I will try to boil it down into relatively easy steps for a how-to.

Perhaps this thread should be moved to the XQt forum?

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
NO Go
« Reply #8 on: August 02, 2004, 03:13:51 pm »
Stu do you have a screen shot of your settings so that iI can compare them or can you tell me what to put back into the zvncserver file so that I can continue using Keypebble vnc....Thanks

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
NO Go
« Reply #9 on: August 02, 2004, 08:10:13 pm »
Here is my zvncserver file

Code: [Select]
#!/bin/sh

PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr
/bin/X11:/usr/games

DISPLAY=127.0.0.1:0.0
export DISPLAY PATH

AUTH_FILE=/etc/vncpasswd
[ -f $AUTH_FILE ] && AUTH="-rfbauth $AUTH_FILE"

[ ."$DISPLAY" = .":0" ] && rm -f /tmp/.X0-lock
[ ."$DISPLAY" = .":1" ] && rm -f /tmp/.X1-lock
[ ."$DISPLAY" = .":2" ] && rm -f /tmp/.X2-lock

#Xvnc -geometry 640x640 \
#       -depth 16 -pixelformat RGB565 \
#       $AUTH \
#       $DISPLAY &
#       #-fp /usr/lib/vnc/fonts/misc \
#       #-co /usr/lib/vnc/rgb \

#sleep 5
cd $HOME

[ -f .Xdefaults ] && xrdb .Xdefaults
icewm &

# open terminals
xtls
xtps
xtl
sleep 1
xtp

unclutter &

sleep 10

HELP_FILE="HELP.txt"
if [ -f "$HELP_FILE" ]; then
        xtp -e less "$HELP_FILE" &
fi
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card