-
Notifications
You must be signed in to change notification settings - Fork 45
Description
I apologize for opening this issue as I'm not a TinyCore user, but this is my last resort.
For several months, I've been trying to get tinyx to run at full speed without success. Despite extensive research and various attempts, the performance remains slow. I've attached a video that demonstrates the issue, although it's longer than intended due to the slowness.
screencast-20240912-15-44.mp4
I'm using Oasis and compiled tinyx from source. My window manager is a lightly customized version of dwm, but the problem persists with the standard version as well.
In the kernel, I've enabled several framebuffer and Xfbdev related options, including:
CONFIG_FB=y
CONFIG_VGA_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FB_EFI=y
CONFIG_FB_DEVICE=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=300
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_UNIX98_PTYS=y
CONFIG_DRM=y
CONFIG_DRM_I915=y
CONFIG_DRM_I915_USERPTR=y
In one attempt, I even enabled all framebuffer-related options, but the issue persisted.
I believe debugging this problem could lead to a solution, but I'm unsure where to start.