Graphics Problem with Macbook Pro/Ubuntu
December 25, 2012 2:34 PM   Subscribe

I recently set up my old late-2007 Macbook Pro to dual boot OS X and Ubuntu. I'm very new to Ubuntu, and while mucking around I think I seriously screwed something up with my graphics card. Is there any way to fix it? Despite the problems these older Macbook Pros have with graphics cards, I am almost certain it is not hardware-related.

I was able to set up the dual boot system fine and installed rEFIt and Ubuntu 12.10. The dash home screen was not rendering properly in Ubuntu, so I found a recommendation to install nvidia-current drivers (sudo apt-get install nvidia-current) then reconfigure them (sudo dpkg-reconfigure nvidia-current) (from here). I rebooted and this seemed to work great; the dash rendered fine and I was able to use Ubuntu and OS X perfectly.

However, at this point, the trackpad in Ubuntu was a little sticky and unresponsive, so I found a solution (here) to improve it. I navigated to /etc/X11 and no xorg.conf file was there. So I created one in gedit by copying and pasting the example file from that link.

I tried saving this to /etc/X11 but I did not have permission to write to the directory. So I looked up how change the permissions to the directory using chmod. I think this is where I made the biggest mistake. I thought I wanted to allow permission to "everyone" to read/write, so I set permissions to "666" for the directory and everything in the directory. I was then able to copy xorg.conf to the directory.

sudo chmod 666 /etc/X11
sudo chmod 666 /etc/X11/*
sudo cp xorg.conf /etc/X11/xorg.conf

I restarted and after selecting Ubuntu from rEFIt, I was taken to the terminal screen and the Ubuntu desktop never loaded. I realized I screwed something up at this point, so I tried to reverse what I did before:

sudo rm /etc/X11/xorg.conf
sudo chmod 755 /etc/X11
sudo chmod 755 /etc/X11/*

I then rebooted and the Ubuntu desktop loaded fine, including the dash. However, after a few minutes it froze. When I rebooted, the apple screen was covered in a blocky green and pink grid pattern, and rEFIt did not load - it went directly to OS X. This worked for a few minutes, but soon gave a kernel panic.

After multiple reboots and kernel panics, I decided I should reformat and start again, and booted from the OS X (10.6) dvd. I wiped the hard drive and reinstalled a fresh copy of OS X. However, while setting up the user settings, I encountered two kernel panics, but eventually got through it. I was also able to complete a software update, then an upgrade to 10.8 and another software update. So currently my OS X software is all up to date. However, I am still getting the green and pink grid when I first boot up, and frequent kernel panics. Most commonly, I will be using OS X fine for ~15 min., then there will be a brief flash, after which the computer is totally unresponsive (however the cursor still moves). The screen will then flicker white every minute or so. At this point I'm forced to do a hard reboot.

I've tried resetting the NVRAM, which seems to have no effect. I've tried booting into single-user mode and performing /sbin/fsck -fy. This gives "The volume appears to be OK", while the text turns green and pink and distorted. Unfortunately I don't have the 10.6 Install Disc 2, so I can't run Apple Hardware Test; however, considering the problem seems directly caused by my mucking around with the X11 permissions, I really doubt it is a hardware issue.

In my naiveté I thought anything I may have screwed up changing permissions in Ubuntu would at least be reversible by reformatting the drive and reinstalling the OS; however, obviously this is not the case, and I've clearly messed up something deeper. Is there anything I can do at this point? Everything I can find online says you have to replace the logic board with these symptoms, which can't be the case if I've only messed something up on the software-side of things... right?

Here are the specs:
Macbook Pro 15-inch (late 2007)
Processor: 2.2 GHz Intel Core 2 Duo
Memory: 2 GB 667 MHz DDR2 SDRAM
Graphics: NVIDIA GeForce 8600M GT 128 MB
posted by Yiggs to Computers & Internet (5 answers total)
 
It is possible to mess up your monitor and video card with bad modelines. But I don't see anything troubling in the sample you posted. Should be fine.

And OS X doesn't care about anything you do in Linux. So stop worrying about it.

My guess would be something happened to the PRAM or SMC. Try resetting them, in that order.

If neither of those work then I think you do have a bad logic board. It's just coincidence that you notices it now.
posted by sbutler at 2:45 PM on December 25, 2012


It is remotely remotely remotely possible to do something bad to a graphics card from Linux, by actually flashing new firmware to the card itself (and having something go wrong with that process).

But I don't think that's what happened here.

I would guess instead you have: corrupted PRAM (reset it), an overheating issue (make sure the vents are clear, maybe blast 'em with compressed air while the computer is off), or an intermittent electrical contact / short / loose cable type issue.
posted by zippy at 2:55 PM on December 25, 2012


Response by poster: Thanks for the replies. I'm glad to hear it doesn't sound like I screwed anything up too bad, but that is unfortunate that it might be a hardware issue (obviously the computer isn't covered by Applecare and I imagine replacing the logic board wouldn't be worth it). It still seems odd to me that this problem would start right when I start changing settings like that. Could be a coincidence, but seems like the odds are they're related.

I tried resetting the PRAM and SMC and unfortunately it didn't seem to have much effect. The vents seem clear, but I can get some compressed air and check that out. Is there an easy way to diagnose an electrical or loose cable problem?

If it does end up being the logic board, does this sound like a possible solution? The symptoms he describes are very similar to what I'm experiencing.
posted by Yiggs at 3:39 PM on December 25, 2012


The Nvidia chips in these MacBook Pros are basically ticking time bombs due to a manufacturing defect. You didn't screw up your video card by doing what you did. This is a total utter coincidence. There is a very slight chance that using the card with the Nvidia Linux drivers made it run a little hotter, but I wouldn't sweat it. This was going to happen eventually.

Pretty much nothing will fix it except a logic board replacement, or reflowing the solder like in your link. Here's another sad coincidence: Apple would have replaced it for you for free up until just a couple weeks ago. You could go to an Apple Store and beg for mercy, though.
posted by zsazsa at 4:52 PM on December 25, 2012 [1 favorite]


My brother's laptop was hit by the NVIDIA defect a few weeks ago. I was able to replace his logic board with a spare—that is the only realistic fix for this. Unfortunately, this hit a lot of people, not just Apple users. Fucking NVIDIA! You have my sympathy. As the class action lawsuit has apparently expired, hopefully, an Apple Store rep would be able to give you a discount on a replacement logic board.
posted by Blazecock Pileon at 11:57 PM on December 25, 2012


« Older Dinner for 6 - desperately need inspiration   |   If we could harness fan-boy angst! Newer »
This thread is closed to new comments.