Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

21

26.08.2014, 00:12

Okay, hab die Sound-Option gefunden und angepasst. Auch habe ich "Userspace VESA VGA graphics support" deaktiviert, in der Hoffnung die Fehlermeldungen verschwinden.

Für das MediaElch eBuild bin ich wie hier beschrieben vorgegangen: https://wiki.sabayon.org/index.php?title…d_Party_Ebuilds

Aber schon beim ebuild-Befehl bekomme ich folgendes:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pc-karsten mediaelch # ebuild mediaelch-1.7.ebuild manifest
!!! Repository 'x-portage' is missing masters attribute in '/usr/local/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
/usr/local/portage/media-video/mediaelch/mediaelch-1.7.ebuild: line 5: syntax error near unexpected token `newline'
/usr/local/portage/media-video/mediaelch/mediaelch-1.7.ebuild: line 5: `<!DOCTYPE html>'
 * ERROR: media-video/mediaelch-1.7::x-portage failed (depend phase):
 *   error sourcing ebuild
 * 
 * Call stack:
 *   ebuild.sh, line 545:  Called die
 * The specific snippet of code:
 *   			source "$EBUILD" || die "error sourcing ebuild"
 * 
 * If you need support, post the output of `emerge --info '=media-video/mediaelch-1.7::x-portage'`,
 * the complete build log and the output of `emerge -pqv '=media-video/mediaelch-1.7::x-portage'`.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/tmp/portage/media-video/mediaelch-1.7/work/mediaelch-1.7'


Nachtrag zu den weiteren nVidia-Fehlermeldungen:

Habe jetzt testweise unter "Support for frame buffer devices" alles außer "Enable firmware EDID" deaktiviert, trotzdem bekomme ich noch die Fehlermeldung. :huh:
Aktiviert waren eigentlich auch nur "VESA VGA graphics support" und "EFI-based Frambuffer support". Jetzt wo beides deaktiviert ist, sehe ich beim booten auch zwischen Grub und Gnome keinen Konsolentext mehr. So startet das System locker 7 bis 8 Sekunden schneller. Da könnt ich mich dran gewöhnen. :rolleyes:

Trotzdem würde ich gern die Meldung wegbekommen.. gerade weil da von Instabilität die Rede ist. :S

Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von »Volans« (26.08.2014, 10:08)


22

26.08.2014, 11:10

Aber schon beim ebuild-Befehl bekomme ich folgendes:

Das wird auch so schnell nicht vorübergehen. Ich hatte zwar gesagt das es da ein ebuild gibt aber das scheint extrem alt zu sein. Die aktuelle Version ist ja 2.1.2 und der SRC Link ist falsch. Er lautet jetzt so.

Quellcode

1
SRC_URI="http://www.kvibes.de/releases/mediaelch/${PV}/${P}.tar.gz"

Damit geht es weiter aber das ist nicht das ein zigste Problem. Die Abhängigkeiten fehlen noch und müssen angepasst werden. Laut Homepage musst du folgendes installieren.

Quellcode

1
sudo apt-get install qt5-default qtmultimedia5-dev qtscript5-dev qt5-qmake libmediainfo-dev zlib1g-dev libzen-dev libcurl4-openssl-dev libpulse-dev


Da das Pakete von Debian sind kann man die nicht eins zu eins übernehmen sondern man muss etwas suchen. Auf die schnelle passen diese hier. Die Liste ist aber nicht komplett und ob es die richtigen Pakete sind mit weiteren richtigen Abhängigkeiten (benötigte USE-Flags) musst du testen.

Quellcode

1
2
3
4
5
6
7
8
9
#qt5-default                 dev-qt/qtcore
#qtmultimedia5-dev      dev-qt/qtmultimedia
#qtscript5-dev              dev-qt/qtscript
#qt5-qmake                 dev-qt/qtcore
#libmediainfo-dev         media-video/mediainfo
#zlib1g-dev                  sys-libs/zlib
#libzen-dev                  media-libs/libzen
#libcurl4-openssl-dev    net-misc/curl [ssl]
#libpulse-dev                media-sound/pulseaudio



Nachtrag: Du solltest für das neue Problem mit dem ebuild einen neuen Beitrag öffnen.
Intel Core2 Quad CPU @ 2.40GHz mit Gentoo/Gnome3

23

26.08.2014, 14:19

Hallo Dirk,

habe mich zwischenzeitlich noch in die Overlay/Layman Themen eingearbeitet und es mit dem Overlay vom eBuild-Ersteller versucht, wobei ich dann auch auf die falsche URL gestoßen bin. Ich denke ich lasse da mit MediaElch erstmal sein und konzentriere mich darauf das System stabil zu bekommen. Bei Gelegenheit werde ich dann einen extra Thread starten.


Zum eigentlichen Problem:
Nachdem ich lediglich ein paar Gnome Extensions aktiviert habe sind nun auch die Grafikfehler und die Verzögerung beim Schreiben wieder da. Ich denke nicht, dass es etwas mit den Extensions zutun hat, da die alten nVidia-Fehlermeldungen auch nur sporadisch angezeigt werden. Manchmal erscheinen sie gar nicht, dann einmal oder auch doppelt.
Ich muss zugeben, dass mir dazu so langsam die Lösungsansätze ausgehen. Gerne würde ich kurz zum Nouveau-Treiber wechseln um zu testen, ob dann alle Meldungen verschwinden. Erreiche ich das schon, wenn ich den Kernel mit Nouveau-Treiber neukompiliere und die /et/X11/xorg.conf.d/nvidia.conf anpasse und für "Driver" dort "nouveau" angebe? Ist vielleicht auch noch "eselect opengl set xorg-x11" nötig?

Ich habe mal ein Video davon gemacht: https://www.youtube.com/watch?v=ly_6fuPj3cg

Ich benenne den Thread mal um, da der Name nach der Neuinstallation eigentlich nichts mehr mit dem Namen zutun hat.

24

26.08.2014, 15:26

Nachdem ich lediglich ein paar Gnome Extensions aktiviert habe sind nun auch die Grafikfehler und die Verzögerung beim Schreiben wieder da. Ich denke nicht, dass es etwas mit den Extensions zutun hat, da die alten nVidia-Fehlermeldungen auch nur sporadisch angezeigt werden. Manchmal erscheinen sie gar nicht, dann einmal oder auch doppelt.
Warum denkst du das. Waren denn die Fehler vorher auch mal da? Was ist den wenn du die Erweiterungen deaktivierst/löschst und neu bootest? Kommen dann die Fehler auch?


Gerne würde ich kurz zum Nouveau-Treiber wechseln um zu testen, ob dann alle Meldungen verschwinden. Erreiche ich das schon, wenn ich den Kernel mit Nouveau-Treiber neukompiliere und die /et/X11/xorg.conf.d/nvidia.conf anpasse und für "Driver" dort "nouveau" angebe? Ist vielleicht auch noch "eselect opengl set xorg-x11" nötig?
In der make.conf den Treiber setzen, den Kernel konfigurieren und vor allem den nvidia Treiber löschen. Die xorg.conf brauchts du gar nicht, es sei denn du hast eine spezielle Konfiguration. Dann einfach den Treiber von nvidia in nouveau umbenennen.

Was mich noch interessieren würde: was steht den in deiner xorg.conf und in deiner Grub-Konfig (cat /proc//proc/cmdline). Und ein emerge --info wäre auch nicht schlecht.

Frage am Rande: Warum hast du immer noch bindist gesetzt? Das kannst das beruhigt raus nehmen, es sei denn du baust die Pakete für dritte.
Intel Core2 Quad CPU @ 2.40GHz mit Gentoo/Gnome3

25

26.08.2014, 20:44

Ja, in der "alten" Gentoo-Installation traten die Fehler schon auf, da habe ich mich mit Extensions noch gar nicht beschäftigt. Habe jetzt viel "rumgespielt" und versucht rauszufinden, wie genau ich den Fehler reproduzieren kann.
Ich habe die Extensions alle deaktiviert und mehr als 5 Reboots gemacht. Folgende Fehler treten dauerhaft auf:

Quellcode

1
2
3
4
5
[	4.870805] NVRM: Your system is not currently configured to drive a VGA console
[	4.870808] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[	4.870809] NVRM: requires the use of a text-mode VGA console. Use of other console
[	4.870809] NVRM: drivers including, but not limited to, vesafb, may result in
[	4.870810] NVRM: corruption and stability problems, and is not supported.


und..

Quellcode

1
2
[	3.997605] nvidia: module license 'NVIDIA' taints kernel.
[	3.997610] Disabling lock debugging due to kernel taint


Die anderen nVidia-Fehlermeldungen (die sich auf einen Bug beziehen) traten nach der Neuinstallation auch schon auf, aber nur sporadisch. Die Grafikfehler und Verzögerung beim Tippen treten von diesen Fehlern unabhängig auf.
Nach einem Reboot sind die Grafikfehler und die Tipp-Verzögerung erst einmal weg. Ich habe auf verschiedenste Weisen versucht diese Fehler auszulösen. Anfangs hatte ich den Verdacht, dass es etwas mit Firefox/Flash zu tun hat, da der Fehler immer auftrat wenn ich Firefox geöffnet habe und viel Text in ein Textfeld (z.B. hier ins Forum) getippt hatte. Dann habe ich es aber geschafft den Fehler auch mit viel Text in einem Empathy-Fenster auszulösen. Bisher ist mir der Fehler noch nicht aufgefallen ohne, dass ich viel Text in ein Fenster getippt habe. :huh:

Wenn du mit der xorg.conf die /etc/X11/xorg.conf.d/nvidia.conf meinst:

Quellcode

1
2
3
4
Section "Device"
    	Identifier "nvidia"
    	Driver "nvidia"
EndSection


Andere X11 configs habe ich nicht angepasst.

In der make.conf Treiber setzen, heißt VIDEO_CARDS="nvidia" auf "nouveau" setzen? Und nVidia Treiber löschen mittels emerge --unmerge nvidia-drivers?

cat /proc/cmdline:

Quellcode

1
BOOT_IMAGE=/kernel-genkernel-x86_64-3.14.14-gentoo root=UUID=c620881b-4c72-41c0-88a7-a6d0198f5c92 ro rootfstype=ext4 real_init=/usr/lib/systemd/systemd


emerge --info:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.7.3, glibc-2.19-r1, 3.14.14-gentoo x86_64)
=================================================================
System uname: Linux-3.14.14-gentoo-x86_64-Intel-R-_Core-TM-_i5-2500K_CPU_@_3.30GHz-with-gentoo-2.2
KiB Mem: 	3948540 total,   1147068 free
KiB Swap:	4194300 total,   4194300 free
Timestamp of tree: Tue, 26 Aug 2014 09:15:01 +0000
ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2
app-shells/bash:      	4.2_p45
dev-lang/python:      	2.7.7, 3.3.5-r1
dev-util/cmake:       	2.8.12.2-r1
dev-util/pkgconfig:   	0.28-r1
sys-apps/baselayout:  	2.2
sys-apps/openrc:      	0.12.4
sys-apps/sandbox:     	2.6-r1
sys-devel/autoconf:   	2.13, 2.69
sys-devel/automake:   	1.11.6, 1.13.4
sys-devel/binutils:   	2.23.2
sys-devel/gcc:        	4.7.3-r1
sys-devel/gcc-config: 	1.7.3
sys-devel/libtool:    	2.4.2-r1
sys-devel/make:       	3.82-r4
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:       	2.19-r1
Repositories: gentoo anders-larsson salfter
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://de-mirror.org/gentoo/"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/anders-larsson /var/lib/layman/salfter"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libnotify libsecret mad mmx mng modules mp3 mp4 mpeg multilib nautilus ncurses nls nptl nvidia ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support readline sdl session socialweb spell sse sse2 ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vaapi vdpau vorbis wxwidgets x264 xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON



