Jump to content
826 posts in this topic

Recommended Posts

Callisto 005 is working for me too, only that although I use a CRT monitor on VGA output is detected as LCD and I can see only 3 resolutions. But on DVI (with DVI-to-VGA adapter) it's almost perfect.

omni great job!

 

...

MouseLocator, with MouseLocator-ShadowMouse.png for superior tearing control.

quixos thanks buddy! I used Mousepose, I didn't know MouseLocator is so good! :offtopic:

 

Now I have shadow for my mouse too.

I'm getting a 100% success rate when booting into OS X with a 1680x1050 resolution. Very very nice!

 

Is there a script to appy the 1680x1050 res at the actual boot screen, instead of after logging in?

 

I edited IONDRVSupport and replaced "IONDRVFrambuffer" with "CallistoFB" in Info.plist (3 places). That did it for me, no more loggin!

I edited IONDRVSupport and replaced "IONDRVFrambuffer" with "CallistoFB" in Info.plist (3 places). That did it for me, no more loggin!

Which 3 places? There is only one place, in one file, in /System/Library/Extensions, a file called ATIRadeonXXXXGA.plugin (well XXXX is 8500, 9700 or X1000, depending on your video card).

Callisto 005 is working for me too, only that although I use a CRT monitor on VGA output is detected as LCD and I can see only 3 resolutions. But on DVI (with DVI-to-VGA adapter) it's almost perfect.

omni great job!

quixos thanks buddy! I used Mousepose, I didn't know MouseLocator is so good! :)

 

Now I have shadow for my mouse too.

 

I had the same prob as urs, did u have the s-video cable connecting? Pull it off and try ur VGA.

I edited IONDRVSupport and replaced "IONDRVFrambuffer" with "CallistoFB" in Info.plist (3 places). That did it for me, no more loggin!

Didn't work for me. I'm still booting into 1024x768. The resolution only changes to 1680x1050 after I log in. Here's part of what my plist now looks like:

<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.iokit.IONDRVSupport</string>
		<key>IOClass</key>
		<string>CallistoFB</string>
		<key>IOMatchCategory</key>
		<string>IOFramebuffer</string>
		<key>IONameMatch</key>
		<string>display</string>
		<key>IOProbeScore</key>
		<integer>20000</integer>
		<key>IOProviderClass</key>
		<string>IOPCIDevice</string>
	</dict>
	<key>2</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.iokit.IONDRVSupport</string>
		<key>IOClass</key>
		<string>CallistoFB</string>
		<key>IOMatchCategory</key>
		<string>IOFramebuffer</string>
		<key>IONameMatch</key>
		<string>display</string>
		<key>IOProbeScore</key>
		<integer>20000</integer>
		<key>IOProviderClass</key>
		<string>IOPlatformDevice</string>
	</dict>
	<key>3</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.iokit.IONDRVSupport</string>
		<key>IOClass</key>
		<string>CallistoFB</string>
		<key>IOMatchCategory</key>
		<string>IOFramebuffer</string>
		<key>IOPCIClassMatch</key>
		<string>0x03000000&0xff000000</string>
		<key>IOProbeScore</key>
		<integer>0</integer>
		<key>IOProviderClass</key>
		<string>IOPCIDevice</string>
	</dict>

eRixx boot with -s

Then type:

fsck -fy

mount -uw /

rm -f /Library/Preferences/com.apple.window*

rm -f ~/Library/Preferences/ByHost/com.apple.window*

rm -f ~/Library/Preferences/ByHost/com.apple.pref*

reboot

On the next boot you will have 1024x768.

Guest
This topic is now closed to further replies.
×
×
  • Create New...