How can I remove the Apple Logo at the Login Screen in Mac OS X 10.7 Lion?

Also, how can I remove the brightening effect upon the wallpaper? I want to change it to my own, but the brightening effect renders it less than perfect.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

The logo is located at

/System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Log‌​inUICore.framework/Versions/A/Resources/apple.png

appleLinen.png is also there; I forget which one. Replace them with images w/o anything in them to rid the screen of the logo.

The wallpaper is located at

/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/NSTexturedFullScreenBackgroundColor.png

It's a repeating image, so dimensions ought to be the same as your screen and at 72 dpi.

As to the brightening effect, as far as I know, no-one has been able to get rid of it (I personally spent a while searching the System files for something like it); so it may be drawn programmatically. Take a look at this Ask Different Question.

link|improve this answer
feedback

Or you can use Loginox to change/remove the Apple logo from Logon Screen

http://www.addictivetips.com/mac-os/change-mac-os-x-10-7-lion-login-screen-with-loginox/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.