Ich versuche gnome-fallback.desktop
unter VncServer zu laufen .
Nach dem Upgrade auf 13.10 funktioniert mein VNC nicht mehr - es wird nur ein leeres Terminalfenster ohne Sitzung angezeigt.
Dies sind die Sitzungen, die ich installiert habe:
$ ls /usr/share/xsessions/
gnome.desktop gnome-fallback.desktop xfce.desktop
gnome-fallback-compiz.desktop ubuntu.desktop
Und das ist der Inhalt meiner ~/.vnc/xstartup
Datei, auf den, gnome-fallback.desktop
soweit ich das beurteilen kann, hingewiesen wird :
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
# exec /etc/X11/xinit/xinitrc
gnome-session --session=gnome-fallback.desktop &
#gnome-session --session=gdm-session &
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
Dies ist die Ausgabe der Protokolldatei in ~/.vnc/
:
Xvnc Free Edition 4.1.1 - built Jan 14 2013 22:28:40
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 40300000, The XFree86 Project, Inc
Sat Oct 19 17:37:51 2013
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5901
vncext: created VNC server for screen 0
error opening security policy file /etc/X11/xserver/SecurityPolicy
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/, removing from list!
Could not init font path element /usr/share/fonts/X11/100dpi/, removing from list!
Option "--login" is no longer supported in this version of gnome-terminal; you might want to create a profile with the desired setting, and use the new '--profile' option
gnome-session-is-accelerated: No composite extension.
gnome-session-check-accelerated: Helper exited with code 256
Window manager warning: Log level 32: could not find XKB extension.
gnome-session-is-accelerated: No composite extension.
gnome-session-check-accelerated: Helper exited with code 256
** (process:1602): WARNING **: software acceleration check failed: Child process exited with code 1
** (gnome-session:1602): CRITICAL **: We failed, but the fail whale is dead. Sorry....
Es scheint, dass gnome-fallback.desktop
jetzt beschleunigte Grafiken benötigt werden? Ist das richtig?
gnome
vnc
gnome-session
muzzamo
quelle
quelle
Ich hatte nach dem Upgrade genau das gleiche Problem. Ich habe versucht, nach einer möglichen Lösung zu suchen, konnte jedoch nichts im Zusammenhang mit dem Problem der Softwarebeschleunigung finden.
Am Ende war ich nicht mehr in der Lage zu graben, also habe ich mich für xfce4 entschieden und jetzt funktioniert es wieder einwandfrei.
Hier ist mein Xstartup:
Meine Vermutung ist, dass Gnome-Fallback möglicherweise nicht funktioniert und standardmäßig irgendwie Gnome3 verwendet wird, was tatsächlich eine Beschleunigung erfordert, um zu funktionieren.
Hoffe das hilft dir.
quelle
Dies ist ein (sehr enttäuschendes) Gnome-Problem. Das Problem ist über ein Jahr alt und in einem 14.04 LTS immer noch vorhanden.
Die Lösung für die Verwendung von --disable-accelerations-check aus diesem Thread hat bei mir nicht funktioniert.
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1251281
Ja, als Workaround funktioniert xfce4 oder fluxbox (run startfluxbox).
quelle