Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303882 Details for
Bug 444089
Add a check for the version of Xrandr available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
control-center part of the patch
randr-versioncheck.patch (text/plain), 1.33 KB, created by
Matthias Clasen
on 2008-04-27 00:18:08 UTC
(
hide
)
Description:
control-center part of the patch
Filename:
MIME Type:
Creator:
Matthias Clasen
Created:
2008-04-27 00:18:08 UTC
Size:
1.33 KB
patch
obsolete
>diff -up gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c.versioncheck gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c >--- gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c.versioncheck 2008-04-26 20:12:43.000000000 -0400 >+++ gnome-control-center-2.22.1/capplets/display/xrandr-capplet.c 2008-04-26 20:15:40.000000000 -0400 >@@ -1521,6 +1521,19 @@ run_application (App *app) > app->screen = rw_screen_new (gdk_screen_get_default(), > on_screen_changed, app); > >+ if (app->screen == NULL) { >+ GtkWidget *dialog = gtk_message_dialog_new (NULL, >+ GTK_DIALOG_DESTROY_WITH_PARENT, >+ GTK_MESSAGE_WARNING, >+ GTK_BUTTONS_OK, >+ "The X Server does not support the XRandR extension version 1.2. Runtime resolution changes to the display size are not available." >+ ); >+ gtk_window_set_title (GTK_WINDOW (dialog), ""); >+ gtk_dialog_run (GTK_DIALOG (dialog)); >+ gtk_widget_destroy (dialog); >+ return; >+ } >+ > app->dialog = glade_xml_get_widget (xml, "dialog"); > > gtk_window_set_default_icon_name ("gnome-display-properties");
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 444089
:
303698
|
303881
| 303882