Andre Campos Rodovalho
2015-Jun-12 14:18 UTC
[Nouveau] Fwd: Problem with GT218 (GeForce GT210)
Hi again, I got a new dmesg log with the debug parameters, but I guess I could not isolate VESA. I blacklisted it at /etc/modprobe.d/blacklist.conf but comparing those logs I see no difference... Is it possible to isolate VESA somehow without removing it? The new logs are here, I'm posting full content because I'm not sure what information is more relevant... *http://webativo.com/uploads/files/debug_nouveau.zip <http://webativo.com/uploads/files/debug_nouveau.zip>* Cheers 2015-06-12 6:53 GMT-03:00 Ilia Mirkin <imirkin at alum.mit.edu>:> [clipped a bit so that it doesn't get held up by moderator, i've left > the relevant dmesg bits in] > > On Fri, Jun 12, 2015 at 3:47 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > > Hm, well you can see the messages about failure to set plls, which is why > > you don't see anything. The only odd thing I see is that you're using > vesa, > > which can definitely mess things up. Try not using that. Also try booting > > with nouveau.debug=debug drm.debug=0xe which might provide more relevant > > info. > > > > On Jun 12, 2015 8:34 AM, "Andre Campos Rodovalho" > > <andre.rodovalho at gmail.com> wrote: > >> > >> dmesg output: > >> > >> > >> > --------------------------------------------------------------------------------------------------------- > >> > >> > >> [ 1.018704] vesafb: mode is 640x480x32, linelength=2560, pages=0 > >> [ 1.018706] vesafb: scrolling: redraw > >> [ 1.018708] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 > >> [ 1.026887] vesafb: framebuffer at 0xfb000000, mapped to > >> 0xffffc90010e80000, using 1216k, total 1216k > >> [ 1.027623] Console: switching to colour frame buffer device 80x30 > >> [ 1.028274] fb0: VESA VGA frame buffer device > > [...] > > >> [ 7.675761] fb: switching to nouveaufb from VESA VGA > >> [ 7.675782] Console: switching to colour dummy device 80x25 > >> [ 7.676119] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x298280a2 > >> [ 7.676122] nouveau [ DEVICE][0000:01:00.0] Chipset: G98 (NV98) > >> [ 7.676123] nouveau [ DEVICE][0000:01:00.0] Family : NV50 > >> [ 7.676213] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for > >> image... > >> [ 7.733822] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid > >> [ 7.733823] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN > >> [ 7.733905] nouveau [ VBIOS][0000:01:00.0] BIT signature found > >> [ 7.733908] nouveau [ VBIOS][0000:01:00.0] version 70.18.36.00.00 > >> [ 7.754325] nouveau 0000:01:00.0: irq 49 for MSI/MSI-X > >> [ 7.754335] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled > >> [ 7.754358] nouveau [ PFB][0000:01:00.0] RAM type: DDR2 > >> [ 7.754360] nouveau [ PFB][0000:01:00.0] RAM size: 1024 MiB > >> [ 7.754361] nouveau [ PFB][0000:01:00.0] ZCOMP: 960 tags > >> [ 7.784065] nouveau [ PTHERM][0000:01:00.0] FAN control: none / > >> external > >> [ 7.784077] nouveau [ PTHERM][0000:01:00.0] fan management: > automatic > >> [ 7.784079] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes > >> [ 7.784087] nouveau [ CLK][0000:01:00.0] 0f: core 550 MHz shader > >> 1375 MHz memory 266 MHz > >> [ 7.784121] nouveau [ CLK][0000:01:00.0] --: core 566 MHz shader > >> 1400 MHz memory 265 MHz > >> [ 7.784167] nouveau E[ PDISP][0000:01:00.0] 02:0261: func 08 lookup > >> failed, -2 > >> [ 7.784558] [TTM] Zone kernel: Available graphics memory: 4079904 > kiB > >> [ 7.784560] [TTM] Zone dma32: Available graphics memory: 2097152 > kiB > >> [ 7.784561] [TTM] Initializing pool allocator > >> [ 7.784567] [TTM] Initializing DMA pool allocator > >> [ 7.784584] nouveau [ DRM] VRAM: 1024 MiB > >> [ 7.784586] nouveau [ DRM] GART: 1048576 MiB > >> [ 7.784590] nouveau [ DRM] TMDS table version 2.0 > >> [ 7.784593] nouveau [ DRM] DCB version 4.0 > >> [ 7.784596] nouveau [ DRM] DCB outp 00: 02000300 00000028 > >> [ 7.784599] nouveau [ DRM] DCB outp 01: 01000302 00020030 > >> [ 7.784601] nouveau [ DRM] DCB outp 02: 04011310 00000028 > >> [ 7.784603] nouveau [ DRM] DCB outp 03: 02022322 00c20090 > >> [ 7.784605] nouveau [ DRM] DCB conn 00: 00001030 > >> [ 7.784608] nouveau [ DRM] DCB conn 01: 00000100 > >> [ 7.784610] nouveau [ DRM] DCB conn 02: 00002261 > >> [ 7.790697] [drm] Supports vblank timestamp caching Rev 2 > (21.10.2013). > >> [ 7.790699] [drm] Driver supports precise vblank timestamp query. > >> [ 7.799009] nouveau [ DRM] MM: using M2MF for buffer copies > >> [ 7.869101] nouveau [ DRM] allocated 1360x768 fb: 0x60000, bo > >> ffff8800cadfe000 > >> [ 7.869168] fbcon: nouveaufb (fb0) is primary device > >> [ 7.870010] nouveau E[ DEVINIT][0000:01:00.0] unable to compute > >> acceptable pll values > >> [ 7.870012] nouveau E[ DEVINIT][0000:01:00.0] failed pll calculation >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150612/3ba9472d/attachment-0001.html>
Try something like video=vesafb:off or failing that, video=vesa:off vga=normal (based on two separate guides found with a search engine). On Fri, Jun 12, 2015 at 10:18 AM, Andre Campos Rodovalho <andre.rodovalho at gmail.com> wrote:> Hi again, > > I got a new dmesg log with the debug parameters, but I guess I could not > isolate VESA. I blacklisted it at /etc/modprobe.d/blacklist.conf but > comparing those logs I see no difference... Is it possible to isolate VESA > somehow without removing it? > > The new logs are here, I'm posting full content because I'm not sure what > information is more relevant... > http://webativo.com/uploads/files/debug_nouveau.zip > > Cheers > > 2015-06-12 6:53 GMT-03:00 Ilia Mirkin <imirkin at alum.mit.edu>: >> >> [clipped a bit so that it doesn't get held up by moderator, i've left >> the relevant dmesg bits in] >> >> On Fri, Jun 12, 2015 at 3:47 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: >> > Hm, well you can see the messages about failure to set plls, which is >> > why >> > you don't see anything. The only odd thing I see is that you're using >> > vesa, >> > which can definitely mess things up. Try not using that. Also try >> > booting >> > with nouveau.debug=debug drm.debug=0xe which might provide more relevant >> > info. >> > >> > On Jun 12, 2015 8:34 AM, "Andre Campos Rodovalho" >> > <andre.rodovalho at gmail.com> wrote: >> >> >> >> dmesg output: >> >> >> >> >> >> >> >> --------------------------------------------------------------------------------------------------------- >> >> >> >> >> >> [ 1.018704] vesafb: mode is 640x480x32, linelength=2560, pages=0 >> >> [ 1.018706] vesafb: scrolling: redraw >> >> [ 1.018708] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >> >> [ 1.026887] vesafb: framebuffer at 0xfb000000, mapped to >> >> 0xffffc90010e80000, using 1216k, total 1216k >> >> [ 1.027623] Console: switching to colour frame buffer device 80x30 >> >> [ 1.028274] fb0: VESA VGA frame buffer device >> >> [...] >> >> >> [ 7.675761] fb: switching to nouveaufb from VESA VGA >> >> [ 7.675782] Console: switching to colour dummy device 80x25 >> >> [ 7.676119] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x298280a2 >> >> [ 7.676122] nouveau [ DEVICE][0000:01:00.0] Chipset: G98 (NV98) >> >> [ 7.676123] nouveau [ DEVICE][0000:01:00.0] Family : NV50 >> >> [ 7.676213] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for >> >> image... >> >> [ 7.733822] nouveau [ VBIOS][0000:01:00.0] ... appears to be >> >> valid >> >> [ 7.733823] nouveau [ VBIOS][0000:01:00.0] using image from >> >> PRAMIN >> >> [ 7.733905] nouveau [ VBIOS][0000:01:00.0] BIT signature found >> >> [ 7.733908] nouveau [ VBIOS][0000:01:00.0] version 70.18.36.00.00 >> >> [ 7.754325] nouveau 0000:01:00.0: irq 49 for MSI/MSI-X >> >> [ 7.754335] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled >> >> [ 7.754358] nouveau [ PFB][0000:01:00.0] RAM type: DDR2 >> >> [ 7.754360] nouveau [ PFB][0000:01:00.0] RAM size: 1024 MiB >> >> [ 7.754361] nouveau [ PFB][0000:01:00.0] ZCOMP: 960 tags >> >> [ 7.784065] nouveau [ PTHERM][0000:01:00.0] FAN control: none / >> >> external >> >> [ 7.784077] nouveau [ PTHERM][0000:01:00.0] fan management: >> >> automatic >> >> [ 7.784079] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes >> >> [ 7.784087] nouveau [ CLK][0000:01:00.0] 0f: core 550 MHz >> >> shader >> >> 1375 MHz memory 266 MHz >> >> [ 7.784121] nouveau [ CLK][0000:01:00.0] --: core 566 MHz >> >> shader >> >> 1400 MHz memory 265 MHz >> >> [ 7.784167] nouveau E[ PDISP][0000:01:00.0] 02:0261: func 08 >> >> lookup >> >> failed, -2 >> >> [ 7.784558] [TTM] Zone kernel: Available graphics memory: 4079904 >> >> kiB >> >> [ 7.784560] [TTM] Zone dma32: Available graphics memory: 2097152 >> >> kiB >> >> [ 7.784561] [TTM] Initializing pool allocator >> >> [ 7.784567] [TTM] Initializing DMA pool allocator >> >> [ 7.784584] nouveau [ DRM] VRAM: 1024 MiB >> >> [ 7.784586] nouveau [ DRM] GART: 1048576 MiB >> >> [ 7.784590] nouveau [ DRM] TMDS table version 2.0 >> >> [ 7.784593] nouveau [ DRM] DCB version 4.0 >> >> [ 7.784596] nouveau [ DRM] DCB outp 00: 02000300 00000028 >> >> [ 7.784599] nouveau [ DRM] DCB outp 01: 01000302 00020030 >> >> [ 7.784601] nouveau [ DRM] DCB outp 02: 04011310 00000028 >> >> [ 7.784603] nouveau [ DRM] DCB outp 03: 02022322 00c20090 >> >> [ 7.784605] nouveau [ DRM] DCB conn 00: 00001030 >> >> [ 7.784608] nouveau [ DRM] DCB conn 01: 00000100 >> >> [ 7.784610] nouveau [ DRM] DCB conn 02: 00002261 >> >> [ 7.790697] [drm] Supports vblank timestamp caching Rev 2 >> >> (21.10.2013). >> >> [ 7.790699] [drm] Driver supports precise vblank timestamp query. >> >> [ 7.799009] nouveau [ DRM] MM: using M2MF for buffer copies >> >> [ 7.869101] nouveau [ DRM] allocated 1360x768 fb: 0x60000, bo >> >> ffff8800cadfe000 >> >> [ 7.869168] fbcon: nouveaufb (fb0) is primary device >> >> [ 7.870010] nouveau E[ DEVINIT][0000:01:00.0] unable to compute >> >> acceptable pll values >> >> [ 7.870012] nouveau E[ DEVINIT][0000:01:00.0] failed pll calculation > >
[re-adding nouveau at ... please don't drop cc's] OK, so looking at your logs while that "helped" in the sense that vesafb no longer loaded, it didn't actually help the issue at hand. Unfortunate... I was hoping I could somehow blame it on VESA :) Here are the interesting (to me) bits of the debug log. This is all well outside of my domain of expertise... Ben, perhaps you can take a glance? [ 7.865106] [drm:drm_target_preferred] found mode 1360x768 [ 7.865107] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config [ 7.865109] [drm:drm_setup_crtcs] desired mode 1360x768 set on crtc 15 [ 7.865570] nouveau [ DRM] allocated 1360x768 fb: 0x60000, bo ffff880222655000 [ 7.865651] fbcon: nouveaufb (fb0) is primary device [ 7.866794] [drm:drm_crtc_helper_set_config] [ 7.866795] [drm:drm_crtc_helper_set_config] [CRTC:15] [FB:33] #connectors=1 (x y) (0 0) [ 7.866797] [drm:drm_crtc_helper_set_config] crtc has no fb, full mode set [ 7.866797] [drm:drm_crtc_helper_set_config] modes are different, full mode set [ 7.866799] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0 [ 7.866800] [drm:drm_mode_debug_printmodeline] Modeline 30:"1360x768" 60 84750 1360 1432 1568 1776 768 771 776 798 0x48 0x6 [ 7.866801] [drm:drm_crtc_helper_set_config] encoder changed, full mode switch [ 7.866802] [drm:drm_crtc_helper_set_config] crtc changed, full mode switch [ 7.866802] [drm:drm_crtc_helper_set_config] [CONNECTOR:21:VGA-1] to [CRTC:15] [ 7.866803] [drm:drm_crtc_helper_set_config] attempting to set mode from userspace [ 7.866805] [drm:drm_mode_debug_printmodeline] Modeline 30:"1360x768" 60 84750 1360 1432 1568 1776 768 771 776 798 0x48 0x6 [ 7.866806] [drm:drm_crtc_helper_set_mode] [CRTC:15] [ 7.866819] [drm:drm_crtc_helper_set_mode] [ENCODER:22:DAC-22] set [MODE:30:1360x768] [ 7.866868] nouveau D[ PDISP][0000:01:00.0] supervisor 0x00000010 0x000002a0 [ 7.866870] nouveau D[ PDISP][0000:01:00.0] Core: [ 7.866872] nouveau D[ PDISP][0000:01:00.0] 0x0084: 0x019e02e2 -> 0x00000000 [ 7.866875] nouveau D[ PDISP][0000:01:00.0] 0x0088: 0xcafe0000 [ 7.866876] nouveau D[ PDISP][0000:01:00.0] Core - DAC 0: [ 7.866878] nouveau D[ PDISP][0000:01:00.0] 0x0400: 0x00000000 [ 7.866880] nouveau D[ PDISP][0000:01:00.0] 0x0404: 0x00000000 [ 7.866883] nouveau D[ PDISP][0000:01:00.0] 0x0420: 0x00010000 [ 7.866884] nouveau D[ PDISP][0000:01:00.0] Core - DAC 1: [ 7.866886] nouveau D[ PDISP][0000:01:00.0] 0x0480: 0x00000000 [ 7.866888] nouveau D[ PDISP][0000:01:00.0] 0x0484: 0x00000000 [ 7.866890] nouveau D[ PDISP][0000:01:00.0] 0x04a0: 0x00010000 [ 7.866890] nouveau D[ PDISP][0000:01:00.0] Core - DAC 2: [ 7.866893] nouveau D[ PDISP][0000:01:00.0] 0x0500: 0x00000000 -> 0x00000001 [ 7.866895] nouveau D[ PDISP][0000:01:00.0] 0x0504: 0x00000000 -> 0x00000001 [ 7.866897] nouveau D[ PDISP][0000:01:00.0] 0x0520: 0x00010000 [ 7.866898] nouveau D[ PDISP][0000:01:00.0] Core - SOR 0: [ 7.866900] nouveau D[ PDISP][0000:01:00.0] 0x0600: 0x00000000 [ 7.866901] nouveau D[ PDISP][0000:01:00.0] Core - SOR 1: [ 7.866903] nouveau D[ PDISP][0000:01:00.0] 0x0640: 0x00000000 [ 7.866904] nouveau D[ PDISP][0000:01:00.0] Core - SOR 2: [ 7.866906] nouveau D[ PDISP][0000:01:00.0] 0x0680: 0x00000000 [ 7.866907] nouveau D[ PDISP][0000:01:00.0] Core - SOR 3: [ 7.866909] nouveau D[ PDISP][0000:01:00.0] 0x06c0: 0x00000000 [ 7.866909] nouveau D[ PDISP][0000:01:00.0] Core - PIOR 0: [ 7.866911] nouveau D[ PDISP][0000:01:00.0] 0x0700: 0x00000000 [ 7.866912] nouveau D[ PDISP][0000:01:00.0] Core - PIOR 1: [ 7.866915] nouveau D[ PDISP][0000:01:00.0] 0x0740: 0x00000000 [ 7.866915] nouveau D[ PDISP][0000:01:00.0] Core - PIOR 2: [ 7.866917] nouveau D[ PDISP][0000:01:00.0] 0x0780: 0x00000000 [ 7.866918] nouveau D[ PDISP][0000:01:00.0] Core - HEAD 0: [ 7.866920] nouveau D[ PDISP][0000:01:00.0] 0x0800: 0x00000000 [ 7.866923] nouveau D[ PDISP][0000:01:00.0] 0x0804: 0x00000000 -> 0x00814b0e [ 7.866925] nouveau D[ PDISP][0000:01:00.0] 0x0808: 0x00000000 [ 7.866927] nouveau D[ PDISP][0000:01:00.0] 0x080c: 0x00000000 [ 7.866932] nouveau D[ PDISP][0000:01:00.0] 0x0810: 0x00000000 [ 7.866936] nouveau D[ PDISP][0000:01:00.0] 0x0814: 0x00050008 -> 0x031e06f0 [ 7.866938] nouveau D[ PDISP][0000:01:00.0] 0x0818: 0x00000001 -> 0x00040087 [ 7.866939] nouveau D[ PDISP][0000:01:00.0] 0x081c: 0x00010003 -> 0x001a0157 [ 7.866942] nouveau D[ PDISP][0000:01:00.0] 0x0820: 0x00030004 -> 0x031a06a7 [ 7.866944] nouveau D[ PDISP][0000:01:00.0] 0x0824: 0x00000001 [ 7.866946] nouveau D[ PDISP][0000:01:00.0] 0x0828: 0x00000000 [ 7.866948] nouveau D[ PDISP][0000:01:00.0] 0x082c: 0x00000000 [ 7.866950] nouveau D[ PDISP][0000:01:00.0] 0x0830: 0x00000000 [ 7.866952] nouveau D[ PDISP][0000:01:00.0] 0x0838: 0x00000000 [ 7.866954] nouveau D[ PDISP][0000:01:00.0] 0x0840: 0x00000000 -> 0xc0000000 [ 7.866956] nouveau D[ PDISP][0000:01:00.0] 0x0844: 0x00000000 -> 0x00000490 [ 7.866958] nouveau D[ PDISP][0000:01:00.0] 0x0848: 0x00000000 [ 7.866960] nouveau D[ PDISP][0000:01:00.0] 0x084c: 0x00000000 [ 7.866962] nouveau D[ PDISP][0000:01:00.0] 0x085c: 0x00000000 -> 0x01000000 [ 7.866964] nouveau D[ PDISP][0000:01:00.0] 0x0860: 0x00000000 -> 0x00000600 [ 7.866966] nouveau D[ PDISP][0000:01:00.0] 0x0864: 0x00000000 [ 7.866968] nouveau D[ PDISP][0000:01:00.0] 0x0868: 0x00000000 -> 0x03000550 [ 7.866970] nouveau D[ PDISP][0000:01:00.0] 0x086c: 0x00000000 -> 0x00101600 [ 7.866972] nouveau D[ PDISP][0000:01:00.0] 0x0870: 0x0000e900 -> 0x0000cf00 [ 7.866976] nouveau D[ PDISP][0000:01:00.0] 0x0874: 0x00000000 -> 0x01000003 [ 7.866977] nouveau D[ PDISP][0000:01:00.0] 0x0878: 0x00000000 [ 7.866979] nouveau D[ PDISP][0000:01:00.0] 0x0880: 0x20000000 -> 0x05000000 [ 7.866981] nouveau D[ PDISP][0000:01:00.0] 0x0884: 0x00000000 [ 7.866984] nouveau D[ PDISP][0000:01:00.0] 0x089c: 0x00000000 [ 7.866986] nouveau D[ PDISP][0000:01:00.0] 0x08a0: 0x00000000 [ 7.866987] nouveau D[ PDISP][0000:01:00.0] 0x08a4: 0x00000000 [ 7.866989] nouveau D[ PDISP][0000:01:00.0] 0x08a8: 0x00040000 [ 7.866992] nouveau D[ PDISP][0000:01:00.0] 0x08c0: 0x00000000 [ 7.866994] nouveau D[ PDISP][0000:01:00.0] 0x08c4: 0x00000000 [ 7.866996] nouveau D[ PDISP][0000:01:00.0] 0x08c8: 0x00000000 -> 0x03000550 [ 7.866997] nouveau D[ PDISP][0000:01:00.0] 0x08d4: 0x00000000 [ 7.867000] nouveau D[ PDISP][0000:01:00.0] 0x08d8: 0x00000000 -> 0x03000550 [ 7.867002] nouveau D[ PDISP][0000:01:00.0] 0x08dc: 0x00000000 -> 0x03000550 [ 7.867004] nouveau D[ PDISP][0000:01:00.0] 0x0900: 0x00000300 -> 0x00000311 [ 7.867006] nouveau D[ PDISP][0000:01:00.0] 0x0904: 0x00000100 [ 7.867008] nouveau D[ PDISP][0000:01:00.0] 0x0910: 0x00000000 [ 7.867010] nouveau D[ PDISP][0000:01:00.0] 0x0914: 0x00000000 [ 7.867010] nouveau D[ PDISP][0000:01:00.0] Core - HEAD 1: [ 7.867012] nouveau D[ PDISP][0000:01:00.0] 0x0c00: 0x00000000 [ 7.867015] nouveau D[ PDISP][0000:01:00.0] 0x0c04: 0x00000000 [ 7.867017] nouveau D[ PDISP][0000:01:00.0] 0x0c08: 0x00000000 [ 7.867019] nouveau D[ PDISP][0000:01:00.0] 0x0c0c: 0x00000000 [ 7.867022] nouveau D[ PDISP][0000:01:00.0] 0x0c10: 0x00000000 [ 7.867024] nouveau D[ PDISP][0000:01:00.0] 0x0c14: 0x00050008 [ 7.867026] nouveau D[ PDISP][0000:01:00.0] 0x0c18: 0x00000001 [ 7.867028] nouveau D[ PDISP][0000:01:00.0] 0x0c1c: 0x00010003 [ 7.867031] nouveau D[ PDISP][0000:01:00.0] 0x0c20: 0x00030004 [ 7.867032] nouveau D[ PDISP][0000:01:00.0] 0x0c24: 0x00000001 [ 7.867034] nouveau D[ PDISP][0000:01:00.0] 0x0c28: 0x00000000 [ 7.867036] nouveau D[ PDISP][0000:01:00.0] 0x0c2c: 0x00000000 [ 7.867039] nouveau D[ PDISP][0000:01:00.0] 0x0c30: 0x00000000 [ 7.867041] nouveau D[ PDISP][0000:01:00.0] 0x0c38: 0x00000000 [ 7.867043] nouveau D[ PDISP][0000:01:00.0] 0x0c40: 0x00000000 [ 7.867045] nouveau D[ PDISP][0000:01:00.0] 0x0c44: 0x00000000 [ 7.867048] nouveau D[ PDISP][0000:01:00.0] 0x0c48: 0x00000000 [ 7.867051] nouveau D[ PDISP][0000:01:00.0] 0x0c4c: 0x00000000 [ 7.867053] nouveau D[ PDISP][0000:01:00.0] 0x0c5c: 0x00000000 [ 7.867055] nouveau D[ PDISP][0000:01:00.0] 0x0c60: 0x00000000 [ 7.867057] nouveau D[ PDISP][0000:01:00.0] 0x0c64: 0x00000000 [ 7.867059] nouveau D[ PDISP][0000:01:00.0] 0x0c68: 0x00000000 [ 7.867061] nouveau D[ PDISP][0000:01:00.0] 0x0c6c: 0x00000000 [ 7.867063] nouveau D[ PDISP][0000:01:00.0] 0x0c70: 0x0000e900 [ 7.867065] nouveau D[ PDISP][0000:01:00.0] 0x0c74: 0x00000000 [ 7.867066] nouveau D[ PDISP][0000:01:00.0] 0x0c78: 0x00000000 [ 7.867068] nouveau D[ PDISP][0000:01:00.0] 0x0c80: 0x20000000 [ 7.867071] nouveau D[ PDISP][0000:01:00.0] 0x0c84: 0x00000000 [ 7.867072] nouveau D[ PDISP][0000:01:00.0] 0x0c9c: 0x00000000 [ 7.867074] nouveau D[ PDISP][0000:01:00.0] 0x0ca0: 0x00000000 [ 7.867076] nouveau D[ PDISP][0000:01:00.0] 0x0ca4: 0x00000000 [ 7.867079] nouveau D[ PDISP][0000:01:00.0] 0x0ca8: 0x00040000 [ 7.867080] nouveau D[ PDISP][0000:01:00.0] 0x0cc0: 0x00000000 [ 7.867082] nouveau D[ PDISP][0000:01:00.0] 0x0cc4: 0x00000000 [ 7.867084] nouveau D[ PDISP][0000:01:00.0] 0x0cc8: 0x00000000 [ 7.867087] nouveau D[ PDISP][0000:01:00.0] 0x0cd4: 0x00000000 [ 7.867089] nouveau D[ PDISP][0000:01:00.0] 0x0cd8: 0x00000000 [ 7.867091] nouveau D[ PDISP][0000:01:00.0] 0x0cdc: 0x00000000 [ 7.867093] nouveau D[ PDISP][0000:01:00.0] 0x0d00: 0x00000300 [ 7.867095] nouveau D[ PDISP][0000:01:00.0] 0x0d04: 0x00000100 [ 7.867097] nouveau D[ PDISP][0000:01:00.0] 0x0d10: 0x00000000 [ 7.867099] nouveau D[ PDISP][0000:01:00.0] 0x0d14: 0x00000000 [ 7.867122] nouveau D[ PDISP][0000:01:00.0] supervisor 0x00000020 0x000002b0 [ 7.867139] nouveau E[ DEVINIT][0000:01:00.0] unable to compute acceptable pll values [ 7.867140] nouveau E[ DEVINIT][0000:01:00.0] failed pll calculation [ 7.867377] nouveau D[ PDISP][0000:01:00.0] supervisor 0x00000040 0x000002b0 ... [ 7.967237] [drm:drm_crtc_helper_set_config] Setting connector DPMS state to on [ 7.967239] [drm:drm_crtc_helper_set_config] [CONNECTOR:21:VGA-1] set DPMS on [ 8.017272] [drm:drm_crtc_helper_set_config] [ 8.017273] [drm:drm_crtc_helper_set_config] [CRTC:17] [NOFB] [ 8.067330] [drm:drm_crtc_helper_set_config] [ 8.067331] [drm:drm_crtc_helper_set_config] [CRTC:15] [FB:33] #connectors=1 (x y) (0 0) [ 8.067334] [drm:drm_crtc_helper_set_config] [CONNECTOR:21:VGA-1] to [CRTC:15] [ 8.067901] [drm:drm_crtc_helper_set_config] [ 8.067902] [drm:drm_crtc_helper_set_config] [CRTC:15] [FB:33] #connectors=1 (x y) (0 0) [ 8.067903] [drm:drm_crtc_helper_set_config] [CONNECTOR:21:VGA-1] to [CRTC:15] [ 8.069019] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device [ 8.069020] nouveau 0000:01:00.0: registered panic notifier [ 8.092432] [drm] Initialized nouveau 1.1.2 20120801 for 0000:01:00.0 on minor 0 I'm guessing those DEVINIT errors should actually be VBIOS errors, but... meh. Since the screen never comes up, they're definitely my prime suspicion. On Fri, Jun 12, 2015 at 5:22 PM, Andre Campos Rodovalho <andre.rodovalho at gmail.com> wrote:> Hi, I tried both, but I guess "video=vesa:off vga=normal" is the one that > works. Because the other one still generates this in the log: > > [ 1.014979] vesafb: mode is 640x480x32, linelength=2560, pages=0 > [ 1.014981] vesafb: scrolling: redraw > [ 1.014984] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 > [ 1.023161] vesafb: framebuffer at 0xfb000000, mapped to > 0xffffc90010e80000, using 1216k, total 1216k > [ 1.023893] Console: switching to colour frame buffer device 80x30 > [ 1.024520] fb0: VESA VGA frame buffer device > > Updated logs: > http://webativo.com/uploads/files/dmesg_nouveau_vesa_off.zip > > 2015-06-12 17:51 GMT-03:00 Ilia Mirkin <imirkin at alum.mit.edu>: >> >> Try something like video=vesafb:off or failing that, >> >> video=vesa:off vga=normal >> >> (based on two separate guides found with a search engine). >> >> On Fri, Jun 12, 2015 at 10:18 AM, Andre Campos Rodovalho >> <andre.rodovalho at gmail.com> wrote: >> > Hi again, >> > >> > I got a new dmesg log with the debug parameters, but I guess I could not >> > isolate VESA. I blacklisted it at /etc/modprobe.d/blacklist.conf but >> > comparing those logs I see no difference... Is it possible to isolate >> > VESA >> > somehow without removing it? >> > >> > The new logs are here, I'm posting full content because I'm not sure >> > what >> > information is more relevant... >> > http://webativo.com/uploads/files/debug_nouveau.zip >> > >> > Cheers >> > >> > 2015-06-12 6:53 GMT-03:00 Ilia Mirkin <imirkin at alum.mit.edu>: >> >> >> >> [clipped a bit so that it doesn't get held up by moderator, i've left >> >> the relevant dmesg bits in] >> >> >> >> On Fri, Jun 12, 2015 at 3:47 AM, Ilia Mirkin <imirkin at alum.mit.edu> >> >> wrote: >> >> > Hm, well you can see the messages about failure to set plls, which is >> >> > why >> >> > you don't see anything. The only odd thing I see is that you're using >> >> > vesa, >> >> > which can definitely mess things up. Try not using that. Also try >> >> > booting >> >> > with nouveau.debug=debug drm.debug=0xe which might provide more >> >> > relevant >> >> > info. >> >> > >> >> > On Jun 12, 2015 8:34 AM, "Andre Campos Rodovalho" >> >> > <andre.rodovalho at gmail.com> wrote: >> >> >> >> >> >> dmesg output: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> --------------------------------------------------------------------------------------------------------- >> >> >> >> >> >> >> >> >> [ 1.018704] vesafb: mode is 640x480x32, linelength=2560, pages=0 >> >> >> [ 1.018706] vesafb: scrolling: redraw >> >> >> [ 1.018708] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >> >> >> [ 1.026887] vesafb: framebuffer at 0xfb000000, mapped to >> >> >> 0xffffc90010e80000, using 1216k, total 1216k >> >> >> [ 1.027623] Console: switching to colour frame buffer device >> >> >> 80x30 >> >> >> [ 1.028274] fb0: VESA VGA frame buffer device >> >> >> >> [...] >> >> >> >> >> [ 7.675761] fb: switching to nouveaufb from VESA VGA >> >> >> [ 7.675782] Console: switching to colour dummy device 80x25 >> >> >> [ 7.676119] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x298280a2 >> >> >> [ 7.676122] nouveau [ DEVICE][0000:01:00.0] Chipset: G98 (NV98) >> >> >> [ 7.676123] nouveau [ DEVICE][0000:01:00.0] Family : NV50 >> >> >> [ 7.676213] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for >> >> >> image... >> >> >> [ 7.733822] nouveau [ VBIOS][0000:01:00.0] ... appears to be >> >> >> valid >> >> >> [ 7.733823] nouveau [ VBIOS][0000:01:00.0] using image from >> >> >> PRAMIN >> >> >> [ 7.733905] nouveau [ VBIOS][0000:01:00.0] BIT signature found >> >> >> [ 7.733908] nouveau [ VBIOS][0000:01:00.0] version >> >> >> 70.18.36.00.00 >> >> >> [ 7.754325] nouveau 0000:01:00.0: irq 49 for MSI/MSI-X >> >> >> [ 7.754335] nouveau [ PMC][0000:01:00.0] MSI interrupts >> >> >> enabled >> >> >> [ 7.754358] nouveau [ PFB][0000:01:00.0] RAM type: DDR2 >> >> >> [ 7.754360] nouveau [ PFB][0000:01:00.0] RAM size: 1024 MiB >> >> >> [ 7.754361] nouveau [ PFB][0000:01:00.0] ZCOMP: 960 tags >> >> >> [ 7.784065] nouveau [ PTHERM][0000:01:00.0] FAN control: none / >> >> >> external >> >> >> [ 7.784077] nouveau [ PTHERM][0000:01:00.0] fan management: >> >> >> automatic >> >> >> [ 7.784079] nouveau [ PTHERM][0000:01:00.0] internal sensor: >> >> >> yes >> >> >> [ 7.784087] nouveau [ CLK][0000:01:00.0] 0f: core 550 MHz >> >> >> shader >> >> >> 1375 MHz memory 266 MHz >> >> >> [ 7.784121] nouveau [ CLK][0000:01:00.0] --: core 566 MHz >> >> >> shader >> >> >> 1400 MHz memory 265 MHz >> >> >> [ 7.784167] nouveau E[ PDISP][0000:01:00.0] 02:0261: func 08 >> >> >> lookup >> >> >> failed, -2 >> >> >> [ 7.784558] [TTM] Zone kernel: Available graphics memory: >> >> >> 4079904 >> >> >> kiB >> >> >> [ 7.784560] [TTM] Zone dma32: Available graphics memory: >> >> >> 2097152 >> >> >> kiB >> >> >> [ 7.784561] [TTM] Initializing pool allocator >> >> >> [ 7.784567] [TTM] Initializing DMA pool allocator >> >> >> [ 7.784584] nouveau [ DRM] VRAM: 1024 MiB >> >> >> [ 7.784586] nouveau [ DRM] GART: 1048576 MiB >> >> >> [ 7.784590] nouveau [ DRM] TMDS table version 2.0 >> >> >> [ 7.784593] nouveau [ DRM] DCB version 4.0 >> >> >> [ 7.784596] nouveau [ DRM] DCB outp 00: 02000300 00000028 >> >> >> [ 7.784599] nouveau [ DRM] DCB outp 01: 01000302 00020030 >> >> >> [ 7.784601] nouveau [ DRM] DCB outp 02: 04011310 00000028 >> >> >> [ 7.784603] nouveau [ DRM] DCB outp 03: 02022322 00c20090 >> >> >> [ 7.784605] nouveau [ DRM] DCB conn 00: 00001030 >> >> >> [ 7.784608] nouveau [ DRM] DCB conn 01: 00000100 >> >> >> [ 7.784610] nouveau [ DRM] DCB conn 02: 00002261 >> >> >> [ 7.790697] [drm] Supports vblank timestamp caching Rev 2 >> >> >> (21.10.2013). >> >> >> [ 7.790699] [drm] Driver supports precise vblank timestamp query. >> >> >> [ 7.799009] nouveau [ DRM] MM: using M2MF for buffer copies >> >> >> [ 7.869101] nouveau [ DRM] allocated 1360x768 fb: 0x60000, >> >> >> bo >> >> >> ffff8800cadfe000 >> >> >> [ 7.869168] fbcon: nouveaufb (fb0) is primary device >> >> >> [ 7.870010] nouveau E[ DEVINIT][0000:01:00.0] unable to compute >> >> >> acceptable pll values >> >> >> [ 7.870012] nouveau E[ DEVINIT][0000:01:00.0] failed pll >> >> >> calculation >> > >> > > >