Using a new device, I'm finding that top level comments for posts don't have much by way of padding or margin on the left (or right). On this new device, these comments can be difficult to read due to a curved screen. Is there a way I can somehow add some padding?

2
1
linux
Linux 3mo ago
Jump
Debating upgrading from RTX 2080 > RX 7900 GRE to please my driver making overlords, thoughts?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    Sammirr
    3mo ago 100%

    Hard to know. Will the interface be specific to driver versions? Will it require an updated kernel driver for each userspace driver as it does now? I don't know that we have the answers.

    2
  • linux
    Linux 3mo ago
    Jump
    Debating upgrading from RTX 2080 > RX 7900 GRE to please my driver making overlords, thoughts?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    Sammirr
    3mo ago 100%

    Worth noting that Nvidia only intends to open source the kernel driver. This is only half the driver, as a userspace blob will still be required, and that will remain closed and proprietary.

    7
  • [Question] what exactly is hard about adopting IPv6??
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    Sammirr
    4mo ago 81%

    People hate change. And even now, IPv6 support in new devices can be hit-or-miss. Even most cellular networks in my country don't support IPv6.

    7
  • linux
    Linux 5mo ago
    Jump
    LMDE6 started to drop Realtek wifi card
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    Sammirr
    5mo ago 100%

    I'd start with checking logs with journalctl as a privileged user. If the device disappears, there should be logs about it. Maybe that will point the way.

    3
  • What to do after a crash?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    Sammirr
    5mo ago 100%

    It would be worth looking through your journal. There is usually some amount of logging even in the event of a hardware issue. See journalctl.

    As others suggest, does sound related to sleep / suspend. If that is the case, you could have a problem like I did where my motherboard BIOS incorrectly reports usb capabilities which results in an immediate resume from sleep. That abrupt change causes the amdgpu driver to crash, and the system hangs soon after. My workaround is to disable features on the offending usb host controller.

    1