Tom Englund

Results 11 issues of Tom Englund

i havent exactly figured out what bits of laptop-mode-tools thats changing it but upon reboot or plugging in or out the power cord changes it. /sys/bus/pci/devices/0000:01:00.0/power/control gets changed to "on"...

any tab in the "APP SETTINGS" below Accessibility is unclickable. this is on wayland if it matters.

Hi ive gone through the various FN + key combos and found some irregularities however not sure if they are fixable or meant to be like that but i thought...

### Hyprland Version System/Version info ```sh Hyprland, built from branch at commit 4daa5c06587390c5c6835275ccbfc645bacc0052 (flake.lock: update). Date: Tue May 21 18:17:34 2024 Tag: v0.40.0-115-g4daa5c06, commits: 4721 flags: (if any) System Information:...

bug

expand the debug trace logging by actually reading the atom name from xcb, will also print the proper atom for xcb internal ones and not just the HYPRATOMS ones.

core
xwayland

### NVIDIA Open GPU Kernel Modules Version 565.77 ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for...

bug

reading nvidia docs they say this. ``` All relevant GL state should be initialized during application initialization and not in the main render loop. For instance, occasionally glClearDepthf, glColorMask, or...

core
debug
render
hyprerror

it seems vkcube disregards the xdg_toplevel configure of the new size and just proceeds with the size 500,500 buffer and eventually hits renderpassbegin with a renderarea larger then the buffer...

if lastwindow is unmapped it hits getWindowInDirection and nullptr derefs window->m_workspace. and coredumps. triggered by dual monitor and one client on each surface with a combination of animation and killactive...

core
managers

instead of storing used async bufs in the renderer and dropping them on the first monitor pageflip, store them per monitor and drop on the monitors pageflip. problem before was...

core
managers
protocols
render
helpers