Recommended Posts

Just installed it. My god it's horrendous. Lagging on the keyboard, constant beachballing, generally everything taking ages to load... urgh.

inplace upgrade or clean install? and what system exactly?

just found this, might clear up what macs get what benefits of SL

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

Edited by Phantom Helix
inplace upgrade or clean install? and what system exactly?

Whatever happens when you whack the disc in and click install. I thought SL did an Archive and Install by default rather than an inplace upgrade.

Anyway I rebooted and waited for Spotlight to finish doing it's thing and it seems to be better now. We'll see how it goes for the rest of the day...

...

1. Is there any downside/negative aspect to going full 64 bit? I'm on the latest Macbook Pro 17" so I'm 'capable'. How do you know if software doesn't work in x64... it just doesn't launch?

...

Software that uses kernel extensions or communicates in certain ways with the kernel won't work (Virtualization software would be one such type)

You don't gain much (if anything) from running the kernel in 64bit mode, it might be slightly faster at some tasks but most of the time spent on the computer isn't spent inside the kernel anyway (Most of the time is spent in frameworks and userland apps, having those 64bit would provide a better opportunity for performance increases than the kernel)

64-bit Kernel and Extensions: No

:(

Same here on my Macbook. My CPU is 64bit, my EFI is, in 64bit kernel boot mode but I'm still stuck with 32bit kernel.

This is a REAL artificial limitation that Apple gave us. Kudos to Windows on that one, as I'm running Win7 x64 in bootcamp without any problems.

Same here on my Macbook. My CPU is 64bit, my EFI is, in 64bit kernel boot mode but I'm still stuck with 32bit kernel.

This is a REAL artificial limitation that Apple gave us. Kudos to Windows on that one, as I'm running Win7 x64 in bootcamp without any problems.

It's not artificial. It's for compatibility reasons. Rather than going all 64-bit or all 32-bit, Apple is giving users the ability to get a very, very large majority of the performance enhancements from 64-bit by letting apps run as 64-bit but still keeping compatibility with virtualization software and other 32-bit kernel extension users by keeping the kernel as 32-bit.

How do I make my Safari 32-bit?

open your applications folder command-click or right click on Safari and select get info, check the open in 32-bit mode check box, close and restart Safari

and here is a better SL feature to Mac hardware compatibility chart

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

open your applications folder command-click or right click on Safari and select get info, check the open in 32-bit mode check box, close and restart Safari

and here is a better SL feature to Mac hardware compatibility chart

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

Thanku!!

Anybody had the issue where the sound/volume level keeps resetting upon every restart?

Originally, my sound would stay on the same level I last used, with Leopard.

But with Snow Leopard, it keeps resetting to Level 4 (25%).

I did an upgrade on my MacBook, and my iMac.

This issue only happens on my MacBook.

click the about this mac to bring up your version window then click the more info button

that brings up the system profiler, click "Software" from the menu on the left, now near the bottom of the right it should say 64bit kernel and extensions YES

Nope, it still says "No". I have the newest 2009 Mini btw.

It's not artificial. It's for compatibility reasons. Rather than going all 64-bit or all 32-bit, Apple is giving users the ability to get a very, very large majority of the performance enhancements from 64-bit by letting apps run as 64-bit but still keeping compatibility with virtualization software and other 32-bit kernel extension users by keeping the kernel as 32-bit.

He mean that Apple locked MacBooks out of using 64bit, for really no reason.

open your applications folder command-click or right click on Safari and select get info, check the open in 32-bit mode check box, close and restart Safari

and here is a better SL feature to Mac hardware compatibility chart

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

According to that chart 64-bit works on my macbook, but it doesnt.

He mean that Apple locked MacBooks out of using 64bit, for really no reason.

According to that chart 64-bit works on my macbook, but it doesnt.

hmm, ok the version didn't change from ADC seed to retail disc as in 10a432, is there however anything they could have done to the retail disc that would lockout some machines that ADC seed does not have?

EDIT:

nevermind i just went back and tried some earlier seeds on my plastic macbook 4,1 it has 64EFI and core 2 duo 64bit and those seeds won't boot 64bit kernel either

Edited by Phantom Helix
Can someone with a store GM / Upgrade do file /mach_kernel and post the results here, I'm wondering if my ADC version has a slight oddity regarding the kernel.

Lucy:~ me$ file /mach_kernel
/mach_kernel: Mach-O universal binary with 3 architectures
/mach_kernel (for architecture x86_64):	Mach-O 64-bit executable x86_64
/mach_kernel (for architecture i386):	Mach-O executable i386
/mach_kernel (for architecture ppc):	Mach-O executable ppc
Lucy:~ me$ md5 /mach_kernel 
MD5 ("/mach_kernel") = 0617c436d6b4960172066982e05401d4

You guys are completely insane.

64-Bit kernel extensions are disabled by default for compatibility -- if you have a 64bit EFI you can run 64 bit with 64 bit kernel extensions you just need to enable them.

Hold 6 and 4 during boot-up ( 3 and 2 for 32 bit )

OR

Edit /Library/Preferences/SystemConfiguration/com.apple.boot.plist and change

<key>Kernel Flags</key>

<string></string>

</dict>

to

<key>Kernel Flags</key>

<string>arch=x86_64</string>

</dict>

Granted I severely doubt any of you need or understand it given the complete inability to google "64 bit snow leopard kernel extensions". Just stay away from it, you don't even need it. Or the ADC build, what a waste.

Granted I severely doubt any of you need or understand it given the complete inability to google "64 bit snow leopard kernel extensions".

You realise that this does not work on a variety of machines that actually do support 64 bit and do have a 64-bit EFI. That's the problem here.

You realise that this does not work on a variety of machines that actually do support 64 bit and do have a 64-bit EFI. That's the problem here.

There was a list of revisions with some issues during the ADC and I'll see if I can track it down I guess. The majority of people here don't fall in to that category though.

You guys are completely insane.

64-Bit kernel extensions are disabled by default for compatibility -- if you have a 64bit EFI you can run 64 bit with 64 bit kernel extensions you just need to enable them.

Hold 6 and 4 during boot-up ( 3 and 2 for 32 bit )

OR

Edit /Library/Preferences/SystemConfiguration/com.apple.boot.plist and change

<key>Kernel Flags</key>

<string></string>

</dict>

to

<key>Kernel Flags</key>

<string>arch=x86_64</string>

</dict>

Granted I severely doubt any of you need or understand it given the complete inability to google "64 bit snow leopard kernel extensions". Just stay away from it, you don't even need it. Or the ADC build, what a waste.

Done that.. it doesn't work on my Unibody MacBook

hmm, ok the version didn't change from ADC seed to retail disc as in 10a432, is there however anything they could have done to the retail disc that would lockout some machines that ADC seed does not have?

EDIT:

nevermind i just went back and tried some earlier seeds on my plastic macbook 4,1 it has 64EFI and core 2 duo 64bit and those seeds won't boot 64bit kernel either

I'm a MacBook5,1 and can't do it v.v

Ive been doing some more reading on the web and i think i may have a valid reason some macs won't in 64-bit regardless of a 64-bit processor and EFI64,

it is possible that the specific EFI firmware version for those computers hasn't recieved a proper update to allow it and may possibly get one in the future and apple decided to not delay the release until said updates were ready, considering it won't really hinder 64-bit apps.

a secondary possibility is that 64-bit system hardware drivers for those machines was also not ready and could be available in the near future, and again apple did not see any benefit in delaying release based on that.

take it with a grain of salt, thats my opinion and i am not going to worry about it any longer, i went through all that with Windows 64-bit and it took 3 64-bit OS versions to get where i wanted to be lol

the fact that SL gives me the option and power to switch on the fly is a huge relief.

Clean installed earlier, works perfectly so far. :D

Though one thing, I can't replace my adress book icon anymore. O.o

what is your installed size? on a plastic macbook the installer said mine was going to take 8.05gb with quicktime 7, no printer/languages/fonts/rosetta but finder says 5.57gb on disk

are the system files compressed that far?

Edited by Phantom Helix
what is your installed size? on a plastic macbook the installer said mine was going to take 8.05gb with quicktime 7, no printer/languages/fonts/rosetta but finder says 5.57gb on disk

are the system files compressed that far?

I've installed a bunch of my stuff and put my 40gb of music on now, bit late now, sorry, lol.

Though from memroy with my options it was aorund 8gb, and I think it took about that too.

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

    • No registered users viewing this page.
  • Posts

    • expected when they force you by having to use TPM and secure boot for anti cheat crap, and lazy developers only test on windows 11.
    • The fact I need to use "Show more" like 99% of the time is so annoying. Or why I have 7-zip under 3 submenus when it could be in top. And Microslop keeps saying how they'll improve Start and I've not seen ANY improvement yet. In MONTHS. WTF?! I'll believe any of it when they actually deliver anything.
    • LosslessCut 3.69 by Razvan Serea LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome FFmpeg which does all the grunt work. Features Lossless cutting of most video and audio formats Losslessly cut out parts of video/audio (for cutting away commercials etc.) Losslessly rearrange the order of video/audio segments Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from the same camera) Lossless stream editing: Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file) Losslessly extract all tracks from a file (extract video, audio, subtitle, attachments and other tracks from one file into separate files) Batch view for fast multi-file workflow Remux into any compatible output format Take full-resolution snapshots from videos in JPEG/PNG format Manual input of cutpoint times Apply a per-file timecode offset (and auto load timecode from file) Change rotation/orientation metadata in videos View technical data about all streams Timeline zoom and frame/keyframe jumping for accurate cutting around keyframes Saves per project cut segments to project file View FFmpeg last command log so you can modify and re-run recent commands on the command line Undo/redo Give labels to cut segments View segment details, export/import cut segments as CSV Import segments from: MP4/MKV chapters, Text file, YouTube, CSV, CUE, XML (DaVinci, Final Cut Pro) Video thumbnails and audio waveform Edit file metadata and per-stream metadata Edit per-stream disposition Cut with chapter marks Annotate segments with tags View subtitles Example lossless use cases Cut out commercials from a recorded TV show (and re-format from TS to MP4) Remove audio tracks from a file Extract music track from a video and cut it to your needs Add music to a video (or replace existing audio track) Combine audio and video tracks from separate recordings Include an external subtitle into a video Quickly change a H264/H265 MKV video to MOV or MP4 for playback on iPhone Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut Export a list of cut times as a CSV EDL and process these in another tool Quickly cut a file by its MP4/MKV chapters Quickly cut a YouTube video by its chapters (or music times from a comment) Change the language of a file's audio/subtitle tracks Attach cover art to videos Change author, title, GPS position, recording time of a video Fix rotation of a video that has the wrong orientation flag set Great for rotating phone videos that come out the wrong way without actually re-encoding the video. Loop a video / audio clip X times quickly without re-encoding LosslessCut 3.69.0 changelog: Add lossless cropping & aspect ratio override via bitstream and container metadata #643 Alow shifting tracks for each file (-itsoffset) #216 Add "decimate video" tool to filter away all non-keyframes #2111 Add Windows ARM 64 native build with native ffmpeg Move timecode out of timeline and make it copy-able #2592 #2691 #2800 #483 #2808 Upgrade Electron to latest Add new "opposing" align mode #2654 Add FFmpeg -hwaccel auto setting for hardware acceleration of certain operations Add API events export-start and export-complete Allow deleting track metadata #2819 Improve shift segments dialog #2839 Show keyboard shortcuts inside button tooltips in UI Warn if trying to cut with too few keyframes around cutpoint #516 #2780 #2756 (Linux) include app name in notification #2794 Pull latest translations Other notable changes: Advanced output directory selector #2101 #2115 #2755 increase max file name length to 250 (truncation) #2779 don't reset playback speed when using special playback modes #2889 preserve chapters when merging files that already have chapters don't merge adjacent segments in combineOverlappingSegments #2896 don't transfer segment name when filling gaps #2754 always scroll up to zoom in #2703 #2786 increase max keyframes to 10000 Don't bind ctrl/cmd+c by default (they interfer with copying text) Many other improvements and fixes Download: LosslessCut 3.69.0 | ARM64 | ~100.0 MB (Open Source) Links: LosslessCut Website | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Doesn't even need a UI for point 2 - use some sort of JSON/XML container - because MOST users won't even bother.
  • Recent Achievements

    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      263
    3. 3
      Skyfrog
      85
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!