search for: endmod

Displaying 6 results from an estimated 6 matches for "endmod".

Did you mean: envmod
2016 Jan 05
3
Activate DVI-I behind KVM on FX 5200
Hi folks, I don't seem to be able to enable the DVI-I output of an old FX 5200 behind a KVM switch. Autodetection works fine if the FX 5200 DVI output is switched to the monitor, but when it is not, I have not found a way to force-enable it. Here is what I tried: *) used the video=DVI-I-1:1280x1024-24 at 60e kernel parameter (framebuffer still sits at 1024x768) *) used "options
2005 Nov 18
2
x windows and i810 chipset
I have an i810 chipset and am trying to set a custom mode. X is not taking that mode. Has anyone else run into this situation? How do I get X to take the mode on an i810 driver. Jerry
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up
2010 Nov 28
18
[Bug 31961] New: [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on [CRTC:6]
https://bugs.freedesktop.org/show_bug.cgi?id=31961 Summary: [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on [CRTC:6] Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...ns><span class="cx"> * "Dialog#create_std_dialog_button_sizer":#Dialog_createstddialogbuttonsizer </span><span class="cx"> * "Dialog#do_ok":#Dialog_dook </span><span class="cx"> * "Dialog#end_modal":#Dialog_endmodal </span><span class="cx"> * "Dialog#get_affirmative_id":#Dialog_getaffirmativeid </span><ins>+* "Dialog#get_escape_id":#Dialog_getescapeid </ins><span class="cx"> * "Dialog#get_return_code":#Dialog_getreturncode...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...onst bool iconize ) ; + bool IsIconized() const; + void SetIcon(const wxIcon& icon ) ; + void SetIcons(const wxIconBundle& icons ) ; + void SetTitle(const wxString& title ) ; + virtual bool Show(bool show = true ) ; + + virtual int ShowModal()=0; + virtual void EndModal(int retCode )=0; + virtual bool IsModal()const=0; + void SetReturnCode(int retCode ) ; + int GetReturnCode() const; + void SetAffirmativeId(int affirmativeId); + int GetAffirmativeId() const; + void SetEscapeId(int escapeId); + int GetEscapeId() const; +private: + void O...