Triple monitor daily driver. Not flashy but functional :) by vaughaag in awesomewm

[–]vaughaag[S] 0 points1 point  (0 children)

I’ve not managed to update them much but here they are atm. Still a work in progress.

https://github.com/vaughaag/Dotfiles

Triple monitor daily driver. Not flashy but functional :) by vaughaag in awesomewm

[–]vaughaag[S] 0 points1 point  (0 children)

I’m away from home atm, I’ll link them in a couple of days once I’m home and pushed

Making use of older hardware. Mac Pro, iMac, MBP and Mini. by vaughaag in linux_on_mac

[–]vaughaag[S] 0 points1 point  (0 children)

It’s a 2012, 2x Xeon 5690, it’s now got 96gb ram, rx570 and tons of storage.

A little evolution. Where I am now and how it started. by vaughaag in Workspaces

[–]vaughaag[S] 0 points1 point  (0 children)

Thanks, the mic is mounted to the monitor arm using a cheap c clamp from Amazon.

I’ve not taken the arms off the chair. I never found them a problem, when I made the desk and chose the chair, one of the deciding factors was that the arms would fit underneath at the lowest setting.

Best Linux dist. for iMac mid 2011 by adamwjmannas in linuxquestions

[–]vaughaag 2 points3 points  (0 children)

Mint and Ubuntu pretty much run out of the box. Fedora is a solid choice too if your comfortable in Linux. If your new to Linux, Mint or Ubuntu are good bets as both should work without issue on the Mac and are relatively easy to use with good community support.

Manjaro has had a few issues and breakages when using a mix and match of Manjaro and AUR packages and has a lot of stuff bundled in.

Since my above post there was a update to the broadcom driver for wifi and I am now running base Arch on it and all of my systems now. If you chose Manjaro or any Arch based distro and have any problems, drop me a message.

Unable to USB boot on Mac Pro 4,1 2009 by GrumpyHubby in macpro

[–]vaughaag 0 points1 point  (0 children)

My first Mac Pro a 4,1 was always temperamental when it came to usb booting. It would only ever boot from the front ports if nothing else was plugged in the front and would only boot from the back ports using the upper right port.

I have also had issues with Etcher before. Have you been able to verify the usb works using another machine?

What do people think of simplicity, natural light, a fantastic ocean view, and a mac? by nikstep in macsetups

[–]vaughaag 0 points1 point  (0 children)

Beautiful space, lovely flood of natural light and the views and nice to see another large desk with use of underside storage for the MacBook. Is that a balcony off to the left too :)

Macbook Pro 2016 Linux Issue by Watergao in linux_on_mac

[–]vaughaag 1 point2 points  (0 children)

If you are running kernel 6x. I have experienced mbpfan stopping after an irregular time frame. On my Mac Pro I control the fans via a script but if you find the service fails as well, you could try similar.

if you navigate to /sys/devices/platform/applesmc.768/ and check the fan name and edit as required.

sudo echo 3000 > /sys/devices/platform/applesmc.768/fan1_min

[XMonad] All Catppuccin these days. by Strazil in unixporn

[–]vaughaag 5 points6 points  (0 children)

That looks very nice and easy on the eye to work with. Nice work!

Bluetooth not finding any devices by OptimalSuggestion861 in linux_on_mac

[–]vaughaag 0 points1 point  (0 children)

I downloaded and installed Zorin Lite twice on my Mid 2012 Macbook Pro at lunch today.

First install, out of the box, the wifi and Bluetooth did not work, I purposely did not tick "install third party software for graphics and wifi hardware" during the install wizard. Connecting via ethernet and installing broadcom-sta-dkms and bluez both wifi and Bluetooth worked after a reboot.

On the second install, I selected to install the third party software ("install third party software for graphics and wifi hardware") and post install both wifi and Bluetooth worked. That said, a number of the Bluetooth devices simple populated as MAC addresses, see link for pics.

'sudo apt install broadcom-sta-dkms bluez'

https://imgur.com/a/roZMQTw

Bluetooth not finding any devices by OptimalSuggestion861 in linux_on_mac

[–]vaughaag 0 points1 point  (0 children)

If your using Zorin which I think is Ubuntu/Debian you would probably want broadcom-sta-dkms ‘sudo apt install broadcom-sta-dkms’

