• 0 Posts
  • 227 Comments
Joined 2 years ago
cake
Cake day: March 22nd, 2024

help-circle
  • In Firefox, I don’t remember having something similar. That was like 5+ years ago, I believe profiles were there, but perhaps less easy to use.

    The profiles feature in Firefox haa been there for a long, long time—more than a decade, and possibly longer than Chrome has existed—but not many people read the documentation to find the command-line switch to evoke the selector, and they’ve never been terribly easy to find from inside the GUI.











  • That sounds like bad data got written to some config files, because a reboot should have corrected a simple bad handoff and restored the preconfigured state. Might have been interesting to see what xrandr had to say about those monitors at the time, and whether it could have fixed them.

    Anyway, sounds like your side monitors got disabled, and rather than re-enabling them when you exited WINE, something in the stack decided they’d always been that way . . . but because they were still powered and connected, the monitors still said “hi” every few minutes, and then got identified and swatted down again. I doubt I would have had the hand-speed to re-enable them through the GUI the way you did.









  • Not the same distro, but on my system, the relevant file is located at /etc/default/grub. Find the line that says GRUB_CMDLINE_LINUX, uncomment it if necessary, and add your kernel parameter to it (mine has GRUB_CMDLINE_LINUX="acpi_enforce_resources=lax", for historical reasons). Then run grub-mkconfig with appropriate arguments to regenerate your grub configuration.