hypriot / x11-on-HypriotOS

Instructions how to install X11 on a HypriotOS based Raspberry Pi system
MIT License
38 stars 19 forks source link

startx does not work, RPI 3 #8

Open phil3674 opened 7 years ago

phil3674 commented 7 years ago

After installing without any errors I tried to run the command "startx". This is the log file after the command.

X.Org X Server 1.17.2 Release Date: 2015-06-16 [ 952.801] X Protocol Version 11, Revision 0 [ 952.801] Build Operating System: Linux 3.8.11-2-ARCH armv7l Raspbian [ 952.801] Current Operating System: Linux tmp 4.4.15-hypriotos-v7+ #1 SMP PREEMPT Mon Jul 25 08:46:52 UTC 2016 armv7l [ 952.801] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa22082 bcm2709.serial=0x893d6090 smsc95xx.macaddr=B8:27:EB:3D:60:90 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 +dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 cgroup_enable=memory swapaccount=1 elevator=deadline fsck.repair=yes rootwait console=ttyS0,115200 kgdboc=ttyS0,115200 [ 952.801] Build Date: 11 January 2016 01:32:44PM [ 952.801] xorg-server 2:1.17.2-1+rpi1 (http://www.debian.org/support) [ 952.801] Current version of pixman: 0.33.3 [ 952.802] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 952.802] Markers: (--) probed, () from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 952.802 Log file: "/var/log/Xorg.0.log", Time: Sun Oct 2 13:06:32 2016 952.803 Using system config directory "/usr/share/X11/xorg.conf.d" 952.804 No Layout section. Using the first Screen section. 952.804 No screen section available. Using defaults. [ 952.804]() |-->Screen "Default Screen Section" (0) 952.804 | |-->Monitor "" 952.806 No device specified for screen "Default Screen Section". Using the first device section listed. 952.806 | |-->Device "Allwinner A10/A13 FBDEV" 952.806 No monitor specified for screen "Default Screen Section". Using a default monitor configuration. 952.806 Automatically adding devices 952.806 Automatically enabling devices 952.806 Automatically adding GPU devices 952.806 The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 952.806] Entry deleted from font path. 952.807 FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins 952.807 ModulePath set to "/usr/lib/xorg/modules" 952.807 The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. 952.807 Loader magic: 0x54cdef00 952.807 Module ABI versions: [ 952.807] X.Org ANSI C Emulation: 0.4 [ 952.807] X.Org Video Driver: 19.0 [ 952.807] X.Org XInput driver : 21.0 [ 952.807] X.Org Server Extension : 9.0 952.807 no primary bus or device found 952.808 LoadModule: "glx" 952.809 Loading /usr/lib/xorg/modules/extensions/libglx.so 952.825 Module glx: vendor="X.Org Foundation" [ 952.826] compiled for 1.17.2, module version = 1.0.0 [ 952.826] ABI class: X.Org Server Extension, version 9.0 952.826 AIGLX enabled 952.826 LoadModule: "fbturbo" 952.827 Loading /usr/lib/xorg/modules/drivers/fbturbo_drv.so 952.827 Module fbturbo: vendor="X.Org Foundation" [ 952.827] compiled for 1.16.4, module version = 0.5.1 [ 952.827] Module class: X.Org Video Driver [ 952.827] ABI class: X.Org Video Driver, version 18.0 952.827 module ABI major version (18) doesn't match the server's version (19) 952.827 UnloadModule: "fbturbo" 952.828 Unloading fbturbo 952.828 Failed to load module "fbturbo" (module requirement mismatch, 0) 952.828 No drivers available. 952.828 Fatal server error: 952.828 no screens found(EE) 952.828 Please consult the The X.Org Foundation support at http://wiki.x.org for help. 952.829 Please also check the log file at "/var/log/Xorg.0.log" for additional information. 952.829 952.829 Server terminated with error (1). Closing log file.

Can someone please help me. I don't konw how to fix this problem.

Thanks

tniswong commented 7 years ago

See #5

tniswong commented 7 years ago

I've added more details in my comments in #5, may be useful for you.