Jump to content

Dell Vostro 3500 Core i5 e Desktop


packworm
 Share

29 posts in this topic

Recommended Posts

Old ,

Achei tudo . Mas tenho que apagar o que já tem lá ?

Os outros ID que já tem lá tem ;0xfff0ffff na frente , deixa igual ou apaga tudo e só deixa :

 

key>IOPCIPrimaryMatch</key>

<string>0x????10de</string>

 

Apagar tudo que eu falo é entre os string .

Link to comment
Share on other sites

  • 2 weeks later...

Placa foi reconhecida agora que eu coloquei o ID no NVDAGF100Hal.

Mas a resolucao voltou para 1280x1024. :)

 

Onde que eu coloco o ID no NVDAResman :

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>NVDAResman</string>
<key>CFBundleGetInfoString</key>
<string>NVDAResman 1.3.4.0 (256.01.00f03)</string>
<key>CFBundleIdentifier</key>
<string>com.apple.NVDAResman</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>NVIDIA Resman Kernel Extension</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.4</string>
<key>IOKitPersonalities</key>
<dict>
	<key>NVRM</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.NVDAResman</string>
		<key>IOClass</key>
		<string>NVDA</string>
		<key>IOMatchCategory</key>
		<string>IOFramebuffer</string>
		<key>IONameMatch</key>
		<array>
			<string>NVDA,NVMac</string>
		</array>
		<key>IOParentMatch</key>
		<dict>
			<key>IOPropertyMatch</key>
			<dict>
				<key>NVCLASS</key>
				<string>NVDA</string>
			</dict>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
		</dict>
		<key>IOProbeScore</key>
		<integer>60000</integer>
		<key>IOProviderClass</key>
		<string>IONDRVDevice</string>
	</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>1.2.0</string>
<key>OSBundleLibraries</key>
<dict>
	<key>com.apple.iokit.IOGraphicsFamily</key>
	<string>1.5</string>
	<key>com.apple.iokit.IONDRVSupport</key>
	<string>1.5</string>
	<key>com.apple.iokit.IOPCIFamily</key>
	<string>2.4</string>
	<key>com.apple.kpi.bsd</key>
	<string>9.0.0</string>
	<key>com.apple.kpi.iokit</key>
	<string>9.0.0</string>
	<key>com.apple.kpi.libkern</key>
	<string>9.0.0</string>
	<key>com.apple.kpi.mach</key>
	<string>9.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Safe Boot</string>
</dict>
</plist>

Link to comment
Share on other sites

Antes tenta tirar o GraphicsEnabler e usar a NVEnabler.

 

Se mesmo assim não funcionar, tenta inserir a chave IOPCIPrimaryMatch dentro de NVRM na NVDAResman

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>NVDAResman</string>
<key>CFBundleGetInfoString</key>
<string>NVDAResman 1.3.4.0 (256.01.00f03)</string>
<key>CFBundleIdentifier</key>
<string>com.apple.NVDAResman</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>NVIDIA Resman Kernel Extension</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.4</string>
<key>IOKitPersonalities</key>
<dict>
	<key>NVRM</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.NVDAResman</string>
		<key>IOClass</key>
		<string>NVDA</string>
		<key>IOMatchCategory</key>
		<string>IOFramebuffer</string>
		<key>IONameMatch</key>
		<array>
			<string>NVDA,NVMac</string>
		</array>
		<key>IOParentMatch</key>
		<dict>
			<key>IOPropertyMatch</key>
			<dict>
				<key>NVCLASS</key>
				<string>NVDA</string>
			</dict>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
		</dict>
		<key>IOProbeScore</key>
		<integer>60000</integer>
		<key>IOProviderClass</key>
		<string>IONDRVDevice</string>
[b][color="#FF0000"]			<key>IOPCIPrimaryMatch</key>
		<string>0x????10de</string>
[/color][/b]		</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>1.2.0</string>
<key>OSBundleLibraries</key>
<dict>
	<key>com.apple.iokit.IOGraphicsFamily</key>
	<string>1.5</string>
	<key>com.apple.iokit.IONDRVSupport</key>
	<string>1.5</string>
	<key>com.apple.iokit.IOPCIFamily</key>
	<string>2.4</string>
	<key>com.apple.kpi.bsd</key>
	<string>9.0.0</string>
	<key>com.apple.kpi.iokit</key>
	<string>9.0.0</string>
	<key>com.apple.kpi.libkern</key>
	<string>9.0.0</string>
	<key>com.apple.kpi.mach</key>
	<string>9.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Safe Boot</string>
</dict>
</plist>

Link to comment
Share on other sites

 Share

×
×
  • Create New...