search for: xpad

Displaying 15 results from an estimated 15 matches for "xpad".

Did you mean: pad
2001 Jan 22
0
vorbiscomment gui ideas
...; <widget> <class>GtkLabel</class> <name>label1</name> <label>Vorbis Comment Editor</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> </widget> <widget> <class>GtkVBox</class> <name>vbox</name> &l...
2016 May 30
0
[PATCH v2 3/3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
...CK_VERSION(3,4,0) /* gtk >= 3.4 */ +/* GtkGrid is sufficiently similar to GtkTable that we can just + * redefine these functions. + */ +#define table_new(grid, rows, columns) \ + (grid) = gtk_grid_new () +#define table_attach(grid, child, left, right, top, bottom, xoptions, yoptions, xpadding, ypadding) \ + do { \ + gtk_grid_attach (GTK_GRID (grid), (child), \ + (left), (top), (right)-(left), (bottom)-(top)); \ + if ((xoptions) == GTK_EXPAND)...
2016 May 30
1
[PATCH v3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
This version of the Gtk 2/3 patch gets alignment and padding mostly right. I still can't work out how to vertically align labels in the middle of a cell in a GtkGrid. The GtkTextView in the final dialog is still broken. Rich.
2016 May 30
4
[PATCH v2 0/3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
This is basically the same as what I posted earlier today. The main difference is I split out the GDK thread sychronization (removal of) changes from the other Gtk 2/3 changes, which should make it a bit easier to review. Gtk 3 is still not quite perfect. Apart from the problem with the GtkTextView noted before, there are also vertical alignment and padding problems with labels in GtkGrid
2016 May 30
2
[PATCH 0/2] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
... and a small initial patch which makes it easier to test virt-p2v without having to start up a virtual machine. There is still a bug in Gtk 3 where the GtkTextView on the final (running) dialog ignores gtk_widget_set_size_request and so the window appears just a single pixel high. Rich.
2005 Oct 07
2
Text in Boxes?
It's probably a beginner's question: How do I show text in boxes? That is, can I specify a background color for text output with text() ? The following doesn't work as I would expect: text(labels="123", 50, 0.5, bg="green") I've experimented with legend(),which will make the box too wide, and also with rect(), which doesn't know the extent of the text
2007 Jun 05
1
multiple plot in odfWeave
...orld", xlim=c(-15,40),ylim=c(27,71), fill=TRUE, col="#FFFFCC") points(df$longitude,df$latitude, col="red", pch=16) spread.labels(df$longitude,df$latitude,df$orgashort,0,bg="#CCFFFF", border=TRUE, cex=0.8, xpad=0.5, ypad=0.8, font=6) } @ Then in the R console: >library (odfWeave) >inFile <- "/home/lamilhat/AQUAGENOME/PRESENTATION/RAPPORTS/test_2.odt" >outFile <- "/home/lamilhat/AQUAGENOME/PRESENTATION/RAPPORTS/test_2_out.odt" >imageDefs <- getImageDefs()...
2007 Nov 20
2
Mustek Powermust 600VA
Hi, I'm having a hard time configuring a Mustek Powermust 600VA ups to work via USB with nut. I read somewhere that nut works OK via the rs232 cable, but unfortunately I don't have a COM port in my computer. The kernel detects the ups as an Xbox pad :) and loads the xpad module. I tried running /lib/nut/megatec with different /dev/ttySx but it displays megatec protocol UPS was not detected. This is what I get from lsusb -v: Bus 001 Device 002: ID 06da:0003 Phoenixtec Power Co., Ltd Device Descriptor: bLength 18 bDescriptorType 1 bcd...
2011 Oct 09
2
Playing Rage (Steam version) with a gamepad
I'm playing the newly released game Rage by id software on my Arch Linux 64 bit box and runs quite nicely. I was beginning to wonder if it would be possible to ply the game with controller/gamepad? What is possible/easiest to set up with wine? I have an ps3 controller could that do the job or would it be easier to get an xbox 360 controller or a completely different gamepad? Any suggestions
2013 Dec 11
4
[Bug 72599] New: [NVC0] null pointer dereference (nouveau_fence_wait_uevent.isra.5)
...t_DSCP xt_dscp xt_dccp xt_conntrack xt_connmark xt_CLASSIFY xt_AUDIT xt_tcpudp xt_state iptable_raw iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables x_tables it87 usblp isl6421 cx24116 cx88_dvb joydev adt7475 videobuf_dvb xpad hwmon_vid dvb_core nouveau tuner cfbfillrect cfbimgblt video snd_hda_codec_hdmi fbcon bitblit backlight softcursor font mxm_wmi cfbcopyarea ttm cx8800 cx8802 cx88xx drm_kms_helper snd_hda_codec_realtek tveeprom snd_virtuoso snd_oxygen_lib snd_hda_intel btcx_risc videobuf_dma_sg videobuf_core rc_cor...
2019 Jul 28
1
[Bug 111242] New: Device driver tries to sync DMA memory it has not allocated
...e_filter ip6_tables iptable_filter ip_tables sunrpc vfat fat intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek snd_hda_codec_hdmi coretemp snd_hda_codec_generic ledtrig_audio kvm_intel snd_hda_intel snd_hda_codec kvm snd_hda_core irqbypass snd_hwdep joydev xpad snd_seq ff_memless snd_seq_device snd_pcm intel_cstate iTCO_wdt iTCO_vendor_support intel_uncore gpio_ich snd_timer mei_me e1000e snd intel_rapl_perf mei soundcore i2c_i801 lpc_ich nouveau crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel mxm_wmi wmi video i2c_algo_bit drm_kms_helper j...
2013 Nov 14
9
[Bug 71620] New: nouveau_fence_wait_uevent NULL pointer dereference
https://bugs.freedesktop.org/show_bug.cgi?id=71620 Priority: medium Bug ID: 71620 Assignee: nouveau at lists.freedesktop.org Summary: nouveau_fence_wait_uevent NULL pointer dereference Severity: normal Classification: Unclassified OS: Linux (All) Reporter: kdatanasov at gmail.com Hardware: x86-64 (AMD64)
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am
2015 Dec 25
1
[RFC PATCH v2 0/7] stabilize kepler reclocking
...d-generic 0003:05AF:0003.0004: input,hidraw2: USB HID v1.10 Device [SUNREX USB Keyboard] on usb-0000:00:14.0-1.3/input1 [ 4.493607] input: Xbox 360 Wireless Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.6/input/input29 [ 4.544568] usbcore: registered new interface driver xpad [ 4.545730] konepure 0003:1E7D:2DB4.0002: input,hidraw3: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone Pure Optical] on usb-0000:00:14.0-1.1/input1 [ 4.688988] nouveau 0000:04:00.0: DRM: MM: using COPY for buffer copies [ 4.935950] nouveau 0000:04:00.0: DRM: allocated 1920x1080 fb: 0x60000, b...
2015 Dec 25
3
[RFC PATCH v2 0/7] stabilize kepler reclocking
Hello, following up on myself, it was suggested on IRC that I better attach a dmesg output. Here's the output of a clean boot & echo 0f > /sys/.../pstate cycle. I can't spot a message that relates to the reclock action, and there's only one weird "nouveau 0000:04:00.0: clk: base: 7 MHz, boost: 7 MHz" message. On the other hand: # cat