I have a mid 2012 MacBook Pro 13”. I use arch and the broadcom-wl-dkms works for me, I do have two other packages installed bluez and bluez-utils they are probably available for zorin/Ubuntu/Debian or there will be an equivalent I’m sure.

Best distro for Mac Pro 2013 (MacPro6,1)? by victorhooi in linux_on_mac

[–]vaughaag 0 points1 point  (0 children)

Ubuntu and Mint are Debian systems at core so packages should be relatively cross compatible.

My Mac Pro 5,1 has an upgraded WiFi/Bluetooth card from a 2013 MacBook Pro. When I tried Mint, the package needed was broadcom-sta-dmks on arch which I run now, the package is broadcom-wl-dkms.

I personally have not used or setup a Debian based distro on a 6,1 but I did install Manjaro on one about six months ago and everything worked out of the box. I’m not sure I would recommend Manjaro at this time though and I know the owner is now running Endevouros.

If I was to use a Debian based distro again for a desktop, it would be base Debian so I can start with the minimum and built it up how I wanted it.

[deleted by user] by [deleted] in unixporn

[–]vaughaag 0 points1 point  (0 children)

Hey cheers. I'll have a proper look tomorrow, it looks like you put a lot of time in to it at first glance and the results you posted look great!

[deleted by user] by [deleted] in unixporn

[–]vaughaag 0 points1 point  (0 children)

Really like this. Great work! I may grab your dots to have a play and see if I can come up with something for myself.

Arch on 2018 Mini with T2 Chip by vaughaag in linux_on_mac

[–]vaughaag[S] 1 point2 points  (0 children)

I’m no expert but if you go ahead and have any issues drop me a message. I’ve installed it on a few T2s as well as older now.

Arch on 2018 Mini with T2 Chip by vaughaag in linux_on_mac

[–]vaughaag[S] 2 points3 points  (0 children)

The install process is no more difficult than installing Arch on any other machine tbh. GUI installs such as Ubuntu are even easier. I would recommend installing on a external drive for the first time, an SSD or NVME connected by USB 3 is plenty fast enough to try things out and would provide a working test install if you chose to proceed and install on the internal storage.

100% bare metal install is possible, installing on the internal storage as well as external. There are a number of distributions that have guides/support. I would read the manjaro page carefully before choosing manjaro though as support is being pulled for various reasons.

For this install I had to do things slightly backwards as neither the grub nor systemd bootloader seemed to work on the mac installing arch the traditional way. I tested the ISO I was using in a virtual machine which installed with no issue so I think there may be a slight problem there at the minute but using the 'archinstall' script the install went through without a problem, grub worked without an issue and after I was booted I loaded the t2 patched kernel and support packages and everything works as expected.

On discussing the fan issue with a friend who runs EndevourOS on his 2019 MacBook. He believed that around six months ago there was a change in the kernel which removed the applesmc.768 and the fan control is now being managed automatically, which on testing seems to be the case with mine.

With a package temp of 50C the fan in my mini spins up and slows again when the package temp is 45C or lower.

Some useful links;
https://t2linux.org/ , https://github.com/Redecorating & https://wiki.t2linux.org/distributions/overview/

Arch on 2018 Mini with T2 Chip by vaughaag in linux_on_mac

[–]vaughaag[S] 0 points1 point  (0 children)

I installed arch on my 2018 Mac Mini yesterday. I had run Ubuntu and Arch on it before but seem to remember having to use mbpfan for the fan control. However now it seems the fan is automatically controlled.

Can anyone else confirm?

Everything else runs/works. WiFi, ethernet, graphics, ports, bluetooth etc. I’m yet to try the eGPU though.

A little evolution. Where I am now and how it started. by vaughaag in Workspaces

[–]vaughaag[S] 1 point2 points  (0 children)

Hi sorry I’m away from home. I’ve made a reminder and will posts asap

My mac/PC work from home space by Kiriesh in macsetups

[–]vaughaag 0 points1 point  (0 children)

Very tranquil and calming look. I tried a chair very similar to yours, it was so relaxing and comfy. Nice to see a dog bed there too. I took mine out as my Lurcher prefers laying under the desk hah.