rhjones19
Posts: 17
Joined: Sat Jul 18, 2015 6:40 pm

FATAL: Module g2d_23

Sat Aug 01, 2015 8:50 pm

I have finally got my pi working through my tv in my room, connected wirelessly to my home network, running raspian.

Have managed to hook the Pi upto my laptop,using putty, so i can use it more comfotably.

I can log in, I can go to rasp-config, but when i try to run raspian all i get is the above message.

Before people moan, yes, i have tried searching the forums for ideas, but still nothing, when i tried /var/log/Xorg.0.log (as suggested in one), all i get is "no such file or directory"

Roz

gkreidl
Posts: 6335
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: FATAL: Module g2d_23

Sat Aug 01, 2015 9:19 pm

You are already running Raspian, if you're connected through putty. I suppose you are trying to start the Desktop from putty but that won't work.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

rhjones19
Posts: 17
Joined: Sat Jul 18, 2015 6:40 pm

Re: FATAL: Module g2d_23

Sun Aug 02, 2015 11:57 am

I can pick up the pi through putty and log in and get to the raspi-config, but that's it

Joe Schmoe
Posts: 4277
Joined: Sun Jan 15, 2012 1:11 pm

Re: FATAL: Module g2d_23

Sun Aug 02, 2015 1:15 pm

There are a few things going on here:
  1. As noted, Raspbian is the OS, and you are already running it. So, I assume you meant running the X GUI, via the command "startx".
  2. You can only run the X GUI on a "virtual console" - that is, on the actual Pi, connected via K, V, and M. You cannot run it via an SSH (or serial) connection to the machine. I consider it a bug in the scripts that invoke the GUI that they don't check to make sure they are running on a VC (i.e., the "tty" command returns something like /dev/ttyXX) before proceeding.
  3. That message ("FATAL: Module g2d_23") is actually "normal" - that is, it is always generated when the X GUI is launched. It's another one of those "It's Linux; you'll get used to it" sort of things. But the point is, you only see it (i.e., it is only displayed long enough for most people to notice it) when the X GUI is about to fail to launch - which usually means that the user is trying to invoke it from an SSH connection.

    Further, it is bad enough when miscellaneous superfluous warnings are generated; people get used to ignore them. But it is really weird to have a "FATAL" message turn out to be irrelevant...
And some folks need to stop being fanboys and see the forest behind the trees.

(One of the best lines I've seen on this board lately)

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: FATAL: Module g2d_23

Sun Aug 02, 2015 1:21 pm

Joe Schmoe wrote:Further, it is bad enough when miscellaneous superfluous warnings are generated; people get used to ignore them. But it is really weird to have a "FATAL" message turn out to be irrelevant...[/list]
That's not weird, that's bad programming.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

gkreidl
Posts: 6335
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: FATAL: Module g2d_23

Sun Aug 02, 2015 2:06 pm

rhjones19 wrote:I can pick up the pi through putty and log in and get to the raspi-config, but that's it
No, you can run any command line program. But putty can't display a desktop.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

Joe Schmoe
Posts: 4277
Joined: Sun Jan 15, 2012 1:11 pm

Re: FATAL: Module g2d_23

Sun Aug 02, 2015 3:27 pm

gkreidl wrote:
rhjones19 wrote:I can pick up the pi through putty and log in and get to the raspi-config, but that's it
Yes, as you say, you can run any command line program. But as you now know, putty can't display a desktop.
FTFY. Sounds like you guys are in total agreement.

You might even be going to the prom together.
And some folks need to stop being fanboys and see the forest behind the trees.

(One of the best lines I've seen on this board lately)

Return to “Troubleshooting”