External monitor is not listed by xrandr

Hi,
I have an external monitor (VGA) connected to my laptop. All worked fine until the last nvidia-package update. X would no longer start up and therefore I decided to use the free nv driver instead (xf86-video-nv package). I updated my xorg.conf and everything was fine except that my external monitor isn't recognized.
I own 2 external Monitors with VGA. When connected, both show the same picture as the internal monitor of my laptop but the picture is "shaking" the whole time. Doesn't look very healthy at all...
(And I don't want a duplication but an extension of screen space)
When I invoke xrandr it only lists my internal display. So I suppose the problem lies below all the Xorg.conf stuff. But I have no idea where to look for the cause of the problem.
Is the kernel responsible of recognizing my monitors? Or is it a differenz component? How can I find out if the kernel(if responsible) has recognized my monitor?
My system is up to date. No packages are held back. The relevant hardware is:
Nvidia GeForce 7400
Fujitsu Siemens (no model specification available)
Samsung Syncmaster 2243 BW
the following daemons are running:
crond  dbus  hal  netfs  network  smartd  syslog-ng
Last edited by essence-of-foo (2009-08-07 20:13:08)

Thanks for your replies.
djszapi wrote:1. You can create an xorg.conf with X -configure or with hwd, or try it without xorg.conf.
Does that mean that xrandr looks into the xorg.conf to see if there are more monitors?
I tried both methods.
X -configure created an xorg.xonf with the instruction to use the nvdia driver. The result was (as expected) that the screen of my monitor stays black and only sysreq could help me to reboot. I edited the file to let the xserver use the nv driver but this changed almost nothing except that I still could use the ctrl+alt+F1... keys to get back to the virtual console (remember: X was all black. No windowmanager ect. )
Using no xorg.conf has the same results as my current xorg.conf which I will paste later in this post. edit: The xorg.conf generated by X -configure has been attached too
2. Which version of kernel/driver do you use ?
As I wrote - everything is up to date.
That means:
Name                 : kernel26
Version              : 2.6.30.4-1
Name                 : nvidia
Version              : 185.18.31-1
Name                 : xf86-video-nv
Version              : 2.1.14-1
Name                 : xorg-server
Version              : 1.6.3-2
Name                 : hal
Version              : 0.5.12git20090421.4fc367-2
3. Is it a 32/64 bit system ?
32 bits
4. Maybe you can show some related log files, like xorg.log, error.log, syslog.
Of couse:
xorg.conf (written by me):
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
#--- first screen settings
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "TwinView" "0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nv"
BoardName "GeForce Go 7400"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Nvidia Default Flat Panel"
HorizSync 29.0 - 49.0
VertRefresh 0.0 - 61.0
EndSection
#--- second screen settings
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
Option "TwinView" "0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nv"
BoardName "GeForce Go 7400"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "Monitor1"
ModelName "Samsung SyncMaster"
#HorizSync 30.0 - 81.0
#VertRefresh 56.0 - 75.0
Option "RandRRotation" "yes"
EndSection
errors.log:
Aug 6 19:09:34 Linuxbox kernel: NOHZ: local_softirq_pending 80
syslog.log
Aug 10 18:02:02 Linuxbox syslog-ng[3632]: syslog-ng starting up; version='3.0.3'
hmm why dont u use the nvidia pakage ? Then you could use nvidia-utils for twinview
I did. But since the last update I can't use the Xserver any more with the nvidia driver. And nvidia's tools only work when the driver is already working in the background.
However I'm still wondering which component is responsible for recognizing the monitor. This will probalbly help me to investigate the problem.
edit: xorg.conf generated by X -configure and edited by me:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri"
Load "record"
Load "extmod"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "G72M [GeForce Go 7400]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
I changed the driver to "nv" and removed the glx module because the xserver was complaining. But this didn't change anything. The error messages are:
X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686
Current Operating System: Linux Linuxbox 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
Build Date: 03 August 2009 08:45:00PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 10 21:03:11 2009
(++) Using config file: "xorg.conf.new"
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
error setting MTRR (base = 0xb0000000, size = 0x04000000, type = 1) Invalid argument (22)
Last edited by essence-of-foo (2009-08-10 19:10:58)

Similar Messages

  • HT6065 I have a problem with my Mac book pro, my external monitor is not working and i need it to do my business. Please can someone help me with this.  I am running windows 8 on parallels.

    Since I have up dated my Macbook pro, my external monitor does not work. Who can help me

    It was working untill i did the update

  • External Monitor will not display full view MS apps.

    I have a HDMI monitor that was previously working fine.  The other day I went to use Word and Excel and the applications would only appear in the lower toolbar.  When I would select them they would not enlarge.  They remained in a thumbnail view.  My email and Internet work as expected.  Any ideas what's causing this?

    Hello @Bjenkins,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how your external monitor will not display full view Microsoft applications on your system, and that certain functions will not work on your desktop. How long ago did your applications work properly? I would be happy to help you, but first I would encourage you to post your product number for your computer. Below is a is an HP Support document that will demonstrate how to find your computer's product number. In addition, it will also help if you indicate which operating system you are using; and whether your operating system is 32 or 64 bit. The more information you can provide, the better!
    How Do I Find My Model Number or Product Number?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please re-post with the necessary information, this way I will be able to research this further for you. I look forward to your reply!
    Cheers!
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • 10.7.3 external monitor "input not supported"

    I have an external monitor connected with the Aplle VGA adaptor to my MBP.
    It has been working fine for the last year.
    Today I installed 10.7.3
    And now I get the message "Input Not Supported" on the external display.
    Not impressed.
    Any ideas or do I have to roll back this update.
    Cheers.

    OK now it gets silly.
    I have also had a problem, since I instaled Lion, that when I open my MBP the screen is black and no amount of encouragement will bring it to life.
    So, I have to switch on my external monitor.  My deskptop thern appears on the externam monitor, so I select "Detect Displays" from the menu bar and, kazam, my MBP screen comes to life and the desktop moves there.
    It only remains for me to switch off the external monitor and wait for Apple to provide a fix.
    Now, remember my current problem, in  that the external monitor wil not work and shows "input not supported".
    So today I opened my MBP and sadness, the screen is BLACK.  So I switched on my external monitor and WAHEY! it worked and the desktop appeared on the external monitor. 
    Excited at the prospect that my problem had somehow magilcally fixed itself overnight, I selected "Detect Displays" and my MBP screen duly appeared and the desktop meved there.
    The external monitor then stopped working and showed the message "Input Not Supported"
    I also have a related VNC problem that is still outstanding, so I think it is fair to say that there are several issues around external monitors with Lion.

  • External monitor simply not working - including with external dock (dual screen)

    I can't get the external monitor (aka dual screen) to work on my T60 via the VGA port. My model is currently running Windows XP and has a ATI Radeon X1300 video card.
    I'm 6 months out of warantee (although this problem started while in warantee but I can't convince Lenovo of that).
    I've tried the following:
    - ensuring "extend my monitor onto this desktop" in windows display properties
    - disabling/enabling Presentation Director and trying all the schemes
    - setting all different combinations of modes for resolution/colour on both (LCD + VGA) monitor
    - trying two different monitors and cables (which did work with other computers)
    - Updating the video drivers (from the Lenovo website) and Presentation Director to the latest versions
    I then figured it might be a hardware fault, so I tried to see if the external monitor was activated on bootup. I made sure the "LCD + VGA" option on boot was selected in BIOS. Still no joy.
    Finally, I figured the actual VGA connector was broken so I bought a compatible mini docking station (port replicator) and attached the VGA cable to that and even that didn't work.
    What on earth could be wrong if it's not the software and not the VGA connector? The video card is working as its powering the LCD display?
    Is my only option to give it in to repair (I can't afford that)?
    Michael
    Message Edited by mstrom on 07-03-2008 04:03 AM

    T23FUN wrote:
    Hi,
    Does the external connections and cables work with another system. I'd do that first.
    If all of it works with another system then it could be drivers or internal things but try that first.
    There are some driver updates on the Lenovo site. Make sure your BIOS are updated and such.
    Good Luck,
    Yup, checked the cables and monitor with another system (actually with the same laptop using a USB->VGA adaptor which isn't a long-term fix)
    Also updated to all the latest driver including a BIOS update (which I forgot to mention).
    thanks,
    Michael

  • External monitor will not sleep using 2012 MacBook Air and HDMI adapter

    I am running a HP 27xi (27" display) using the apple thunderbolt to HDMI adapter, and using a HDMI cable.
    ISSUE:
    I run my 2012 macbook air in "clamshell mode", and solely use the 27" display, which works great. Problem, is when the macbook goes to put the display to sleep, or sleep for the laptop, the display starts to go into power save mode, then flips back on... goes back into power save mode, repeats forever. I called HP, and they said the HDMI signal is not being turned off, hence why the screen keeps going ON, then power save, then repeat. If I shutdown the laptop, then the monitor goes off just fine.
    Anyone else ran into an issue with an external monitor NOT going to sleep when plugged into the HDMI adapter? Someone suggusted that I purchase a DVI-D adapter, and use that cable... but that sounds ridiculous. The HDMI adapter should absolutely work.
    My temporary fix is to turn off the monitor everytime (if i remember) otherwise the display is in this never ending loop of trying to shut down.
    And yes, the Macbook Air is 100% up to date with updates. DRIVING ME CRAZY!!!
    Joe

    Hello Joe,
    I definitely understand your concern regarding your external display not going to sleep and endlessly looping into power save mode when your MacBook Air is asleep. 
    I found an article with steps to troubleshoot issues with displays.  This article is for internal and external displays, so you can skip any steps referring to the internal display.  The following steps specifically stands out to me for the situation you are experiencing:
    Reset the system
    You can reset the Mac's parameter RAM and SMC.
    You can find the full article here:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • External monitor suddenly not recognised

    Hi everyone,
    Not sure if anyone can help me, but thought I'd try here before progressing any further. I have an 11-inch 2010 Macbook Air with an external monitor set up (Acer LCD, if it makes a difference) through a mini-display port to HDMI converter. Up until yesterday it was working with no problems, the HDMI does sound as well as video and it was very easy to set up and use.
    Yesterday I tried plugging in the converter to the Air and turned the display on and I got a "Cable not connected" message on the display. I checked the plugs and restarted my Mac, but the same message came up.
    The Air's screen flashes blue when the display is turned on, so the cables must be working to some extent (at least enough to recognise the display has been turned on). But the display system prefs and menu doesn't show it connected, and there's no option to turn mirroring on or anything, as there usually is.
    Unfortunately I don't have any other HDMI cables or a converter to test this, but I was wondering if I can try anything else on my Mac before tracking some down. Would appreciate any help.

    deed wrote:
    My Macbook Pro ran out of hard disk space, and suddenly stopped recognising my external hard drive
    Hi, and welcome to the forums.
    It's very unlikely these two things are related, even though they apparently happened about the same time.
    As you probably know, OSX likes at least 10% of it's drive free, 15% is better, 20% optimum (although I suspect that on very large drives, you don't need quite as much free space, percentagewise).
    As dechamp says, the best way to be sure the drive is dead is if another computer doesn't recognize it either. In theory, something like DiskWarrior might be able to deal with it, but it's pretty unlikely to be worth the money (about $100 for DW) if you don't already have one.

  • External monitor will not go to native resolution on my macbook pro

    Hi, I have just bought a 22" Westinghouse monitor connected to the dvi and I have no idea on how to display its native resolution of 1680x1050 I have tried mirroring the two monitors and it will not allow me to view the native resolution on my new monitor.
    Any help with this is greatly appreciated. Thank you in advance.
    Message was edited by: earnerich

    earnerich,
    When mirroring, your Macbook Pro will default to the highest resolution of the lowest-resolution display. In this case, your external monitor must be driven at your Macbook Pro's highest resolution; 1440 X 900.
    If you configure the external monitor as an extended Desktop, you can increase its resolution to its maximum. In extended Desktop mode, both displays can be driven at their highest supported resolution.
    Scott

  • External monitor is not working correctly

    I recently bought an external monitor and just hooked it up. It worked right the first time, and I had the screens mirrored. I tried to change the screen resolution and it went wack. It will not pick up a steady signal on the external monitor or the macbook pro when connected. I do not regain signal to my macbook pro until I either unplug the external monitor or turn it off it works on my roommates macbook pro. I can't even change the resolution to get it back to how it was originally because the computer freezes up.
    Any help on what to do to fix this?

    Hi Mike,
    resetting the PRAM should return the resolution to its original settings (boot up the computer while holding down the "command", "option", "P" & "R" keys. Keep them held down until the startup chime has sounded at least twice.)
    If this doesn't resolve it try resetting the SMC - see http://support.apple.com/kb/HT3964
    Cheers
    Rod

  • External monitor preview not working in CS5

    Well its taken almost a month to get my Production premium suite CS5 working (exit code 7 install error) I finally reinstalled win7 pro after dicking with adobe tech support for weeks (they did try to be helpful and polite) and that "cured" the install problem so now I see that the external monitor preview still dosent work as in CS4....anyone know what gives? mine dosent work even if I set to external audio either. After effects-encore and Photoshop external firewire previews all work fine so I know its a bug in Premiere...anyone logged this yet?.On a VERY positive note I absolutely love the "solidity" of Premiere ....I invested in a Quadro fx3800 and well its a beautiful thing really.....is it odd to be in love with hardware and software
    cheers y'all
    steve

    this is a well known limitation of the current CUDA drivers. Adobe is hard at work with Nvidia to solve this, but the work around is to set MPE to software in your project settings. It has high priority AFAIK.
    Wow thanks Harm that was the workaround for now ....brilliant
    cheers
    Steve

  • Default external protocol handler not listed as alternative

    In Windows I have registered my own handler for an external protocol in the registry. When I click the link in Firefox or Thunderbird I'm shown the "Launch Application" dialog in which I should choose an application for handling the protocol, but the program I've registered as default handler is not listed as an alternative i.e. the only entry in the list is "Choose an Application"
    Observations:
    * I'm never shown a message stating that the protocol is unknown, i.e. the registry entry is found
    * The links works as expected in IE.
    * If I register the application to another of my programs I get an entry in the dialog for some programs, but not for others. I haven't found any difference in the programs that would cause them to be listed or not. Icons are never shown in the dialog, although defined in the protocols registry settings.
    * If I put an illegal program path in the registry I get an entry in the dialog!?
    * The same problem occurs regardless of the protocol identifier I choose
    * Behaviour is the same regardless if the protocol is registered under HKEY_CLASSES_ROOT or HKEY_CURRENT_USER\Software\Classes
    * If I change "network.protocol-handler.warn-external-default" in about:config to false my program is successfully launched when clicking the link
    * Currently running on Windows 7 Starter Edition, but the same happens on other versions of Windows 7 and Windows Vista 64-bit as well

    I found the cause for the problem. It was caused by the applications version info in my case. My applications are created with Delphi 2010.
    If I create a small test project and don't check the project option "Include version information in project", the application is shown in the dialog (actually the applications path and arguments are shown as defined in the registry).
    If I check the project option "Include version information in project" the application is only shown in the dialog list if I put text in the FileDescription field.
    In my opinion Firefox should always show the application regardless of the version information supplied. If FileDescription is missing Firefox should fallback to using the ProductName or the applications path.

  • MacBook Air 2008 detects external monitor while not connected to one

    When I put my MBA to sleep and wake it up, it detects and displays an external monitor. I checked the Display section in About this Mac, it shows that I'm connect to an external monitor when I'm not, and that I'm operating on Desktop 2. This is quite an issue due to a noticeable drop in performance and battery life. Has this happened to any one else? If so how did you fix it?

    You wanted Extended Desktop, instructions on how to configure that are outlined in this article -
    http://support.apple.com/kb/HT5019

  • External monitor playback not showing up ever since updating to the new CC 2014 app.

    Upon updating to the newest version of PProCC (2014), I have lost all ability to use my external monitor even though it is checked in my playback preferences.
    I need this monitor back up ASAP as it is my client monitor and without it I cannot do my job.
    In conclusion, I just want to add that this is just one of many issues I have been experiencing on the new 2014 app along with constant crashing and the occasional render artifacts/unwanted freeze frames in my preview files. Very buggy, very disappointing, very poor show adobe. Bad time to get rid of your PPro phone support team!
    System specs:
    iMac 27 inch, Late 2013
    3.5 Ghz Intel Core i7
    32 GB 1600 MHz DDr3
    NVIDIA GeForce GTX 780M 4096 MB
    OS X 10.9.4

    Hi Shooternz, thanks for your reply.
    Yes, transmit is indeed checked.

  • Backup to External Via Airport, not listed as available in Time Machine.

    I would very much like to set up a time machine backup using my external hard drive. I don't have time capsule, but I have airport connected to an external hard drive. Also, I would prefer that time machine only keep tabs on one folder, the Documents folder. My documents are all that I need backed-up, not a lot of space required, but vital info that I hate having to backup everyday. Nothing else needs a daily backup. Is there a way to do this?
    Thanks for the help!

    Time Machine backups to AirDisks (e.g. USB HDD attached to Extreme) is unsupported, but has been successful by some. As well, once you decide to move your TM backups to an AirDisk, you cannot continue backing up to your previous TM backup. The format it saves to vs. a local HDD is different. The folder structure you see becomes a sparsebundle/disk image via the AirDisk.
    If you are interested in proceeding with your plan, check these links out:
    [http://discussions.apple.com/thread.jspa?messageID=8225748&#8225748]
    [http://discussions.apple.com/thread.jspa?messageID=8650723&#8650723]
    [http://jamesshore.com/Blog/How-to-Accelerate-Time-Machine.html]
    For excluding everything but your documents, open TM Preferences -> Options. Try to Select All, then deselect the folder you want to backup. Note that you will NOT be able to restore your Mac to its current state in the event of an internal HDD failure. Just your Document folder is backed up.

  • G4 12" mini DVI to VGA external monitor does not display

    I have hooked up the mini adapter cable and hooked up the VGA cable to a Dell P780, which the apple recognized. The monitor acts like it is going to come on, but then appears to go into sleep mode... The G4 is functioning as if the monitor is working.
    I hooked my PC to the monitor, and it works fine.
    I have tried two different monitors.
    I have reset the PRAM and NVRAM...
    Before I set it on fire, HELP.

    Are you using the mini DVI to DVI followed by a DVI to VGA adapter? That may not work if the mini DVI to DVI adapter does not pass analog video. If that is the case, you need the mini DVI to VGA adapter:
    <http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wo/2.RSLID?mco= 17927D0B&nplm=M9320G%2FA>

Maybe you are looking for