Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm using Fedora 10, nvidia legacy drivers, twinview dual monitor setup. My left monitor keeps blinking to black. My right monitor is behaving 100% perfectly. This just started today (or at least today's the first time I ever noticed it. Sometimes it'll go minutes without blinking and something it'll blink three times in 3 seconds. I swapped out the VGA cable and it's still happening. I also dusted out my computer today, so it's not dust on the graphics card.
How can I figure out if it's happening because of the drivers? Or some kernel upgrade or something like that. Of course, I still have to try another monitor in its place to see if it's the monitor.
To be clear, the power isn't going off, the screen just turns black and my right monitor somewhat blinks as if Linux is saying - switch to just using this monitor. Then it goes back to displaying what it should be.
I deleted my xorg.conf and rebooted. Fedora 10, like Ubuntu 8.x will automatically generate a new xorg.conf for you. Unfortunately, it only generated a one-monitor xorg. So far it appears to be working sans flickers. So, thankfully (money-wise), it's just a software issue. I will post my old/new xorgs in case someone can offer up a suggestion. Also, I will try nvidia's generate an xorg.conf feature to try and bring back twinview.
interestingly - glxgears runs very, very slowly now - 4 FPS. What does this tell me? I know the nvidia driver is loaded becausae I did an lsmod | grep nvidia.
the only thing i can think of would be add a few lines to the old xorg.conf
[code]
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection
# and with two screen sections these go here
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5500"
Option "AddARGBGLXVisuals" "True"
Option "UseEvents" "False"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "NVAGP" "3"
EndSection
ok, I'll give that a shot when I get home from work. Did something change in Xorg or Xrandr or something? Those lines weren't in there before and it was working fine.
OK, before switching to your options I tried glxgears again; mysteriously, glxgears is now reporting in the 1400 fps range.
However, with your options, my situation isn't any better.
I did notice something I forgot to mention. Previously, both my monitors would be at the same resolution. Right now my right-most monitor (the one that doesn't flicker) is at 800x640 or something huge like that. They don't match up anymore. I wonder if that's a clue as to what's going wrong?
Also, if I leave it flickering for too long, it dumps me back to GDM - I guess basically the graphics driver is crashing.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.