mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
a bit closer
This commit is contained in:
23
x11.adoc
23
x11.adoc
@@ -1,5 +1,4 @@
|
||||
[[x11]]
|
||||
= X11
|
||||
=== X11
|
||||
|
||||
Only tested successfully in `x86_64`.
|
||||
|
||||
@@ -10,9 +9,7 @@ Build:
|
||||
./run
|
||||
....
|
||||
|
||||
We don't build X11 by default because it takes a considerable amount of
|
||||
time (~20%), and is not expected to be used by most users: you need to
|
||||
pass the `-x` flag to enable it.
|
||||
We don't build X11 by default because it takes a considerable amount of time (~20%), and is not expected to be used by most users: you need to pass the `-x` flag to enable it.
|
||||
|
||||
Inside QEMU:
|
||||
|
||||
@@ -22,14 +19,11 @@ startx
|
||||
|
||||
image:x11.png[image]
|
||||
|
||||
More details:
|
||||
https://unix.stackexchange.com/questions/70931/how-to-install-x11-on-my-own-linux-buildroot-system/306116#306116
|
||||
More details: https://unix.stackexchange.com/questions/70931/how-to-install-x11-on-my-own-linux-buildroot-system/306116#306116
|
||||
|
||||
Not sure how well that graphics stack represents real systems, but if it
|
||||
does it would be a good way to understand how it works.
|
||||
Not sure how well that graphics stack represents real systems, but if it does it would be a good way to understand how it works.
|
||||
|
||||
[[x11-arm]]
|
||||
== X11 ARM
|
||||
==== X11 ARM
|
||||
|
||||
On ARM, `startx` hangs at a message:
|
||||
|
||||
@@ -51,8 +45,5 @@ says:
|
||||
|
||||
A friend told me this but I haven't tried it yet:
|
||||
|
||||
* `xf86-video-modesetting` is likely the missing ingredient, but it does
|
||||
not seem possible to activate it from Buildroot currently without
|
||||
patching things.
|
||||
* `xf86-video-fbdev` should work as well, but we need to make sure fbdev
|
||||
is enabled, and maybe add some line to the `Xorg.conf`
|
||||
* `xf86-video-modesetting` is likely the missing ingredient, but it does not seem possible to activate it from Buildroot currently without patching things.
|
||||
* `xf86-video-fbdev` should work as well, but we need to make sure fbdev is enabled, and maybe add some line to the `Xorg.conf`
|
||||
|
||||
Reference in New Issue
Block a user