This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://jsrsoft.co.uk/blog/post/Teamviewer-11-for-Ubuntu-Server-1510-running-in-Virtualbox | |
| # https://blog.samat.org/2010/11/09/High-resolution-text-console-with-uvesafb-and-Debian/ | |
| apt-get install v86d | |
| nano /etc/initramfs-tools/modules | |
| # add the following line | |
| # uvesafb mode_option=1024x768-32 | |
| update-initramfs -u | |
| nano /etc/default/grub | |
| # add/uncomment/change these lines | |
| # (consoleblank is necessary to keep monitor on all times, when it's blank there's no way to get the screen back via tv) |