search for: _screen

Displaying 3 results from an estimated 3 matches for "_screen".

Did you mean: screen
2007 Aug 13
0
[PATCH] Add _display when it's not a screen specific setting.
...nsertions(+), 0 deletions(-) diff --git a/settings-backend/kconfig_backend.cpp b/settings-backend/kconfig_backend.cpp index 196ed03..073da47 100644 --- a/settings-backend/kconfig_backend.cpp +++ b/settings-backend/kconfig_backend.cpp @@ -484,6 +484,8 @@ readSetting (CCSContext *c, group += "_screen"; group += QString::number (setting->screenNum); } + else + group += "_display"; cfg->setGroup (group); @@ -994,6 +996,8 @@ writeSetting (CCSContext *c, group += "_screen"; group += QString::number (setting->screenNum); } + else + gro...
2012 Sep 24
8
[Bug 55294] New: Running EGL demos on DRM from mesa-demos causes a corrupted output on NV50
...chment.cgi?id=67649&action=edit kernel log with nouveau.reg_debug=0x600 When I try to run the mesa demos on the EGL/DRM backend I get a corrupted screen. You can find the demos here: http://cgit.freedesktop.org/mesa/demos/tree/src/egl/opengl The binaries for the EGL/DRM backend have a "_screen" suffix. The demos are using eglut with the eglut_screen/drm backend. The following kernel errors are printed: [drm] nouveau 0000:01:00.0: EvoCh 0 Mthd 0x086c Data 0x00005564 (0x0084 0x04) [drm] nouveau 0000:01:00.0: EvoCh 1 Mthd 0x080c Data 0x00005564 (0x0084 0x04) You can find a screenshot...
2012 Nov 28
12
[Bug 57660] New: nv?? show error nv??_screen_get_param:??? - unknown PIPE_CAP 76
https://bugs.freedesktop.org/show_bug.cgi?id=57660 Priority: medium Bug ID: 57660 Assignee: nouveau at lists.freedesktop.org Summary: nv?? show error nv??_screen_get_param:??? - unknown PIPE_CAP 76 Severity: normal Classification: Unclassified OS: Linux (All) Reporter: mustrumr97 at gmail.com Hardware: All Status: NEW Version: git Component: Drivers/DRI/nou...