Need an Introduction to Tiny Core? Or peruse Core Concepts.
right click in the desktop, tools, xvesa setup
or u can try the Xorg extension
Does this help http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/tce/Xorg-7.4.tcel.info
I have installed Xorg-7.4.tce;I switched from graphic mode to text mode;I typed Xorg -configure;I added it to /etc/X11 named xorg.confI added it to /opt/.filetool.lstI edited .xsession by replacing the X line with /usr/local/bin/Xorg -nolisten tcp &
Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard"EndSectionSection "Files" ModulePath "/usr/local/lib/X11/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/75dpi/"EndSectionSection "Module" Load "glx" Load "dri" Load "extmod" Load "dbe" Load "freetype"EndSectionSection "InputDevice" Identifier "Keyboard0" Driver "kbd"EndSectionSection "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7"EndSectionSection "Monitor" Identifier "Monitor0" Option "DPMS" HorizSync 30.0 - 85.0 VertRefresh 50.0 - 75.0 EndSectionSection "Device" Identifier "Card0" Driver "vesa"EndSectionSection "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "600x400" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "600x400" EndSubSectionEndSection
To run it, use `startx`