-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to add xorg to this? #31
Comments
Which image? You do not want the one with fbdev in the name if you are running X. |
Make sure you can run kmscube in your Image . Get it from here: https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/releases/edit/v14 libglamoregl is for 3D rendering! Reading: Why Glamor? |
Sorry I was referring to the "Ubuntu 19.10 (EOAN) - fbdev" image. It is the one with fbdev in it so is that the wrong one? I did see others, e.g. "Ubuntu 19.10 - Eoan Ermine with Kernel 5.3.5" and there's a list beneath it which lists things like hdmi, hdmi sound, mali, bt etc but no mention of xorg. Which is the corret image? ljones |
I did not know Glamour is set when you install Xorg. You can try the latest Image with fbdev and install LXDE. sudo apt-get update Wait until it install all packages and then you do:
If you install some other Xorg that Glamour is set by default it will try to use mali OpenGLES2 and for that to work you need mali-gbm. You need Wayland. https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/releases/tag/v2.8 |
I have a question about this Linux version. 2nd. After installing lxde like in the comment above noting happens. After rebooting only the black screen with the white underscore ( _ ) appears. Hitting the ENTER key about 100 times doesn't change anything. I want to build a Linux version with a actual Kernel for a project at university with the Banana Pi M2 Zero |
I think it is taking so long because it keeps waiting for an IP from DHCP either from eth0 (it is enabled) or wlan0 (wifi). The login prompt appears only after it grabs an IP. Look into Xorg.0.log for X11 errors for some clues. |
How do I get this log when the system is not responding ? |
https://www.youtube.com/watch?v=uUTwcuq0Ha4 but be careful the one you choose, some cheap on has > 3.4v that don't work. |
I thought this answer might come. Ordered the one from Adafruit. |
Hello,
Not sure if xorg (2d, not 3d) can be run on this image but however when I tried to run xorg (and from that a desktop) I get the following error (after doing apt install xorg):
/usr/lib/xorg/Xorg: symbol lookup error: /usr/lib/xorg/modules/libglamoregl.so: undefined symbol: gbm_create_devicexinit: giving up
Am I missing an xorg driver at all? I do have xserver-xorg-video-fbdev installed btw. Also is it possible to have x acceleration on this device at all ? (2D).
ljones
The text was updated successfully, but these errors were encountered: