|
|
#1 | |
|
Guest
Posts: n/a
|
What option do I have to set during compile time to disable the kernel messages that appear whenever the system allocates/deallocates the pages?
I don't really like the kernel debug messages filling up 3 pages of my syslog after a game of quake ;-) Thanks in advance. |
|
|
|
|
#2 | |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
There are no options for it. You can try to disable some messages in the opensource part of the kernel module but I don't think that will help much since most stuff is closed.
Isn't it possible to disable in syslog that you don't want nvidia "errors"? |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Aug 2002
Posts: 492
|
All of the 'NVRM: freed x pages' type messages are in the NVIDIA_kernel (NVdriver) module.
Just comment the printk() in os-interface.c and recompile. I think with some of the newer syslogs, you can actually handle messages in a more sane way, matching on pattern and such.. Perhaps NVIDIA will eventually update the kernel module to use some #ifdef DEBUG's around such. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [BUG] nvidia crashes kernel with 'Xid 13' and attempted to yield the CPU while atomic | rockob | NVIDIA Linux | 36 | 09-26-12 07:48 AM |
| upgrade to xorg server 1.13 damaged Geforce 7300 GT | KDE | NVIDIA Linux | 2 | 09-07-12 08:04 AM |
| Fatal upgrade: from bad (8800 GTS) to worse 9GTX 560 Ti) | ssnyder | NVIDIA Linux | 1 | 07-01-12 08:14 PM |
| UEFI+Nvidia - NVRM: Your system is not currently configured to drive a VGA console... | interzoneuk | NVIDIA Linux | 0 | 06-26-12 04:51 AM |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |