Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: vinikon on April 29, 2016, 06:49:42 AM

Title: PiCore - X-server ONLY
Post by: vinikon on April 29, 2016, 06:49:42 AM
Hi,
Is there a way to have only xserver installed which starts automatically after boot? no WM no other software.

I need this for having a rdesktop to a windows system.

Thanks in advance!
Title: Re: PiCore - X-server ONLY
Post by: bmarkus on April 29, 2016, 10:55:12 AM
xserver and other X components are in separate TCZ's in the repo. Install what you need.
Title: Re: PiCore - X-server ONLY
Post by: vinikon on April 29, 2016, 11:44:01 AM
I tried to install : tce-load -iw xorg-server. After installation there's no possibility to startx nor xinit.... please expalin me how to get to a functional x

Thanks
Title: Re: PiCore - X-server ONLY
Post by: Misalf on April 29, 2016, 11:50:14 AM
You can choose between  Xvesa.tcz ,  Xfbdev.tcz ,  Xorg-7.7.tcz  and  Xorg-7.7-3d.tcz .
Title: Re: PiCore - X-server ONLY
Post by: bmarkus on April 29, 2016, 12:12:28 PM
You can choose between  Xvesa.tcz ,  Xfbdev.tcz ,  Xorg-7.7.tcz  and  Xorg-7.7-3d.tcz .

Not on Raspberry Pi.
Title: Re: PiCore - X-server ONLY
Post by: vinikon on April 29, 2016, 12:13:47 PM
You can choose between  Xvesa.tcz ,  Xfbdev.tcz ,  Xorg-7.7.tcz  and  Xorg-7.7-3d.tcz .

Theres no chois but Xorg7,7 on the ARM architecture

I tried to install Xorg using tce-load - after installation I cant launch it using xinit or startx

I need to know what are the minimum requested packages in order to be able to start a rdesktop client.

I don't need  a functional X(window manager, wbar, other apps..)

Thanks in advance for any help
Title: Re: PiCore - X-server ONLY
Post by: bmarkus on April 29, 2016, 12:15:11 PM
I tried to install : tce-load -iw xorg-server. After installation there's no possibility to startx nor xinit.... please expalin me how to get to a functional x

Thanks

You wrote you need xserver only. To get functional X read README.
Title: Re: PiCore - X-server ONLY
Post by: vinikon on April 29, 2016, 02:25:20 PM
May be I explain something not very clear...

In Debian when doing a minimalistic X-server installation you get a terminal window with no buttons and that's all. Thus you can run rdesktop from this window.
There's no window manager, no decoration etc.

Is there a way to acheive this in PiCore?

Thanks
Title: Re: PiCore - X-server ONLY
Post by: bmarkus on April 29, 2016, 02:52:45 PM
Install X as written in README. WM is small doesn't hurt to keep. Later when you learned how it works you can drop parts.
Title: Re: PiCore - X-server ONLY
Post by: vinikon on April 29, 2016, 04:33:25 PM
Which README... a link please... :)
Title: Re: PiCore - X-server ONLY
Post by: bmarkus on April 29, 2016, 05:08:45 PM
Só You installed piCore without reading README comes with the SD card image [emoji34]
Title: Re: PiCore - X-server ONLY
Post by: vinikon on April 29, 2016, 06:00:36 PM
I already read this README.

I purchased the book a year ago and consider myself "advanced user". But there's nothing about X in the readme.
And it's specific for ARM architecture... I worked more with Debian for x86

I'll search further on forum or Wikis... to find some info

Thanks,
Title: Re: PiCore - X-server ONLY
Post by: Paul_123 on April 29, 2016, 10:20:03 PM
Só You installed piCore without reading README comes with the SD card image [emoji34]

I've not seen that in any of the README's  at least not in 6.x or 7.x   and yes, I read your README files :)

Just load the extension TC.tcz   I would recommend looking at the info for that extension before you install it.



Title: Re: PiCore - X-server ONLY
Post by: vinikon on April 30, 2016, 08:13:49 PM
 :-\
OK so I installed xorg-xserver, Xorg-7.7 and dependencies - tried to launch X to get a screen - still nothing.
There's a message "no screens found"

Any ideas?
Title: Re: PiCore - X-server ONLY
Post by: bmarkus on May 01, 2016, 10:17:29 AM
Did you install TC.tcz as advised?
Title: Re: PiCore - X-server ONLY
Post by: vinikon on May 03, 2016, 06:26:27 PM
Did you install TC.tcz as advised?
Yes, sure. It works flawlessly. However I don't need all this stuff... like wm, programs etc. I'd like to only have  rdesktop which will start after x.

Thanks for any help
Title: Re: PiCore - X-server ONLY
Post by: fault-tolerant on May 10, 2016, 01:25:24 AM
@vinikon I use the unit without window manager. Yes, you will need to install the Xorg package, but you do need the startx. You need to get the Xlibs.tz, the file is there.
In general, if you are missing a specific file, run the tce-ab utility, press p in the first menu, and then type the name of the file you're missing. You will get a list of packages that provide it.
Eventually, you should most probably install the following packages:
Xorg-7.7.tcz
Xprogs.tcz
Xlibs.tcz
These will install quite a few dependencies, and if you know what you're doing and you must free some space, you could fiddle with them, since not all of them may be actually required for your system.
Pay attention that the startx works differently than, say, in Ubuntu. Go over it carefully to see the way it works, and check out the last part of /home/tc/.profile file that runs this startx on startup.
Title: Re: PiCore - X-server ONLY
Post by: vinikon on January 06, 2017, 01:38:53 PM
A bit late but thanks anyway. Regards!!!