Hello,

After upgrading to Etch, I'm having problems remotely accessing the native X 
server (i.e., display :0) using VNC.  I can successfully connect to the VNC 
server (connection initiated with vncviewer 4.0 from Sarge (package 
xvnc4viewer)) but I have the following problems:

1. screen elements take a very long time to redraw (maybe 20s between the time 
the window border appears and the contents _begin_ to appear)
2. window elements don't appear where they should (e.g., text will appear 
outside of the terminal window).  The corrupted display occurs on both sides of 
the connection.

The first problem is more pronounced the larger the desktop.  At 1280x1024, the 
system is so unresponsive as to be completely unusable.  If I restart the X 
server at 800x600, the responsiveness is fine but the drawing problems still 
exist.

I have no problems with a standalone VNC server; I only have problems when 
connecting to the native X server with the VNC module loaded and these problems 
began after the upgrade to Etch.  Does anybody have any ideas?

Until next time, Colin.

P.S.  Below is representative of the xorg.conf I've been using.

Section "Files"
        FontPath        "unix/:7100"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
        Load    "vnc"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
EndSection

Section "Device"
        Identifier      "3Dfx Interactive, Inc. Voodoo 3"
        Driver          "tdfx"
        BusID           "PCI:0:13:0"
EndSection

Section "Monitor"
        Identifier      "StudioWorks"
        Option          "DPMS"
        HorizSync       30-96
        VertRefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "3Dfx Interactive, Inc. Voodoo 3"
        Monitor         "StudioWorks"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection

# XVnc4 options
        Option  "SecurityTypes" "None"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

-- 
Colin Alie BSc, MASc
PhD Candidate
Department of Chemical Engineering
University of Waterloo
Waterloo, Ontario N2L 3G1

[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to