WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core 3.0 Alpha 3 Testing  (Read 48367 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #45 on: May 19, 2010, 12:30:20 AM »
3. Update the info file for package wireless_tools.tcz so it keeps up with the current kernel version. Right now the info file mentions 2.6.29.1, but the dep file cites wireless-KERNEL.tcz.

Done

Offline shimondoodkin

  • Newbie
  • *
  • Posts: 9
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #46 on: May 21, 2010, 08:41:23 AM »
bug:
in the 64bit kernel the Xserver starts it does vm86  panic unknown execution codes.. when i install xorgs 7.4 it works but with 7.4 i can't change the display resolution.
at the begining the xsetup not works because of the same reason

bug:
also in 32bit and 64bit  the gcc  include path doesn't work properly.
i have downlodeded nginx and the configure script cant compalie a simple code  
it says cant find sys/types.h

complaint:
on 32 and 64 the default resolution is 800x600 and it is too small
the resolution as in tinycore2 is good.

bad ideas:
i dont like the gray. i like the windows 7 color scheme.
or the bumptop default color scheme.
i was play around  with a cmyk color, suppose the y is heat of color I set it to 50%, m is warning-ness of color I set it to 0, C is life or comness I set it to 100%,  k is brightness I set it to somthing pleasent not too bright not too dark, maybe Golden ratio 38/62 may do the work.
how about thouse bg colors: #005b72(C100 M0 Y13 K60) or #00766d(C100 M0 Y50 K38 ) or #006991 or #03493a or #00aab0  ... (limited liability warning: this color theory i developed today on the spot so it might be totaly wrong and there is no replacment for trained eyes of a professional designer).

« Last Edit: May 21, 2010, 12:41:12 PM by shimondoodkin »

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #47 on: May 21, 2010, 09:09:20 AM »
tinycore64.gz has been withdrawn due to the fact that Xvesa does not work. Xorg is required.
Please test microre64.gz together with Xlibs.gz, Xprogs.gz, ...
10+ Years Contributing to Linux Open Source Projects.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #48 on: May 21, 2010, 11:59:57 AM »
also in 32bit and 64bit  the gcc  include path doesn't work properly.
i have downlodeded nginx and the configure script cant compalie a simple code 
it says cant find sys/types.h
Likely you installed only gcc, without the rest; try compiletc.tcz.
The only barriers that can stop you are the ones you create yourself.

Offline shimondoodkin

  • Newbie
  • *
  • Posts: 9
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #49 on: May 21, 2010, 01:25:35 PM »
btw i also tested on 64bit the package 'Xvesa  from  XOrg 7.1' and it also did not worked.

@roberts
there is no xprogs package
« Last Edit: May 21, 2010, 05:25:54 PM by shimondoodkin »

Offline shimondoodkin

  • Newbie
  • *
  • Posts: 9
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #50 on: May 21, 2010, 04:45:16 PM »
@curaga

i have created a new microcore and the compilation worked ok.
maybe i have messed somthing.

probably one of the packages was not downloaded fully

Offline shimondoodkin

  • Newbie
  • *
  • Posts: 9
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #51 on: May 21, 2010, 07:37:21 PM »
in 64 bit version and probably in 32 bit

compiling  gcc -m64
fails - sorry unimplemented
i guess the gcc is not compiled with x86_64 enabled

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #52 on: May 21, 2010, 11:00:58 PM »
@roberts
there is no xprogs package

tinycore64.gz was built from microcore64.gz plus the other gzipped cpio'ed initramfs files as found here:
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release_candidates/microcore/

It is where you will find Xlibs.gz, Xprogs.gz, ...
10+ Years Contributing to Linux Open Source Projects.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #53 on: May 22, 2010, 12:22:51 AM »
It's not multilib.  64-bit applies to kernel related stuff only afaik.

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #54 on: May 22, 2010, 02:50:30 AM »
Well unfortunately that didn't work so well. Mounted the extension, modded xorg.conf. 2-finger scrolling now works but tapping is totally disabled. No amount of fiddling with parameters that looked likely, had any effect.

How about trying to use that which was in the previous kernel? I notice from dmesg that previously the input devices were shown a bit differently. I suppose that is due to the new kernel?

psmouse.proto should be your option; see kernel-parameters.txt for what protocols it takes.
Right. I finally got to proper experimentation with this, and found the boot option psmouse.proto=imps seems to get all functions working as before. Thanks!

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny Core 3.0 Alpha 3 Testing
« Reply #55 on: May 22, 2010, 03:28:15 AM »
It's not multilib.  64-bit applies to kernel related stuff only afaik.

True.

The 64-bit cross-toolchain can be found in the toolchain64.tcz extension.
The only barriers that can stop you are the ones you create yourself.