Re: incorrect desktop screen size
Thank you for the prompt reply. Nothing happens with xsetup.sh. tried all options displayed. It's not the resolution but the actual screen size which is smaller and not filling up the monitor size. Do...
View ArticleRe: incorrect desktop screen size
As mentioned, you could try Xorg and the appropriate driver for your hardware
View ArticleRe: How to change Systemwide PS1 configuration
This procedure would usually go like this:Modify /etc/profile to your needs then add /etc/profile to /opt/.filetool.lstCode: [Select]echo "etc/profile" >> /opt/.filetool.lst(Note: the...
View ArticleRe: How to change Systemwide PS1 configuration
What if I add below in bootlocal.sh or bootsync.sh:sed -i 's|PS1='\u@\h:\w|PS1='\u@@@@@\h:\w|' /home/*/.profileI'm not used to sed, just copy paste the idea and read abit about it in google,
View ArticleRe: How to change Systemwide PS1 configuration
I have below in /mnt/sda1/opt/bootlocal.sh:sudo sed -i 's|\\u@\\h:\\w|\\e[91m\\u@\\h:\\w\\e[39m|' /home/*/.profileIts working (If using SmartTTY) while login to username tc, Im not sure about other ...
View ArticleRe: Could not load host key: /usr/local/etc/ssh/ssh_host_ed25519_key
the openssh init.d script contains: Code: [Select]keygen(){ ssh-keygen -t rsa -f /usr/local/etc/ssh/ssh_host_rsa_key ssh-keygen -t dsa -f /usr/local/etc/ssh/ssh_host_dsa_key}
View ArticleRe: How to change Systemwide PS1 configuration
/etc/profile is read every time you log in, so backup should be fine.
View ArticleRe: TinyCore 8.0 console prompt
Hello Misalf,I don't think can be middle dot (·). This $PS1 value works fine in Mint & Ubuntu Linux. I tried same after downloading Bash console. It shows  too. :-(
View ArticleRe: bluetooth what is really needed
Hello,first I have tried to remove blueman via "Onboot Maintenance". blueman was the last line, and before the blueman entry there was an empty line. Have removed that empty line and all extensions are...
View ArticleSteamCMD(not full steam)
https://developer.valvesoftware.com/wiki/SteamCMD#Linux This isn't a full steam client more like a headless downloader for game servers to use etc. I plan to try and use tiny core as a minimal, low...
View ArticleRe: TinyCore 8.0 console prompt
If it's just about cosmetics, I think it's best to omit things that don't have a definite purpose.
View ArticleRe: SteamCMD(not full steam)
Those pre-built binaries are often targeted at more mainstream Linux distributions like Debian, Ubuntu, etc.I guess it's possible to get SteamCMD running on Tinycore, maybe by providing certain...
View ArticleVeracrypt
veracrypt-cli and veracrypt-gtk have been added to the prebuilt repo. Both have been tested on dCore-wheezy and dCore-artful in creating and mounting a file container so should work across all x86...
View ArticleRe: Announcements
dCore x86 release candidate ports have been updated with the below changes:sce-load now uses Busybox cp as at was found with dCore-wheezy some SCEs were broken in a minimal environment as the cp binary...
View ArticleRe: Favourite portable windows based ssh client
Hello,I use SmarTTY now, its a multitab session,usually I only need one session, but now my project needs more than 10 sessions to work on,
View ArticleRe: incorrect desktop screen size
busy looking into Xorg. could you explain what the -screen option in Xvesa used for. Thank you.
View ArticleRe: Veracrypt
veracrypt-cli and veracrypt-gtk are no longer conflicting packages. veracrypt-gtk depends on veracrypt-cli which contains all the dependnecies needed but the GTK2 stuff that veracrypt-gtk needs to...
View ArticleRe: incorrect desktop screen size
It allows giving an exact resolution on drivers capable of such. The vesa driver (Xvesa) is not, it can only use resolutions supported by the bios. If you gave a custom resolution, it would pick the...
View ArticleRe: incorrect desktop screen size
What's puzzling, this is on a laptop. Surely the bios is reporting the correct aspect ratio.
View ArticleEnlightenment apps (unofficial)
https://launchpad.net/~rebuntu16/+archive/ubuntu/enlightenment-apps+unofficialadd a file in /opt/debextra containg:deb http://ppa.launchpad.net/rebuntu16/enlightenment-apps+unofficial/ubuntu...
View Article