Macbook air 2013 video quality is poor?

I just purchased this laptop and the video quality seems, overall, dull. I was expecting an exremely smooth resolution, but when I play videos form youtube on full screen, the image is not defined and clear. I have run the available updates and I have changed quality details on the actual youtube video, but nothing changes.

can you post a screen shot.
Also.....as stated....process of elimination ...
watch a ITUNES movie PREVIEW of a recent high definition movie as a test.

Similar Messages

  • Webcam not working for Macbook Air 2013 after upgrading to OSX Mavericks? Yahoo/ Google/Skype cam chats not working. Facetime works though. Any updates of Mavericks released to fix this?

    Webcam not working for Macbook Air 2013 after upgrading to OSX Mavericks? Yahoo/ Google/Skype cam chats not working. Facetime works though. Any updates of Mavericks released to fix this?

    I have a MacBook Pro Retina display: 15.4-inch late 2015 with OS X Mavericks install, only on second week. 
    Insight works on FaceTime, Skype, but yahoo program does not show insight cam in dropped down.
    Now when I got my new MacBook Pro, I down loaded all new Skype (worked tested), FaceTime (Worked Tested), Yahoo (not worked)
    Fix:
    With the new Maverick you have to use there messager program Version 8.0 (4218). Once I add my yahoo account video works again.
    It also supported AOL, AIM, Google Talk, Jabber.
    Guess I miss it frist time... hope this helps...

  • Macbook Air 2013

    I just got myself a new Macbook Air 2013 and while I realized I couldn't expect the smoothest experience, I never expected this much hassle with it. So many differnet issues. No need to have a sad face about it, though - let's get together and figure out how to make this work! At least we only have one graphics chip to worry about this time around
    This is going to be a pretty long post but I figured it's good to have it all in one place. Please correct me if you think this is the wrong way to post these things.
    Installing and booting
    Booting from a normal 2013.6 USB key works fine, but I couldn't seem to get either GRUB or Syslinux working.
    I was able to boot by first installing Arch Linux following the Macbook guide at the wiki (having a separate FAT32 /boot partition). Skip the bootloader installation.
    Installing rEFInd from OS X (important!) and installing the EFI stub loader made me able to boot fine.
    Separate thread.
    Stability problems
    This is the big worry for me. Every now and then my system hangs for a brief moment and everything involving net or disk access just hangs there for a while and then it seems to work.
    So far it only seems to happen when I run something disk- or CPU-intensive. Also had an occassion when I couldn't start X and just got this repeating all over my screen:
    ata1.00: failed command: WRITE FPDMA QUEUED
    ata1.00: cmd 61/08:f0:10:8c:c2/00:00:0b:00:00/40 tag 30 ncq 4096 out res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    ata1.00: status: { DRDY }
    On the next attempt it worked fine.
    I did SMART short and long tests on my disk and they returned fine:
    smartctl -a
    There are some messages in my boot that indicate this could be disk and/or ACPI related.
    journalctl -b
    dmesg
    This was on a boot when my NIC was renamed from eth0 to wlp3s0 as noted under Wifi - this should hopefully not be a big deal to fix. Will update when I look more into it.
    uname -a:
    Linux temperance 3.9.7-1-ARCH #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013 x86_64 GNU/Linux
    WiFi
    WiFi does not work out of the box. Installing wireless-bcm43142-dkms from AUR made me able to connect to my network. I haven't been able to get it stable yet -interface name changes randomly between wlp3s0 and eth0 between reboots and I get disconnected from my network every 30 minutes or so. Disconnects seem to correlate somewhat with the freezes mentioned above.
    Separate thread.
    Touchpad
    Have only been able to get it to work like a one-button mouse using evdev for now. Looks like an upstream bug.
    Separate thread
    Audio
    In order to get audio, I need to put the following in /etc/asound.conf:
    defaults.pcm.card 1
    defaults.pcm.device 0
    defaults.ctl.card 1
    I'm no ALSA pro, but I can only seem to get output from the headphone jack so far - no speakers yet.
    Last edited by Legogris (2013-06-27 20:21:11)

    While I'm using Ubuntu and not Arch, I wanted to chip in with my experiences.
    First, I am happy to tell you that I've found a fix for the ata errors/freezes (which for me were so bad I could hardly install) -- at least I think it's the same or related. I got udevd spitting errors about blkid timing out, and it couldn't find the disks. I found this in a Ubuntu forum -- sadly, I can't find the url now. Anyway, Pass
    libata.force=1:noncq
    to the linux kernel parameters (in Ubuntu you can add this to /etc/default/grub). This disables NCQ, which according to that post wasn't needed.
    YMMV and I am not certain that it doesn't have bad side effects, but for me it made the laptop usable.
    Other findings:
    My Fn key, and thus delete, page up/down, media keys etc didn't work. That's because the keyboard has a new device id which isn't in usbhid. I added entries like the existing apple keyboards with the new device id (05ac:0291) and after recompiling, it works. I'm pretty sure this is fixable by passing the correct "quirks" flags to the usbhid module, e.g. "quirks=0x05ac:0x0291:0x00001248", but I'm not sure which flags should be set (I have an ISO keyboard layout which is yet another flag).
    My sound card doesn't work. Or; i hear no sound at least ;-). After checking in alsamixer, it had two cards, one HDMI with S/PDIF only and one with analog in/out and digital in. I tried passing "index=1" to snd_hda_intel, which makes alsamixer pick up the right card by default. I'm not sure if the problem is that pulseaudio still has the wrong card, or something else.
    My wifi works after installing bcmwl from Saucy (i.e. the upcoming Ubuntu 13.10 release), which was a relief because I feared this not being supported.
    Sometimes after resuming from suspend, the screen is totally dark -- barely discernible in bright daylight. First I figured this was an issue with lightum (a daemon which monitors the lighting and adjusts keyboard and screen brightness), but after checking /sys/devices/pci0000\:00/0000\:00\:02.0/backlight/acpi_video0/brightness it turns out that when this happens, only the brightness levels 13, 14, and 15 (which is the brightest) have any brighness at all. 12 and under means no backlight. The only "fix" I've found so far is rebooting, which sucks. I hope this will get fixed (I will report a bug on Launchpad next time it happens).
    Somewhere I picked up that passing
    i915.i915_enable_rc6=1
    to the linux parameters enables some great power saving features in the GPU. From modinfo:
    i915_enable_rc6:Enable power-saving render C-state 6. Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6; 2 = enable deep rc6; 4 = enable deepest rc6). For example, 3 would enable rc6 and deep rc6, and 7 would enable everything. default: -1 (use per-chip default) (int)
    Oh, and if anybody knows how I get my GNU/Linux partition to show up in the Mac boot screen I would be grateful! Right now I have refit installed, which works but I would rather just use the built-in boot manager, which works on the predecessor (MBA 3,2).

  • My Macbook Air 2013 battery life is sub 4 hours. How do I diagnose and resolve the issue?

    Hi,
    I have a 6 month old Macbook AIr 2013 and I am getting sub 4 hours of battery life against the 12 hrs advertised. I looked into the application monitor and found that Spotlight has been causing my battery to drain
    Here is a brief snapshot of System information
    Hardware Overview:
      Model Name:          MacBook Air
      Model Identifier:          MacBookAir6,2
      Processor Name:          Intel Core i5
      Processor Speed:          1.3 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
      Boot ROM Version:          MBA61.0099.B07
      SMC Version (system):          2.13f7
    Battery Information:
      Model Information:
      Serial Number:          D86349701E7F90KAV
      Manufacturer:          SMP
      Device Name:          bq20z451
      Pack Lot Code:          0
      PCB Lot Code:          0
      Firmware Version:          511
      Hardware Revision:          000a
      Cell Revision:          1200
      Charge Information:
      Charge Remaining (mAh):          6362
      Fully Charged:          No
      Charging:          No
      Full Charge Capacity (mAh):          7023
      Health Information:
      Cycle Count:          16
      Condition:          Normal
      Battery Installed:          Yes
      Amperage (mA):          -1727
      Voltage (mV):          8266
    System Power Settings:
      AC Power:
      System Sleep Timer (Minutes):          1
      Disk Sleep Timer (Minutes):          10
      Display Sleep Timer (Minutes):          10
      Wake on AC Change:          No
      Wake on Clamshell Open:          Yes
      Wake on LAN:          Yes
      AutoPowerOff Delay:          14400
      AutoPowerOff Enabled:          1
      DarkWakeBackgroundTasks:          1
      Display Sleep Uses Dim:          Yes
      PrioritizeNetworkReachabilityOverSleep:          0
      Standby Delay:          10800
      Standby Enabled:          1
      Battery Power:
      System Sleep Timer (Minutes):          1
      Disk Sleep Timer (Minutes):          10
      Display Sleep Timer (Minutes):          2
      Wake on AC Change:          No
      Wake on Clamshell Open:          Yes
      AutoPowerOff Delay:          14400
      AutoPowerOff Enabled:          1
      Current Power Source:          Yes
      DarkWakeBackgroundTasks:          0
      Display Sleep Uses Dim:          Yes
      Reduce Brightness:          Yes
      Standby Delay:          10800
      Standby Enabled:          1
    Hardware Configuration:
      UPS Installed:          No
    AC Charger Information:
      Connected:          No
      Charging:          No
    Can somebody please advise me on what exactly is wrong and what I need to do to resolve the issue. Much appreciate the help.
    Thanks
    Nitin

    1. Follow these instructions, or these for OS X 10.9 or later.
    2. In the Energy Saver preference pane, uncheck the box marked
    Enable Power Nap while on battery power
    3. You can also try resetting the SMC.
    4. Make sure your system is up to date in Software Update.
    5. Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • Why can't I update bootcamp software on my Macbook Air 2013?

    I'm running windows 8 on my 13" macbook air 2013. Apple sent me a notification of updated bootcamp support software and directions for installation. This web page included a list of the models that are supported by this software and mine is one of them. When I began installing this support software an error message said my computer model isn't supported. I called apple care and they told me it isn't their responsibility to supply windows drivers for people running bootcamp. This sounds fishy and completely wrong. Can someone help, please?

    Can you go back and post the web page and actual details (drivers, versions, etc)?
    Are you trying to update in Windows and from the Apple Software Update application? manually downloading in Windows? you can use either.
    Yes, very fishy. Use to be even worse I think with just how well they are ready to answer and help with Windows on Mac topic.
    Use to be the old support pages were to me easy to see and find updates and tech support articles but you can still try there for both your Mac, firmware and model specific, and for Boot Camp.
    Also when Mac OS X gets updated, often you download new drivers from within Boot Camp Assistant, too, a 3rd method.
    Wasn't clear which method was used.
    http://www.apple.com/support/macbookair
    http://www.apple.com/support/bootcamp
    http://support.apple.com/downloads/

  • Help bootcamp windows 8.1 Macbook Air 2013

    I have a Macbook Air 2013 running Mavericks and I want to install windows 8.1 on it but first im getting a message saying that the iso is not 64-bit and im so confused because it partitoned my harddrive aswell so how do i get that back.

    Not true. In Mac OS's Disk Utility, you can delete the Bootcamp partition then resize the Mac partition larger to use the free space.
    Gn12, if your mac keeps trying to boot to your Boot Camp partition, hold down the Option key as you boot so that you can select the Mac partition then use the Startup Disk preferences to select the Mac partition for future boots.

  • HT5634 I use MacBook Air 2013, but cannot install windows 7.

    Just buy MacBook Air 2013, but it stop @ keyboard and mouse installation.

    Incase you dn't want to read the whole thread, heres the main fix i used:
    khsaechao 
    Re: MacBook Air 2013 Windows 7 freezes during installation     14-Jun-2013 21:56    (in response to stihl88) 
    weird... ok so i followed your instructions and it's installing now.  Thanks Stihl88
    Here's what I did.
    - Put a copy of windows 64 bit iso on desktop
    - Ran bootcamp wizard and selected create boot disk and download latest software (not sure exact wording but you get the idea)
    - Ran bootcamp wizard again and only selected downloaded latest software
    - Ran bootcamp wizard again and choose install windows
    Now it's finishing install of windows...

  • How can I install windows XP or win 7 32 bit in MacBook Air 2013

    Hi,
    I want to install windows xp or windows 7 32 bit on new MacBook Air 2013 with bootcamp 4.
    Apple says MacBook Air 2013 mid 2013... Comes with bootcamp 5.
    And bootcamp 5 support only 64 bit windows....apple says.
    I want to install win xp or win7.32 bit with bootcamp4.
    Can we downgrade the bootcamp by uninstalling or something...?
    Or how can I install  32 bit windows on new MacBook Air 2013.
    Thanks I advance.
    Please guide.

    Bootcamp 4 which ships with Lion doesn't support XP or Vista, only 7.  Try using Parallels or VMWare instead.

  • How do I install Adobe Shockwave Player  on the new Macbook Air 2013

    I have just purchased the new Macbook Air 2013 I was trying to install the Adobe Shockwave Flashplayer. Now it dowloads but the problem is that when I go try to play the game it still says I am missing a plug-in. I have been trying to switch it to open Safari using Rosetta I read that if i changed it to that it would work but the option isnt even there for my computer. Please help is it even possible to download

    Plug-ins need to be enabled in a new Mac.
        Enable Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow all other plug-ins
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Best.

  • HT1379 A flashing question mark appears when I re/start my MacBook Air 2013. At first, I pressed Power & Option button and it recovered from Internet. Then, four options appeared but none of them are helpful. Could u please help me to solve it asap?

    Hello,
    A flashing question mark appears when I re/start my MacBook Air 2013. Then, I pressed POWER & OPTOIN buttons and internet options appeared for internet recovery. After internet recovery, the OS X utilities appears with four options (Restore from Time machine, Reinstall OS X, Get help online and Disk utility). But none of them seemed helpful. On the last option Disk utility, the icon created only with 33KB and other disk 1 Mac Os X Base system. On First Aid, the icon Repair disk is disabled. So I could not click on repair disk. Could you please suggest me how to solve this problem asap? Thank you so much for your help in advance!

    You can try the following:
    Install or Reinstall Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
            the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • I have a MacBook Air 2013 Model and Microsoft office 2011. Is this version of Office compatible with my Mac and will it work successfully?

    I have a MacBook Air 2013 Model and Microsoft office 2011. Is this version of Office compatible with my Mac and will it work successfully?

    Yes.  I ran it successfully on Mountain Lion and had no problems when I upgraded to Mavericks.  Be sure to apply the latest software updates.

  • How to reinstall OS in Macbook Air 2013?

    Hi,
    I bought my Macbook Air  2013 this year, I was quite happy with my macbook. I have not been able  to use my macbook for around one month and didn't be able to update the  operating sofware. Batery was down. After charging i reopened it, Now i  found the date is changed to 2008. So some functions including date  change options in the System Preferences is not working. Can not be able  to connect with apple either. Don't know what to do? as a new user,  need help. Please tell me what to do? whether I have to reinstall the  OS? How to do that?

    Reset SMC and PRAM
    http://support.apple.com/kb/ht3964

  • How to use 45W MagSafe 2 Power Adapter with cable management MagSafe 2 power port macbook air 2013

    How to use 45W MagSafe 2 Power Adapter with cable management MagSafe 2 power port macbook air 2013 there's two plugs do I use both for the safety to work or I just one ? Thanks sorry new macbook air 2013 was given to my daughter fir her 18th bday 2 days ago by my brother

    No, the one is just an extension cord,          just use the 45W charger with its attached thin cord and connect the magnetic magsafe to to the connector on the back left of the macbook Air for use and charging it

  • Can macbook air 2013 run call of duty 2

    I have macbook air 2013 (11.6 inch, 1.3 GHz fourth gen I5, 4GB ram). Can it run call of duty 2. It costs around 1200 INR. so before downloading it i want to be sure about whether my mac can run it properly.

    Call of Duty Support

  • Crack sound Macbook Air 2013

    Hello,
    i've got a problem(if we can call it) with my Macbook Air 2013(bought on july 2013).
    when i type,i usually put my hands on the surface right next to the pad.
    i do not apply any forces or put all the weight on the surface but it sounds like a crack or something similar.
    and i also see that the surface goes down for a few mm.
    thanks
    Alberto

    your touchpad is probably cracked... get it repaired by the guys at apple.

Maybe you are looking for