|
Hello,
I have Orange PI Zero with extention board. Since the Orange PI Zero don't have HDMI display so i want to display the screen via VGA of extention board.
I have installed Armbian sucessfully (5.25) and connect it via SSH. I've installed also ubutu desktiop (apt-get install ubuntu-desktop)
But when I start the server X with command ~# startx --:0 it go error and don't display anything
This is the error returned
- X.Org X Server 1.18.4
- Release Date: 2016-07-19
- X Protocol Version 11, Revision 0
- Build Operating System: Linux 4.4.0-45-generic armv7l Ubuntu
- Current Operating System: Linux orangepizero 4.9.4-sun8i #14 SMP Thu Feb 2 02:03:26 CET 2017 armv7l
- Kernel command line: root=UUID=5d06f361-1981-4171-9159-9ae586a0e3f4 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 cgroup_enable=memory swapaccount=1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 enforcing=0 loglevel=7 ubootpart=f3d167a8-01 ubootsource=mmc sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16
- Build Date: 02 November 2016 10:05:15PM
- xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see http://www.ubuntu.com/support)
- Current version of pixman: 0.33.6
- 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.0.log", Time: Mon Feb 13 03:24:49 2017
- (==) Using config directory: "/etc/X11/xorg.conf.d"
- (==) Using system config directory "/usr/share/X11/xorg.conf.d"
- (EE)
- Fatal server error:
- (EE) no screens found(EE)
- (EE)
- Please consult the The X.Org Foundation support
- at http://wiki.x.org
- for help.
- (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
- (EE)
- (EE) Server terminated with error (1). Closing log file.
- xinit: giving up
- xinit: unable to connect to X server: Connection refused
- xinit: server error
Copy code
Please help
|
|