[K12OSN] fuzzy display

Shawn Henderson shawn at techcoms.net
Wed Jun 29 12:16:05 UTC 2005


I finally got the install done. Everything is working great but I am 
getting a fuzzy display on the terminals. any mouse movement and the 
mouse tail makes the screen unviewable. I tried uncommenting all the 
different refresh rates one by one in the lts.conf but this still does 
not work ..some worse some better . Do I need to try all the different 
refresh rates while changing the Xserver individually. Any ideas?
Thanks


#
# Copyright (c) 2002 by James A. McQuillan (McQuillan Systems, LLC)
#
# This software is licensed under the Gnu General Public License.
# The full text of which can be found at http://www.LTSP.org/license.txt
#
#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#

[Default]
        # IP address of the LTSP server
        SERVER             = 192.168.15.254

        # Video drivers for the terminals
        XSERVER            = auto
            # XFree 4 drivers: ati cirrus cyrix fbdev i128 i740 i810 mga
            #      neomagic nv r128 radeon rendition s3 s3virge savage
            #      siliconmotion sis tdfx tga trident tseng vesa vga
            # XFree 3 drivers: XF86_FBDev XF86_S3 XF86_S3V XF86_SVGA
            #      XF86_VGA16 XFree86 Xvesa

        X4_MODULE_01 = glx
            # add the GLX module by default, blender and the like need it

        # Mice drivers for the terminals
        X_MOUSE_PROTOCOL   = "PS/2"
        X_USBMOUSE_PROTOCOL = "IMPS/2"
            # Mouse protocols: ExplorerPS/2 GlidePoint GlidePointPS/2
            #      IMPS/2 IntelliMouse Microsoft MouseManPlusPS/2
            #      NetMousePS/2 NetScrollPS/2 PS/2 ThinkingMouse
            #      ThinkingMousePS/2 usb
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_USBMOUSE_DEVICE   = "/dev/input/mice"
        X_MOUSE_RESOLUTION = 400
        X_USBMOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        X_USBMOUSE_BUTTONS   = 3
        USBEMULATE_3_BUTTONS = "off"

        # Keyboards
        XkbSymbols         = "us(pc101)"
        XkbModel           = "pc101"
        XkbLayout          = "us"
   # Example of setting a different (German) keyboard mapping,
            #    XkbLayout = "de"
            # also see:
            #   http://www.xfree86.org/current/XKB-Config2.html
            #   http://www.ltsp.org/documentation/ltsp-3.0-4-en.html#AEN1213
            #   /opt/ltsp/i386/usr/X11R6/lib/X11/xkb/rules/xfree86.lst
            #   (/opt/ltsp/i386/usr/X11R6/lib/X11/xkb/symbols/)
            #   (/opt/ltsp/i386/usr/X11R6/lib/X11/xkb/keymap/xfree86)

        USE_XFS            = N
        LOCAL_APPS         = N
        SCREEN_01          = startx
        #SCREEN_02          = shell
        #SCREEN_03          = telnet
                # TELNET_HOST = 192.168.15.254
        #SCREEN_04          = rdesktop
                # RDP_SERVER = your.2k.server
                # RDP_OPTIONS = -F -u fred -d ltsp

        # uncomment the following line to enable floppy support
        #RCFILE_01          = floppyd

        # uncomment the following line to enable SNMP support
        #SNMPD = Y

        # enable sound by default
        SOUND              = Y
        # choose either esd or nasd to be the default
        SOUND_DAEMON       = "nasd"
        # SOUND_DAEMON     = "esd"

        # default sound volume
        VOLUME             = 75

        ### For ISA sound cards, you have to specify the module to use:
        # SMODULE_01       = "sb io=0x220 irq=5 dma=1"


#------------------------------------------------------------------------------
# Below are sample mode lines for a variety of vertical refresh rates and
# resolutions.  They are used to define the default client screen 
resolution.
# Some lines may not work with a given monitor and video chipset.
# To avoid damaging a monitor and video card, only specify mode lines that
# your client's hardware can support.
# Uncomment only *one* of the following X_MODE_0 lines at a time, or add one
# of your own.

# 60 Hz Resolutions
#   X_MODE_0 = 640x480   25.175   640  656  752  800   480 490 492 525  
-hsync -vsync
#   X_MODE_0 = 800x600   40       800  840  968 1056   600 601 605 628  
+hsync +vsync
#   X_MODE_0 = 1024x768  65      1024 1048 1184 1344   768 771 777 806  
-hsync -vsync

