Displaying 20 results from an estimated 86 matches for "readout".
2014 Sep 02
1
Verbose readout
...een with the user and password prompt (this is in what I might call
init 5). I insert the user's password and I am brought to the desktop.
There are no errors in loading the operating system.
When each of the other systems are loaded there is always a system
splash screen hiding the verbose readout until I arrive at the login
screen. I want to know how I can bring back the splash screen on CentOS
7 to hide the verbose readout. I believe each operating system has a
bootloader on their respective disks.
Any help is appreciated.
Thanks again,
Reynold DeMarco Jr.
reynoldlinux at gmail.com...
2016 Apr 18
0
[PATCH v4 36/37] WIP volt/gk104: readout speedo
this gk104 volt implementation has to be reworked a little, because the speedo
readout in maxwell doesn't need those strange 0 and 41 writes into 0x122634,
but it needs this PWM thing.
Maybe Maxwell is PWM only and we could just simplify it there, but without
proper knowledge there has some refactoring to be made.
Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
--...
2014 Jun 09
6
[Bug 79820] New: Strange readout on fan1_input when pwm1_min < 33
https://bugs.freedesktop.org/show_bug.cgi?id=79820
Priority: medium
Bug ID: 79820
Assignee: nouveau at lists.freedesktop.org
Summary: Strange readout on fan1_input when pwm1_min < 33
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: freedesk.apriori at spamgourmet.com
Hardware: x86-64 (AMD64)
Status: NEW...
2004 Aug 06
0
weird differences between stats (xml vs. admin interface)
...o the Relay started pretty soon to be
unstable. Especially the higher bandwidth streams are very often unavailable. To monitor this behaviour I was constantly reloading the "List MountPoints" page AND the normal status.xsl/stats.xml [3] page. Soon I noticed a big discrepancy between both readouts. The admin-readout was way higher than the status.xsl-readout.
This was reproducible under following circumstances:
1. stable relay
2. increasing number of listeners (~70 on both readouts)
3. relay gets unstable
4. status.xsl shows that all mountpoints are unavailable / random mountpoints get in...
2008 Sep 17
1
Re adout row and column of a matrix value
Hello R users,
I want to readout the row and column postion from a certain matrix value
into a csv file.
I have only found this syntax
"which(a == b, arr.ind = T)"
so I get
a = matrix
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,] 1 1 2 2 2 1 1 2
[2,] 1 2 3 3 3 4 4 3
[3...
2019 Jan 13
1
[PATCH v2] drm/nouveau/volt/gf117: fix speedo readout register
GF117 appears to use the same register as GK104 (but still with the
general Fermi readout mechanism).
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108980
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
v1 -> v2: split out different regid into separate file.
.../drm/nouveau/include/nvkm/subdev/volt.h | 1 +
.../gpu/drm/nouveau/nvkm/engine/device/base.c...
2009 Oct 19
1
Reposting various problems with two-way anova, lme, etc.
...gure out how it all works, and I
have run into a few issues. I apologize in advance if my questions are a bit
basic, I'm also no statistics wizard, so part of my problem my be a more
fundamental lack of knowledge in the field.
I have a dataset that looks something like this:
Week Subj Group Readout
0 1 A 352.2
1 1 A 366.6
2 1 A 377.3
3 1 A 389.8
4 1 A 392.5
0 2 B 344.7
1 2 B 360.9
.
.
.
.
So basically I have a number of subjects that are divided into different
groups receiving different interventions/treatmen...
2009 Oct 14
5
IO controller Mini-Summit 2009
Hello,
I have summarized the topics for the IO controller mini-summit and
written the ideas seen in the mailing list.
- The place where IO controller should be implemented
- Block layer in conjunction with the IO scheduler
- Common layer right above the IO scheduler
- CFQ enhancement.
- Both block and common layer, users can select whichever controller
they want.
- VFS layer
-
2009 Oct 14
5
IO controller Mini-Summit 2009
Hello,
I have summarized the topics for the IO controller mini-summit and
written the ideas seen in the mailing list.
- The place where IO controller should be implemented
- Block layer in conjunction with the IO scheduler
- Common layer right above the IO scheduler
- CFQ enhancement.
- Both block and common layer, users can select whichever controller
they want.
- VFS layer
-
2009 Oct 14
5
IO controller Mini-Summit 2009
Hello,
I have summarized the topics for the IO controller mini-summit and
written the ideas seen in the mailing list.
- The place where IO controller should be implemented
- Block layer in conjunction with the IO scheduler
- Common layer right above the IO scheduler
- CFQ enhancement.
- Both block and common layer, users can select whichever controller
they want.
- VFS layer
-
2009 Oct 15
0
Two way anova repeated measures and post hoc testing - several questions
...gure out how it all works, and I
have run into a few issues. I apologize in advance if my questions are a bit
basic, I'm also no statistics wizard, so part of my problem my be a more
fundamental lack of knowledge in the field.
I have a dataset that looks something like this:
Week Subj Group Readout
0 1 A 352.2
1 1 A 366.6
2 1 A 377.3
3 1 A 389.8
4 1 A 392.5
0 2 B 344.7
1 2 B 360.9
.
.
.
.
So basically I have a number of subjects that are divided into different
groups receiving different interventions/treatmen...
2008 Oct 09
0
nlme Random Effects Specification
...cts for a nlme
model. The general summary of what I'm trying to do is that I've got a
data set that has multiple individuals and multiple machines that took
measurements from those individuals. At least one of the machines has
drift during the day causing a visually linear decrease in the readout
during the day, so I have labeled that machine as broken in the data
frame.
Assuming that my data frame has the following:
> names(data)
[1] "AN" "period" "day"
[4] "time" "machine"...
2007 Jul 17
3
drive to standby after idle timeout?
...etBSD systems I can use atactl to do this via:
mount -u -o async,noatime,nodevmtime /
mount -u -o async,noatime /usr
atactl wd0 setidle 5
[wait a time]
# atactl wd0 checkpower
Current power status: Standby mode
I looked at smartctl but it doesn't look like I can set idle time
with it, just readout status and perform self-tests. Is there a way?
Thanks!
Brian
2014 Oct 22
4
config file locations
...), and I have been using that to get hourly/daily/weekly/monthly summaries via CGI scripts (/usr/share/doc/collectd-core/examples/collection3). NUT monitoring seems to be available in the collectd version that is in 10.04. Something to consider if you are looking for more than just an instantaneous readout: http://packages.ubuntu.com/lucid/collectd
--
Charles Lepple
clepple at gmail
2009 Oct 22
1
Public Folders
Hi All
I'm trying to implement public folders. My dovecot -n readout is at
the bottom. I created a maildir called resumes in /home/public
Its contents are:
mail# ls -la /home/public/resumes
total 6
drwx------ 3 vmail vmail 512 Oct 22 08:58 .
drwx------ 4 vmail vmail 512 Oct 22 08:47 ..
drwx------ 5 vmail vmail 512 Oct 22 08:58 Maildir
-rw------- 1 vmail...
2019 Sep 17
2
[PATCH 03/11] drm/nouveau: secboot: Read WPR configuration from GPU registers
...address */
> + value = nvkm_rd32(device, 0x100cd4);
> + base = (u64)(value >> 4) << 12;
> +
> + /* read limit */
> + value = nvkm_rd32(device, 0x100cd4);
> + limit = (u64)(value >> 4) << 12;
acr_r352_wpr_is_set() does a similar readout to confirm the HS
firmware did its job on dGPU, perhaps this part of it could be
factored out into a function that could be used in both places?
> +
> + /*
> + * The upper address of the WPR seems to be computed wrongly and is
> + * actually SZ_128K - 1 bytes lower...
2018 Oct 09
1
[PATCH v7 1/5] drm/atomic_helper: Disallow new modesets on unregistered connectors
...x1980 [i915]
Also I can't see that any of the repostings of this has undergone the
full CI run (just BAT results are visible). Not sure why that is.
Not that the full run would have caught this because we unwisely
load the module before the tests start. Which means any failures
during initial readout/takeover will not be flagged :(
> +
> funcs = connector->helper_private;
>
> if (funcs->atomic_best_encoder)
> @@ -363,7 +383,6 @@ update_connector_routing(struct drm_atomic_state *state,
>
> set_best_encoder(state, new_connector_state, new_encoder);
>
>...
2007 Mar 29
7
re-work option initialization
...er functions will also reduces the
amount of duplicate code.
2. No convenient way to get the initial value of an option once it's
been modified.
3. An option can't be initialized without compiz running.
2 and 3 are of interest to configuration backends that like to be able
to do offline readout of option information and some kind of standard
default value. 3, might be hard to provide for all kind of plugins as
some might rely on a unique plugin loader to be present so I'm not sure
that I want to recommend a configuration backend to do this. However,
it's easy to provide for plugin...
2005 Mar 03
3
Problems dialing out - possible settings changes
First, I apologize if this info has been covered, I tried doing a search
on Google and the wiki and found nothing, but I could be searching for
the wrong info.
Second, I am new to asterisk and linux. My knowledge is Asterisk is
much better than linux, so excuse the ignorance in some areas.
Configuration:
Novell Linux Desktop
Asterisk 1.0.6
Intel CPU/MB
TDM12P digium card (I think that is it -
2019 Sep 17
0
[PATCH 03/11] drm/nouveau: secboot: Read WPR configuration from GPU registers
...= nvkm_rd32(device, 0x100cd4);
> > + base = (u64)(value >> 4) << 12;
> > +
> > + /* read limit */
> > + value = nvkm_rd32(device, 0x100cd4);
> > + limit = (u64)(value >> 4) << 12;
> acr_r352_wpr_is_set() does a similar readout to confirm the HS
> firmware did its job on dGPU, perhaps this part of it could be
> factored out into a function that could be used in both places?
I hadn't seen that function. It looks to me like these are now both
doing exactly the same thing. The acr_r352_wpr_is_set() also seems to
s...