bindist habe ich jetzt rausgenommen. Damit konnte ich mir auch die -bindist Einträge in der package.use für openssl und openssh sparen (die musste ich für Firefox setzen).

26

31.08.2014, 00:42

Zusätzlich zu den Grafikfehlern hängt sich Gnome bei der Anmeldung jetzt manchmal auf, per dmesg bekomme ich dann folgendes:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
[   11.422125] NVRM: Your system is not currently configured to drive a VGA console
[   11.422126] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   11.422127] NVRM: requires the use of a text-mode VGA console. Use of other console
[   11.422128] NVRM: drivers including, but not limited to, vesafb, may result in
[   11.422128] NVRM: corruption and stability problems, and is not supported.
[   12.022116] r8169 0000:0e:00.0 enp14s0: link down
[   12.022149] IPv6: ADDRCONF(NETDEV_UP): enp14s0: link is not ready
[   12.022167] r8169 0000:0e:00.0 enp14s0: link down
[   12.169964] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X
[   12.279780] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X
[   12.279864] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   12.889172] hda_codec: cannot build controls for #1 (error -16)
[   12.909173] hda_codec: cannot build controls for #2 (error -16)
[   12.929132] hda_codec: cannot build controls for #3 (error -16)
[   12.935103] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X
[   12.937928] NVRM: VM: nv_alloc_contig_pages: DMA address not in addressable range of device 0000:01:00 (0x12a757000, 0x0-0xffffffff)
[   12.937931] BUG: Bad page state in process Xorg  pfn:12a757
[   12.937932] page:ffffea0004149b08 count:0 mapcount:0 mapping:      	(null) index:0x0
[   12.937933] page flags: 0x8000000000000400(reserved)
[   12.937935] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set
[   12.937935] bad because of flags:
[   12.937936] page flags: 0x400(reserved)
[   12.937937] Modules linked in: snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device x86_pkg_temp_thermal coretemp nvidia(PO) snd_hda_codec_realtek snd_hda_codec_generic kvm_intel snd_hda_intel snd_hda_codec kvm snd_hwdep snd_pcm microcode snd_timer snd r8169 pcspkr drm e1000e mii i2c_i801 acpi_cpufreq fan battery video thermal processor backlight thermal_sys button vboxnetflt(O) vboxnetadp(O) vboxdrv(O) ipv6 xts gf128mul aes_x86_64 cbc sha512_generic sha256_generic sha1_generic libiscsi scsi_transport_iscsi tg3 libphy e1000 fuse nfs lockd sunrpc jfs multipath linear raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq raid1 raid0 dm_snapshot dm_bufio dm_crypt dm_mirror dm_region_hash dm_log dm_mod hid_sunplus hid_sony led_class hid_samsung hid_pl hid_petalynx
[   12.937972]  hid_gyration sl811_hcd ohci_pci ohci_hcd uhci_hcd usb_storage aic94xx libsas lpfc crc_t10dif crct10dif_common qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 cciss 3w_9xxx 3w_xxxx mptsas scsi_transport_sas mptfc scsi_transport_fc scsi_tgt mptspi mptscsih mptbase atp870u dc395x qla1280 imm parport dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi sg pdc_adma sata_inic162x sata_mv ata_piix sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_cs5530 pata_cs5520 pata_via pata_jmicron pata_marvell pata_sis pata_netcell pata_sc1200 pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia pcmcia_core pata_ns87415
[   12.938005]  pata_ns87410 pata_serverworks pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix usbhid ptp ahci libahci libata ehci_pci xhci_hcd ehci_hcd pps_core
[   12.938017] CPU: 0 PID: 2418 Comm: Xorg Tainted: P       	O 3.14.14-gentoo #1
[   12.938018] Hardware name: System manufacturer System Product Name/P8Z68 DELUXE, BIOS 3603 11/09/2012
[   12.938019]  ffffffff815eb5a0 ffff8800c21a7788 ffffffff814eab83 0000000000000006
[   12.938020]  ffffea0004149b08 ffff8800c21a77b8 ffffffff810a7329 0000000000000000
[   12.938022]  ffffea0004149b08 0000000000000001 0000000000000000 ffff8800c21a77f8
[   12.938023] Call Trace:
[   12.938028]  [<ffffffff814eab83>] dump_stack+0x46/0x58
[   12.938031]  [<ffffffff810a7329>] bad_page+0xed/0x10c
[   12.938033]  [<ffffffff810a73d5>] free_pages_prepare+0x8d/0xc8
[   12.938034]  [<ffffffff810a8894>] free_hot_cold_page+0x1f/0xfc
[   12.938035]  [<ffffffff810a898d>] __free_pages+0x1c/0x48
[   12.938036]  [<ffffffff810a8b01>] free_pages+0x40/0x42
[   12.938090]  [<ffffffffa13e597e>] nv_alloc_contig_pages+0x2dc/0x359 [nvidia]
[   12.938115]  [<ffffffffa13e0e18>] nv_alloc_pages+0xc5/0x16c [nvidia]
[   12.938196]  [<ffffffffa1163166>] ? _nv015303rm+0x1666/0x2880 [nvidia]
[   12.938224]  [<ffffffffa13c9a4c>] _nv013368rm+0xfc/0x280 [nvidia]
[   12.938250]  [<ffffffffa13c99aa>] ? _nv013368rm+0x5a/0x280 [nvidia]
[   12.938320]  [<ffffffffa11eb777>] ? _nv012254rm+0x367/0x430 [nvidia]
[   12.938387]  [<ffffffffa11eb8f6>] ? _nv012248rm+0xb6/0x310 [nvidia]
[   12.938421]  [<ffffffffa0ed7540>] ? _nv002414rm+0x40/0x80 [nvidia]
[   12.938503]  [<ffffffffa115e876>] ? _nv008899rm+0x3456/0x5c10 [nvidia]
[   12.938541]  [<ffffffffa135af7b>] ? _nv009253rm+0x3b/0x60 [nvidia]
[   12.938567]  [<ffffffffa13d7ad3>] ? _nv013589rm+0x9e3/0xb90 [nvidia]
[   12.938592]  [<ffffffffa13d8889>] ? _nv000781rm+0x339/0x660 [nvidia]
[   12.938617]  [<ffffffffa13d096a>] ? rm_init_adapter+0x6a/0x100 [nvidia]
[   12.938642]  [<ffffffffa13e07b7>] ? nvidia_open+0x603/0x83b [nvidia]
[   12.938665]  [<ffffffffa13e875d>] ? nvidia_frontend_open+0x4b/0x89 [nvidia]
[   12.938668]  [<ffffffff810d6ad7>] ? chrdev_open+0x12a/0x155
[   12.938669]  [<ffffffff810e5ad0>] ? __d_lookup+0x62/0x121
[   12.938670]  [<ffffffff810d69ad>] ? cdev_put+0x22/0x22
[   12.938672]  [<ffffffff810d19a4>] ? do_dentry_open.isra.16+0x18f/0x24d
[   12.938673]  [<ffffffff810db8e6>] ? lookup_fast+0x1e1/0x22a
[   12.938674]  [<ffffffff810d1a7f>] ? finish_open+0x1d/0x28
[   12.938676]  [<ffffffff810df297>] ? do_last+0x910/0xb3a
[   12.938677]  [<ffffffff810dbecc>] ? inode_permission+0x40/0x42
[   12.938678]  [<ffffffff810dc22e>] ? link_path_walk+0x53/0x736
[   12.938680]  [<ffffffff810df70d>] ? path_openat+0x24c/0x591
[   12.938681]  [<ffffffff810dfcb2>] ? user_path_at_empty+0x60/0x90
[   12.938683]  [<ffffffff810dfd7d>] ? do_filp_open+0x35/0x85
[   12.938685]  [<ffffffff810e980f>] ? __alloc_fd+0x5b/0xe7
[   12.938686]  [<ffffffff810d29dc>] ? do_sys_open+0x14a/0x1d9
[   12.938687]  [<ffffffff810d2a88>] ? SyS_open+0x1d/0x1f
[   12.938689]  [<ffffffff814f02a2>] ? system_call_fastpath+0x16/0x1b
[   12.938851] NVRM: RmInitAdapter failed! (0x24:0xc:1170)
[   12.938854] NVRM: rm_init_adapter failed for device bearing minor number 0
[   12.938866] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5
[   13.187377] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X
[   14.329267] r8169 0000:0e:00.0 enp14s0: link up
[   14.329275] IPv6: ADDRCONF(NETDEV_CHANGE): enp14s0: link becomes ready
[   17.966126] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0
[   17.966129] ata10.00: irq_stat 0x40000001
[   18.005929] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0
[   18.005932] ata10.00: irq_stat 0x40000001
[ 2737.388981] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X
[ 2737.391804] NVRM: VM: nv_alloc_contig_pages: DMA address not in addressable range of device 0000:01:00 (0x125be9000, 0x0-0xffffffff)
[ 2737.391806] BUG: Bad page state in process Xorg  pfn:125be9
[ 2737.391808] page:ffffea0004041af8 count:0 mapcount:0 mapping:      	(null) index:0x0
[ 2737.391808] page flags: 0x8000000000000400(reserved)
[ 2737.391810] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set
[ 2737.391810] bad because of flags:
[ 2737.391811] page flags: 0x400(reserved)
[ 2737.391812] Modules linked in: binfmt_misc ecb md4 cifs snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device x86_pkg_temp_thermal coretemp nvidia(PO) snd_hda_codec_realtek snd_hda_codec_generic kvm_intel snd_hda_intel snd_hda_codec kvm snd_hwdep snd_pcm microcode snd_timer snd r8169 pcspkr drm e1000e mii i2c_i801 acpi_cpufreq fan battery video thermal processor backlight thermal_sys button vboxnetflt(O) vboxnetadp(O) vboxdrv(O) ipv6 xts gf128mul aes_x86_64 cbc sha512_generic sha256_generic sha1_generic libiscsi scsi_transport_iscsi tg3 libphy e1000 fuse nfs lockd sunrpc jfs multipath linear raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq raid1 raid0 dm_snapshot dm_bufio dm_crypt dm_mirror dm_region_hash dm_log dm_mod hid_sunplus hid_sony led_class hid_samsung
[ 2737.391846]  hid_pl hid_petalynx hid_gyration sl811_hcd ohci_pci ohci_hcd uhci_hcd usb_storage aic94xx libsas lpfc crc_t10dif crct10dif_common qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 cciss 3w_9xxx 3w_xxxx mptsas scsi_transport_sas mptfc scsi_transport_fc scsi_tgt mptspi mptscsih mptbase atp870u dc395x qla1280 imm parport dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi sg pdc_adma sata_inic162x sata_mv ata_piix sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_cs5530 pata_cs5520 pata_via pata_jmicron pata_marvell pata_sis pata_netcell pata_sc1200 pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia
[ 2737.391880]  pcmcia_core pata_ns87415 pata_ns87410 pata_serverworks pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix usbhid ptp ahci libahci libata ehci_pci xhci_hcd ehci_hcd pps_core
[ 2737.391893] CPU: 2 PID: 25139 Comm: Xorg Tainted: P	B  	O 3.14.14-gentoo #1
[ 2737.391893] Hardware name: System manufacturer System Product Name/P8Z68 DELUXE, BIOS 3603 11/09/2012
[ 2737.391895]  ffffffff815eb5a0 ffff8800c1995788 ffffffff814eab83 0000000000000006
[ 2737.391896]  ffffea0004041af8 ffff8800c19957b8 ffffffff810a7329 0000000000000000
[ 2737.391898]  ffffea0004041af8 0000000000000001 0000000000000000 ffff8800c19957f8
[ 2737.391900] Call Trace:
[ 2737.391904]  [<ffffffff814eab83>] dump_stack+0x46/0x58
[ 2737.391907]  [<ffffffff810a7329>] bad_page+0xed/0x10c
[ 2737.391909]  [<ffffffff810a73d5>] free_pages_prepare+0x8d/0xc8
[ 2737.391910]  [<ffffffff810a8894>] free_hot_cold_page+0x1f/0xfc
[ 2737.391911]  [<ffffffff810a898d>] __free_pages+0x1c/0x48
[ 2737.391912]  [<ffffffff810a8b01>] free_pages+0x40/0x42
[ 2737.391970]  [<ffffffffa13e597e>] nv_alloc_contig_pages+0x2dc/0x359 [nvidia]
[ 2737.391995]  [<ffffffffa13e0e18>] nv_alloc_pages+0xc5/0x16c [nvidia]
[ 2737.392080]  [<ffffffffa1163166>] ? _nv015303rm+0x1666/0x2880 [nvidia]
[ 2737.392108]  [<ffffffffa13c9a4c>] _nv013368rm+0xfc/0x280 [nvidia]
[ 2737.392135]  [<ffffffffa13c99aa>] ? _nv013368rm+0x5a/0x280 [nvidia]
[ 2737.392206]  [<ffffffffa11eb777>] ? _nv012254rm+0x367/0x430 [nvidia]
[ 2737.392274]  [<ffffffffa11eb8f6>] ? _nv012248rm+0xb6/0x310 [nvidia]
[ 2737.392309]  [<ffffffffa0ed7540>] ? _nv002414rm+0x40/0x80 [nvidia]
[ 2737.392392]  [<ffffffffa115e876>] ? _nv008899rm+0x3456/0x5c10 [nvidia]
[ 2737.392432]  [<ffffffffa135af7b>] ? _nv009253rm+0x3b/0x60 [nvidia]
[ 2737.392459]  [<ffffffffa13d7ad3>] ? _nv013589rm+0x9e3/0xb90 [nvidia]
[ 2737.392484]  [<ffffffffa13d8889>] ? _nv000781rm+0x339/0x660 [nvidia]
[ 2737.392510]  [<ffffffffa13d096a>] ? rm_init_adapter+0x6a/0x100 [nvidia]
[ 2737.392535]  [<ffffffffa13e07b7>] ? nvidia_open+0x603/0x83b [nvidia]
[ 2737.392559]  [<ffffffffa13e875d>] ? nvidia_frontend_open+0x4b/0x89 [nvidia]
[ 2737.392562]  [<ffffffff810d6ad7>] ? chrdev_open+0x12a/0x155
[ 2737.392563]  [<ffffffff810e5ad0>] ? __d_lookup+0x62/0x121
[ 2737.392565]  [<ffffffff810d69ad>] ? cdev_put+0x22/0x22
[ 2737.392566]  [<ffffffff810d19a4>] ? do_dentry_open.isra.16+0x18f/0x24d
[ 2737.392568]  [<ffffffff810db8e6>] ? lookup_fast+0x1e1/0x22a
[ 2737.392569]  [<ffffffff810d1a7f>] ? finish_open+0x1d/0x28
[ 2737.392570]  [<ffffffff810df297>] ? do_last+0x910/0xb3a
[ 2737.392572]  [<ffffffff810dbecc>] ? inode_permission+0x40/0x42
[ 2737.392573]  [<ffffffff810dc22e>] ? link_path_walk+0x53/0x736
[ 2737.392574]  [<ffffffff810df70d>] ? path_openat+0x24c/0x591
[ 2737.392576]  [<ffffffff810dfcb2>] ? user_path_at_empty+0x60/0x90
[ 2737.392577]  [<ffffffff810dfd7d>] ? do_filp_open+0x35/0x85
[ 2737.392579]  [<ffffffff810e980f>] ? __alloc_fd+0x5b/0xe7
[ 2737.392580]  [<ffffffff810d29dc>] ? do_sys_open+0x14a/0x1d9
[ 2737.392582]  [<ffffffff810d2a88>] ? SyS_open+0x1d/0x1f
[ 2737.392583]  [<ffffffff814f02a2>] ? system_call_fastpath+0x16/0x1b
[ 2737.392763] NVRM: RmInitAdapter failed! (0x24:0xc:1170)
[ 2737.392767] NVRM: rm_init_adapter failed for device bearing minor number 0
[ 2737.392778] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5
[ 2737.627805] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X
[ 2863.228212] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X
[ 2936.374738] pool invoked oom-killer: gfp_mask=0x201da, order=0, oom_score_adj=0
[ 2936.374741] pool cpuset=/ mems_allowed=0
[ 2936.374743] CPU: 2 PID: 26415 Comm: pool Tainted: P	B  	O 3.14.14-gentoo #1
[ 2936.374744] Hardware name: System manufacturer System Product Name/P8Z68 DELUXE, BIOS 3603 11/09/2012
[ 2936.374745]  00000000000201da ffff88007d8499c8 ffffffff814eab83 0000000000000006
[ 2936.374747]  ffff8800c5e27050 ffff88007d849a28 ffffffff814e89db 0000000000000000
[ 2936.374749]  0000000000000202 ffff88007d849a28 ffffffff8132227b 0000000000000000
[ 2936.374750] Call Trace:
[ 2936.374756]  [<ffffffff814eab83>] dump_stack+0x46/0x58
[ 2936.374758]  [<ffffffff814e89db>] dump_header.isra.10+0x6b/0x18f
[ 2936.374761]  [<ffffffff8132227b>] ? ___ratelimit+0xb7/0xd4
[ 2936.374764]  [<ffffffff810a4862>] oom_kill_process+0x68/0x312
[ 2936.374766]  [<ffffffff8103d0f3>] ? has_ns_capability_noaudit+0x12/0x19
[ 2936.374768]  [<ffffffff8103d10c>] ? has_capability_noaudit+0x12/0x16
[ 2936.374770]  [<ffffffff810a4ed6>] out_of_memory+0x261/0x294
[ 2936.374772]  [<ffffffff810a86b0>] __alloc_pages_nodemask+0x719/0x87e
[ 2936.374774]  [<ffffffff810a37c4>] filemap_fault+0x25a/0x373
[ 2936.374776]  [<ffffffff810ba86b>] __do_fault+0x9f/0x3d3
[ 2936.374778]  [<ffffffff810be018>] handle_mm_fault+0x3cf/0x7da
[ 2936.374780]  [<ffffffff8105411f>] ? check_preempt_curr+0x3b/0x69
[ 2936.374782]  [<ffffffff8102dfff>] __do_page_fault+0x3bf/0x41e
[ 2936.374784]  [<ffffffff8106231b>] ? __rwsem_do_wake+0xd0/0x102
[ 2936.374785]  [<ffffffff810623ca>] ? rwsem_wake+0x39/0x43
[ 2936.374787]  [<ffffffff81326c37>] ? call_rwsem_wake+0x17/0x30
[ 2936.374788]  [<ffffffff8102e089>] do_page_fault+0xc/0xf
[ 2936.374790]  [<ffffffff814efdf2>] page_fault+0x22/0x30
[ 2936.374791] Mem-Info:
[ 2936.374792] DMA per-cpu:
[ 2936.374793] CPU	0: hi:	0, btch:   1 usd:   0
[ 2936.374794] CPU	1: hi:	0, btch:   1 usd:   0
[ 2936.374794] CPU	2: hi:	0, btch:   1 usd:   0
[ 2936.374795] CPU	3: hi:	0, btch:   1 usd:   0
[ 2936.374796] DMA32 per-cpu:
[ 2936.374796] CPU	0: hi:  186, btch:  31 usd:  31
[ 2936.374797] CPU	1: hi:  186, btch:  31 usd:  46
[ 2936.374798] CPU	2: hi:  186, btch:  31 usd: 161
[ 2936.374799] CPU	3: hi:  186, btch:  31 usd: 185
[ 2936.374799] Normal per-cpu:
[ 2936.374800] CPU	0: hi:  186, btch:  31 usd:  72
[ 2936.374801] CPU	1: hi:  186, btch:  31 usd:  23
[ 2936.374801] CPU	2: hi:  186, btch:  31 usd: 149
[ 2936.374802] CPU	3: hi:  186, btch:  31 usd: 181
[ 2936.374805] active_anon:727858 inactive_anon:212598 isolated_anon:0
 active_file:28 inactive_file:3 isolated_file:66
 unevictable:4 dirty:0 writeback:0 unstable:0
 free:6474 slab_reclaimable:2463 slab_unreclaimable:8087
 mapped:7876 shmem:4 pagetables:8416 bounce:0
 free_cma:0
[ 2936.374809] DMA free:15232kB min:28kB low:32kB high:40kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 2936.374810] lowmem_reserve[]: 0 3146 3839 3839
[ 2936.374815] DMA32 free:9256kB min:6484kB low:8104kB high:9724kB active_anon:2576536kB inactive_anon:515308kB active_file:36kB inactive_file:0kB unevictable:16kB isolated(anon):0kB isolated(file):172kB present:3296800kB managed:3223316kB mlocked:16kB dirty:0kB writeback:0kB mapped:25160kB shmem:8kB slab_reclaimable:7612kB slab_unreclaimable:22260kB kernel_stack:1856kB pagetables:25676kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:112 all_unreclaimable? yes
[ 2936.374816] lowmem_reserve[]: 0 0 693 693
[ 2936.374820] Normal free:1408kB min:1428kB low:1784kB high:2140kB active_anon:334896kB inactive_anon:335084kB active_file:76kB inactive_file:40kB unevictable:0kB isolated(anon):0kB isolated(file):92kB present:776192kB managed:709660kB mlocked:0kB dirty:0kB writeback:0kB mapped:6344kB shmem:8kB slab_reclaimable:2240kB slab_unreclaimable:10088kB kernel_stack:864kB pagetables:7988kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:202 all_unreclaimable? yes
[ 2936.374821] lowmem_reserve[]: 0 0 0 0
[ 2936.374822] DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 1*128kB (U) 1*256kB (U) 1*512kB (U) 0*1024kB 1*2048kB (U) 3*4096kB (MR) = 15232kB
[ 2936.374829] DMA32: 283*4kB (UEM) 7*8kB (EM) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 2*4096kB (R) = 9380kB
[ 2936.374834] Normal: 129*4kB (UEMR) 2*8kB (ER) 1*16kB (M) 0*32kB 2*64kB (R) 4*128kB (R) 1*256kB (R) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 1444kB
[ 2936.374840] 1884 total pagecache pages
[ 2936.374841] 1784 pages in swap cache
[ 2936.374842] Swap cache stats: add 1155328, delete 1153544, find 33906/53163
[ 2936.374843] Free swap  = 0kB
[ 2936.374843] Total swap = 4194300kB
[ 2936.374844] 1022244 pages RAM
[ 2936.374844] 0 pages HighMem/MovableOnly
[ 2936.374845] 16633 pages reserved
[ 2936.374845] [ pid ]   uid  tgid total_vm  	rss nr_ptes swapents oom_score_adj name
[ 2936.374849] [ 2183] 	0  2183	50205   	39  	96   	50         	0 systemd-journal
[ 2936.374850] [ 2204] 	0  2204 	9306    	1  	19  	210     	-1000 systemd-udevd
[ 2936.374851] [ 2227]   104  2227 	6583    	6  	17   	42         	0 systemd-timesyn
[ 2936.374853] [ 2359] 	0  2359 	3728   	12  	13   	59         	0 dhcpcd
[ 2936.374854] [ 2405] 	0  2405 	5400   	35  	14   	52         	0 systemd-logind
[ 2936.374855] [ 2408]   107  2408 	6223  	137  	17  	151      	-900 dbus-daemon
[ 2936.374856] [ 2410] 	0  2410 	8056    	0  	20  	122     	-1000 sshd
[ 2936.374857] [ 2411] 	0  2411 	5373   	18  	15  	130         	0 crond
[ 2936.374858] [ 2412] 	0  2412 	4101    	1  	12   	40         	0 agetty
[ 2936.374860] [ 2413] 	0  2413	89165  	123  	41  	192         	0 gdm
[ 2936.374861] [ 2419] 	0  2419	69852    	0  	38  	321         	0 accounts-daemon
[ 2936.374862] [ 2431]   105  2431   128434  	256  	48  	837         	0 polkitd
[ 2936.374863] [ 2497] 	0  2497	52160    	0  	34  	212         	0 upowerd
[ 2936.374864] [ 2545]   106  2545	75727    	0  	48  	637         	0 colord
[ 2936.374865] [ 2605] 	0  2605 	6794    	0  	16  	113         	0 wpa_supplicant
[ 2936.374866] [ 2615] 	0  2615	92760    	0  	45  	520         	0 udisksd
[ 2936.374868] [ 2678]  1000  2678 	8300    	2  	20  	149         	0 systemd
[ 2936.374869] [ 2679]  1000  2679	12947    	0  	27  	514         	0 (sd-pam)
[ 2936.374870] [ 2738]  1000  2738   128162    	0  	88  	728         	0 pulseaudio
[ 2936.374871] [ 2761]  1000  2761	20731    	0  	43  	166         	0 gconf-helper
[ 2936.374872] [25752] 	0 25752	41512 	2640  	80 	4985         	0 Xorg
[ 2936.374874] [25892] 	0 25892	59730    	0  	52  	437         	0 gdm-session-wor
[ 2936.374875] [25897]  1000 25897	29231    	0  	23  	110         	0 gnome-keyring-d
[ 2936.374876] [25901]  1000 25901	93051   	52  	46  	206         	0 gnome-keyring-d
[ 2936.374877] [25904]  1000 25904   196602  	167 	113 	3582         	0 gnome-session
[ 2936.374878] [25919]  1000 25919 	6115    	0  	14   	80         	0 dbus-launch
[ 2936.374879] [25920]  1000 25920 	6260  	242  	15  	122         	0 dbus-daemon
[ 2936.374880] [25923]  1000 25923	85671   	11  	36  	137         	0 at-spi-bus-laun
[ 2936.374882] [25927]  1000 25927 	5995   	42  	17   	56         	0 dbus-daemon
[ 2936.374883] [25930]  1000 25930	26134   	27  	21   	80         	0 at-spi2-registr
[ 2936.374884] [25941]  1000 25941   216498  	253 	183 	5633         	0 gnome-settings-
[ 2936.374885] [25964]  1000 25964	47278   	20  	28  	114         	0 gvfsd
[ 2936.374886] [25970]  1000 25970  2386938   933195	4005   953344         	0 gnome-shell
[ 2936.374887] [25971]   109 25971	57184  	303  	44  	956         	0 geoclue
[ 2936.374888] [25974]  1000 25974	71938  	150 	106 	3725         	0 gsd-locate-poin
[ 2936.374889] [25977]  1000 25977   102320   	11  	93 	3370         	0 gsd-printer
[ 2936.374891] [25985]  1000 25985	89498    	0  	42  	322         	0 ibus-daemon
[ 2936.374892] [25989]  1000 25989	69362    	0  	36  	206         	0 ibus-dconf
[ 2936.374893] [25991]  1000 25991	88501    	0 	105 	3676         	0 ibus-x11
[ 2936.374894] [26008]  1000 26008   130320    	0  	73  	514         	0 gnome-shell-cal
[ 2936.374895] [26014]  1000 26014   263242  	124 	164 	4759         	0 evolution-sourc
[ 2936.374896] [26019]  1000 26019   201393  	103 	157 	5734         	0 goa-daemon
[ 2936.374897] [26021]  1000 26021	27038   	42  	22   	74         	0 gvfsd-metadata
[ 2936.374898] [26026]  1000 26026   108174  	195  	45  	217         	0 mission-control
[ 2936.374899] [26037]  1000 26037	73325  	188  	45  	260         	0 gvfs-udisks2-vo
[ 2936.374900] [26042]  1000 26042	49861    	0  	32  	188         	0 gvfs-goa-volume
[ 2936.374901] [26047]  1000 26047	57467  	192  	79 	2158         	0 applet.py
[ 2936.374902] [26049]  1000 26049   121667  	203 	135 	4203         	0 vino-server
[ 2936.374903] [26052]  1000 26052   336482 	1010 	258	10169         	0 empathy
[ 2936.374904] [26053]  1000 26053   104608  	558  	56  	666         	0 tracker-store
[ 2936.374905] [26055]  1000 26055   780886 	3297 	326 	7261         	0 evolution
[ 2936.374907] [26063]  1000 26063   121677  	334 	132 	4133         	0 nm-applet
[ 2936.374908] [26066]  1000 26066   240232   	85 	107 	1610         	0 tracker-extract
[ 2936.374909] [26067]  1000 26067   190085  	176 	204 	5326         	0 evolution-alarm
[ 2936.374910] [26070]  1000 26070   139149   	93  	63  	669         	0 tracker-miner-f
[ 2936.374911] [26082]  1000 26082   178439  	445 	164 	4307         	0 nautilus
[ 2936.374912] [26094]  1000 26094	50393    	0  	35  	184         	0 ibus-engine-sim
[ 2936.374913] [26125]  1000 26125	89006   	11  	42  	210         	0 gvfsd-trash
[ 2936.374914] [26135]  1000 26135   392617    	0 	184 	5468         	0 evolution-calen
[ 2936.374915] [26150]  1000 26150	43518    	0  	20  	206         	0 dconf-service
[ 2936.374916] [26196]  1000 26196	99147  	367  	60 	1157         	0 telepathy-gabbl
[ 2936.374917] [26197]  1000 26197	71444   	55  	73  	312         	0 libsocialweb-co
[ 2936.374918] [26213]  1000 26213   236747   	79 	123 	1673         	0 evolution-addre
[ 2936.374920] [26214]  1000 26214	71615    	5  	42  	254         	0 telepathy-logge
[ 2936.374921] [26249]  1000 26249	65711    	8  	29  	126         	0 gvfsd-burn
[ 2936.374922] Out of memory: Kill process 25970 (gnome-shell) score 928 or sacrifice child
[ 2936.374923] Killed process 25970 (gnome-shell) total-vm:9547752kB, anon-rss:3713492kB, file-rss:19288kB

