Recommended Posts

Bootcamp x64 will refuse to install on anything that is not a Mac Pro or a MacBook pro. You can always make that MSI file install somehow (it will require you to be an admin and even if you run the windows explorer as admin it will still ask it. so I guess the troubleshoot compatibility will do the trick). Apparently all but two drivers can get installed, one of them being the iSight
The only part of the bootcamp drivers that is designed to stop you from installing on unsupported machines is the setup.exe launcher at the root of the Windows partition of the SL disc.

the file /Drivers/Apple Bootcamp64.msi should install on a 64bit vista/7 installation without any need for special tricks

at least on my iMac it didn't, but that setup.exe launcher it designed to quit when run on anything other than the "Pros"

Thanks guys, and the others that contributed. I'll try it again at home. I did a bit of digging but not too much. I'll play with it some more and maybe try the compatibility stuff. I'm installing it on the current line of iMac's if it makes a difference.

Restoring does the normal effect, but when minimizing it doesn't get "sucked" into the dock as it used to. I've used OS X since 10.3, it's definitely different. Or it was a bug.

I've been using Mac OS X since its initial release in 2001 and the betas before that. I don't see any difference to be honest. Minimizing and restoring gives me the exact same result only in de opposite direction.

Restoring does the normal effect, but when minimizing it doesn't get "sucked" into the dock as it used to. I've used OS X since 10.3, it's definitely different. Or it was a bug.

Are you talking about this? wether it goes to the right of the dock or into the app icon?

post-24918-1251913444_thumb.png

Are you talking about this? wether it goes to the right of the dock or into the app icon?

No, the effect is somewhat strange. I'll see if it still happens when I get home.

EDIT: Yeah, it's completely different from the "being sucked" effect I remember.

I took this in slow motion:

Edited by Ricardo Gil
No, the effect is somewhat strange. I'll see if it still happens when I get home.

EDIT: Yeah, it's completely different from the "being sucked" effect I remember.

I took this in slow motion:

Wow, that is messed up

here is what mine looks like, Ive also found a little more about the base10 Vs. base2 file size math, it is incredibly inconsistent here is a screen,

I understand it is up the app on how to display it but Safari? come on apple's own app? shows 32.6 mb, and notice finder displays 2 different sizes, 34.1mb on the desktop and 34.2mb in the info box.

http://www.youtube.com/watch?v=wf0WN8YcqkY

Am i going to have to resort to checking the bytes for every file when i want to compare them GAH!!! loll

Now that i'm using SL on a day to day basis i'm getting the feeling more and more that it was Rushed To Manufacturing

post-24918-1251916849.png

Edited by Phantom Helix

The method change lead to a lot of loose ends it seems. Should be a while until everything gets calculated the same way :/

Anyway, the genie effect seems to work fine if I tell it to minimize into the application icon. Restoring minimized windows looks OK both ways.

No, the effect is somewhat strange. I'll see if it still happens when I get home.

EDIT: Yeah, it's completely different from the "being sucked" effect I remember.

I took this in slow motion:

that looks like messed up scale effect. :blink:

here is what mine looks like, Ive also found a little more about the base10 Vs. base2 file size math, it is incredibly inconsistent here is a screen,

I understand it is up the app on how to display it but Safari? come on apple's own app? shows 32.6 mb, and notice finder displays 2 different sizes, 34.1mb on the desktop and 34.2mb in the info box.

You just don't understand the differences.

There are two sizes for every file stored on a drive in any operating system

  • The actual size of the file: the sum of the number of bytes it uses. echo "Hello" > example.txt produces a 5-byte file. One byte for each letter.
    You can see this size as the file-size (rounded off) on the desktop when "Show info" is enabled. It is also displayed unmodified inside of the brackets on your show info window.
  • The amount of space the file uses on disk. This amount varies from drive to drive, partition to partition and OS to OS. The reason for the variation is because file systems don't allocation bytes to a file, they allocate blocks: and blocks are all the same size (for example 4 kilobytes). Any file that is less than 4 kilobytes will still take up "4 k on disk" because it can't be assigned less space. A file that contains 6,000 bytes will consume 8 kilobytes on disk because you would be assigned 2 blocks for the file. You can see this size in the get info window as labeled "[file size] on disk".
    Moving a file from a device with 4kb blocks to one with 512 byte blocks (like a small fat32 drive) will actually turn your 4 kilobyte "hello" file from into a 512 byte file containing "hello".

