[EMAIL PROTECTED] wrote:

Hi Jim

One of my Thin Client (WS001) has same Video card as Server. I use this
lines of code which work fine.

[ws001]
XSERVER = auto
LOCAL_APPS = Y
USE_NFS_SWAP = N
SWAPFILE_SIZE = 48m
RUNLEVEL = 5

Then I copy /etc/X11/XF86Config-4 in thin client directory

#cp /etc/X11/XF86Config-4 /opt/ltsp/i386/etc/XF86Config.ws001

and changed the code in lts.conf file to

[ws001]
XF86CONFIG_FILE = XF86Config.ws001

After rebooting Thin Client. I got this error
-------------------------------
Fatal Server Error :
no screens found
-------------------------------

I have these in my /opt/ltsp/i386/etc
lrwxrwxrwx 1 root root 15 Jan 2 15:18 XF86Config ->
/tmp/XF86Config
-rw-r--r-- 1 root root 14192 Jan 2 16:16 XF86Config.ws001

Thanks
Bimal


Here you have mine; it's working. May be helps you. You can notice i have specified special name in section ServerLayout (Identifier). So when you will be editing /var/log/X... to check what happens you are sure to have runned your configuration file ;)

Section "ServerLayout"
Identifier "EICAS Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection



Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "StandbyTime" "999"
Option "BlankTime" "999"
EndSection



Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection



Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "freetype"
Load "type1"
EndSection



Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "fr"
EndSection



Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "BaudRate" ""
Option "Resolution" ""
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
EndSection


Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31-62
VertRefresh 55-90
EndSection



Section "Device"
Identifier "My Video Card"
Driver "nvidia"
# Driver "nv"
EndSection



Section "Screen"
Identifier "Screen0"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 16 Modes "1024x768" "800x600"

EndSubSection
EndSection



Section "DRI"
EndSection




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
     https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to