Re: HDMI ON-OFF
For Xorg, I thinkCode: [Select]xset s off -dpmsshould work.For CLI only, tryCode: [Select]setterm -blank 0To completely turn off the display (needs rpi-vc.tcz to be loaded)Code: [Select]tvservice...
View ArticleRe: RaspberryPi as RS232 multiplexer using piCore
Thanks again for the replies, it looks like it could work then. I'll do some further research.Just as background, this would be used on a sailing yacht, we have instrumentation...
View ArticleRe: RaspberryPi as RS232 multiplexer using piCore
I just noticed I said busybox dhcpd where I should have said busybox udhcpd
View ArticleWhy only one console?!
/etc/inittab, which is INaccessible for fixing: limits the VTs to 1 only.Using sudo su, and repeated openvt, I can get a chain of ROOT VTs.But many actions require non-ROOT.---A further killer-app...
View ArticleXPM support in PHP
I'm in the process of testing PHP 7.1 and supporting extensions for submission to the 8.x 64-bit repository. One of the features I noticed in the latest libwebp and libgd is that they require a pretty...
View ArticleRe: missing dependency qemu.tcz.dep TinyCorePure64 8.0
qemu dep file adjusted - thanks for reporting this
View ArticleRe: Security concerns
Whilst it's great to receive user submitted extensions, there's a risk of causing confusion with the submitqc extensions - thus submitqc5, submitqc6, submitqc7 and submitqc8 removed in favour of only...
View ArticleRe: CUPS & Foomatic
I think I remember reading that most hp laserjet printers would work with the basic laserjet-5 ppd and most hp deskjet/officejet printers would work with the basic deskjet-930(?) ppd.Doesn't cups...
View ArticleRequest: Recompile dCore-xenial to use more than 4 serial ports
Hello,I hope I can request this here.I was trying to recompile kernel for the dCore-xenial, but with no success. Can someone help me out.I added Code: [Select]8250.nr_uarts=8 in to the extlinux.conf...
View ArticleWeb Browser failure
Need assistance, I am unable to get any web browser (wb) ; FIREFFOX, QtWeb, dillo, IOpera, to work after the initial download of the extension. EXIT with BACKUP option, then restart, I can get other...
View ArticleRe: Web Browser failure
Try starting the browser from a terminal window and watch out for error messages.Also, check out firefox_getLatest.tcz if not done already.
View ArticleRe: Request: Recompile dCore-xenial to use more than 4 serial ports
Besides the package build-essential, you need the kernel source below if you are not already. Also, start with the config that enables devtmpfs. The README provides some basic...
View ArticleRe: CUPS & Foomatic
This is what I'm trying to determine. I know that the ppd file was generated but I don't know if it's cups or Foomatic. I currently have a printer that I know as no ppd file found anywhere so I will...
View ArticleRe: Web Browser failure
Quote from: sloac01 on June 07, 2017, 04:28:25 AMNeed assistance, I am unable to get any web browser (wb) ; FIREFFOX, QtWeb, dillo, IOpera, to work after the initial download of the extension...For all...
View ArticleGNU Parallel - Does anybody have a recent 32-bit version running on TC?
Hi Tiny Core Experts,Apparently, quite a while back in 3.x days, GNU Parallel was in the repository:http://tinycorelinux.net/3.x/tcz/parallel.tcz.info[url=http://tinycorelinux.net/3.x/tcz...
View ArticleRe: Web Browser failure
To all, thanks for the quick response. Problem solved, used command line approach tce-audit delete <fn> to remove all web browser extension references and re-install FIREFOX and it worked.
View ArticleRe: Why only one console?!
Quote from: Rich on June 06, 2017, 04:58:33 AMHi labeasQuoteA further killer-app would be < mapping the CapsLock key to * > !What would be the point in remapping the CapsLock key to the * key...
View ArticleRe: Why only one console?!
Imagine a textEditor, that had a <READ THE BOOK> listing of 748 words, which instead ofthe NORMAL [6 VTs] had it's own/quirky/special spelling, where the well...
View Articlegcc ?
I had no intentions of opening-the-can-o-worms: gcc;but since an attempt at compiling an interesting app underDebian7 failed, and I've been advised that C++ compilersare a moving-target, I though TC's...
View Article