David Morris wrote:
P�l Arne Hoff wrote:

Cheers for this.  I gave it a quick try last night however I was
previosly using the 2.4 kernel, and I'm unable to get the 2.6 kernel to
boot due to a mounting issue.  Once I've got this resolved I'll let you
know the results.

Many thanks again.


I have made a new version of the driver file, and inserted the kernel
module for the 2.4.26 kernel too. You can just download the file again
if you want to give it a try. It seems it takes a little longer to start
up X, but I think it works allright.

-P�l Arne


Hi,

That binary works like a charm, I just need to setup the dual screens when I have a chance.

Many thnaks

Dave


Nice.

I use dualscreen (or twinview as NVidia calls it) on my computers. I use a custom xorg.conf.twinview-file that's attached to this mail. It should help you set things up. Place the file in the /opt/ltsp/i386/etc folder and setup "XF86CONFIG_FILE = xorg.conf.twinview" for your client in the /opt/ltsp/i386/etc/lts.conf file.

-P�l Arne


# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "TwinView layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option "RandR" "on"
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/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "no"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1600x1200"
        DisplaySize  410        310
        HorizSync    30-90.0
        VertRefresh  56-76
#       Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce FX (generic)"
        BusID       "PCI:0:20:0"
        Option      "NoLogo" "true"
        # Hardware acceleration of RENDER extension (experimental)
        Option      "RenderAccel" "true"
        # Enable RandR extension (for rotation of screen)
        # This doesn't seem to work.
        Option      "RandRRotation" "true"
        Option      "TwinView" "true"
        Option      "TwinViewOrientation" "RightOf"
#       Option      "HorizSync" "DFP-0: 30-90; CRT-0: 30-90"
#       Option      "VertRefresh" "DFP-0: 50-70, CRT-0: 56-76"
#       Option      "ConnectedMonitor" "DFP-0, CRT-0"
        Option      "SecondMonitorHorizSync" "30-90"
        Option      "SecondMonitorVertRefresh" "56-76"
#       Option      "MetaModes" "1600x1200,1600x1200; 1200x1600,1200x1600"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1600x1200" "1280x768" "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection


Reply via email to