[TDT] A test: Working X server!
Posted: Tue Jan 25, 2011 2:53 pm
Xfree86 server ported to Trident-based C5xx TV sets can be downloaded from here: http://www.multiupload.com/MNS91YKJUS
Installation: extract archive to the root of your USB flash disk, insert to TV and run runonce.sh on TV. This would make all necessary initializations.
To run X server - execute /mnt/bin/runx.sh. Don't forget to insert USB mouse, and to use low speed USB fix from dksoul if your mouse does not work.
Known bug: xterm is not working. To fix that edit run.sh and insert a line before Xfbdev line.
Later this and low speed USB fixes would be included. And more programs would be added (maybe firefox, file manager, and network browser, and visual SamyGo settings editor).
Plans: integrate with my menu (called by HDMI button), emulate mouse/keyboard with remote control.
Installation: extract archive to the root of your USB flash disk, insert to TV and run runonce.sh on TV. This would make all necessary initializations.
To run X server - execute /mnt/bin/runx.sh. Don't forget to insert USB mouse, and to use low speed USB fix from dksoul if your mouse does not work.
Known bug: xterm is not working. To fix that edit run.sh and insert a line
Code: Select all
mount devpts /dev/pts -t devpts
Later this and low speed USB fixes would be included. And more programs would be added (maybe firefox, file manager, and network browser, and visual SamyGo settings editor).
Plans: integrate with my menu (called by HDMI button), emulate mouse/keyboard with remote control.