ich habe ein Projekt eines Kollegen übernommen, und hab schon ganz am anfang ein paar Probleme. Eines davon ist, dass ich die grafische Benutzeroberfläche nicht starten kann.
Bei startx bzw. sudo startx kommt stets ein error.
Dazu muss man sagen, dass ich neu in der Welt der RasPis als auch dem Programmieren bin...
Code: Select all
pi@RevPi8390:~ $ startx
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.26-v7+ armv7l Raspbian
Current Operating System: Linux RevPi8390 4.4.50-rt66-v7+ #1 SMP PREEMPT RT Wed, 20 Sep 2017 07:09:15 +0200 armv7l
Kernel command line: bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.f bswap=1 dma.dmachans=0x7f35 bcm2709.boardrev=0xa020a0 bcm2709.serial=0xe8bf686c bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f00000 0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevato r=deadline fsck.repair=yes rootwait nosplash plymouth.ignore-serial-consoles sms c95xx.macaddr=c8:3e:a7:01:06:07
Build Date: 11 November 2016 11:59:59AM
xorg-server 2:1.18.4-2+rpi1 (https://www.debian.org/support)
Current version of pixman: 0.33.3
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: "/home/pi/.local/share/xorg/Xorg.0.log", Time: Thu Jan 1 01:34:1 1 1970
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
(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 "/home/pi/.local/share/xorg/Xorg.0.log" f or 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
Couldn't get a file descriptor referring to the console
pi@RevPi8390:~ $
pi@RevPi8390:~ $ sudo startx
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.26-v7+ armv7l Raspbian
Current Operating System: Linux RevPi8390 4.4.50-rt66-v7+ #1 SMP PREEMPT RT Wed, 20 Sep 2017 07:09:15 +0200 armv7l
Kernel command line: bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 dma.dmachans=0x7f35 bcm2709drev=0xa020a0 bcm2709.serial=0xe8bf686c bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwaitlash plymouth.ignore-serial-consoles smsc95xx.macaddr=c8:3e:a7:01:06:07
Build Date: 11 November 2016 11:59:59AM
xorg-server 2:1.18.4-2+rpi1 (https://www.debian.org/support)
Current version of pixman: 0.33.3
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: Thu Jan 1 01:47:06 1970
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
modprobe: FATAL: Module g2d_23 not found.
^Cxinit: connection to X server lost
waiting for X server to shut down (II) Server terminated successfully (0). Closing log file.
xinit: unexpected signal 2
pi@RevPi8390:~ $
Weiss jemand, woran das liegen kann bzw. wie man das beheben kann?
Vielen Dank,
Julian