Results 1 to 3 of 3

Thread: Grey sreen TightVNC Raspberry Pi 3

  1. #1
    Join Date
    2016-Sep
    Posts
    1

    Grey sreen TightVNC Raspberry Pi 3

    Hi, I know there are a lot of discussions about this grey screen but I tryed all the solution I found searching in Google and I still have this grey screen when I connect to my Raspberry-Pi 3.
    Here is my Xstartup code in /root/.vnc/

    #!/bin/sh

    xrdb $HOME/.Xresources
    xsetroot -solid grey
    #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    #x-window-manager &
    # Fix to make GNOME work
    export XKL_XMODMAP_DISABLE=1
    /etc/X11/Xsession

    I start a new connection in this way: vncserver :1 -geometry 1280x720 -depth 24
    When I edit the Xstartup file I also kill the connection and reopen it.
    I really try all the Xstartup solution I found in Google but I still have this grey screen.
    I'm using TightVNC Server in the Raspberry with Kali Linux 2.1.2 and TightVNC Viewer in my Windows computer.

    When I was using Raspian I didn't edit the Xstartup because I had no problem so I don't know if it's a Xstartup problem or what.
    Thank you.

  2. #2
    Join Date
    2016-Sep
    Posts
    1
    Same problem here with Raspberry Pi 3 too. Have you found any solution?

  3. #3
    Join Date
    2016-Oct
    Posts
    1
    Hi mamutu07,

    I had the same problem and i found the solution in this website .. https://wiki.parabola.nu/TightVNC

    6.3 Window manager issues

    With certain installs of TightVNC, window managers such as Xmonad will fail to initialize. TightVNC requires each user to have an .Xresources file in their home directory. Your .Xresources file is missing if TightVNC reports an error message like:

    xrdb: No such file or directory.
    xrdb: Can't open file '/home/<user>/.Xresources'

    You should create the correct file, and TightVNC will populate it automatically. This can be done with the command:

    touch ~/.Xresources

    I hope it will solve your problem...

Similar Threads

  1. Replies: 2
    Last Post: 2021-03-17, 21:17
  2. Replies: 1
    Last Post: 2018-10-29, 21:05
  3. Replies: 4
    Last Post: 2016-05-17, 15:26
  4. TightVNC grey screen / X-cursor
    By RAFd3v in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-05-12, 18:22

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •