Edited by kewie at 2018-5-18 02:28
Hey,
I've got an Orange Pi Zero Plus 2 (H3) with Armbian 5.41 and mainline 4.14.18 with Debian Stretch.
If I try to run X11 with: I get the following error: - X.Org X Server 1.19.2
- Release Date: 2017-03-02
- X Protocol Version 11, Revision 0
- Build Operating System: Linux 4.9.0-4-armmp-lpae armv7l Debian
- Current Operating System: Linux orangepizeroplus2 4.14.18-sunxi #24 SMP Fri Feb 9 16:24:32 CET 2018 armv7l
- Kernel command line: root=UUID=bab2d356-e17e-4857-836a-5fc44cbf541f rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=451adcfc-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
- Build Date: 16 October 2017 09:48:39AM
- xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
- Current version of pixman: 0.34.0
- Before reporting problems, check http://wiki.x.org
- to make sure that you have the latest version.
- Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (==) Log file: "/var/log/Xorg.1.log", Time: Wed May 16 19:22:28 2018
- (==) Using config directory: "/etc/X11/xorg.conf.d"
- (==) Using system config directory "/usr/share/X11/xorg.conf.d"
- MESA-LOADER: failed to retrieve device information
- gbm: failed to open any driver (search paths /usr/lib/arm-linux-gnueabihf/dri:${ORIGIN}/dri:/usr/lib/dri)
- gbm: Last dlopen error: /usr/lib/dri/sun4i-drm_dri.so: cannot open shared object file: No such file or directory
- failed to load driver: sun4i-drm
- gbm: failed to open any driver (search paths /usr/lib/arm-linux-gnueabihf/dri:${ORIGIN}/dri:/usr/lib/dri)
- gbm: Last dlopen error: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: No such file or directory
- failed to load driver: kms_swrast
- gbm: failed to open any driver (search paths /usr/lib/arm-linux-gnueabihf/dri:${ORIGIN}/dri:/usr/lib/dri)
- gbm: Last dlopen error: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory
- failed to load swrast driver
- couldn't get display device
Copy codeI have an Orange Pi Zero (H3) with the same Armbian and Kernel version and there no error occurs.
I can't figure out whats the difference, maybe the HDMI? And how I can solve this problem. I would appreciate any help.
Thanks
|