Sammirr

joined 3 months ago
 

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?

[–] Sammirr@aussie.zone 2 points 1 month ago

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.

[–] Sammirr@aussie.zone 7 points 1 month ago (2 children)

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.

[–] Sammirr@aussie.zone 7 points 2 months ago (2 children)

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.

[–] Sammirr@aussie.zone 3 points 3 months ago (1 children)

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.

[–] Sammirr@aussie.zone 7 points 3 months ago

From West to East: Not the usual road traveled

[–] Sammirr@aussie.zone 1 points 3 months ago (2 children)

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.