![]() |
#1
|
|||
|
|||
Chipset or Video Card problem?
Ok i got my mac PERFECT! Only one problem.. The screen is fuzzy and the text is kinda unclear.. My video card is Nvidia Geforce 8400GS. And i installed Nvinject and got my screen fixed.. but the screen is still fuzzy and the text are unclear and its horrible to watch the screen. Is it the Chipset problem? or my Video Card?
Beacuse i dont know where to find a kext that support my Chipset. Intel i945P ![]() |
#2
|
||||
|
||||
Go to System Profiler > Displays does it say Quartz Extreme Core image Enabled?
MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#3
|
|||
|
|||
Chipset Model: Graphics by NVIDIA
Type: Display Bus: PCIe PCIe Lane Width: x16 VRAM (Total): 256 MB Vendor: NVIDIA (0x10de) Device ID: 0x0422 Revision ID: 0x00a1 ROM Revision: NVinject 0.2.0 Displays: S17-1: Resolution: 1280 x 1024 @ 60 Hz Depth: 32-Bit Color Core Image: Software Main Display: Yes Mirror: Off Online: Yes Quartz Extreme: Not Supported Display Connector: Status: No Display Connected Nop :S |
#4
|
|||
|
|||
Can i fix it?
|
#5
|
||||
|
||||
Have you used any EFI strings for graphics in your com.apple.Boot.plist?
Remove your extensions cache. Open Terminal and type: Code:
sudo su rm -Rf /System/Library/Extensions.mkext If this doesnt work we can manually remove NVinject and than reinstall it with the proper permissions. MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#6
|
|||
|
|||
I just did it. But i dont see a diffrence.. its all the same.
|
#7
|
|||
|
|||
And yes.. I have been tried alot of EFI string thing..
|
#8
|
||||
|
||||
Well lets try to reinstall it.
Get a fresh copy of NVinject 0.2.1 and make sure it is on your Desktop http://nvinject.free.fr/files/Latest_NVinject.0.2.1.zip Remove the existing NVinject using the following command sudo su Code:
rm -Rf /System/Library/Extensions/NVinject.kext Code:
sudo -s mkdir /backup cd /System/Library cp -r Extensions/ /backup/ cp /Users/YOUR_USER_NAME/Desktop/NVinject.kext Extensions/NVinject.kext chmod -R 755 Extensions/ chown -R root:wheel Extensions/ touch Extensions/ rm -rf Extensions.mkext diskutil repairpermissions / Manually Installing a Kext EXPLAINED You can manually install drivers (kexts) by following the instructions below. Be sure to do your research and make sure that what you are installing will work. It is highly recommended that you do steps 2, 3 & 4 to backup your extensions folder. This will make it possible to recover from a non booting system Place the kext you wish to install on your desktop (The following commands rely on it being on the desktop). 1. Give yourself root privileges so that you can modify files. Code:
sudo -s Code:
mkdir /backup Code:
cd /System/Library Code:
cp -r Extensions/ /backup/ Code:
cp /Users/YOUR_USER_NAME/Desktop/NVinject.kext Extensions/NVinject.kext 6. Set the proper permissions for the extensions folder. Code:
chmod -R 755 Extensions/ Code:
chown -R root:wheel Extensions/ Code:
touch Extensions/ Code:
rm -rf Extensions.mkext Code:
diskutil repairpermissions / -v Verbose Mode displays useful information during the boot process. -f Forces OSX to load kexts from the extensions folder instead of the cache file. We did delete the cache file so this is just a precaution. MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#9
|
|||
|
|||
Cant i Install Nvinject using Kext helper? or do i need to do it manually?
|
#10
|
||||
|
||||
Quote:
💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |