See the xorg extension, esp. the .info for installation notes
Please
DO NOT follow .info instructions, it is outdated. Proper steps to setup TC 2.3
- install Xorg-7.4.tczl
- install graphics-2.6.29.1-tinycore.tczm
Then choose 'Exit to Prompt' in the Logout menu and restart Xorg typing 'startx' command as normal user. During next boot it will come up with Xorg, expecting that above extensions were loaded.
You even do not need any config file, Xorg will do everything itself. It is called 'confless' mode.
If you want to override the automatic settings, create /etc/X11/xorg.conf and add only the relevant sections. Usually it is used to define keyboard layout.
Sample xorg.conf to specify Hungarian keyboard layout, modify it according to your need:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "hu"
Option "XkbModel" "pc105"
EndSection
If you have your own xorg.conf add it to /opt/.filetool.lst
opt/bootlocal.sh
opt/backgrounds
opt/.tcrc
opt/.filetool.lst
opt/.xfiletool.lst
home/tc
etc/X11/xorg.conf
Depending on your graphics hardware, you may need an additional driver installed.