You are not logged in.
Pages: 1
Hello everyone,
I'm having a problem in regards to my Dell port replicator that I'm using to pipe video to dual monitors.
I have the following graphics card - 01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [NVS 3100M] (rev a2)
I have the Nvidia proprietary drivers installed from AUR - version 310.
What's happening is when I boot the laptop with the lid closed and on the docking station. Output is displayed on my main external monitor. I'm able to boot Arch and reach the login screen. I'll log in and as soon as I "startx". My external monitor dies and output is then moved to the laptop display. I have to open the lid, go into "nvidia-settings" and reconfigure my display settings every time.
Any thoughts?
Here is my X config.
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 310.19 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Thu Nov 8 02:08:55 PST 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL 2209WA"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVS 3100M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0; DFP-3: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSectionOffline
I think I may know what the problem is. However I'm not quite sure how to fix it.
I believe I need to configure both my displays as individual X screens rather than using TwinView. However, the root of the issue seems to be the nvidia-settings application isn't saving my display settings. I've tried exporting the configuration to /etc/X11/Xorg.conf with no change in behavior.
Thoughts?
Offline
Pages: 1