search for: hsize

Displaying 20 results from an estimated 39 matches for "hsize".

Did you mean: size
2017 May 16
0
Consider increasing the size of HSIZE
The HSIZE constant, which sets the size of the hash table used to store symbols is currently defined as `#define HSIZE 4119`. This value was last increased in r5182 on 1999-07-15. https://github.com/jimhester/hashsize#readme contains a code which simulates a normal R workflow by loading a handful of package...
2020 Jul 10
0
X11 issue on CentOS 8
...the Settings->Display the highest resolution is 1920x1080. This is native not a guest VM. Trying to fix the issue. Jul 9 20:33:49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (II) intel(0): Supported standard timings: Jul 9 20:33:49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (II) intel(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361 Jul 9 20:33:49 devgeisC8/ usr/libexec/gdm-x-session[2010]: (II) intel(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 Jul 9 20:33:49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (II) intel(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 J...
2020 Jul 09
2
X11 issue on CentOS 8
I have files in /etc/X11/xorg.conf.d rw-r--r--. 1 silentm silentm 311 Jul 9 13:25 00-keyboard.conf -rw-r--r--. 1 silentm silentm 328 Jul 9 14:28 01-display.conf This is my 01-display.conf # This file goes into /etc/X11/xorg.conf.d Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0
2009 Jul 18
1
[LLVMdev] speed and code size issues
I'd look at if_spppsubr.o, which is big in the llvm directories and doesn't appear in the gcc directory listings at all (I assume the listings were fed through tail or something, but there's clearly a sizeable difference there) On Jul 17, 2009, at 5:41 PMPDT, Daniel Dunbar wrote: > On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote: >> On
2012 May 04
1
NV43: Native resolution not available on Dell 2007FP
...at 75Hz [ 4677.074] (II) NOUVEAU(0): 1024x768 at 60Hz [ 4677.074] (II) NOUVEAU(0): 1024x768 at 75Hz [ 4677.074] (II) NOUVEAU(0): 1280x1024 at 75Hz [ 4677.074] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 4677.074] (II) NOUVEAU(0): Supported standard timings: [ 4677.074] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 4677.074] (II) NOUVEAU(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 4677.074] (II) NOUVEAU(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 4677.074] (II) NOUVEAU(0): Supported detailed timing: [ 4677.074] (II) NOUVEAU(0): cloc...
2007 Jun 12
0
[PATCH] Added rotation state.
...memset (cs->cleared, 0, sizeof (cs->cleared)); cubeUpdateOutputs (s); diff --git a/plugins/rotate.c b/plugins/rotate.c index 7aecd56..fdd9442 100644 --- a/plugins/rotate.c +++ b/plugins/rotate.c @@ -346,6 +346,9 @@ rotatePreparePaintScreen (CompScreen *s, else tx = (s->hsize * xrot / 360.0f) + 0.5f; + /* flag end of rotation */ + cs->rotationState = RotationNone; + moveScreenViewport (s, tx, 0, TRUE); rs->xrot = 0.0f; @@ -559,6 +562,7 @@ rotateInitiate (CompDisplay *d, if (s) { ROTATE_SCREEN (s); + CUBE_SCREEN (s);...
2013 Mar 10
1
[Bug 62115] New: Refresh rate stuck at 60Hz
https://bugs.freedesktop.org/show_bug.cgi?id=62115 Priority: medium Bug ID: 62115 Assignee: nouveau at lists.freedesktop.org Summary: Refresh rate stuck at 60Hz QA Contact: xorg-team at lists.x.org Severity: critical Classification: Unclassified OS: Linux (All) Reporter: josealb77 at hotmail.com
2014 Oct 26
9
[Bug 85471] New: nouveau/kernel 3.18.0-rc1: nouveau deadlocks on 2nd Xorg start or reboot
https://bugs.freedesktop.org/show_bug.cgi?id=85471 Bug ID: 85471 Summary: nouveau/kernel 3.18.0-rc1: nouveau deadlocks on 2nd Xorg start or reboot Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium
2002 Jan 14
1
trouble using R Mathlib as standalone
...ine MATHLIB_STANDALONE #include <Rmath.h> /* random sample from proposal distribution q-gibbs */ double q_gibbs_rand(Cube& cube, double& beta, vector<double>::size_type& t) { vector<double> ctr = ((0.5)*(cube.down + cube.up)).coord; vector<double>::size_type hsize = ctr.size(); double a, u, y; if(t == 0) a = beta*ctr[t+1]; else if(t == hsize - 1) a = beta*ctr[t-1]; else a = beta*(ctr[t-1] + ctr[t+1]); GetRNGstate(); u = unif_rand(); PutRNGstate(); y = (1/a)*log( ( exp(a) - exp(-a) )*u + exp(-a) ); return y; } ****************...
2014 Dec 13
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
...): 832x624 at 75Hz (II) NOUVEAU(0): 1024x768 at 60Hz (II) NOUVEAU(0): 1024x768 at 70Hz (II) NOUVEAU(0): 1024x768 at 75Hz (II) NOUVEAU(0): 1280x1024 at 75Hz (II) NOUVEAU(0): 1152x864 at 75Hz (II) NOUVEAU(0): Manufacturer's mask: 0 (II) NOUVEAU(0): Supported standard timings: (II) NOUVEAU(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273 (II) NOUVEAU(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293 (II) NOUVEAU(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321 (II) NOUVEAU(0): #3: hsize: 1280 vsize 1024 refresh: 75 vid: 36737 (II) NOUVEAU(0): #4: hsize: 1280 vsize 960 refres...
2010 Jun 21
0
Bug#586670: xen-hypervisor-3.4-i386: xserver does not work on i386 system in dom0, while works on amd64 system
...72Hz (II) intel(0): 800x600 at 75Hz (II) intel(0): 832x624 at 75Hz (II) intel(0): 1024x768 at 60Hz (II) intel(0): 1024x768 at 70Hz (II) intel(0): 1024x768 at 75Hz (II) intel(0): 1280x1024 at 75Hz (II) intel(0): Manufacturer's mask: 0 (II) intel(0): Supported standard timings: (II) intel(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) intel(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149 (II) intel(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989 (II) intel(0): #5: hsize: 1024 vsize 768 refresh: 72 vi...
2016 Jul 08
1
Help with nouveau driver
...at 60Hz [ 4.689] (II) NOUVEAU(0): 1024x768 at 70Hz [ 4.689] (II) NOUVEAU(0): 1024x768 at 75Hz [ 4.689] (II) NOUVEAU(0): 1280x1024 at 75Hz [ 4.689] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 4.689] (II) NOUVEAU(0): Supported standard timings: [ 4.689] (II) NOUVEAU(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361 [ 4.689] (II) NOUVEAU(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281 [ 4.689] (II) NOUVEAU(0): Supported detailed timing: [ 4.689] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 509 x 286 mm [ 4.689] (II) NOUVEAU(0): h_active: 19...
2011 Oct 09
0
Any known problems using xrandr with Nouveau
...at 60Hz [ 23.356] (II) NOUVEAU(0): 1024x768 at 70Hz [ 23.356] (II) NOUVEAU(0): 1024x768 at 75Hz [ 23.356] (II) NOUVEAU(0): 1280x1024 at 75Hz [ 23.356] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 23.356] (II) NOUVEAU(0): Supported standard timings: [ 23.356] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 23.356] (II) NOUVEAU(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 23.356] (II) NOUVEAU(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 23.356] (II) NOUVEAU(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 23.356]...
2017 May 10
1
regression? no more separate xscreens
...at 60Hz [ 7.165] (II) modeset(0): 1024x768 at 75Hz [ 7.165] (II) modeset(0): 1280x1024 at 75Hz [ 7.165] (II) modeset(0): 1152x864 at 75Hz [ 7.165] (II) modeset(0): Manufacturer's mask: 0 [ 7.165] (II) modeset(0): Supported standard timings: [ 7.165] (II) modeset(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 7.165] (II) modeset(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281 [ 7.165] (II) modeset(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 7.165] (II) modeset(0): #3: hsize: 1600 vsize 900 refresh: 60 vid: 49321 [ 7.1...
2010 May 31
14
Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0
Config from here http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html work and my PC boot until switch in GUI mode. When start X display off and no signal, but server working and receive ssh connection. How can I make GUI work ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Oct 09
11
[Bug 70326] New: [NVF0] Kernel/Driver fails to initialize acceleration on GTX Titan
...at 75Hz [ 29.157] (II) NOUVEAU(0): 1024x768 at 60Hz [ 29.157] (II) NOUVEAU(0): 1024x768 at 75Hz [ 29.157] (II) NOUVEAU(0): 1280x1024 at 75Hz [ 29.157] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 29.157] (II) NOUVEAU(0): Supported standard timings: [ 29.157] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 29.157] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 29.157] (II) NOUVEAU(0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361 [ 29.157] (II) NOUVEAU(0): Supported detailed timing: [ 29.157] (II) NOUVEAU(0): cloc...
2016 Jul 27
11
[RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2)
Hello, This is v2 of the virtio-pstore work. In this patchset I addressed most of feedbacks from previous version. Limiting disk size is not implemented yet. * changes in v2) - update VIRTIO_ID_PSTORE to 22 (Cornelia, Stefan) - make buffer size configurable (Cornelia) - support PSTORE_TYPE_CONSOLE (Kees) - use separate virtqueues for read and write - support concurrent async
2016 Jul 27
11
[RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2)
Hello, This is v2 of the virtio-pstore work. In this patchset I addressed most of feedbacks from previous version. Limiting disk size is not implemented yet. * changes in v2) - update VIRTIO_ID_PSTORE to 22 (Cornelia, Stefan) - make buffer size configurable (Cornelia) - support PSTORE_TYPE_CONSOLE (Kees) - use separate virtqueues for read and write - support concurrent async
2014 Oct 28
5
[Bug 85570] New: DPMS does not turn off LCD backlight on G73 (NV4B) [GeForce 7600 GS]
...at 70Hz [ 25.261] (II) NOUVEAU(0): 1024x768 at 75Hz [ 25.261] (II) NOUVEAU(0): 1280x1024 at 75Hz [ 25.261] (II) NOUVEAU(0): 1152x864 at 75Hz [ 25.261] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 25.261] (II) NOUVEAU(0): Supported standard timings: [ 25.261] (II) NOUVEAU(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 25.261] (II) NOUVEAU(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 25.261] (II) NOUVEAU(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 25.261] (II) NOUVEAU(0): #3: hsize: 1400 vsize 1050 refresh: 60 vid: 16528 [ 25.261]...
1999 Jun 14
1
readline/history size (PR#211)
..."Use `--histsize' instead.\n"); + if(!value || (*av)[2] == '\0') { + ac--; av++; p = *av; + } + else p = &(*av)[2]; + if (p == NULL) { + REprintf("WARNING: no hsize given"); + break; + } + value = Decode2Long(p,&ierr); + if(ierr) { + if(ierr < 0) goto badargs; + REprintf("--histsize %ld'%c': too large", value, +...