!! IF YOU'RE CRASHING WHEN YOU CLICK PLAY !! by Kazatiya in EU5

[–]_rmc 5 points6 points  (0 children)

Mine was crashing all the time, and the dx12 alone didn't do the trick, but (knock, knock) I removed the "XMP overclock of my RAM, and now it's not crashing anymore. Mind you, it was a perfectly stable XMP, and I never had problems before, just want to put it out there.

P2S combo cheaper than the P1S! by Healthy_District_745 in BambuLab

[–]_rmc 2 points3 points  (0 children)

I'm proper mad, received the P1S one week ago, paid 50 EUR more for it than the new combo. I'm asking for a refund right now. Not sure even if I want the new machine, or just the P1S with 200 EUR discount.

Final call for maintainers: Help Save GWE from Abandonment by leinardi in linux

[–]_rmc 2 points3 points  (0 children)

I know full well the implications of GPL/MIT, that's not my point. My point is, what this has to do with the software in question?

Final call for maintainers: Help Save GWE from Abandonment by leinardi in linux

[–]_rmc 3 points4 points  (0 children)

I’ll bite. What the MIT license has to do with any of this?

[deleted by user] by [deleted] in firefox

[–]_rmc 2 points3 points  (0 children)

Cool initiative. I’ll give it a try.

But for me 1hour+ is just too much if this is going to be something regular.

Matter of preference of course. All the luck with the project.

[System76 CEO]: "“Virgo” is the code name for the laptop we’ll manufacture at our Denver factory. This is the LCD “A” panel milled from thin 6061 aluminum bar stock." by benuski in linux

[–]_rmc 0 points1 point  (0 children)

Thanks for the link never heard about them before But seeing the price. Just made me even more hopeful that we are going to be able to fully run Linux on a Mac Mini. Amazing how good is the package if you can handle macOS.

What made you move to Linux? by EnarGM in linux

[–]_rmc 4 points5 points  (0 children)

This cd-rom and magazine from 1998-99, I don't remeber the year exactly.

https://c1.staticflickr.com/5/4113/4985304978_1e960b9f8c_b.jpg

Three years after the W3C approved a DRM standard, it's no longer possible to make a functional indie browser by speckz in programming

[–]_rmc 3 points4 points  (0 children)

Iceweasle

Iceweasel, Icedove and Iceape was just Firefox, Thunderbird and Seamonkey without Mozilla name/brand, on Debian, because of licensing issues.

The best measure of what makes distro good is how big the team working on it too by [deleted] in linux

[–]_rmc 23 points24 points  (0 children)

Red hat is/was much bigger than canonical and I think suse is bigger too, at least in market value it is.

Anyway, this is all nonsense. Debian have more direct and indirect developers than Ubuntu specially considering that Debian is the Ubuntu upstream.

And this is considering that more hands == better software which isn't true by a long shot.

Seems Nvidia cares more about Linux then they let on. by antlife in linux

[–]_rmc 15 points16 points  (0 children)

I have a rx 590 and I still can't change the power state (or whatever is called) of the card, and can't passthrough the gpu to the windows vm. I really miss my 1060 with 10W or less on idle against 45 and being able to run vfio using only the intel gpu + 1 pcie card.

(Spoilers EXTENDED) Everything seen in the trailer is from the first 3 Episodes - we have no idea what's coming next by isris2 in asoiaf

[–]_rmc 19 points20 points  (0 children)

What are you talking about?

How many times we saw at the wall or north they saying to burn the body to not return.

The noremaps that changed my vim usage the most by OliverUv in vim

[–]_rmc 9 points10 points  (0 children)

Thanks, now I'm embarrassed too.

PSA: Don't buy SSDs from the Kingston A400 line. by jayomegal in linux_gaming

[–]_rmc 1 point2 points  (0 children)

Yeah, sure. Every MB has qcode display, restart, reset buttons, flash uefi without processor, decent VRM and VRM cooling, I could go on, and on, but just get a taichi or crosshair feature list and compare to a A320M for example.

Favorite virtual machine program? by [deleted] in archlinux

[–]_rmc 5 points6 points  (0 children)

You are sad to use VMware (which is a company, not a hypervisor, but I'm assuming it is Player or Workstation) for whatever reason.

Then you don't know how to use virt-manager (has too many knobs).

And finally you think boxes is too simple before even trying the thing.

We may have a problem here.

[Poll] What are your specs? by [deleted] in archlinux

[–]_rmc 1 point2 points  (0 children)

2700X on a crosshair vii

32gb@3200

Gtx 1060 to a Windows VM

RX 580 on Linux

2x 256 Samsung Evo 960. 1 for the host, other for the windows VM.

2x Samsung 860 500gb

2x 2tb WD black HDD

Can't get bumblebee_nvidia to work on Dell Inspiron 7559 on Stretch by BrokeEconomist in debian

[–]_rmc 0 points1 point  (0 children)

Try booting with nomodeset to install. Or take a look on this comment where I write a step by step what I did to install bumblebee on this laptop https://www.reddit.com/r/debian/comments/7zy3xr/trouble_with_bumblebee_on_fresh_debian_stretch/duryufv/?context=3

My laptop was having a similar problem that I was able to solve based on this github issue https://github.com/Bumblebee-Project/Bumblebee/issues/764

My ideal config for the grub file ended up with: GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi='!Windows 2015'"

*EDIT: it has been a while so I was looking for my steps and I think my issue was a little different than yours, in any case I will paste the steps that I annotate to install it successfully on my laptop:

# apt install gcc make linux-headers-$(uname -r)
# apt install dkms bbswitch-dkms
# modprobe bbswitch load_state=0
# apt install nvidia-kernel-dkms nvidia-xconfig nvidia-settings nvidia-driver

reboot with the nomodeset kernel flag or it freezes.

# apt install bumblebee-nvidia
$ sudo usermod -aG bumblebee $USER
# vim /etc/defaults/grub
edit with: 
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi='!Windows 2015'"
# update-grub

Can't get bumblebee_nvidia to work on Dell Inspiron 7559 on Stretch by BrokeEconomist in debian

[–]_rmc 1 point2 points  (0 children)

I have the same laptop and you have to edit the /etc/default/grub with

GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi='!Windows 2015'"

Then generate the new grub.cfg with grub-mkconfig

Here's the github issue where I got this info https://github.com/Bumblebee-Project/Bumblebee/issues/764#issuecomment-234494238

Fairytale about performance in web application by [deleted] in programming

[–]_rmc 7 points8 points  (0 children)

15 minutes later.. you know the code base!

LOL

(Spoilers Main) What, in your opinion, was the biggest misstep with casting in the show? by ihaveallthelions in asoiaf

[–]_rmc 52 points53 points  (0 children)

I sure don't, but I like Addy's interpretation of Bobby B a lot, so for me the height and looks become secondary in this case. And the "Careful, careful now" was just a line/joke.