[Bug 276181] graphics/drm-61-kmod - screen flickering on Raptor Lake graphics
Date: Fri, 23 Feb 2024 09:15:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276181
--- Comment #10 from Oleksandr Kryvulia <shuriku@shurik.kiev.ua> ---
(In reply to Gen Otsuji from comment #8)
There is no such option in current version of x11-servers/xorg-server from our
ports:
cat work-xorg/xorg-server-21.1.11/hw/xfree86/drivers/modesetting/driver.c
...
static const OptionInfoRec Options[] = {
{OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE},
{OPTION_DEVICE_PATH, "kmsdev", OPTV_STRING, {0}, FALSE},
{OPTION_SHADOW_FB, "ShadowFB", OPTV_BOOLEAN, {0}, FALSE},
{OPTION_ACCEL_METHOD, "AccelMethod", OPTV_STRING, {0}, FALSE},
{OPTION_PAGEFLIP, "PageFlip", OPTV_BOOLEAN, {0}, FALSE},
{OPTION_ZAPHOD_HEADS, "ZaphodHeads", OPTV_STRING, {0}, FALSE},
{OPTION_DOUBLE_SHADOW, "DoubleShadow", OPTV_BOOLEAN, {0}, FALSE},
{OPTION_ATOMIC, "Atomic", OPTV_BOOLEAN, {0}, FALSE},
{OPTION_VARIABLE_REFRESH, "VariableRefresh", OPTV_BOOLEAN, {0}, FALSE},
{OPTION_USE_GAMMA_LUT, "UseGammaLUT", OPTV_BOOLEAN, {0}, FALSE},
{OPTION_ASYNC_FLIP_SECONDARIES, "AsyncFlipSecondaries", OPTV_BOOLEAN, {0},
FALSE},
{-1, NULL, OPTV_NONE, {0}, FALSE}
};
P.S. This[1] was merged to master branch about a year ago and no new releases
was made.
[1]
https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1006?commit_id=a94dd95369941471774cc78d22474db95fc4bb50
--
You are receiving this mail because:
You are the assignee for the bug.