hey,

I have tried to configure TwinView for my laptop and whatever comes
(projector, crt etc..) and everything seems good except, and that is a
bit annoying, that the desktop (xfce-panel..) is on the wrong screen,
i.e. not on my Laptop display but on the second one. That is a bit shit,
since I always have to look over what is on the other screen and drag it
back etc..
Does anyone see what's wrong in my xorg.conf? I have attached it this
mail.
Thanks and greets to all,

Karsten
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Wed Dec 14 16:39:22 PST 
2005


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "AlwaysCore"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "TouchPad" "CorePointer"
EndSection

Section "ServerFlags"
        Option  "Xinerama" "false"
EndSection

Section "Files"
    FontPath        "/usr/X11R6/lib/fonts/misc/"
    FontPath        "/usr/X11R6/lib/fonts/TTF/"
    FontPath        "/usr/X11R6/lib/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/fonts/CID/"
    FontPath        "/usr/X11R6/lib/fonts/75dpi"
    FontPath        "/usr/X11R6/lib/fonts/100dpi"
EndSection

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

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "6 7"
    Option         "Buttons" "5"
EndSection

Section "InputDevice"
    Identifier     "TouchPad"
    Driver         "synaptics"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "LeftEdge" "120"
    Option         "RightEdge" "830"
    Option         "TopEdge" "120"
    Option         "BottomEdge" "650"
    Option         "FingerLow" "14"
    Option         "FingerHigh" "15"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "110"
    Option         "EmulateMidButtonTime" "75"
    Option         "VertScrollDelta" "20"
    Option         "HorizScrollDelta" "20"
    Option         "MinSpeed" "0.3"
    Option         "MaxSpeed" "0.75"
    Option         "AccelFactor" "0.03"
    Option         "EdgeMotionMinSpeed" "200"
    Option         "EdgeMotionMaxSpeed" "200"
    Option         "UpDownScrolling" "1"
    Option         "CircularScrolling" "1"
    Option         "CircScrollDelta" "0.1"
    Option         "CircScrollTrigger" "2"
    Option         "SHMConfig" "on"
    Option         "Emulate3Buttons" "on"
EndSection

Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Toshiba LCD"
        ModelName      "15.4 Widescreen LCD"
        ModeLine       "1280x800_60" 81.5 1280 1344 1480 1680 800 801 804 828 
-hsync +vsync
        Option         "DPMS" "true"
        
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "nvidia"
        VideoRam        65536
        VendorName      "nVidia Corporation"
        BoardName       "Geforce FX Go5600"
        Option          "NvAgp" "3"    
        Option          "AllowGLXWithComposite" "Off"
        Option          "HWcursor"
        Option          "RenderAccel" "true"
        Option          "Backingstore" "true"
EndSection

Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Moniator        "Monitor0"
        DefaultDepth    24
        Option         "NoLogo" "true"
        Option         "CursorShadow" "false"
        Option         "CursorShadowAlpha" "45"
        Option         "Overlay" "true"
        Option         "TwinView" "true"
        Option         "MetaModes" "1280x960,1280x800"
        Option         "SecondMonitorHorizSync" "30-81"
        Option         "SecondMonitorVertRefresh" "55-75"
        Option         "ConnectedMonitor" "DFP-0, CRT-0"
        Option         "TwinViewOrientation" "DFP-0 RightOf CRT-0"
    SubSection     "Display"
                Depth       24
                Modes      "1280x800"
    EndSubSection
EndSection


Section "dri"
        Mode    0666
EndSection

Section "Extensions"
        Option "Composite" "false"
EndSection

Reply via email to