Jump to content

Feedback on Nvidia 0.1a alpha driver release


178 posts in this topic

Recommended Posts

Jezus, i am trying to initialize kext on my 10.4.3 and it ins't supported? this is horrible :blink:

btw. i have vesa 3 graphic card (gf fx5200) and i cant change refresh rate to 75 Hz, i have still 60Hz. i try edit boot config and nothing? is there any other solutions?

 

 

 

intel celeron d 2,8Ghz

nvidia geforce fx5200 (on 60 hz working without CI and QE)

msi 865 neo3-f

ac'97 audio (working)

Realtek LAN (working)

Konica Minolta Dimage Z3 (yeah, this is working with iPhoto :D )

Link to comment
Share on other sites

Resolution.

 

Toshiba M30 Finally got 10.4.1 installed native after hooking up USB hard drive. Is there any success getting 1280x800 on a nvidia 5200go. Sounds like everyone is stuck at VESA resolutions for now with macvidia. Is it only the onboard intel graphics laptops that are get wide screen resolution.

 

New version comming soon!!! ?

Link to comment
Share on other sites

  • 2 weeks later...

Damn, I was trying to follow this whole guide on getting those drivers installed. I tried sooooo many times and couldn't do it, so I decided to look at these last few posts to see if there was anything new that I wasn't doing and sure enough, I saw the light. This just doesn't work 10.4.3. Ouch! There goes a few hours wasted. I get the same errors as DerFlash.

 

By the way, anybody know what's up with the great news from macvidia yet? You'd think something would up already.

Link to comment
Share on other sites

<key>IOPCIMatch</key>
					<string>0x0000010de&0xfff8ffff 0x026d10de&0xfff8ffff 0x017910de 0x018010de&0xfff8ffff 0x018810de 0x018910de 0x020010de&0xfff8ffff 0x025010de&0xfff8ffff 0x028010de&0xfff8ffff 0x030010de&0xfff8ffff 0x031010de&0xfff8ffff 0x031910de 0x034910de</string>

 

So, where do I stick my 0x0140's and 0x00a2's...?

 

replace the first set? So that it's...

 

<key>IOPCIMatch</key>
					<string>0x0140&0x00a2 0x026d10de&0xfff8ffff 0x017910de 0x018010de&0xfff8ffff 0x018810de 0x018910de 0x020010de&0xfff8ffff 0x025010de&0xfff8ffff 0x028010de&0xfff8ffff 0x030010de&0xfff8ffff 0x031010de&0xfff8ffff 0x031910de 0x034910de</string>

 

I don't have 10.4.1, but I would like to know exactly what to do when the fateful day comes.

 

thanks,

 

-Tim

Link to comment
Share on other sites

I have a GeForce PCX 5300 it's a PCI-e card. I installed the kext with my dev/ven ID and it won't boot regularly unless i do a -x or -v at the darwin screen. If i do get it to boot up in verbose mode it will say can't find IOApplePCIblahblah and it will say "Dependencies for the com.nvidia.free.driver or something isn't supported.

 

Is my video card even near being supported since it is a PCI-e??

 

Plz help a DiE HaRD mAc OsX86 newb..

Link to comment
Share on other sites

ok i Think i installed it right

it still says the same thing in the system properties

wat really annoys me is the highest res i can go is 1024x768 ARGH how can i fix that?

it says in the HCL that 6800GTs can do 1280x1024 with the VESA 3.0 driver. WtF@!?

Link to comment
Share on other sites

try passing it when u boot man, see if this works or not, then if it does you can just change it

 

-x "Graphics Mode"="1280x1024x32" platform=X86PC

 

and if that works, just go into this file as root, sudo -s, or sudo bash

 

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

and add these lines,

 

<key>Graphics Mode</key>

<string>1280x1024x32</string>

Link to comment
Share on other sites

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

and add these lines,

 

<key>Graphics Mode</key>

<string>1280x1024x32</string>

 

I've tried this and it didn't work, and neither do the Macvidia drivers. I get load/link errors, probably due to the AppleI386PCI.kext not working? But I can specify the graphics mode at boot each time and get 1280.

Link to comment
Share on other sites

Hmm. That sucks! So there's absolutely no way to even get widescreen with Nvidia right now? And no prospects for real drivers?

 

Gah. And the ATI camp doesn't look too much better either. Some cards work but can't change res, others don't at all. :/

 

So, I still don't know what a good solution is. I'd like a good gaming card, but not too expensive, but it should be comparable to my GF6800GT. And I need 1680x1050. Anybody help?

 

Also, I'd need AGP, not PCI-E. And I take it the latest Radeons are only PCI-E, or at least the drivers are made for that.

Link to comment
Share on other sites

  • 2 weeks later...

I have OSX 10.4.5, 256MB geforce 6600 pci-e and I added 0x014110de and followed all instructions on the macvidia web site but at the end no luck for me

 

The kext does not seem to load - I checked it on about this mac - I did the following as well so no problem there;

chown -R root:wheel /System/Library/Extensions/NVidia.kext

kextcache -k /System/Library/Extensions/

 

and when I try kextload -t Nvidia.kext this is the error message I get "6Nvidia is not compatible with it's superclass 17IONDRVF Framebuffer superclass changed?" FYI I ran disk utility to correct permissions as well.

 

Has anybody encountered a similar problem, if so could you help me with mine?

 

Edit : Damn, I should have read this thread all the way, I guess the drivers won't work under 10.4.5, can't I get anything higher than 1024x768 without this driver ?

Link to comment
Share on other sites

If your card is VESA 3 compliant you should add :

 

<key>Graphics Mode</key>

<string>1280x1024x32</string>

 

to : /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

but make sure (!) TV is not connected couse mirroring is on by default so you'll keep geting 1024x768 until you pull the svideo cable out...I have 7800GT and I was going mad until I figured that one...

Link to comment
Share on other sites

If your card is VESA 3 compliant you should add :

 

<key>Graphics Mode</key>

<string>1280x1024x32</string>

 

to : /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

but make sure (!) TV is not connected couse mirroring is on by default so you'll keep geting 1024x768 until you pull the svideo cable out...I have 7800GT and I was going mad until I figured that one...

 

thanks for your help, I have a vesa 3.0 compliant card, I am on this atm

Link to comment
Share on other sites

 Share

×
×
  • Create New...