Safari is reporting the number of bytes downloaded divided by 1024^2. It's a safari bug - likely because it runs on both 10.6, 10.5 and Windows. File a bug report.

Am i going to have to resort to checking the bytes for every file when i want to compare them GAH!!! loll

You always had to. This is not something new with 10.6: it's been around since the beginning of Mac OS X (possibly longer).

A 1000245 byte file, and a 100250 byte file would both use 12 kilobytes on disk, and finder would display them both as 10.1 kilobytes.

20090902-jmh3sfnhu6ana2t9akj3qbjjwd.jpg

If you are comparing sizes based on the finder reported size: you'd be no worse off under 10.6 than you are on 10.5.

If you are comparing sizes based on the get info window: you'd be no worse off under 10.6 than you are on 10.5.

for those that are still trying to find out new useful features or just justify the ?$ spent I HIGHLY recommend wathcing the Macbreak Podcast Videos via itunes.

There are two podcasts on the improved 'services'

The new 'Services' functionality are very impressive...

You just don't understand the differences.

There are two sizes for every file stored on a drive in any operating system

  • The actual size of the file: the sum of the number of bytes it uses. echo "Hello" > example.txt produces a 5-byte file. One byte for each letter.
    You can see this size as the file-size (rounded off) on the desktop when "Show info" is enabled. It is also displayed unmodified inside of the brackets on your show info window.
  • The amount of space the file uses on disk. This amount varies from drive to drive, partition to partition and OS to OS. The reason for the variation is because file systems don't allocation bytes to a file, they allocate blocks: and blocks are all the same size (for example 4 kilobytes). Any file that is less than 4 kilobytes will still take up "4 k on disk" because it can't be assigned less space. A file that contains 6,000 bytes will consume 8 kilobytes on disk because you would be assigned 2 blocks for the file. You can see this size in the get info window as labeled "[file size] on disk".
    Moving a file from a device with 4kb blocks to one with 512 byte blocks (like a small fat32 drive) will actually turn your 4 kilobyte "hello" file from into a 512 byte file containing "hello".

Safari is reporting the number of bytes downloaded divided by 1024^2. It's a safari bug - likely because it runs on both 10.6, 10.5 and Windows. File a bug report.

You always had to. This is not something new with 10.6: it's been around since the beginning of Mac OS X (possibly longer).

A 1000245 byte file, and a 100250 byte file would both use 12 kilobytes on disk, and finder would display them both as 10.1 kilobytes.

If you are comparing sizes based on the finder reported size: you'd be no worse off under 10.6 than you are on 10.5.

If you are comparing sizes based on the get info window: you'd be no worse off under 10.6 than you are on 10.5.

I understand the technical differences, now after we started talking about it in this thread, reminding me accomplished nothing.

However it shows that they didn't fully examine these issues before they made a public release, and that is my point.

I apologize if I did not make my overall point apparent, that is just how I speak, re-explaining the technical specs of how things work was unnecessary and carried out with a condescending tone.

No biggie though, I get where you are coming from and why it comes out that way.

Here's a small gripe over snow leopard. Has anyone noticed a performance drop when transitioning between spaces? When I swap spaces I feel a definite performance drop (i.e., chugging) over leopard.

Anyone experience this?

I would say that is just as quick, but the redraw does seem a little jaggedy !

There is now a 3rd video on 'Services' from the Macbreak podcast....

Anyway, the genie effect seems to work fine if I tell it to minimize into the application icon. Restoring minimized windows looks OK both ways.

Definitely a bug.

That's funny you say that, because I get extremely choppy and jerky Genie effects when minimizing and restoring windows UNLESS I make it minimize to the application icon. Then magically these animations move veeeeeeery smoothly.

Here's a small gripe over snow leopard. Has anyone noticed a performance drop when transitioning between spaces? When I swap spaces I feel a definite performance drop (i.e., chugging) over leopard.

Anyone experience this?