# 70 Hz Resolutions (Use instead of 72 Hz for 1024x768)
#   X_MODE_0 = 1024x768  75      1024 1048 1184 1328   768 771 777 806  
-hsync -vsync

# 72 Hz Resolutions
#   X_MODE_0 = 640x480   31.5     640  664  704  832   480 489 492 520  
-hsync -vsync
#   X_MODE_0 = 800x600   50       800  856  976 1040   600 637 643 666  
+hsync +vsync
#   X_MODE_0 = 1024x768  75      1024 1048 1192 1296   768 771 777 806  
-hsync -vsync

# 75 Hz Resolutions
#   X_MODE_0 = 800x600   49.5     800  816  896 1056   600 601 604 625  
+hsync +vsync

# 85 Hz Resolutions
#   X_MODE_0 = 800x600   60.75    800  864  928 1088   600 616 621 657  
-hsync -vsync


##------------------------------------------------------------------------------
##
## The sections below are for specific terminals. You can define the
## settings for an individual terminal in three ways:
##
## 1. MAC address
## 2. Hostname
## 3. IP address
##
## Using IP address or hostname usually means editing /etc/dhcpd.conf
## for each terminal in addtion to adding the entry below. As such,
## it is generally a good idea to use the terminal's MAC address.
##
##------------------------------------------------------------------------------
##
## Examples of specifying X settings for a workstation
##
#[08:00:46:43:42:91]
#        XSERVER            = auto
#        LOCAL_APPS         = N
#        USE_NFS_SWAP       = N
#        SWAPFILE_SIZE      = 48m
#
#[ws002]
#        XSERVER            = XF86_S3
#        LOCAL_APPS         = N
#        USE_NFS_SWAP       = N
#        SWAPFILE_SIZE      = 64m
#        X_MODE_0           = 800x600
#
#[192.168.0.12]
#        XSERVER            = ati
#
# ws004 is my virtual workstation running in a VMware session
#
#[ws004]
#        DNS_SERVER         = 192.168.15.254
#        XSERVER            = auto
#        X4_BUSID           = "PCI:0:15:0"
#        X_MODE_0           = 800x600
#        LOCAL_APPS         = N
#        USE_NFS_SWAP       = N
#        SWAPFILE_SIZE      = 64m

#------------------------------------------------------------------------------
#
# Example of a workstation configured to load some modules
#
#[ws001]
#    MODULE_01       = agpgart.o              # This is for i810 video
#    MODULE_02       = uart401.o
#    MODULE_03       = "sb.o io=0x220 irq=5 dma=1"
#    MODULE_04       = opl3.o

#------------------------------------------------------------------------------
#
# Example of ws001 configured for local apps
#
#[ws001]
#    LOCAL_APPS      = Y
#    LOCAL_WM        = Y
#    NIS_DOMAIN      = ltsp
#    NIS_SERVER      = 192.168.15.254


#------------------------------------------------------------------------------
#
# Example of a parallel printer attached to /dev/lp0 on workstation ws001
#
#[ws001]
#    PRINTER_0_DEVICE   = /dev/lp0
#    PRINTER_0_TYPE     = P              # P-Parallel, S-Serial

#------------------------------------------------------------------------------
#
# Example of a serial printer attached to /dev/ttyS1 on workstation ws001
#
#[ws001]
#    PRINTER_0_DEVICE   = /dev/ttyS1
#    PRINTER_0_TYPE     = S              # P-Parallel, S-Serial
#    PRINTER_0_PORT     = 9100           # tcp/ip port: defaults to 9100
#    PRINTER_0_SPEED    = 9600           # baud rate: defaults to 9600
#    PRINTER_0_FLOWCTRL = S              # Flow control: S-Software 
(XON/XOFF),
#                                        # H-Hardware (CTS/RTS)
#    PRINTER_0_PARITY   = N              # Parity: N-None, E-Even, O-Odd
#                                        # (defaults to 'N')
#    PRINTER_0_DATABITS = 8              # Databits: 5,6,7,8 (defaults to 8)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: shawn.vcf
Type: text/x-vcard
Size: 267 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/k12osn/attachments/20050629/2a172291/attachment.vcf>


More information about the K12OSN mailing list