Displaying 20 results from an estimated 21 matches for "nou".
Did you mean:
not
2002 Oct 06
1
Ext3 fatal errors with Promise RAID
Today our server had seriuos problems, we had to reinitiate it and run fsck
manually.
Dou you think it's an ext3, kernel (vanilla 2.4.19) or hardware bug?
The errors were (from syslog):
--------------------------------
Oct 6 16:10:25 nou kernel: attempt to access beyond end of device
Oct 6 16:10:25 nou kernel: 72:02: rw=0, want=230266240, limit=4882432
Oct 6 16:10:25 nou kernel: attempt to access beyond end of device
Oct 6 16:10:25 nou kernel: 72:02: rw=0, want=1371661772, limit=4882432
Oct 6 16:10:25 nou kernel: attempt to acc...
2016 Feb 29
3
CentOS 7.2, nouveau won't go away
Hi, folks,
Fully updated 7.2 system. I installed the correct proprietary NVidia
driver (the user's expensive proprietary visualization software won't
run with nouveau), I've put nouveau.modeset=0
rd.driver.blacklist=nouveau on the kernel line for grub2, and even yum
removed the nouveau driver and built a new initrd... which won't boot,
it seems to start and than does nothing, with a black screen, and this
is just while booting, before it goes to grap...
2008 Dec 30
3
(EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed
Hi. I'm trying nouveau and I'm having some troubles. I filled a bug[1]
a while ago about a problem I had (and I'm still experimenting), but
I found another issue that I suspect is normal. I get this in my Xorg.log:
[...]
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAG...
2011 Jul 21
8
nouveau driver one centos 6
I "wish" to not load the or even install the nouveau driver by default.
I want to use the NVIDIA binary driver.
I have tried a number of things:
1) in my kickstart package section add the line:
-xorg-x11-drv-nouveau
This did not work - it was still installed.
2) use the nvidia installer and it asks to create a modprobe.conf file
to blacklist...
2004 Jan 03
1
Kernel panic: I have no root and I want to scream
Hello,
I'm trying to fix netbooting and I got quit far.
Before this, it reported that it had no root disk, I fixed this by
specifying my initrd. Nou it crys's:
Kernel panic: I have no root and I want to scream
I think I made the mistake whit the creation of the initrd file. What
should I put in it except the /linuxrc.
I put a echo "TEST" in de /linuxrc to see if it runs, in stead of TEST I
get kernel panic.
thanks for helping,...
2008 Dec 22
2
How can I avoid nested 'for' loops or quicken the process?
Hi All,
I'm still pretty new to using R - and I was hoping I might be able to get
some advice as to how to use 'apply' or a similar function instead of using
nested for loops.
Right now I have a script which uses nested for loops similar to this:
i <- 1
for(a in Alpha) { for (b in Beta) { for (c in Gamma) { for (d in Delta) {
for (e in Epsilon)
{
Output[i] <-
2011 Feb 15
11
Is Wine64 usable yet?
Hi,
I am trying to get a general feel of how usable Wine64 is.
I just built 1.3.13.
To see how well it works, I ran 64-bit Putty. It works flawlessly.
Now, I am trying to play around with different little programs. I took
"notepad.exe" from a Windows 7 install (hoping it would be a reasonably
simple program for a start). It crashed with:
fixme:heap:HeapSetInformation (nil) 1 (nil)
2017 Apr 13
0
[PATCH 3/4] nouveau_hwmon: migrate to hwmon_device_register_with_info
This patch creates special group attributes for special attrs like "*auto_point*".
We check if we need them, and if we do, we set them up in special_groups structure, that then
we pass to hwmon_device_register_with_info.
--- linux/drivers/gpu/drm/nouveau/nouveau_hwmon.c.orig 2017-04-13 10:13:26.331391326 +0200
+++ linux/drivers/gpu/drm/nouveau/nouveau_hwmon.c 2017-04-13 10:15:02.274073273 +0200
@@ -417,6 +417,23 @@ nouveau_hwmon_get_power1_crit(struct nou
return iccsense->power_w_crit;
}
+static struct attribute *pwm_fan_sensor_attrs[]...
2016 Feb 29
0
CentOS 7.2, nouveau won't go away
On Mon, 29 Feb 2016, m.roth at 5-cent.us wrote:
> Hi, folks,
>
> Fully updated 7.2 system. I installed the correct proprietary NVidia
> driver (the user's expensive proprietary visualization software won't
> run with nouveau), I've put nouveau.modeset=0
> rd.driver.blacklist=nouveau on the kernel line for grub2, and even yum
> removed the nouveau driver and built a new initrd... which won't boot,
> it seems to start and than does nothing, with a black screen, and this
> is just while booting, be...
2013 Aug 11
0
Fixing nouveau for >4k PAGE_SIZE
...as used where it should
have been PAGE_SHIFT (basically ttm_mem_reg->num_pages). This
is only the tip of the iceberg, so this isn't a formal patch submission,
but I would appreciate your thought as to whether the below is correct
(and thus I'm on the right track) :
--- a/drivers/gpu/drm/nouveau/nouveau_sgdma.c
+++ b/drivers/gpu/drm/nouveau/nouveau_sgdma.c
@@ -31,7 +31,7 @@ nv04_sgdma_bind(struct ttm_tt *ttm, struct ttm_mem_reg *mem)
{
struct nouveau_sgdma_be *nvbe = (struct nouveau_sgdma_be *)ttm;
struct nouveau_mem *node = mem->mm_node;
- u64 size = mem->...
2016 Mar 03
2
CentOS 7.2, nouveau won't go away
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of John Hodrien
> Sent: den 29 februari 2016 17:55
> To: CentOS mailing list
> Subject: Re: [CentOS] CentOS 7.2, nouveau won't go away
>
> > Fully updated 7.2 system. I installed the correct proprietary NVidia
> > driver (the user's expensive proprietary visualization software won't
> > run with nouveau), I've put nouveau.modeset=0
> > rd.driver.blacklist=nouveau on th...
2016 Feb 29
1
CentOS 7.2, nouveau won't go away
John Hodrien wrote:
> On Mon, 29 Feb 2016, m.roth at 5-cent.us wrote:
>>
>> Fully updated 7.2 system. I installed the correct proprietary NVidia
>> driver (the user's expensive proprietary visualization software won't
>> run with nouveau), I've put nouveau.modeset=0
>> rd.driver.blacklist=nouveau on the kernel line for grub2, and even yum
>> removed the nouveau driver and built a new initrd... which won't boot,
>> it seems to start and than does nothing, with a black screen, and this
>> is just w...
2006 Jan 15
2
Rogue Processes
I seem to notice these two processes running with top.
Netstat hasn't been issued by me and cant be killed with the START
state. Can someone enlighten me on these processes.
FreeBSD dracula.transylvania.net 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun
Dec 4 00:22:01 EST 2005
root@dracula.transylvania.net:/usr/src/sys/i386/compile/BLEACH i386
The box doesnt run ssh or telnet just postfix
2005 Nov 08
2
Samba PDC and Office2003 Big Problem
Hi Group,
I'm using samba 3.x as a pdc and I'm having a big problem using Office2003.
Only if I'm a user in the domain logged on:
every time I double click on a word file or an excel file, the Office installation comes up trying
to install a component and after finished it does not display the file i wanted and I have to open
it from the Open File menu and to top left in the
2010 Aug 20
2
strange behavier after finished backup
Hola,
new to the list and maybe having problems with english I ask for a friendly and a not too difficult answer.
Using Windows 7 Pro,
D-link DNS-323 NAS-Storage
rSync: actual Version (just downloaded)
Here is the stange behavier:
I use
rsync.exe -a -v --progress --delete --ignore-errors --force /cygdrive/N/ /cygdrive/ "//SPEICHER/Volume_1/Backup/10-er/D$/"
So I want to backup the
2011 Oct 07
4
NVIDIA (including Optimus) laptop owners - please read!
Hi guys and gals,
I'm working on improving nouveau's support for MXM (Mobile PCI Express
Module) chips and need some more data to check my implementation.
To see if you can help, the first thing to do is jump over
to /sys/firmware/acpi/tables and run "grep MXMS *".
[root at nisroch tables]# grep MXMS *
Binary file DSDT matches
[...
2014 Apr 20
2
[Bug 77690] New: [nv49] Hearthstone corrupted display screen with wine
https://bugs.freedesktop.org/show_bug.cgi?id=77690
Priority: medium
Bug ID: 77690
Assignee: nouveau at lists.freedesktop.org
Summary: [nv49] Hearthstone corrupted display screen with wine
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: infyquest at gmail.com
Hardware: x86 (IA32)
Status: NEW...
2013 Aug 11
2
Fixing nouveau for >4k PAGE_SIZE
Op 11-08-13 07:36, Benjamin Herrenschmidt schreef:
> On Sun, 2013-08-11 at 10:41 +1000, Benjamin Herrenschmidt wrote:
>> Now, to do that, I need a better understanding of the various things
>> in there since I'm not familiar with nouveau at all. What I think I've
>> figured out is with a few questions, it would be awesome if you could
>> answer them so I can have a shot at fixing it all :-)
> Ok, a few more questions :-)
>
> - in struct nouveau_mm_node, what unit are "offset" and "length...
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...nel=>9
callerid=OMG 30
channel=>10
callerid=OMG 31
channel=>11
callerid=OMG 32
channel=>12
callerid=OMG 33
channel=>13
callerid=OMG 34
channel=>14
callerid=OMG 35
channel=>15
callerid=OMG 36
channel=>16
;-------------------
;Placa TDM24XXP - 24 DE INTERIOARE; CONTEXT NOU!!
;-------------------
;------------------------------
context=int_agentie
;------------------------------
group=3
callgroup=3
pickupgroup=3,4,5,10
threewaycalling=yes
transfer=yes
;useincomingcalleridonzaptransfer=yes
callwaitingcallerid=yes
;echocancelwhenbriged=yes
immediate=no
rxgain=-2.0
txg...
2014 Mar 04
18
[Bug 75776] New: Hearthstone displays corrupted buffers on NVA5
https://bugs.freedesktop.org/show_bug.cgi?id=75776
Priority: medium
Bug ID: 75776
Assignee: nouveau at lists.freedesktop.org
Summary: Hearthstone displays corrupted buffers on NVA5
Severity: normal
Classification: Unclassified
OS: All
Reporter: lubosz at gmail.com
Hardware: Other
Status: NEW
Version: 10.0...