Results 1 to 2 of 2

Thread: FC6 rdesktop with Windows XP

  1. #1

    FC6 rdesktop with Windows XP

    I just upgraded my Linux system to FC6. With FC5 I would sometimes rdesktop into a remote windows system I use to check mail / schedule meetings with Outlook.

    The big difference is that with FC6 and rdesktop, scrolling through Outlook, or Firefox, or anything on the remote Windows system is very jerky, not smooth. There is no response, and then suddenly the scrolling jumps about 1/4 page. 1/4 page jumps make it difficult to work with some apps.

    Here is the simple script I use to connect. Anyone else have the same problem?

    Code:
    #!/bin/bash
    rdesktop -P -b -a 16 -K -D -g 1280x1024 -T Laptop -u username -d windows-domain -N  10.2.229.32

  2. #2
    Junior Member tuxette's Avatar
    Join Date
    Jan 2006
    Posts
    60
    Try this for FC6:

    Code:
    # XLIB_SKIP_ARGB_VISUALS=1 rdesktop -P -b -a 16 -K -D -g 1280x1024 -T Laptop -u username -d windows-domain -N  10.2.229.32
    It's a known problem with rdesktop and Fedora Core 6. The "XLIB_SKIP_ARGB_VISUALS=1" at the beginning fixes it for now.

    I had the same problem. It was really bad with Outlook.
    Last edited by tuxette; 11-27-2006 at 05:19 PM.

Similar Threads

  1. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  2. ISA Server on Windows Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:49 PM
  3. Windows CE FAQ
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:00 AM
  4. Reinstall Dial-Up Networking and TCP/IP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:07 AM
  5. How to install or upgrade to Windows XP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 12-31-2004, 10:35 PM

Bookmarks

Posting Permissions

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