Showing posts with label Xorg. Show all posts
Showing posts with label Xorg. Show all posts

2014-03-13

Tiny Core Linux XWindow


xf86-video-xxx
sudo Xorg -configure
edit xorg.conf
Section "ServerLayout"
   #Multi Screen
   Option         "Xinerama" "true"

lspci   (pci-utils.tcz)


xrandr -s 1280x1024

xrandr --output LVDS1 --mode 1024x600 --pos 0x0 --rotate normal --output VGA1 --off

and back again with:

xrandr --output LVDS1 --off --output VGA1 --mode 1280x1024 --pos 0x0 --rotate normal

0 - 15
/sys/class/backlight/acpi_video0/brightness
xbacklight


xset s off
xset -dpms

mouse speed x2
xset m 2 0

synclient TapButton1=1
synclient TapButton2=2 (mid: 2 finger)
synclient TouchpadOff=1

terminal title
echo -ne "\033]0;TITLE HERE\007"
echo -ne "\033]0;Hello World\007"

color red
\033[1;31m RED \033[0m