Multiple monitors suddenly fails, why?


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Multiple monitors suddenly fails, why?
# 1  
Old 04-23-2009
Multiple monitors suddenly fails, why?

Ok, so here's the deal. I just get back from a trip to Switzerland - where I held a presentation using my laptop and thus did fiddle with some settings - and I plug my external monitor on my laptop, fiddle the settings back, and it won't work.

I have an nvidia graphics card, so I use nvidia-settings to do this, which has worked fine so far. So I'm trying to get it to work in a TwinView clone setting, but the monitor in question jabbers on about checking the signal cable.

Now strictly speaking that might be the problem, because I fail to get this to work even in Vista and on my TV, but the display is detected, so there is something alive in there somewhere. I also can't get myself to believe that the problem is the monitor... it has served me well for a year and I didn't do anything to it.

Anyway, from what I gather nvidia-settings works by updating xorg.conf, which I've not learned to decode, but someone out there might be able to make heads or tails of this and tell me if it makes sense (attachment).

From there, I'm out of ideas.

Thanks,
BB

Edit: Should say this is on Ubuntu 8.10.

Edit: Tried a different cable and monitor, and it didn't work. I'm beginning to suspect that the VGA slot in my laptop is damaged, because the VGA cable I used in Switzerland (see above) failed to display green, maybe there was a short circuit or something, I dunno... Maybe I should try the HDMI port.

Edit again: Tried that too, same crap. Now I'm officially out of ideas.

Last edited by TheBB; 04-23-2009 at 03:02 PM..
# 2  
Old 06-28-2009
Try reinstalling the nvidia drivers
# 3  
Old 07-23-2009
Here is a copy of the xorg.conf which I use when I want to use a Twinview setup. It is for an nVidia 9500GT card with dual HP w1907 monitors. You will obviously have to edit Files and Monitors sections at a minimum.
Code:
Section "ServerLayout"
Identifier    "Layout0"
Screen    0   "Screen0" 0 0
InputDevice   "Keyboard0" "CoreKeyboard"
InputDevice   "Mouse0" "CorePointer"
EndSection

Section "Files"
FontPath      "/usr/share/fonts/default/Type1"
ModulePath    "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath    "/usr/lib64/xorg/modules"

EndSection

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

Section "ServerFlags"
Option        "Xinerama" "0"
EndSection

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

Section "InputDevice"
Identifier     "Keyboard0"
Driver         "kbd"
Option         "XkbLayout" "us"
Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
Identifier     "Monitor0"
VendorName     "HP"
ModelName      "w1907"
HorizSync       24.0 - 83.0
VertRefresh     50.0 - 76.0
Option         "DPMS"
EndSection

Section "Device"
Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
BoardName      "GeForce 9500 GT"
EndSection

Section "Screen"
Identifier     "Screen0"
Device         "Device0"
Monitor        "Monitor0"
DefaultDepth    24
Option         "TwinView" "1"
Option         "TwinViewXineramaInfoOrder" "DFP-1"
Option         "metamodes" "DFP-0: nvidia-auto-select +1440+0, DFP-1: nvidia-auto-select +0+0"
SubSection     "Display"
   Depth       24
EndSubSection
EndSection

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

I have suddenly become a gambler...

Hi all... Well I bought some raffle _tickets_ to win some 'sticky bits', LOL! I have no idea what 'sticky bits' are but they cost me several thousand bits, making me now a gambler extraordinaire. If I win, those 'sticky bits', whatever they are had better be worth it... ;oDDD Anyhow I... (2 Replies)
Discussion started by: wisecracker
2 Replies

2. Shell Programming and Scripting

File check script fails for multiple files

I want to check if any file with testing*.txt exists but my script fails if more than 1 file exists. It works fine for a single file if then echo "TEST21" fi -------------- bash: How do I fix this? Thanks Please use code tags next time for your code and data. (8 Replies)
Discussion started by: sumang24
8 Replies

3. Solaris

Usbcopy fails with the error message sol-11_1-live-x86.usb is not a multiple of 512

I am trying to create a live image of solaris 11.1. I have used #pkg image-update to upgrade from 11 to 11.1 already. (since only 11.1 can make images of 11.1 due to using new grub) then from within 11.1 I used pkg install install distribution-constructor to get latest usbcopy that should be... (1 Reply)
Discussion started by: taltamir
1 Replies

4. Linux

Rebooted suddenly

Hi Team, server rebooted happen sunddely, i check all the log files but ..i didn't find any reason...kindly share your's ideas with me... Thanks in advace Rajesh_Apple...:b: (1 Reply)
Discussion started by: Rajesh_Apple
1 Replies

5. AIX

CDE and dual monitors

I am trying to get AIX CDE to run with dual monitors. I just upgraded to my desktop to use dual monitors. When I log in to my AIX system with exceed running and issue the Xsession command the Splash screen flash on 1 screen then disappears but the desktop never shows. How do I set up Xsession to... (1 Reply)
Discussion started by: daveisme
1 Replies

6. UNIX Desktop Questions & Answers

Dual monitors on Ultra80

:confused:How do I configure Solaris 11 to use both my elite 3d cards and monitors to create one big screen? My machine is an Ultra80:confused: (2 Replies)
Discussion started by: vatch23
2 Replies

7. SCO

SCO connected Monitors

Hi all, we have 5 monitors connected to a SCO server using it's IP address(192.168.1.1), the server got busted, we have another similar server to connect the monitors to , how can i change the IP address of the new server to be (192.168.1.1), and connect the monitors to it. thanks, Marcel (1 Reply)
Discussion started by: marcelious
1 Replies

8. BSD

Two monitors

Hello!:) There is the following situation: I've got video Ti 4200 on FreeBSD 5.1 and two monitors connected to it, how can I make available the second monitor in CLI and GUI. Thanks! (0 Replies)
Discussion started by: kamazi
0 Replies

9. UNIX for Dummies Questions & Answers

Monitors in Linux

Dear Experts How can I change the monitor specifications, specially type, Frequency and resolution in linux Redhat 9 or more??? after the linux installation. Please advise Thanks (3 Replies)
Discussion started by: Reza Nazarian
3 Replies
Login or Register to Ask a Question