Trouble Setting Up Samsung 30inch On Macbook Pro

I can't seem to get the resolution on my 30" monitor working correctly with my macbook pro. If I set the resolution to anything > 1200x800 only a portion of the screen is displayed and by positioning my mouse to the outer edge of the screen the monitor scrolls to the corresponding undisplayed section.
Anyone know what to do to get the proper resolution? I am running Windows XP SP2c and have NVIDIA Geforce 9600M GT drivers.

Every LCD display has a 'native' resolution (it's maximum resolution). For most 30" widescreen displays, that's 2560x1600.
The $29 adapter (single-link DVI) that you're using cannot carry enough data for 2560x1600 - you need the dual-link DVI ($99) adapter to support a display of that resolution.
Dual-link DVI adapter: http://store.apple.com/us/product/MB571Z/A

Similar Messages

  • Having trouble setting up iCloud calendar on Macbook Pro

    I get the following error when trying to set up the family share calendar on my MacBook Pro Mac Calendar: internet accounts can't verify the identity of the server "p31 - caldav.icloud.com". Anyone know how to correct

    I get the following error when trying to set up the family share calendar on my MacBook Pro Mac Calendar: internet accounts can't verify the identity of the server "p31 - caldav.icloud.com". Anyone know how to correct

  • Trouble setting up EFI boot on Macbook Pro

    I've been running Arch as a single OS on my Macbook Pro 7.1 for a few months using the bios compatibility mode. I would like to try a pure EFI boot. The reason is that I have an OCZ Vertex II SSD that the MBP  fails to boot from, while booting works fine on an 4 y/o Dell Inspiron 6400. I suspect the   SATA running in IDE mode  on the MBP is the cause, and this wiki entry  suggests that under grub2 AHCI can be forced. Also the same page states that the TRIM feature in the kernel is not available in IDE mode.
    I read the wiki pages on EFI, grub2 and this how-to http://grub.enbug.org/TestingOnMacbook, but some things are not clear to me:
    - Do i need a separate 'EFI System' partition? If so what folder structure should it have and on which mount point should it be mounted? Does it need to be fat32?
    - Do I need a  BIOS Boot Partition?
    - The how to explains using  the 'Apple bootloader'. But isn't that what grub2 is?
    - Do I need GPT for using EFI on a MBP?
    - Do I need grub2-efi or does grub2 from core/community work well enough?
    Last edited by rwd (2010-11-25 08:10:23)

    Thanks for the tips skodabenz. I am getting some progress, in the sense that the Grub menu shows up. But selecting any item  results in black screen with a prompt in the top-left. These are the things that I've been trying, each time swapping harddisk with the SSD:
    - following the tips on http://grub.enbug.org/TestingOnMacbook I verified that the firmware is 64 bit using the mac OSX cd.
    - Also I changed the path of the the contents of /efi/efi/grub2_efi_x86_64_bzr to /efi/EFI/BOOT/
    and renamed grub.efi to BOOTX64.EFI as that is where the firmware seems to expect it
    - Furthermore since efi is on a separate partition I added  '/boot/' to the initrd  and kernel lines (see grub.cfg. below).
    One or more of these changes made that I when booting with the alt key pressed I can get into the grub menu.  Just before the grub menu appears though I see an error message that is too quick to read. Something like "error 'prefix' ...". Selecting any item in the grub menu results in a prompt.
    - To be sure that it wasn't a typo in grub.cfg I tried this within the chroot, and it doesn't show any errors:
    cat /efi/EFI/BOOT/grub.cfg | /bin/grub2_efi_x86_64_bzr-script-check --verbose
    - I then decided to compile more modules so I did:
    grub2_efi_x86_64_bzr-mkimage -d /usr/lib/grub2_efi_x86_64_bzr/x86_64-efi -O x86_64-efi -p "" -o /efi/EFI/BOOT/BOOTX64.EFI minicmd part_msdos part_gpt fat ext2 hfsplus ntfs reiserfs xfs iso9660 ls search loopback linux chain reboot halt appleldr help configfile hexdump loadbios fixvideo sh
    - Still no boot, so I installed the 2.6.36-ck kernel from aur.
    - Then I tried the ahci force tip mentioned in  https://wiki.archlinux.org/index.php/Solid_State_Drives
    and added to menu items in the grub.cfg 'insmod setpci' and added to the menu items 'setpci -d 10de:0d85 90.b=40' with the pci id determined from 'lspci -nn'
    A strange thing I noticed was that even though when booting from the SSD there is only one drive, when I press 'c' in the grub menu and then 'ls' I get this output, so now there is both a hd0 and hd1:
    (hd0) (hd1) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1) (cd0)
    a 'ls (hd1,gpt2)' shows the contents of the partition that contains /boot. When I change the items in grub cfg to set 'root=(hd0,gpt2)' I get 'no such partition' error. When I change it to 'set root=(hd1,gpt2)' I get the black screen with a prompt. 
    A little research showed the cause for this:
    [root@arch-macbookpro boot]# cat /boot/grub2_efi_x86_64_bzr/device.map
    (hd0) /dev/disk/by-id/ata-Hitachi_HTS545025B9SA02_100610PBL2003SKV6ZPV
    (hd1) /dev/disk/by-id/usb-OCZ-VERT_EX2_FCF0FEFFEFFCF0F33F5231144FF5FD-0:0
    I guess I have to change this file and reinstall grub2. Will post the results in a next post.
    This is the grub.cfg so far. None of these menu items work:
    # Example Config file for GRUB2 - The GNU GRand Unified Bootloader
    # /boot/grub2_efi/grub.cfg.example
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,2)
    # /dev/sda3 (hd0,3)
    # Load Graphical modules
    set debug=video
    insmod efi_gop
    #insmod efi_uga
    # Load Font module
    insmod font
    # Setup GFXTERM along with loading unifont.pf2 font file
    if loadfont ${prefix}/unifont.pf2
    then
    insmod gfxterm
    set gfxmode="auto"
    set gfxpayload=keep
    terminal_output gfxterm
    set color_normal=light-blue/black
    set color_highlight=light-cyan/blue
    insmod png
    insmod jpeg
    # background_image ${prefix}/archlinux.png
    fi
    insmod part_gpt
    insmod part_msdos
    insmod fat
    insmod ext2
    insmod setpci
    # Timeout for menu
    set timeout=3
    # Set default boot entry as Entry 0
    set default=0
    menuentry "Arch Linux - with bios dump" {
    #search --set -f /boot/vmlinuz26
    #setpci -d 10de:0d85 90.b=40
    set root=(hd1,gpt2)
    loadbios /boot/vbios.bin /boot/int10.bin
    linux /boot/vmlinuz26-ck root=/dev/sda2 rootfstype=ext4 video=efifb agp=off
    initrd /boot/kernel26-ck.img
    menuentry "Arch Linux - Linux (with bios dump and fix video)" {
    #search --set -f /boot/vmlinuz26
    #setpci -d 10de:0d85 90.b=40
    set root=(hd1,gpt2)
    fix_video
    loadbios /boot/vbios.bin /boot/int10.bin
    linux /boot/vmlinuz26-ck root=/dev/sda2 rootfstype=ext4 video=efifb agp=off
    initrd /boot/kernel26-ck.img
    menuentry "Arch Linux" {
    #search --set -f /boot/vmlinuz26
    #setpci -d 10de:0d85 90.b=40
    set root=(hd1,gpt2)
    fakebios
    linux /boot/vmlinuz26-ck root=/dev/sda2 rootfstype=ext4 video=efifb agp=off
    initrd /boot/kernel26-ck.img
    menuentry "Arch Linux test" {
    #setpci -d 10de:0d85 90.b=40
    set root=(hd1,gpt2)
    linux /boot/vmlinuz26-ck root=/dev/sda2 rootfstype=ext4 video=efifb agp=off
    initrd /boot/kernel26-ck.img
    menuentry "Arch Linux test2" {
    #setpci -d 10de:0d85 90.b=40
    set root=(hd1,2)
    linux /boot/vmlinuz26-ck root=/dev/sda2 rootfstype=ext4 video=efifb
    initrd /boot/kernel26-ck.img
    menuentry "Arch Linux test uuid" {
    #setpci -d 10de:0d85 90.b=40
    search --no-floppy --fs-uuid d76f36b4-109a-48cd-81de-941f169b2213 --set root
    linux /boot/vmlinuz26-ck root=/dev/disk/by-uuid/d76f36b4-109a-48cd-81de-941f169b2213 ro rootfstype=ext4 video=efifb
    initrd /boot/kernel26-ck.img
    Last edited by rwd (2010-11-27 20:35:01)

  • How do I set up airport on my macbook pro (wired with ethernet to cable modem) and my ipad2 to use ipad wifi?

    How do I set up airport on my macbook pro (wired with ethernet to a cable modem) and the wifi settings on my ipad2 to enable the use of wifi on my ipad?

    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8156.html

  • Trying to set up my brand new MacBook Pro and it does not connect with the wifi network I have selected for this purpose. Nothing wrong with the wifi as both my iPad and iPhone are happily connected. Suggestions for connecting to the wifi network accepted

    Setting up my brand new MacBook Pro and it will not connect to the wifi network. Nothing wrong with the network which is happily working for my iPhone and iPad! Suggestions accepted for making this connection.

    Fixing this is a two step process:
    1) System preferences > WiFi/Airport ...
    ... check [√] Ask to join new networks
    "Known networks will be joined automatically.
    If no known networks are available, you will
    be asked before joining a new network."
    2) Remove unwanted networks from the list of "known" networks under
    System preferences > WiFi/Airport > (Advanced) > | Airport/WiFi pane ...
    Close the window and save changes. If no joy, do a restart to ensure you are playing under the new rules.

  • How do i set up iMessage on my Macbook Pro

    How do i set up iMessage on my macbook pro, all it shows is my apple id email address and i've tried 'Adding Email' as my number and it says an email has been sent although i do not recieve a text.
    I have no i dea how to set it up!
    Please help!
    <Personal Information Edited by Host>

    HI,
    Quote.
    HI Ralph,
    I'm having a hard time finding solution for iMessage.
    I can't send to one specific contact - we both use 4s iOS 6.1.3 and so is he.
    We cant send to each other. We tried to on/off sign in And sign out Apple ID on both phone and still doesn't work
    We even reset and erase content on his iPhone.
    We use different Apple ID.
    Looking forward to your reply, thanks in advance!
    I have added some punctuation and spread out the text to see if I have understood what you were saying.
    The Original Post  was about iMessages from the Mac Messages app.
    Now we are talking about  two people with  an iPhone each.
    You seem to be centered on something being amiss with his set up as you have Reset and Erased his iPhone  (no info on any restore from any backup).
    Can he/could he contact with anyone else before you reset his iPhone ?
    Can he contact anyone else now ?
    If this person cannot contacts anyone from his iPhone it would seem he has not set up the iPhone correctly.
    This may be a simple thing such as not having a Data Contract and therefore having Data Off and not be connected to a Wifi Network either.
    It may be more involved such as there being an issue with his Apple ID.
    If he removes the Apple ID  can he Send from the iPhone Number ?
    8:07 PM      Tuesday; March 26, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Trying to set up iCloud on my MacBook Pro, and I get to the point where it tells me to view my email for further instructions to verify acct, but I have no email in my inbox, even after resending multiple times.

    Trying to set up iCloud on my MacBook Pro, and I get to the point where it tells me to view my email for further instructions on verification of my account, but there is no such email in my inbox, even after submitting multiple requests to resend the email. Any idea what I can do? Mark

    Well, running on a 2006 model.  I did not have a startup disc.  Initially, it booted up on original software in 2006.  Since then, I've upgraded to 10.6 via a box set.  And, since then I think I popped it up to lion. 
    All I have on a disc is snow leopard.  And, I can't get farther than the setup screen due to hard drive.  I'm taking to a apple authorized repair store right now.  We'll see what they tell me .  I'm just going to weigh the cost of repair vs. buying new.
    Another bad, stupid thing is I had no means of backing up my stuff.  So, I might have lost things like music, vids, etc.  we'll see if they can recover.  If the cost is too much for repair I might just forget it and start over with a new system.  Just not sure at this point.

  • How do I set a tracker on my MacBook Pro (OS Lion) so that if it is lost/stolen, it can be tracked/located

    How do I set a tracker on my MacBook Pro (OS Lion) so that if it is lost/stolen, it can be tracked/located? There have been a spate of burglaries in my local area and laptops have been stolen. i dont want to lose my laptop !

    Here's the free method:
    http://www.apple.com/support/icloud/find-my-device/

  • Set up time machine for macbook pro on WD passport

    how do I set up time machine for macbook pro on WD passport? I keep getting a message that the Passport needs to be erased but when I try to ease it it tells me it can't be . 

    Drive Partition and Format
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Apply button and wait until the process has completed.

  • Anyone have trouble with using Last Pass on macbook pro

    anyone have trouble with using Last Pass on macbook pro
    Also does anyone find that Chrome is super slow on Macbook Pro with OS X 10.9.1??

    nellyfromsalt spring island wrote:
    anyone have trouble with using Last Pass on macbook pro
    why don't you just state what problems you are having?
    nellyfromsalt spring island wrote:
    Also does anyone find that Chrome is super slow on Macbook Pro with OS X 10.9.1??
    No, I use Chrome daily with 10.9.1 and it is still very speedy.

  • We are trying to set up my daughters new macbook pro and I logged into her Apple account which took me to her startup window

    we are trying to set up my daughters new macbook pro and I logged into her Apple account which took me to her startup window but it is not accepting this password to get past this?

    iOS: Troubleshooting Messages
    i
    iOS: Troubleshooting FaceTime and iMessage activation
    FaceTime, Game Center, Messages: Troubleshooting sign in issues

  • HT204053 Trying to set up iCloud on my MacBook Pro.

    Trying to set up iCloud on my MacBook Pro.  I am running OS X. I don't see the iCloud icon in my systems preference folder period why is this? I am unable to set up my iCloud account.

    The minimum requirement for iCloud is Lion 10.7.5 (Mavericks preferred): the iCloud Preference Pane does not appear on earlier systems - the MobileMe pane appears on Lion and earlier but is now non-functional - you cannot now open or access a MobileMe account.
    To make use of iCloud you will have to upgrade your Mac to Lion or Mavericks, provided it meets the requirements.
    The requirements for Lion are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Lion is available in the Online Apple Store ($19.99). Mountain Lion (10.8.x) is also available there at the same price (though it's reported to have been removed from sale in some countries so may well cease to be available generally) but there seems little point as the system requirements are the same for Mavericks (10.9.x) - which is free - unless you need to run specific software which will run on Mountain Lion only.
    The requirements for Mountain Lion and Mavericks are:
    OS X v10.6.8 or later
    2GB of memory
    8GB of available space
      and the supported models are:
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    Xserve (Early 2009)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    It is available from the Mac App Store (in Applications).
      You should be aware that PPC programs (such as AppleWorks) will not run on Lion or above; and some other applications may not be compatible - there is a useful compatibility checklist at http://roaringapps.com/apps:table

  • Samsung SSD in Macbook Pro, slow boot.

    So I bought an 256GB Samsung 830 SSD for my Macbook Pro (mid 2009 2.66Ghz 15"). Anyway, I installed it tonight and I've been having a lot of problems with it as an internal drive. I had been using a 750GB WD Black for a long time and it's worked great. So first, I put the SSD in the Internal, and put the Mountain Lion Install USB in, and it would never install. I could format the drive using the USB Disk, but I couldn't install it. I kept getting an error about downloading extra components. Well I put it in an External Firewire enclosure and put the WD back in the computer, and ran the ML installer from inside Mountain Lion. Lo and behold, from Firewire, it boots up very fast and everything. So once it was all installed and setup using the external, I put the SSD inside the computer. Now, it takes about 2 minutes on the Apple screen, then I get a cursor for a few seconds, then no Apple, and a spinning grey pinwheel that never goes away. The WD HDD has been working beautifully the past year and given the SSD works great externally, i'm not sure what the deal is. I've reset the NVRAM, and SMC. So when I boot from my WD HDD in the External, it boots fine. So I went to System Prefs and tried to set the SSD as the startup disk. It won't let me, says something about the Bless tool.  Any thoughts as to what is going on? I hope the SSD isn't bad, but since it works great outside the computer but not in, i'm wondering what's going on.
    Thanks!

    Also some more background: When I got the 750 WD over a year ago (about a year and a half) my computer got all sorts of freezes. Well I narrowed it down to the 1.7 Firmware. So I downgraded to the 1.6 Firmware and it fixed my problem. So I was running the 1.6 Firmware until this July, when I had to take my computer to get the Logic Board replaced (Well, screen was first but the Geniuses messed up, so they had to put a new logic board in) and the firmware is now 1.7, but I haven't had any problems with the drive since. That goes for Snow Leopard and Mountain Lion. So old logic board wouldn't work with 1.7, new logic board did. I'm wondering if it is the firmware giving me fits, because if so i'll just send the drive back because there's no use running at 1.5Gbps when the drive is capable of far beyond that.

  • Samsung 205BW with MacBook Pro, lost resolution...

    When arriving home after work I have a home station with an extra Samsung 20" 205BW external monitor next to my MacBook Pro 2.4 Intel Duo. The Samsung has always shown up in the System prefs>displays at 1680 x 1050 / 60 Hz... Taught a master class this weekend where they had an Epson projector. I connected to it for the class. This projector had a default resolution reset. Returning home and setting up this morning the highest resolution available for this Samsung monitor in System Prefs≥displays is 1440x900. Where did my higher resolution go? It was there before! Is there a reset that I am missing? Samsung's support is no help.
    Message was edited by: rwstudio

    Hey rw.
    I have the same display and setup and my Macbook Pro (albeit 2.2) and exhibits the same issue.
    Apple is aware of the issue and there's a Bug ticket open on it to resolve. There are quite a few threads on the subject here.
    I know that doesn't help but I suppose it's good that there's a solution coming (hopefully)

  • Samsung Link and MacBook Pro?

    I cannot connect my MacBook Pro to Samsung Smart TV`s Samsung Link.

    Finally I found a solution for that. It is in monitor Menu -> Input -> Edit Name -> HDMI set it to PC and picture quality improves to the same as DVI input.

Maybe you are looking for

  • How to find transport number

    Hello, I have a table and a request was opened for it but not released . Is there a way that the transport request can be known. It was created by some body else so its not under name. when i check with the active and the one in database , it shows t

  • Windows 7 64bit and itunes 10.5 "itunes has stopped working"

    itunes suddenly stopped working yesterday. I updated to the latest version. I started itunes and as it was opening and showing messages such as "reviewing library" and "genius starting", I received a message that said "itunes stopped working"...closi

  • What is going on with UIScrollView

    Hi everyone, I defined my own ZoomScrollView Class as a sub-class of UIScrollView and find something I do not understand. Here is my code: #import <UIKit/UIKit.h> @interface ZoomScrollView : UIScrollView { @end and #import "ZoomScrollView.h" @impleme

  • No video on pavilion 6520f

     I have a 6520f that was purchased as a refurb by hp. It appears the the on board video chip has crashed. I recieved the blue screen warning re garding harm to my computer because of system problem then a reboot. I restored the system to factory and

  • Accounts Receivable and collections report project-wise

    Dear all, My client wants accounts receivable and collections reports project wise. are there any reports in PS which satify this requirements. If no, pls suggest me how to cater to this requirement. Pls help me on this issue. Thank you very much in