Fehler bei Start der grafischen Oberfläche

Rund um die Software von Revolution Pi
Post Reply
Julian_faps
Posts: 3
Joined: 05 Feb 2019, 08:48
Answers: 0

Fehler bei Start der grafischen Oberfläche

Post by Julian_faps »

Guten Tag,

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:~ $
Update auf eine neue Softwareversion ist aktuell leider nicht möglich.
Weiss jemand, woran das liegen kann bzw. wie man das beheben kann?

Vielen Dank,
Julian
User avatar
dirk
KUNBUS
Posts: 1924
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Fehler bei Start der grafischen Oberfläche

Post by dirk »

Die Grafische Oberfläche kann nicht in einem SSH Terminal gestartet werden.

Du hast zwei Möglichkeiten, dich mit der grafischen Oberfläche zu verbinden
A) Lokal - Via einem HDMI Monitor, Tastatur und Maus: Schau Dir mal das Revolution Pi : Tutorial 02 - Inbetriebnahme an wie das mit einem HDMI Monitor funktioniert.
B) Remote - also über das Netzwerk: Dann musst du zwei Dinge erledigen
1) Dein RevPi muss automatisch in die grafische Oberfläche booten: WebStatus "Boot to GUI".
2) Du benötigst z.B. VNC Server auf dem RevPi und den VNC Client auf deinem PC
Julian_faps
Posts: 3
Joined: 05 Feb 2019, 08:48
Answers: 0

Re: Fehler bei Start der grafischen Oberfläche

Post by Julian_faps »

dirk wrote: 05 Feb 2019, 10:04 Die Grafische Oberfläche kann nicht in einem SSH Terminal gestartet werden.

Du hast zwei Möglichkeiten, dich mit der grafischen Oberfläche zu verbinden
A) Lokal - Via einem HDMI Monitor, Tastatur und Maus: Schau Dir mal das Revolution Pi : Tutorial 02 - Inbetriebnahme an wie das mit einem HDMI Monitor funktioniert.
B) Remote - also über das Netzwerk: Dann musst du zwei Dinge erledigen
1) Dein RevPi muss automatisch in die grafische Oberfläche booten: WebStatus "Boot to GUI".
2) Du benötigst z.B. VNC Server auf dem RevPi und den VNC Client auf deinem PC
Alles klar, vielen Dank für die schnelle Antwort! War mir nicht klar, dass es per SSH nicht geht. Dachte es wäre irgendein Fehler, aber dann ist da gar kein Problem wo ich eins dachte!

Viele Grüße,
Julian
Post Reply