01 - Installing X11, Development Libs And Running SuperTux Without Window Manager

preview_player
Показать описание
(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: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:
Licensed under Creative Commons: By Attribution 3.0 License
Рекомендации по теме