So, I had this behavior the day before I installed openSUSE 10.3 on openSUSE 10.2. It seemed to happen when I installed the Nvidia 100.14.19 Driver, which is the only one avaliable to 10.3 through download.nvidia.com/opensuse/10.3
The issue I have is, when my computer is docked (Dell D820), it does not output onto an external monitor without me opening my laptop, and doing FN + F8... The OS should detect that the monitor is closed, and send the video to the external monitor, this is how 10.2 did it, when I first installed.. Also same with 10.1 Here is my xorg.conf ------------------------------------------------------------------------------------------------------------- cat /etc/X11/xorg.conf # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 ([EMAIL PROTECTED]) Wed Sep 12 14:29:35 PDT 2007 # /.../ # SaX generated X11 config file # Created on: 2007-10-04T06:12:04-0700. # # Version: 8.1 # Contact: Marcus Schaefer <[EMAIL PROTECTED]>, 2005 # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users> # # Automatically generated by [ISaX] (8.1) # PLEASE DO NOT EDIT THIS FILE! # Section "ServerLayout" Identifier "Layout[all]" Screen "Screen[0]" 0 0 InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" EndSection Section "Files" InputDevices "/dev/gpmdata" InputDevices "/dev/input/mice" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/URW" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/PEX" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/latin2/misc:unscaled" FontPath "/usr/share/fonts/latin2/75dpi:unscaled" FontPath "/usr/share/fonts/latin2/100dpi:unscaled" FontPath "/usr/share/fonts/latin2/Type1" FontPath "/usr/share/fonts/latin7/75dpi:unscaled" FontPath "/usr/share/fonts/baekmuk:unscaled" FontPath "/usr/share/fonts/japanese:unscaled" FontPath "/usr/share/fonts/kwintv" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/uni:unscaled" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/ucs/misc:unscaled" FontPath "/usr/share/fonts/ucs/75dpi:unscaled" FontPath "/usr/share/fonts/ucs/100dpi:unscaled" FontPath "/usr/share/fonts/hellas/misc:unscaled" FontPath "/usr/share/fonts/hellas/75dpi:unscaled" FontPath "/usr/share/fonts/hellas/100dpi:unscaled" FontPath "/usr/share/fonts/hellas/Type1" FontPath "/usr/share/fonts/misc/sgi:unscaled" FontPath "/usr/share/fonts/xtest" FontPath "/opt/kde3/share/fonts" EndSection Section "Module" Load "dbe" Load "type1" Load "freetype" Load "extmod" Load "glx" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "on" EndSection Section "InputDevice" Identifier "Keyboard[0]" Driver "kbd" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "microsoftpro" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Identifier "Mouse[1]" Driver "mouse" Option "Buttons" "5" Option "Device" "/dev/input/mice" Option "EmulateWheel" "on" Option "EmulateWheelButton" "2" Option "InputFashion" "Mouse" Option "Name" "IBM;TPPS/2 TrackPoint" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Mouse[3]" Driver "synaptics" Option "AccelFactor" "0.1" Option "BottomEdge" "650" Option "Buttons" "5" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" Option "CircularScrolling" "1" Option "Device" "/dev/input/mice" Option "EdgeMotionMaxSpeed" "15" Option "EdgeMotionMinSpeed" "15" Option "Emulate3Buttons" "on" Option "EmulateMidButtonTime" "75" Option "FingerHigh" "17" Option "FingerLow" "14" Option "HorizScrollDelta" "20" Option "InputFashion" "Mouse" Option "LeftEdge" "120" Option "MaxSpeed" "3" Option "MaxTapMove" "110" Option "MaxTapTime" "180" Option "MinSpeed" "0.2" Option "Name" "ALPS;Touchpad" Option "Protocol" "auto-dev" Option "RightEdge" "830" Option "SHMConfig" "on" Option "TopEdge" "120" Option "UpDownScrolling" "1" Option "Vendor" "Sysp" Option "VertScrollDelta" "20" Option "ZAxisMapping" "4 5" EndSection Section "Modes" Identifier "Modes[0]" EndSection Section "Monitor" Identifier "Monitor[0]" VendorName "SEC" ModelName "FD161 154P2 LCD MONITOR" UseModes "Modes[0]" DisplaySize 331 207 HorizSync 30.0 - 82.0 VertRefresh 43.0 - 60.0 Option "CalcAlgorithm" "XServerPool" Option "DPMS" EndSection Section "Device" Identifier "Device[0]" Driver "nvidia" VendorName "NVidia" BoardName "Quadro NVS 110M/GeForce Go 7300" EndSection Section "Screen" Identifier "Screen[0]" Device "Device[0]" Monitor "Monitor[0]" DefaultDepth 24 Option "RenderAccel" "True" Option "AllowGLXWithComposite" "True" Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 15 Modes "1680x1050" EndSubSection SubSection "Display" Depth 16 Modes "1680x1050" EndSubSection SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection SubSection "Display" Depth 8 Modes "1680x1050" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection ----------------------------------------------------------------------------------------------------------- Is it because I only have one monitor defined? Section "Monitor" Identifier "Monitor[0]" VendorName "SEC" ModelName "FD161 154P2 LCD MONITOR" UseModes "Modes[0]" DisplaySize 331 207 HorizSync 30.0 - 82.0 VertRefresh 43.0 - 60.0 Option "CalcAlgorithm" "XServerPool" Option "DPMS" EndSection I don't have a copy of my old Xorg.conf when it worked how it should. Ben -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
