Frage : Thema Ultra VNC & Graues Bild mit Text

Dieses Thema im Forum "Linux & BSD" wurde erstellt von dancor, 13. November 2006 .

  1. 13. November 2006
    Ja, hab folgendes Problem, diesmal im Heimnetzwerk

    Hab VNC auf der Linux Kiste installiert, Services laufen auch alle wie geplant, nur kommt jetzt sofern ich mit VNC Viewer zur Kiste connecte nur ein Graues Bild mit einer Konsole, nicht jedoch meine Desktopoberfläche ?

    Weiss eventuell jemand Rat da er sowas in der Art auch schon einmal hatte ?
     
  2. 14. November 2006
    AW: Frage : Thema Ultra VNC & Graues Bild mit Text


    Hallo,

    auf Deiner Linuxkiste musst Du mit dem Benutzer, mit dem du Dich connecten möchtest den vncserver einmal starten und gleich wieder killen 'killall Xvnc' oder 'vncserver kill :1'. Dann gehst Du in Dein HOME/.VNC-Verzeichnis 'cd ~/.vnc', rufst die Datei xstartup mit einem Editor Deiner Wahl auf. Hier kommentierst Du die Zeilen 'unset...' und 'exec...' aus (# entfernen). Vncserver wieder starten und somit hast Du den gleichen Desktop wie bei Windoof gewohnt.
     
  3. 14. November 2006
    AW: Frage : Thema Ultra VNC & Graues Bild mit Text

    Alternativ dazu kannst Du auch in der besagten "xstartup" einige Werte ändern. z.B. steht da was vom "twm &", das heißt, das der "tiny window manager" gestartet wird. Das kannst Du natürlich mit einem Windowmanager Deines beliebens auffüllen, sodaß Dir ein gewohntes Bild angezeigt wird.

    onlinepilot
     
  4. 15. November 2006
    AW: Frage : Thema Ultra VNC & Graues Bild mit Text

    Hmm, danke erstmal für die Antworten, aber :

    Logfile VNC

    Code:
    15/11/2006 20:41:19 Xvnc version XF4VNC-4.4.0.0
    15/11/2006 20:41:19 Copyright (C) 2001-2003 Alan Hourihane.
    15/11/2006 20:41:19 Copyright (C) 2000-2003 Constantin Kaplinsky
    15/11/2006 20:41:19 Copyright (C) 1999 AT&T Laboratories Cambridge
    15/11/2006 20:41:19 All Rights Reserved.
    15/11/2006 20:41:19 See http://www.tightvnc.com/ for information on TightVNC
    15/11/2006 20:41:19 See http://xf4vnc.sf.net for xf4vnc-specific information
    15/11/2006 20:41:19 Desktop name 'X'
    15/11/2006 20:41:19 Protocol versions supported: 3.130, 3.3
    15/11/2006 20:41:19 RGB format 8 8 8
    15/11/2006 20:41:19 Listening for VNC connections on TCP port 5905
    15/11/2006 20:41:19 Listening for HTTP connections on TCP port 5805
    15/11/2006 20:41:19
    Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi:unscaled, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi:unscaled, removing from list!
    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/uni, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from list!
    15/11/2006 20:41:20 Xvnc version XF4VNC-4.4.0.0
    15/11/2006 20:41:20 Copyright (C) 2001-2003 Alan Hourihane.
    15/11/2006 20:41:20 Copyright (C) 2000-2003 Constantin Kaplinsky
    15/11/2006 20:41:20 Copyright (C) 1999 AT&T Laboratories Cambridge
    15/11/2006 20:41:20 All Rights Reserved.
    15/11/2006 20:41:20 See http://www.tightvnc.com/ for information on TightVNC
    15/11/2006 20:41:20 See http://xf4vnc.sf.net for xf4vnc-specific information
    15/11/2006 20:41:20 Desktop name 'X' 
    15/11/2006 20:41:20 Protocol versions supported: 3.130, 3.3
    15/11/2006 20:41:20 RGB format 8 8 8
    15/11/2006 20:41:20 Listening for VNC connections on TCP port 5905
    15/11/2006 20:41:20 Listening for HTTP connections on TCP port 5805
    15/11/2006 20:41:20
    Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi:unscaled, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi:unscaled, removing from list!
    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/uni, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from list!
    /root/.vnc/xstartup: line 5: vncconfig: command not found
    X connection to :5.0 broken (explicit kill or server shutdown).
    xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":5.0"
    
    Meine XStartup :

    Code:
    #!/bin/sh
    
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    

    Irgendwie hab ich da glaub ich kräftig was durcheinandergehauen :-/
     
  5. 22. November 2006
    AW: Frage : Thema Ultra VNC & Graues Bild mit Text

    Hallo,

    sorry, daß ich nicht so schnell antworten konnte! Hier mal meine xstartup:

    #!/bin/sh

    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc

    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &


    Versuche es mal damit

    onlinepilot
     
  6. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.