search for: lpg

Displaying 7 results from an estimated 7 matches for "lpg".

Did you mean: log
2003 Sep 09
1
ANOVA
...LsHG -4.9901811 -3.07 -7.277441 -6.92 3.720834 4.38 5.881904 12.38 31 LsHG -4.8716366 -3.09 -9.519955 -9.19 3.448722 3.11 6.209417 10.61 32 LsHG -4.9816874 -3.18 -10.213482 -9.88 3.800335 4.52 6.123314 9.62 33 LsHG -5.2910151 -3.45 -9.932184 -9.58 3.977211 3.82 6.607025 11.32 34 LpG -3.8409134 -1.73 -3.860474 -3.41 5.684152 9.39 6.836872 10.39 35 LpG 0.6961129 1.74 -6.001874 -5.82 4.579058 7.48 5.443493 8.38 36 LpG -1.7564074 -0.59 1.418013 1.92 7.995624 18.88 8.777576 19.33 37 LpG -1.1411241 0.06 -1.874103 -1.64 5.705399 11.19 7.445697 15.74 38 LpG...
2014 Nov 12
1
[PATCH] fb/gk20a: fix setting of large page size bit
...-27,6 +27,20 @@ struct gk20a_fb_priv { }; static int +gk20a_fb_init(struct nouveau_object *object) +{ + struct gk20a_fb_priv *priv = (void *)object; + int ret; + + ret = nouveau_fb_init(&priv->base); + if (ret) + return ret; + + nv_mask(priv, 0x100c80, 0x00000001, 0x00000000); /* 128KiB lpg */ + return 0; +} + +static int gk20a_fb_ctor(struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, void *data, u32 size, struct nouveau_object **pobject) @@ -48,7 +62,7 @@ gk20a_fb_oclass = &(struct nouveau_fb_impl) { .base.ofuncs = &...
2011 Sep 29
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
...y laptop died (including new monitor) and then had to shell out more cash for new mobo, CPU and RAM for this PC. We really need to buy a new car because the wife's has become more expensive to fix than to junk, and my car looks like it's developed a leak in the fuel system somehow (it's LPG). I really cannot afford new graphics cards. It would be cheaper to pay for a Windows 7 license and run the game under Windows. Which was what I was doing before the old mobo died.
2009 Aug 18
15
dlm stress test hangs OCFS2
This email is also sent to cluster-devel at redhat.com. Since this issue is about both dlm and ocfs2, I send the email here to look for help from upstream. This is an already known issue. on ocfs2 with user space cluster stack, run the test script from http://people.redhat.com/~teigland/make_panic on the mounted ocfs2 volume from 2 nodes simultaneously, the access to ocfs2 volume on both nodes
2019 May 16
0
Serial output does not work
...# PATH x64 # Include does not work corret in this version # INCLDUE /COMMON/common.cfg CONSOLE 1 serial 0 115200 0 # 2017-11-07 obejoh: add threadirqs to activate threaded irqs # # Clear LEDs before starting Linux. After this salamander LABEL is called internally. # show screen DISPLAY screen.lpg # load plugin DEFAULT hardware_init.c32 LABEL salamander KERNEL /bzImage APPEND root=/dev/sda2 rw nohlt idle=poll quiet xeno_hal.smi=1 isolcpus=0 irqaffinity=1 threadirqs LABEL salamander_update KERNEL /bzImage INITRD /initramfs.igz APPEND root=/dev/ram ini...
2012 May 03
1
plash screen stop displayed when starting linux
Hi, I'done a ubuntu 10.04 live CD (kernel 2.6.32-41). Here is my (V4.04) syslinux.cfg: PROMPT 0 DISPLAY splash.lpg TIMEOUT 0 DEFAULT linux CONSOLE 0 LABEL linux kernel vmlinuz append boot=balird initrd=initrd.gz rolayer=LABEL=Cd_rom:/filesystem.squashfs ro_mpoint=/cdrom ro_mpoint_opts=rw quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap Every thing is ok : splash scre...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *