Author Topic: Debian with Xqt  (Read 123245 times)

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Debian with Xqt
« Reply #90 on: December 12, 2004, 01:32:34 am »
I think maybe winzip is your problem?
Does your z have "tar"  ?
Find and install tar (an archive system)
put the tarball on your card
cd to "card"(wherever that is--my sd card is at mnt/card) /debroot --cd /mnt/card/debroot
untar the tarball there
tar -zxpvf "the name of the tarball--zaurus debian big or something"
when its done do: /debroot/INSATLL.d/postinst.sh  this will make scripts.  Unless you wanted a pristine difficult to manage do it yourself setup?
the .xinitrc should have been installed with xqt.  you might want to redo that using force reinstall and force overwrite..

Hope that helped?
adf
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

smuelas

  • Full Member
  • ***
  • Posts: 110
    • View Profile
Debian with Xqt
« Reply #91 on: December 12, 2004, 08:19:38 am »
In fact, you don't have the file .xinitrc  in your home. You must create and edit it.
To create a link in Linux you must write:

       ln -s  (name of original file/directory with the PATH)  (name of linked file/directory with the complete PATH)

smuelas
Zaurus SL-6000  --  Microdrive Hitachi 6Gb placed permanently on CF slot.

smuelas

  • Full Member
  • ***
  • Posts: 110
    • View Profile
Debian with Xqt
« Reply #92 on: December 12, 2004, 08:34:02 am »
Sorry. chaosteo, I made a mistake.
Yes, you should have the file .xinitrc in your home directory once Xqt is installed. Perhaps the problem is that, as you are new in Linux, you only type "ls" to see what you have in a directory. This will not show you the hidden files/directorys. To see everything you must type: " ls -a "

smuelas
Zaurus SL-6000  --  Microdrive Hitachi 6Gb placed permanently on CF slot.

hafken

  • Newbie
  • *
  • Posts: 7
    • View Profile
Debian with Xqt
« Reply #93 on: December 12, 2004, 09:16:32 am »
re: xmodmap problems

ok, I did the apt-get upgrade, but still didn't fix my problem.

I even reinstalled the whole xqt, but that didn't help either.

Any more ideas? Is there some way for me to further debug what exactly xmodmap is doing?

thanks,

Dave

smuelas

  • Full Member
  • ***
  • Posts: 110
    • View Profile
Debian with Xqt
« Reply #94 on: December 12, 2004, 09:42:47 am »
I'm sorry, Dave about your problems with xmodmap.
What you can do is what I did to edit .xmodmaprc. You must run a program that is launched typing  " xev ".
Once launched you will see that everytime you type a key there is a message where you can find the number that the computer assigns to that key. This and the actual file .xmodmaprc. should serve you to edit the right file for you.
Cheers,
smuelas
Zaurus SL-6000  --  Microdrive Hitachi 6Gb placed permanently on CF slot.

chaosteo

  • Newbie
  • *
  • Posts: 41
    • View Profile
Debian with Xqt
« Reply #95 on: December 12, 2004, 10:02:08 am »
Hello Smuelas,

I used Vim to edit .xintrc wtih
rxvt //&
//blackbox
i saved it
and then i tried to link xqt and x
but somehow there is no directory called X under my QPalmTop/bin

???

thank you again

smuelas

  • Full Member
  • ***
  • Posts: 110
    • View Profile
Debian with Xqt
« Reply #96 on: December 12, 2004, 12:22:40 pm »
Hi, chaosteo
What you should have is a file with the name  " Xqt " in directory /home/QtPalmtop/bin
It is an executable file (in fact, the x-server). Now you must create a linked file to this one with the simple name  " X ". So, you must type only once being root:
  ln -s /home/QtPalmtop/bin/Xqt /home/QtPalmtop/bin/X
and that's all.
smuelas
Zaurus SL-6000  --  Microdrive Hitachi 6Gb placed permanently on CF slot.

chaosteo

  • Newbie
  • *
  • Posts: 41
    • View Profile
Debian with Xqt
« Reply #97 on: December 12, 2004, 02:04:43 pm »
sorry guys another question..sorry being so dumb

I linked the two directory and then
I typed in startx and it jump to the black meshed screen and quit itself .. here is what i get from terminal

statx
mcookie:not found
xauth:creating new authority file/ home/zaurus/.Xauthority
xauth:creating new authority file/ home/zaurus/.Xauthority
Using authority file  /home/zaurus/.Xauthority
xauth; (stdn):1 bad "add" cpmmand line

xauth:creating new authority file/ home/zaurus/.Xauthority
xauth:creating new authority file/ home/zaurus/.Xauthority
Using authority file  /home/zaurus/.Xauthority
xauth; (stdn):1 bad "add" cpmmand line

qtApInit
SISharedManager can't get proc entry
Display size:480*640
couldn;t open translation file / home/QtPalmtop/i18n/en/libs1.qmid  <
qtRandRrtotate(0)
_XSERVtransmkdir: Owner of /tmp/.X11-unix should be set to root
create shawdo image 480*640

qtRandRnit()
qtInitvisualsShadow- Masks 0000f900 000007e0 0000001f BPRGB 6 d 16 bpp 16
qtRandRInit()
qtCreatDEfColormap- Deferring to fbCreateDefColormap()
qtFinishScreenInitFb- returning
qtScreenInit-returning
Could not init root path element /opt/QtPalmtop.lib.X11.fonts/75dpi., removing from list
Could not init root path element /opt/QtPalmtop.lib.X11.fonts/100dpi., removing from list
cat: /home/zaurus/.Xauthority: No such file or directory

waiting for X server to shut down

xauth: create new authority file /home/zaurus/.Xauthority
« Last Edit: December 12, 2004, 02:18:09 pm by chaosteo »

smuelas

  • Full Member
  • ***
  • Posts: 110
    • View Profile
Debian with Xqt
« Reply #98 on: December 12, 2004, 03:37:36 pm »
hi chaos...
Sorry but this time I cannot help you. It seems that you have a problem with the installation of Xqt. Are you sure that you have employed all the packages needed. Check other sites in this forum, specially those related with xqt installation.
smuelas
Zaurus SL-6000  --  Microdrive Hitachi 6Gb placed permanently on CF slot.

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Debian with Xqt
« Reply #99 on: December 12, 2004, 11:22:22 pm »
2 things

Chaos.. you are using a standard sharprom install?  any way you can secureshell into your z and startx from there? the output might help.. I think a reinstall with all packages listed should do it ..smuealas seems to know what he is talking about.

Has anyone tried -with pocketworkstaion- dropping into tty1 chrooting to debroot and installing xwindows? "apt-get install x-window-system"   ..then configuring the debian x-server there?
It would rock if we had debian's x, Klauss' vnc, and xqt as good working options

-adf
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

pelrun

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • http://
Debian with Xqt
« Reply #100 on: December 13, 2004, 01:33:47 am »
Quote
I used Vim to edit .xintrc wtih
rxvt //&
//blackbox

// is a valid comment marker for C++, but not for a shell script. You want to use # instead. It may not be the cause of your problem, but fixing it won't hurt.
SL-C3100 with usb power mod running debian eabi
pdaXii13 still on the NAND for dualbooting
16GB SDHC! (a new one, after I sat on the old one and it went kaput)
D-Link 660 wifi, Socket Bluetooth rev H
External 9800mAh LiIon battery and slimline dvd drive
Homebrew microphone and remote

unplug

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Debian with Xqt
« Reply #101 on: December 15, 2004, 08:41:01 pm »
I have been trying to setup Debian in my 6000 and have some problems. I used tar instead gnu-tar in my linux box and untar to cf card.
1. There is no icewm in my /usr/bin. I tried both zaurus-debian-base-v0.17.tgz and zaurus-debian-big-v0.17.tgz. After untar, there is no icewm.
2. If I comment blackbox, then I can not start X. After I saw the big ugly X icon, it quit without error message.
3. After I export DISPLAY=0:0, all keys become capital and I can not type/write char in lower case.
Can anyone help?
« Last Edit: December 15, 2004, 08:53:58 pm by unplug »
SHARP SL-6000L
Sharp ROM
pdaXrom
1GB SD
2 x 512MB CF
HAiCom HI-303S

unplug

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Debian with Xqt
« Reply #102 on: December 15, 2004, 08:47:10 pm »
Sorry for my oversight. I found icewm in zaurus-debian-big, but not in zaurus-debian-base.
SHARP SL-6000L
Sharp ROM
pdaXrom
1GB SD
2 x 512MB CF
HAiCom HI-303S

unplug

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Debian with Xqt
« Reply #103 on: December 16, 2004, 12:16:11 am »
One more thing, I followed instruction in other posts in this forum, now I got "IceWM: Anohter window manager already running, exiting..."
What is the best way to terminate X? When I used "exit", it is still there
SHARP SL-6000L
Sharp ROM
pdaXrom
1GB SD
2 x 512MB CF
HAiCom HI-303S

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Debian with Xqt
« Reply #104 on: December 16, 2004, 02:34:16 am »
I've certatinly not seen that. On my setup (a 5600 though) I use a  2 line "script"  that does chroot and export DILSPLAY=0:0 ( no big deal there, but it helps me get past some xqt keyboard weirdness)  Then in rxvt I do su then icewm and minimize rxvt. when icewm comes up I do whatever I intended. when I log out xqt quits and I am back in qtopia.
Do you have pocketworkstation going in the background ? ( I don't know if it makes a diff even- It shouldn't) do  ps -A and see if icewn or Xvncserver are running and kill 'em before you open XQT. otherwise maybe post how you set things up?
« Last Edit: December 16, 2004, 02:35:00 am by adf »
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf