jamesjwilsonsr
June 30th, 2008, 05:32 PM
First, I am a total newb, so bear with me :D
Let me tell you my goal, and maybe my details are irrelevant if you just know what I want to do.
I am docking and undocking about thrice a day. I need to be able to dock, close my laptop, and see my screen on my external monitor. Then, undock, and see my screen on my laptop display. With that said, here are some details:
I am running Hardy 8.04 x64.
I have the following hardware:
Dell D620
Nvidia video
D Port replicator
external Dell Monitor (2007wfpb)
When I power on the laptop (docked) I see on the external monitor the grub loader then the Ubuntu logo with the progress bar. After that, the monitor flashes and I assume XWindows starts and it doesn't quite know what to do. It goes to power saving mode and the laptop's display becomes the active monitor. Hitting ctrl + alt + f1-f6 gives me the login prompt on the external monitor, f7 sends me back to the laptop's display.
I did some searching and found this (http://ubuntuforums.org/showthread.php?t=763883) thread which seems close to my scenario, but I am just not sure what to do. Honestly, I need a bit of hand holding on this one.
Here is my Xorg.conf file:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro NVS 110M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinViewOrientation" "rightof"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks for any help in advance.
Let me tell you my goal, and maybe my details are irrelevant if you just know what I want to do.
I am docking and undocking about thrice a day. I need to be able to dock, close my laptop, and see my screen on my external monitor. Then, undock, and see my screen on my laptop display. With that said, here are some details:
I am running Hardy 8.04 x64.
I have the following hardware:
Dell D620
Nvidia video
D Port replicator
external Dell Monitor (2007wfpb)
When I power on the laptop (docked) I see on the external monitor the grub loader then the Ubuntu logo with the progress bar. After that, the monitor flashes and I assume XWindows starts and it doesn't quite know what to do. It goes to power saving mode and the laptop's display becomes the active monitor. Hitting ctrl + alt + f1-f6 gives me the login prompt on the external monitor, f7 sends me back to the laptop's display.
I did some searching and found this (http://ubuntuforums.org/showthread.php?t=763883) thread which seems close to my scenario, but I am just not sure what to do. Honestly, I need a bit of hand holding on this one.
Here is my Xorg.conf file:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro NVS 110M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinViewOrientation" "rightof"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Thanks for any help in advance.