FreeBSD Bugzilla – Attachment 113456 Details for
Bug 155011
x11/nvidia-settings versions 195 and above fail to allow display configuration with legacy nvidia-driver versions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 692 bytes, created by
Tom Russo
on 2011-02-24 21:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tom Russo
Created:
2011-02-24 21:20:08 UTC
Size:
692 bytes
patch
obsolete
>--- src/gtk+-2.x/ctkdisplayconfig-utils.c.orig 2011-02-24 13:55:03.000000000 -0700 >+++ src/gtk+-2.x/ctkdisplayconfig-utils.c 2011-02-24 13:56:05.000000000 -0700 >@@ -2103,11 +2103,14 @@ > /* See if the screen is set to not scanout */ > ret = NvCtrlGetAttribute(screen->handle, NV_CTRL_NO_SCANOUT, &val); > if (ret != NvCtrlSuccess) { >+#if 0 > *err_str = g_strdup_printf("Failed to query NoScanout for " > "screen %d.", > screen_id); > nv_warning_msg(*err_str); > goto fail; >+#endif >+ val = NV_CTRL_NO_SCANOUT_DISABLED; > } > screen->no_scanout = (val == NV_CTRL_NO_SCANOUT_ENABLED);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155011
: 113456