You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You can run a non-accelerated X11 if you build the kernel with
3
+
`CONFIG_DRM_FBDEV_EMULATION=y`
4
+
* After booting that kernel install the relevant xserver fbdev (under debian)
5
+
`sudo apt install xserver-xorg-video-fbdev`
6
+
* Then you can try starting X
7
+
`startx`
8
+
* If you have problems look for error messages in the Xserver log
9
+
`less /var/log/Xorg.0.log`
10
+
* Assuming you get X starting up then will need to set up a window manager - as per your distribution e.g. see this Debian [GUI system](https://www.debian.org/doc/manuals/debian-reference/ch07.en.html)
11
+
* I installed the very light keyboard based fluxbox
12
+
`apt install fluxbox`
13
+
* To get a simple graphical login screen
14
+
`apt install xdm`
15
+
* I install the nice X terminal **konsole**
16
+
`apt install konsole`
17
+
* For a web browser install firefox as Chrome requires special kernel paging support (not available at this time)
18
+
`sudo apt install firefox-esr`
19
+
20
+
()
0 commit comments