./myterm
(from the tiny default CLI :^)#! /bin/sh
#
# opens aterm with selected font.
# To see fonts installed say xlsfonts at CLI (terminal)
# The ones at the bottom work this way.
# Do the ones at top of listing work in .Xdefaults? (I've not yet tried this)
#
# start this with ./myterm if in tc directory.
#
# pink is perhaps easier on the eyes -- find colors and effects you like
#
aterm -fn 10x20 -sh 94 -tint lightyellow -fg orange &
exit
Typically specifying a lower resolution results in larger characters throughout.
If using Xvesa see Xvesa on the control panel or at boot time with the xsetup boot option.
Typically specifying a lower resolution results in larger characters throughout.
If using Xvesa see Xvesa on the control panel or at boot time with the xsetup boot option.
[I am using Xfbdev on an OLPC XO computer. Any idea how I can specify a lower resolution? Thanks
xfbdev uses the resolution of the framebuffer configuration set via the "vga="-bootparameter. If it's set to text-mode, it can't run at all.http://forum.tinycorelinux.net/index.php?action=printpage;topic=7021.0 (http://forum.tinycorelinux.net/index.php?action=printpage;topic=7021.0)
sudo xfbdev -screen 800x600x24 && export DISPLAY=:0.0 || echo Failed
startx
(nb. && means run second command if first one works, that is returns a zero.sudo xfbdev -screen 800x600x24 && sudo export DISPLAY=:0.0 && startx || echo Failed
And what happens if you boot with 'vga=ask' (see Reply #8!)?
So it appears that some "special" boot loader has some influence on the outcome, I just wonder what the result of cat /proc/cmdline might be.
no_console_suspend selinux=0 fbcon=font:SUN12x22 quiet norestore tz=EST+5 home=LABEL=sd tce=LABEL=sd opt=LABEL=sd
Does this help any in figuring out how to make the system fonts bigger or the resolution smaller?
Maybe not directly, I just wanted to be sure what boot codes are getting passed to the kernel. I assume all the ones after 'quiet' are your own. But where is the 'vga=...', and are the first three also specified by yourself? This must be a rather "special" setup ...
Under /usr/lib/X11/fonts/ I have 75dpi and misc but not 100dpi.
Maybe not directly, I just wanted to be sure what boot codes are getting passed to the kernel. I assume all the ones after 'quiet' are your own. But where is the 'vga=...', and are the first three also specified by yourself? This must be a rather "special" setup ...
<item label="" icon="/usr/local/share/pixmaps/Tango-24px/package-x-generic.png"><action name="Execute"><command>sh -c "/home/tc/.config/openbox/size.sh & apps && /home/tc/.X.d/autostart.sh"</command></action></item>
The app browser opens straight away when clicked in the menu.#! /bin/bash
sleep 1
xrandr --fb 1280x1440
xrandr --output VGA-0 --mode 720x400 --panning 1280x1440 --scale 1.0x1.0
# just the part for xrandr
sleep 1
xrandr --fb 1280x1440
xrandr --output VGA-0 --mode 1280x720 --panning 1280x1440 --scale 1.0x1.0
[code][ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]
[ 36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[ 36.176536] pcm512x 1-004d: Failed to get supplies: -517
[ 36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517