27

02.09.2014, 21:56

[ 3.997605] nvidia: module license 'NVIDIA' taints kernel.
[ 3.997610] Disabling lock debugging due to kernel taint
Das ist keine Fehlermeldung im dem Sinne. Die bekommst du immer wenn du einen proprietären Treiber lädst. Der Kernel will dir damit nur mitteilen das du schuld daran bist wenn er nicht mehr rund läuft.

[ 4.870805] NVRM: Your system is not currently configured to drive a VGA console
[ 4.870808] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 4.870809] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 4.870809] NVRM: drivers including, but not limited to, vesafb, may result in
[ 4.870810] NVRM: corruption and stability problems, and is not supported.
Warum du diese Meldung immer noch bekommt verstehe ich nicht. Du hast doch den ganzen Framebuffer Krempel deaktiviert, oder?


Hast du den schon den OpenSource Treiber für die NVidia versucht? Ist Gnome mit dem auch so zickig?

Ansonsten bin ich eher Ratlos was die Fehler betrifft. Das Internet findet auf die Schnelle nicht viel hilfreiches. Was du aber noch versuchen kannst; einen aktuelleren NVidia Treiber nutzen.

Was mir sonnst noch so einfällt wäre die Bootoption pci=nomsi. Hört sich erst mal blöd an, aber ich hatte mal ein ähnliches Fehlerbild mit einem PC und einer Intelgrafik. Ohne den MSI lief der PC absolut stabil.
Intel Core2 Quad CPU @ 2.40GHz mit Gentoo/Gnome3

