Can't get second montior to work (Formac 1740)

I have a dual 2.5 Ghz G5 with an ATI Radeon 9800 Pro, using a Formac 2010 DVI as the main monitor, and I'm trying to get a Formac 1740 ADC to work as a second monitor.
If I boot with both monitors attached, both show the grey startup screen, with the 1740 as the primary, but then the 1740 goes to sleep and the 2010 comes up as the second screen with no menu or dock. Starting with only the 1740 is the same - grey startup screen, then the monitor sleeps.
The 1740 works fine on my old G4 Powermac.

Update: I tried resetting PRAM and NVRAM - didn't help.

Similar Messages

  • Can I get my front camera working? On my iPod touch 5th generation 16gb? As I've reset it all and it still isn't working.

    Can I get my front camera working? On my iPod touch 5th generation 16gb? As I've reset it all and it still isn't working.

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                                              

  • How can I get my speaker to work again?

    How can I get my speaker to work again? I've tried turning my phone off and on, hard reset, removing SIM, cleaning out dust, using the hair dryer, network reset, cleaning headphone port, made sure the phone was not on vibrate,and made sure "Change with buttons" was on. There was no liquid/moisture damage.  I was watching a video on youtube and all of a sudden my speaker went out. If I tap on the speaker it goes in and out but does not stay on/loud.

    Do you get sound in any apps e.g. in Music and Videos but not notifications or sound in other apps ? If you do get sound in Music and Videos then have you got notifications muted ? Only notifications (including games) get muted, so the Music and Videos apps, and headphones, still get sound.
    Depending on what you've got Settings > General > Use Side Switch To set to (mute or rotation lock), then you can mute notifications by the switch on the right hand side of the iPad above the volume switch, or via the taskbar : double-click the home button; slide from the left; and it's the icon far left; press home again to exit the taskbar. The function that isn't on the side switch is set via the taskbar instead : http://support.apple.com/kb/HT4085
    If you don't get sound in any apps then have you could try a soft-reset to see if you get sound after the iPad has restarted : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • HT201413 I have restored and updated my ipod from recovery mode however I still have the usb cord and itunes icon on the ipod when it is switched on. How can I get my ipod to work again?

    I have restored and updated my ipod from recovery mode, however I still have the usb cord and itunes icon on the ipod when it is switched on. How can I get my ipod to work again? I have updated and restored 5 times! When connected to itunes it only shows the summary page saying ipod in recovery mode.

    Fixed it!
    1. Made sure itunes software was up to date
    2. Pressed and held 'home' button and 'on-off' button at the same time for about 10 seconds till ipod reset (I hadn't done this step previously)
    3. Connected to itunes
    4. Pressed restore and update ipod
    Update successful and ipod taken out of recovery mode

  • Can't get completion insight to work

    Hi all,
    I just can't get completion insight to work on the newer releases of sqldeveloper. It works fine until Version 1.5.5 Build MAIN-5969. However on both Version 2.1.0.62 Build MAIN-62.61 and Version 2.1.0.63 Build MAIN-63.73 it justn't work no matter what settings I use.
    I have run both the builds from \sqldeveloper\bin\sqldeveloper.exe and no exceptions are reported.
    This is the console output from 2.1.0.63
    Finished parsing = 16
    UsersCache.fillIn() time = 2015 ret==null?: false
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    *...?aux t2?, parse time = 172
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 2609
    select 'TABLE' type, user owner, name object_name, null column_name, null column
    id, null datatype FROM sys.obj$ o
    where o.owner# = 173
    and o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    union all
    select 'VIEW' type, user owner, name object_name, null column_name, null column_
    id, null data_type FROM sys.obj$ o
    where o.owner# = 173
    and o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    Code completion time = 3516
    Finished parsing = 0
    *...?aux tok2?, parse time = 31
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 38828
    select 'TABLE' type, ''||o.owner# owner, name object_name, null column_name, nul
    l column_id, null data_type FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    and name like ?
    union all
    select 'VIEW' type, ''||o.owner# owner, name object_name, null column_name, null
    column_id, null data_type FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    and name like ?
    union all
    select 'TABLE' type, user owner, synonym_name object_name, null column_name, nul
    l column_id, null data_type
    from all_synonyms
    where synonym_name like ?
    and rownum <=50
    and owner in (user,'PUBLIC')
    AP_I%
    AP_I%
    AP_I%
    Code completion time = 38984
    Any help to get this working would be much appreciated.
    Thanks

    This console output says that the completion insight queries are executing - the first example took ~ 3.5 seconds and the second example took ~ 39 seconds. Unfortunately, it doesn't tell you how many records it returned.
    If you copy the queries out of the console output and run them manually, do you get any results? For example, the second query would be:
    select 'TABLE' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type
    FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    and name like 'AP_I%'
    union all
    select 'VIEW' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type
    FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    and name like 'AP_I%'
    union all
    select 'TABLE' type, user owner, synonym_name object_name, null column_name, null column_id, null data_type
    from all_synonyms
    where synonym_name like 'AP_I%'
    and rownum <=50
    and owner in (user,'PUBLIC')theFurryOne

  • Can't get CD tray to work

    I can get the CD to open, but I can't get the keyboard to work. I'm using an extended apple keyboard, and the eject button isn't working...
    This is on a G4 Mirror. Very, very frustrating
    Thanks
    Eric

    If it's a hardware problem, you'll more likely to get an answer by reposting the question the the MacBook forums here:
    http://discussions.apple.com/category.jspa?categoryID=218
    some people reported that, after one of the security updates, they had to hold the eject key longer--up to a full second--to get it to activate. However, that would not explain the disk not mounting.

  • Imac i5 late 2009 running OS X 10.8.4 and can't get FireWire connection to work

    I have Imac i5 late 2009 running OS X 10.8.4 and can't get FireWire connection to work with LaCie external drive.  I have gone through older posts and tried with no luck power cable and holding down start button for 15 seconds and restoring power and also removing power cable waitng 10 minutes replugging power cable holding down alt command P, R keys until second beep is heard.  I know that LaCie drive and cable are working, they were connnected to another iMac without issues.  What options do I have left to get FireWire to work? The System Report just says
    FireWire Bus:
    Maximum Speed: Up to 800 Mb/sec.
    Thanks for any help
    CS

    I did not mention in original post that when initially connected to the Firewire port the LaCie drive  I can hear activity so the drive is getting power. Does this mean the Firewire port may not be physically damamged and there may be options for resetting? Are there any 3rd party software repair programs worth buying for diagnostics and repair of the FireWire port?

  • I can't get my facetime to work on my macbook pro? Is the system overloaded today?

    I can't get my facetime to work on my macbook pro? Is the system overloaded today?

    First go to settings, and turn facetim off then back on again. Try to sign on
    Try signing into facetime after each one of these suggestions
    Make sure IOS is updated to latest version
    (How to update your iOS device
    http://support.apple.com/kb/HT4623)
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the device by going to settings/general/reset/reset all settings  (or for network connection issues 'reset network settings').
    (no media or data will be deleted from the device, this will only take a minute).

  • Satellite A210-11P - can't get the Camera to work

    Hey
    i have the Satellite A210-11P and i just can't get the Camera to work on it,
    it will yurn on for two seconds and then shut itself off and 'No Preview' Appears.
    Any help on this would be greatly appreciated.
    Kris

    Hi,
    Have you tried you to reinstall/update it? Download camera assistant from [Toshiba driver page|http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp] Remove the previous one and restart the laptop. Then, install downloaded one

  • TS3274 How can I get the volume to work?

    We have an iPad but can't get the volume to work?

    Alright now if you are talking about issues using Safari, here a few things that you can try.
    1. Quit Safari completely and restart the iPad. Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar. Restart the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    2. Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    3. Clear Safari. Go to Settings>Safari>Clear History, Cookies and Data. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • HT5470 I can't get the radio to work on my Ipod Nano 7.

    I can't get the radio to work on Ipod nano 7.  When I go to the radio screen the following happens 1) the radio screen appears in the backgound with a small rotating icon at its center for few seconds, 2) the screen go blank and small apple icon appears at the center of the blank screen for few seconds, and 3) the home screen reappears. Any suggestions?

    Thanks for the reply.  It turns out my ipod nano was defective.  For some reason it rebooted every time the radio button was pressed.  I tried a software restore and that failed.  Since the unit was just a few days old I was able to exchange it at the retailer.  The FM radio on the new unit works great.

  • I can't get the volume to work on my ipod. works only with the headset in. Thanks

    Hello I can't get the volume to work on my ipod touch. Only works witht the headset. Thanks

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • HT4623 I can't get my camera to work, or my Photo Booth. Any sugestion

    I can't get my camera to work,or my Photo Booth.  Any sugestion

    Close all apps on your iPad and reset the device.
    To close an app, drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • I just downloaded AOL Desktop 1.7 for Mac and I can't get my email to work. It welcomes me but I know I have new email but it doesn't recognize that I have ANY mail at all. HELPPPPPPPP Please

    i just downloaded AOL Desktop 1.7 for Mac and I can't get my email to work. It welcomes me but I know I have new email but it doesn't recognize that I have ANY mail at all. HELPPPPPPPP Please

    Hey I've been all over and can't get any help. I'm well aware its not an Apple product but its an app for Mac OS so I thought I'd try here. I bought 2 new iMacs yesterday for my parents (5K) and I'm just trying to get them some help as there in their 70's and AOL is all they know.
    But hey thanks for your help,

  • My iPhone is using my work email to sign in to the cloud, but my apple id and password are with my "personal" email address.  I can't get rid of my "work" email address on my iPhone 4S

    My iPhone is using my work email to sign in to the cloud, but my apple id and password are with my "personal" email address.  I can't get rid of my "work" email address on my iPhone 4S

    Hi Sister Kate,
    If you change the Apple ID you are using on an iPhone or other iOS device, there are several places you need to change it on the device. See this article -
    Apple ID: What to do after you change your Apple ID
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

Maybe you are looking for

  • Safari is missing keypress events

    I'm having a problem trying to get Safari and the Java web plug-in to work together (I know, why bother, but anyway...). Specifically, it seems like Safari is refusing to allow Java Applets to terminate at the end of their life if the Applet instigat

  • InDesign 6 opens but tools/panels don't load.  Please help.

    I have just upgraded to a new MacPro.  Had Creative Suite 6 all working fine on my old system, but on the new system InDesign will not open properly. I get multiple messages on opening about tools it cannot load because it requires different panels -

  • How to change WIDTH_THIN ?

    Hello! I just want to change the width of thin column in portal. I read Portal Desktop Customisation Guide, and it is described there how to. But I also read on this forum, that it is error there and that I must extend my provider class from JSPTable

  • 7304 adds latency when writing the config

    I have many 7304 routers, all experiencing the same issue. When packets are transiting the router, and I do a "wr mem" or "copy run start" command, the latency of the packet forwarding jumps up to 240ms momentarily.  (edge router) --> (7304) ---> (cl

  • Q: DataWebBean interface implementation in DataWebBeanImpl

    JDev Team, Most DataWebBeanImpl classes (ie, RowSetBrowser for example) do not implement the render(PrintWriter) method of the WebBean interface. Why is this so? It seems that the DataWebBeanImpl relies upon the WebBeanImpl's implementation which is