Yes, in fact all animations seem to be jerky now (i'm ajm83 on this thread - also see this one)

Did a totally clean install, and not installed anything except iWork + iLife

Edited by hornett
Yes, in fact all animations seem to be jerky now (i'm ajm83 on this thread - also see this one)

Did a totally clean install, and not installed anything except iWork + iLife

All these graphic bugs were kind of expected, OpenCL is still an infant technology, but Apple really shouldn't have rushed this.

The "window minimize" genie effect changed, wasn't expecting it. Now I'm just waiting for iStat 2.0 to come out.

There is a beta 2.0 out that I found on the bjango forums. Keynote is BETA. I would recommend updating whenever iStat says there is an update as the devs are diligently working around the clock on this one. The link is about 2/3 down the page. Remember, BETA, although it runs well so far on my system.

Does anyone seem to lack the majority of the 'services'? For example, if I command click an image, there should be workflows to rotate it clock/anti-clockwise etc - yet all I see is 'Set desktop picture'. Likewise, in iPhoto options are severely lacking for me, which I am bemused about...

With pics are you talking about using Preview? If so you should right click near the top toolbar and select 'customize', from there you can select all the toolbar buttons (such as rotate, etc.) Also, you might need to set your defaults for services in System Preferences. Go to Keyboard..Keyboard Shortcuts and on the left you'll see a configuration for Services.

my safari has beeen hating life. it randomly beachballs and won't download some links (.zip, .torrent, .dmg etc). I have to copy past the link into the downloads window to get them to download, it's sooo annoying. Is there like a reinstaller somewhere out there for snow leopard beta? Imma try out a webkit built and see how that goes.

edit: tried webkit... does it to :s

Amit Singh of Mac OS X Internals fame has a blog post about enabling the 64-bit kernel on machines that otherwise can't boot it (macbooks, mac minis, etc) including machines with 32-bit EFI, not that it's useful.

I tried briefly: it works as advertised.

20090903-g3u7dr5u6kgfd118pw6ud4mfkp.jpg

Having dug around it seems that Macbook Pro 3,1 won't boot to 64 by default because the AirPortAtheros driver is still 32bit which would indicate why it's been blacklisted from booting in native.

I've give it a little test to see if my hypothesis on the matter is correct.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • A roguelike and a 4X strategy game are free to claim on the Epic Games Store by Pulasthi Ariyasinghe The final leg of the Epic Games Store's mystery giveaways promotion just landed, and it brought along two more games to keep. Last week's Lonestar and Calico giveaways have now been replaced with copies of Rogue Waters and Songs of Conquest to claim for PC gamers. As always, the game is yours to add permanently to your Epic Games Store library within the next seven days. Diving into the games, Songs of Conquest is developed by Lavapotion. This is a turn-based 4X strategy experience that has players making tough decisions and participating in tactical combat while also managing their kingdom. "Songs of Conquest is a turn-based strategy game inspired by 90s classics. Lead powerful magicians called Wielders and venture to lands unknown," explains the developer. "Wage battles against armies that dare oppose you, hunt for powerful artifacts and expand your territory. The world is ripe for the taking – seize it." Meanwhile, Rogue Waters comes from developer Ice Code Games. This rogue-lite experience has you taking the role of Captain Cutter as he commands his ship and crew through procedurally generated encounters. You'll be recruiting and training crew, use sea creatures, and battle with other ships and pirates. "Set sail as Captain Cutter, a pirate caught in a deadly struggle for power and vengeance," adds the developer. "Navigate dangerous waters, unleash mythical sea creatures, and outwit enemies as you chase legendary treasure and confront dark secrets." The newly available Rogue Waters and Songs of Conquest giveaways on the Epic Games Store are set to run until June 11, giving PC gamers seven days to claim the latest offer. Once this closes out, a new freebie will take its place on the same day, which is slated to be Warhammer 40K Speed Freeks. Don't forget that mobile gamers can check out the Epic Game Store's weekly giveaways on Android and iOS to grab a freebie there as well.
    • Still using Classic Outlook? Microsoft highlights 15 reasons to switch to New Outlook by Usama Jawad As many of you may know, Microsoft has been trying to get customers to ditch Classic Outlook in favor of New Outlook for quite some time now. To that end, it has added numerous capabilities to the latter, including PST features, and it is working on several more, such as a unified inbox. However, customer response has been a bit lukewarm so far, with many considering the New Outlook to be "hot garbage". Now, Microsoft has highlighted 15 features that users can leverage in New Outlook in yet another attempt to get customers to migrate. Although not all of the 15 capabilities are exclusive to New Outlook, in fact, most of them are available in Classic Outlook as well. But Microsoft hopes that this combination of familiar and fresh features will be able to attract existing users as well as new ones. For ease of readability, we have summarized the 15 features below: Pin an email: This makes it easier to track important emails Snooze an email: You can temporarily snooze an email thread for a specific time frame until it becomes relevant again. This can be very useful in scenarios where you don't feel like actively following a thread or simply want to follow up on a later date Add multiple categories at the same time: You can assign multiple categories to an email through a single, simplified interface Sweep: As the name implies, you can define automated move processes on your inbox to declutter it, rather than cleaning it up manually Schedule send: Does exactly what it says on the tin, and can be useful when accommodating recipients in different timezones Simplified folder sharing: The sharing process has been simplified so permissions are automatically applied on parent folders Follow a meeting: This is an RSVP option that lets people know that you won't be able to join the meeting but would still like to access a recap Save calendar views: You can save different views for the calendar based on different workflows Improved meeting tracking: Organizers have more controls in viewing meeting responses, such as the ability to sort and download them. Typically useful when there is a large audience Meeting recap: The Outlook Calendar surfaces a meeting recap with recordings, transcripts, and shared files Filtered views: Allows you to declutter your Calendar so that it's easier to scan and schedule Change a recurring event: Users can modify future events of a series of meetings while preserving the configuration of previous ones Rename your email account: This labeling makes it easier to identify multiple accounts in Outlook Modern themes: Exactly what the name says, plus Dark Mode Keyboard shortcuts: This facilitates flexible user behavior as customers can choose between Outlook for Windows shortcuts, Outlook for the web, or turn them off completely There you have it. It's a decent list, but it remains to be seen if it will move the needle in a meaningful way for users who are attached to Classic Outlook. Again, a lot of the aforementioned features are already available in Outlook Classic, but for some, native functionality is not present, and people typically resort to workarounds. Microsoft will be hoping that it's primarily those capabilities that get people to finally switch.
    • Please I need help I been trying to find this secure boot on my ColorFul motherboard in the bios But i cant i turned off CSM everything watch every video i cant find it. BATTLE-AX B660M-HD DELUXE V20
    • LibreWolf 151.0.3-1 by Razvan Serea LibreWolf is an independent “fork” of Firefox, with the primary goals of privacy security and user freedom. It is the community run successor to LibreFox. LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. LibreWolf features: Latest Firefox — LibreWolf is compiled directly from the latest build of Firefox Stable. You will have the the latest features, and security updates. Independent Build — LibreWolf uses a build independent of Firefox and has its own settings, profile folder and installation path. As a result, it can be installed alongside Firefox or any other browser. No phoning home — Embedded server links and other calling home functions are removed. In other words, minimal background connections by default. User settings updates Extensions firewall: limit internet access for extensions. Multi-platform (Windows/Linux/Mac/and soon Android) Community-Driven Dark theme (classic and advanced) LibreWolf privacy features: Delete cookies and website data on close. Include only privacy respecting search engines like DuckDuckGo and Searx. Include uBlockOrigin with custom default filter lists, and Tracking Protection in strict mode, to block trackers and ads. Strip tracking elements from URLs, both natively and through uBO. Enable dFPI, also known as Total Cookie Protection. Enable RFP which is part of the Tor Uplift project. RFP is considered the best in class anti-fingerprinting solution, and its goal is to make users look the same and cover as many metrics as possible, in an effort to block fingerprinting techniques. Always display user language as en-US to websites, in order to protect the language used in the browser and in the OS. Disable WebGL, as it is a strong fingerprinting vector. Prevent access to the location services of the OS, and use Mozilla's location API instead of Google's API. Limit ICE candidates generation to a single interface when sharing video or audio during a videoconference. Force DNS and WebRTC inside the proxy, when one is being used. Trim cross-origin referrers, so that they don't include the full URI. Disable link prefetching and speculative connections. Disable disk cache and clear temporary files on close. Disable form autofill. Disable search and form history...and more. LibreWolf 151.0.3-1 changelog: Upstream release, see the Firefox 151.0.3 Release Notes Notable changes: Clears the preference toolkit.winRegisterApplicationRestart, which may otherwise trigger an upstream bug on Windows (librewolf/issues#3056) Download: LibreWolf 64-bit | Portable 64-bit | ~100.0 MB (Open Source) Download: ARM64 | Portable ARM64 Links: LibreWolf Home Page | Addons | Screenshot | Reddit Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Unsurprisingly, there's what the law says and what the old white wealthy males legally enforce...
  • Recent Achievements

    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      478
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      76
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!