WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xvesa in Debian Stretch  (Read 6753 times)

Offline AndresC2

  • Newbie
  • *
  • Posts: 8
Xvesa in Debian Stretch
« 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.  :)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Xvesa in Debian Stretch
« Reply #1 on: July 30, 2017, 11:42:58 PM »
You can compile it. The source is in our github.
The only barriers that can stop you are the ones you create yourself.

Offline AndresC2

  • Newbie
  • *
  • Posts: 8
Re: Xvesa in Debian Stretch
« Reply #2 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.



Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: Xvesa in Debian Stretch
« Reply #3 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.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Xvesa in Debian Stretch
« Reply #4 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

Offline AndresC2

  • Newbie
  • *
  • Posts: 8
Re: Xvesa in Debian Stretch
« Reply #5 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Xvesa in Debian Stretch
« Reply #6 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.
The only barriers that can stop you are the ones you create yourself.