You are not logged in.

#1 2013-05-10 07:04:11

KillerHonky
Member
From: United States
Registered: 2011-05-29
Posts: 31

VNC issue with missing text

I'm having an issue with VNC not displaying certain text while I'm typing. It's getting a little annoying while I'm in vim coding. It generally happens when I'm moving back characters on a line of text with the arrow keys. It will randomly start blanking out certain characters. Is this common/fixable?

Here is my xstartup:

#!/bin/sh

#xrdb $HOME/.Xresources
#xsetroot -solid black
export XKL_MODMAP_DISABLE=1
exec startlxde

#unset SESSION_MANAGER
#unset DBUS_SESSION_BUS_ADDRESS
#OS=`uname -s`
#if [ $OS = 'Linux' ]; then
#  case "$WINDOWMANAGER" in
#    *gnome*)
#      if [ -e /etc/SuSE-release ]; then
#        PATH=$PATH:/opt/gnome/bin
#        export PATH
#      fi
#3      ;;
#  esac
#fi
#if [ -x /etc/X11/xinit/xinitrc ]; then
#  exec /etc/X11/xinit/xinitrc
#fi
#if [ -f /etc/X11/xinit/xinitrc ]; then
#  exec sh /etc/X11/xinit/xinitrc
#fi
#[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &

Offline

Board footer

Powered by FluxBB