01 - Installing X11, Development Libs And Running SuperTux Without Window Manager
(Linux Ubuntu Server 17.04) on (VirtualBox 5.1.22 r115126)
256mb video ram - Hardware Acceleration enabled.
0:00 Start
0:12 sudo dpkg-reconfigure console-setup (Change Terminal Font)
0:22 sudo apt-get install dkms build-essential linux-headers-generic linux-headers-$(uname -r) . (compiler, tools and kernel headers)
1:24 sudo apt install xinit (X11 Server)
1:50 sudo apt-get install libx11-dev (XLib development files)
1:58 sudo apt install x11-xserver-utils (xrandr and other utilities)
2:04 sudo apt-get install mesa-common-dev (OpenGL development libraries)
2:09 sudo apt-get install libglu1-mesa-dev (libglu development libraries)
2:16 (Mount Guest Additions CD)
2:24 sudo ./VBoxLinuxAdditions.run (run VirtualBox Linux Guest Additions installer from CD)
2:26 sudo apt-get install alsa-base (ALSA sound)
2:34 sudo apt-get install pulseaudio (pulse audio sound)
2:43 alsamixer (make sure volumes are up)
2:50 sudo reboot (restart computer)
3:04 startx (start X11 server)
3:07 sudo apt-get install supertux (install supertux game)
3:19 supertux2 (run game)
Note: If you set up the frame buffer to have a higher resolution for the console, the X server will get stuck to the frame buffer resolution and won't resize to the VM window.
Coming up next: Programming a Linux X11 window manager from scratch with C++
Music:
Severe Tire Damage Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
Other Videos By Damian Reloaded
2018-02-13 | Subnautica - Saving the Sunbeam - Not ^_^ |
2018-01-02 | Solar industry hires more people than Oil, Gas and Coal Combined |
2017-12-04 | System Shock 2 Bullets/Hypos Grinding Trick |
2017-10-12 | Speech Recognition Convolutional Neural Network |
2017-09-17 | Timelapse: Tetris From Scratch in C++ on Linux for DOS! |
2017-07-08 | Path Of Exile Gameplay 02 |
2017-07-07 | 04 - Coding Linux X11 Matrix Rain Animated Desktop in C++ |
2017-07-06 | Path Of Exile Gameplay 01 |
2017-06-15 | 03 - Linux Programming - Xlib Plugin Based Desktop Environment From Scratch |
2017-06-04 | 02 - Linux Programming - Xlib Window - Non Accelerated Alpha blending - Sprite Animation - Github |
2017-05-28 | 01 - Installing X11, Development Libs And Running SuperTux Without Window Manager |
2017-02-19 | CRS-10 | Falcon 9 SciFi Themed |
2015-09-08 | Text To Speech (Naive Approach) |
2014-05-17 | Speech Recognition Neural Network |