OK, moved from the 64bit 10.3 to 32bit 10.3, still have the same display
issue.

01:00.0 VGA compa01:00.0 VGA compatible controller: nVidia Corporation
G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1)
running NVIDIA-Linux-x86-100.14.19-pkg1.run driver
I have dual screens working, the laptop is a Dell Latitude D620, it's
main display is 1440x900, the second display is either an Apple 23"
cinema or Dell 20WFP, which have bigger display than 1440x900.
xorg.conf attached 

If I try to maximize things in the bigger monitor they only get to be
1440x900, I can manually stretch windows to fill the screen.

When the screen saver comes on it only covers the 1440x900, the panel if
at the bottom of the screen is at the 900 pixel area not the actual
bottom. this worked fine with 10.2.



is there any hope on this list of getting help or should I be somewhere
else?



-- 
Todd Ness 

Section "Files"
    FontPath    "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/CID/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load        "dbe"
    Load    "extmod"
    Load    "int10"
    SubSection  "extmod"
        Option  "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "ServerFlags"
    Option      "blank time"    "1"
    Option      "standby time"  "2"
    Option      "suspend time"  "3"
    Option      "off time"      "4"
    Option      "DefaultServerLayout" "dual"
    Option      "NvAgp" "1"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc105"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Synaptics Touchpad"
    Driver      "synaptics"
    Option      "CorePointer"
    Option      "Device"        "/dev/input/mouse1"
    Option      "Protocol"      "auto-dev"
    Option      "HorizScrollDelta"  "0"
    Option      "EmulateMidButtonTime"  "50"
    Option      "LeftEdge"              "120"
    Option      "RightEdge"             "830"
    Option      "TopEdge"               "120"
    Option      "BottomEdge"            "650"
    Option      "FingerLow"     "25"
    Option      "FingerHigh"        "30"
    Option      "MaxTapTime"        "0"
    Option      "MaxTapMove"        "0"
    Option      "UpDownScrolling"       "on"
    Option      "VertScrollDelta"   "30"
    Option      "LeftRightScrolling"    "off"
    Option      "HorizScrollDelta"  "20"
    Option      "LockedDrags"       "off"
    Option      "EdgeMotionUseAlways"   "false"
    Option      "MinSpeed"      "0.5"
        Option      "MaxSpeed"      "1.2"
    Option      "AccelFactor"       "0.5"
    Option      "EdgeMotionMinSpeed"    "200"
    Option      "EdgeMotionMaxSpeed"    "200"
    Option      "SHMConfig"     "on"
EndSection

Section "InputDevice"
    Identifier  "USB mouse"
    Driver      "mouse"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "ImPS/2"
    Option      "SendCoreEvents"    "true"
    Option      "ZAxisMapping"      "4 5"
EndSection

Section "Monitor"
    Identifier  "WUXGA Flat pannel"
    Option      "DPMS"
    HorizSync   30-70
    VertRefresh 30-60
EndSection

Section "Monitor"
    Identifier  "Dell 20WFP"
    Option      "DPMS"
    HorizSync   30-70
    VertRefresh 30-60
EndSection

#----- Single BEGIN ----------------------------------------------------------
Section "ServerLayout"
    Identifier  "single"
    Screen      0 "Screen0"
    InputDevice "Generic Keyboard"
    InputDevice "Synaptics Touchpad"
    InputDevice "USB mouse"
EndSection
#----- Single END ------------------------------------------------------------

#----- Dual BEGIN ----------------------------------------------------------
Section "Device"
    Identifier  "Dual0"
    VendorName  "NVIDIA Corporation"
    BoardName   "512MB Quadro NVS-120M TurboCache"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen       0
    Option "UseDisplayDevice" "DFP-0"
    Option "NoLogo" "1"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "FALSE"
EndSection

Section "Device"
    Identifier  "Dual1"
    VendorName  "NVIDIA Corporation"
    BoardName   "512MB Quadro NVS-120M TurboCache"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen       1
    Option "UseDisplayDevice" "DFP-1"
    Option "NoLogo" "1"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "FALSE"
EndSection

Section "Screen"
    Identifier  "DualScreen0"
    Device      "Dual0"
    Monitor     "WUXGA Flat pannel"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1440x900"
    EndSubsection
EndSection

Section "Screen"
    Identifier  "DualScreen1"
    Device      "Dual1"
    Monitor     "Dell 20WFP"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1440x900"
        #Modes "1680x1050" "1440x900"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "dual"
    Screen      0 "DualScreen0"
    Screen      1 "DualScreen1" leftOf "DualScreen0"
    InputDevice "Generic Keyboard"
    InputDevice "Synaptics Touchpad"
    InputDevice "USB mouse"
EndSection
#----- Dual END ------------------------------------------------------------

#----- Xinerama BEGIN --------------------------------------------------------
Section "Device"
    Identifier  "Nvidia0"
    VendorName  "NVIDIA Corporation"
    BoardName   "512MB Quadro NVS-120M TurboCache"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen       0
    Option "UseDisplayDevice" "DFP-0"
    Option "NoLogo" "1"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "FALSE"
EndSection

Section "Device"
    Identifier  "Nvidia1"
    VendorName  "NVIDIA Corporation"
    BoardName   "512MB Quadro NVS-120M TurboCache"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Screen       1
    Option "UseDisplayDevice" "DFP-1"
    Option "NoLogo" "1"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "UseEdidDpi" "FALSE"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Nvidia0"
    Monitor     "WUXGA Flat pannel"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1440x900"
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "Nvidia1"
    Monitor     "Dell 20WFP"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        #Modes "1680x1050" "1440x900"
        Modes "1440x900"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "xinerama"
    Screen      0 "Screen0"
    Screen      1 "Screen1" leftOf "Screen0"
    InputDevice "Generic Keyboard"
    InputDevice "Synaptics Touchpad"
    InputDevice "USB mouse"
    Option "Xinerama" "1"
EndSection
#----- Xinerama END ----------------------------------------------------------

#----- Twinview BEGIN --------------------------------------------------------
#
#Section "Monitor"
    #Identifier  "TwinMoni"
    #Option      "dpms"
    #HorizSync   30.0-81.0
    #VertRefresh 56-60
    #DisplaySize 1300 406   # lcd horizontal size *2 to get 86*86 dpi
#EndSection
#
#Section "Device"
    #Identifier "NvidiaTwin"
    #VendorName "NVIDIA Corporation"
    #BoardName "512MB Quadro NVS-120M TurboCache"
    #Driver "nvidia"
    #BusID "PCI:1:0:0"
    #Option "NoLogo" "0"
    #Option "TwinView"
    #Option "MetaModes"  "1920x1050,1920x1050; 1280x1024,1280x1024; 1280x1024; 
1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
    #Option "TwinViewOrientation" "DFP-1 LeftOf DFP-0"
    #Option "ConnectedMonitor" "DFP-0,DFP-1"
    #Option "RenderAccel" "true"
    #Option "AllowGLXWithComposite" "true"
    #Option "UseEdidDpi" "FALSE"
#EndSection
#
#Section "Screen"
    #Identifier "ScreenTwin"
    #Device      "NvidiaTwin"
    #Monitor    "TwinMoni"
    #DefaultDepth 24
    #Subsection "Display"
        #Depth 24
        #Modes "1440x900" "1280x800" "1024x768" "800x600"
    #EndSubsection
#EndSection
#
#Section "ServerLayout"
    #Identifier "twinview"
    #Screen     0 "ScreenTwin"
    #InputDevice "Generic Keyboard"
    #InputDevice "Synaptics Touchpad"
    #InputDevice "USB mouse"
    #Option "Xinerama" "0"
#EndSection
#----- Twinview END ----------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to