Tiny Core Linux

Tiny Core Base => Other architectures => Topic started by: AndresC2 on July 30, 2017, 10:38:07 PM

Title: Xvesa in Debian Stretch
Post by: AndresC2 on July 30, 2017, 10:38:07 PM
Hi is possible install Xvesa tinycore in oficial Debian stretch?
I did minimal install with deboostrap of Debian Stretch but
xserver-xorg-video-vesa run with screen-tearing.
But Xvesa run fine in Tinycore.

If is possible How?

thanks.  :)
Title: Re: Xvesa in Debian Stretch
Post by: curaga on July 30, 2017, 11:42:58 PM
You can compile it. The source is in our github.
Title: Re: Xvesa in Debian Stretch
Post by: AndresC2 on July 31, 2017, 11:32:33 AM
hi Curaga!  :)

from this link https://github.com/tinycorelinux
i got tinyx-master.zip

then unzip but no,
./configure
make
make install

how to compile tinyx in debian-strech

sorry i new about compile.

thanks for your help.


Title: Re: Xvesa in Debian Stretch
Post by: polikuo on July 31, 2017, 09:16:19 PM
Try
Code: [Select]
./autogen.sh
./configure
make
make install

You'll need autotools: autoconf, autogen, automake, libtool ... etc.
Title: Re: Xvesa in Debian Stretch
Post by: Juanito on August 01, 2017, 01:46:06 AM
Code: [Select]
$ tce-load -i compiletc automake libtool-dev intltool gettext-dev
..should take care of most autogen eventualities
Title: Re: Xvesa in Debian Stretch
Post by: AndresC2 on August 02, 2017, 08:44:41 PM
Thanks Juanito and Polikuo.  :)

I build Debian-Wheezy with debootstrap minibase, in console run fine with Midnight Commander. 

later install:
 
build-essential
autotools-dev
autoconf
autogen
automake
libtool
gettext
shtool
intltool
xorg-dev

next:

./autogen.sh
./configure
make
make install

but...

./configure:line 15274:XORG_RELEASE_VERSION:command not found.

I have in /usr/local/bin/Xvesa and Xfbdev.
startx not working.
some kind of script is need?

thanks.
Title: Re: Xvesa in Debian Stretch
Post by: curaga on August 03, 2017, 01:03:29 AM
You're missing xorg-macros or similar packages. How to edit the xinitrc/startx scripts depends on the distro, maybe ask on debian forums.