28

03.09.2014, 03:35

Habe das Problem die letzten Tage erst einmal gekonnt ignoriert und mich darum gekümmert meine Anwendungen unter Gentoo zum Laufen zu bekommen. Bis auf das ein oder andere läuft alles ziemlich gut. ^^
Heute habe ich mich dann wieder mit dem Grafikproblem beschäftigt.. habe zuerst ~amd64 gentoo-sources installiert und aus denen dann den Kernel in Version 3.15.10. Das hat an den Grafikfehlern aber nichts geändert und zusätzliche cifs mount-Fehler gebracht (die gemounteten Freigaben waren auch nicht mehr zugänglich). Also alles wieder rückgängig gemacht. Komischer Weise traten anschließend wieder (andere) cifs mount-Fehler auf. Diese konnte ich aber dann durch ein Dist-Upgrade vom Fileserver beheben. :) Als das geschafft war habe ich die neusten unstable (343.13) nvidia-drivers installiert. Seit dem hatte ich noch keine nvidia-Fehler im dmesg und auch keine Grafikfehler oder Tippverzögerungen.

Ich möchte mich nicht zu früh freuen, daher warte ich mal bis morgen Abend und melde mich dann noch einmal ;)

Was auch merkwürdig ist: Obwohl ich die Kernel-Config heute nicht angerührt habe (habe den 3.15.10 Kernel mit der alten Config kompiliert), ist nach dem Wechsel zurück auf den alten Kernel (3.14.14) die Meldung mit der VGA console verschwunden. Auch ist der Bootvorgang nun wesentlich schneller und ich habe beim Booten größere Schrift und keinen Tux mehr am oberen Bildschirmrand.