* [Bug 75511] New: Screen freezes during boot with an 3.13 kernel (Arch Linux)
@ 2014-02-25 22:15 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 22:15 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 1604 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
Priority: medium
Bug ID: 75511
Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Summary: Screen freezes during boot with an 3.13 kernel (Arch
Linux)
QA Contact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Driver/nouveau
Product: xorg
Created attachment 94735
--> https://bugs.freedesktop.org/attachment.cgi?id=94735&action=edit
dmesg output
During boot (with late module load of nouveau) the screen freezes at about the
time where normally a glitch occurs and the resolution is set much higher. It
will not recover from this state and the machine must be restarted/powered off
via ctrl+alt+del or the power button. The journald log shows that systemd
booted normally. I circumvented the problem by downgrading to kernel 3.12 where
everything works fine. Here are the Arch Linux package versions of the
configuration when the error occurs:
kernel - 3.13.5-1
xf86-video-nouveau - 1.0.10-2
nouveau-dri - 10.0.3-1
mesa - 10.0.3-1
xorg-server - 1.15.0-5
libdrm - 2.4.52-1
The dmesg output in the attachment was taken during a boot (as last systemd
target before gnome) with the problem described above.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3005 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] Screen freezes during boot with an 3.13 kernel (Arch Linux)
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2014-02-25 22:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 22:30 ` [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+ bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 22:29 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 1363 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #1 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
Am I correct that you have 2 ~identical GK107 cards in there? Unfortunately it
appears that the VBIOS for the first one is corrupt. It's being retrieved from
PCIROM, which more often than not actually doesn't have what we want (despite
it passing the checksum). Note that your 2nd card appears to init correctly,
and it gets its VBIOS from the PROM. Not sure where the VBIOS for your first
card lives...
I assume that the VBIOS error about the unknown opcode exists in 3.12 as well?
Except that 3.13 made that an error. Who knows, maybe it's a legitimately
unknown opcode... could you grab a copy of envytools and retrieve the VBIOSes
for both of your cards with nvagetbios? i.e.
nvagetbios -c 0 -s PROM > vbios-0.rom
nvagetbios -c 1 -s PROM > vbios-1.rom
If the first one fails, also try PRAMIN instead of PROM (I assume -c 1 will
work just fine since nouveau is able to find it without problem). If that still
fails, try to get it from the pci rom directly:
echo 1 > /sys/bus/pci/devices/0000:01:00.0/rom
cat /sys/bus/pci/devices/0000:01:00.0/rom > vbios-0.rom
echo 0 > /sys/bus/pci/devices/0000:01:00.0/rom
(all of this as root, obviously.)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2144 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-02-25 22:29 ` [Bug 75511] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-25 22:30 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 22:30 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 549 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Screen freezes during boot |[NVE7] Unknown opcode in
|with an 3.13 kernel (Arch |VBIOS on one of 2 cards,
|Linux) |fails boot on 3.13+
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1174 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-02-25 22:29 ` [Bug 75511] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 22:30 ` [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+ bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-25 23:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 23:11 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 380 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #2 from Claas Lorenz <cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org> ---
Created attachment 94736
--> https://bugs.freedesktop.org/attachment.cgi?id=94736&action=edit
output of "cat /sys/bus/pci/devices/0000:01:00.0/rom > vbios-0.rom"
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1436 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (2 preceding siblings ...)
2014-02-25 23:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-25 23:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 23:13 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 362 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #3 from Claas Lorenz <cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org> ---
Created attachment 94737
--> https://bugs.freedesktop.org/attachment.cgi?id=94737&action=edit
output of "nvagetbios -c 1 -s PROM > vbios-1.rom"
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1382 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (3 preceding siblings ...)
2014-02-25 23:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-25 23:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:15 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 23:14 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 366 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #4 from Claas Lorenz <cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org> ---
Created attachment 94738
--> https://bugs.freedesktop.org/attachment.cgi?id=94738&action=edit
output of "nvagetbios -c 0 -s PRAMIN > vbios-0.ramin"
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1394 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (4 preceding siblings ...)
2014-02-25 23:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-25 23:15 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:22 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 23:15 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 366 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #5 from Claas Lorenz <cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org> ---
Created attachment 94739
--> https://bugs.freedesktop.org/attachment.cgi?id=94739&action=edit
output of "nvagetbios -c 1 -s PRAMIN > vbios-1.ramin"
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1394 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (5 preceding siblings ...)
2014-02-25 23:15 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-25 23:22 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 23:22 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 480 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #6 from Claas Lorenz <cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org> ---
Wow, that was fast. Yes, I have indeed two cards in there and yes, the kernel
message also occured in all earlier kernels I used (at least since 3.9.8 when I
got my laptop).
From the attachments you see that I had to go the direct pci way to get the
vbios-0.rom.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1272 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (6 preceding siblings ...)
2014-02-25 23:22 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-25 23:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-26 18:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-25 23:33 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 3104 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #7 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
Well, analyzing the vbios from the second (working) card, what I see is:
Init script 0 at 0x83e0:
0x83e0: 8c UNK8C
0x83e1: 7a 00 02 00 00 20 20 00 00 ZM_REG R[0x000200] =
0x00002020
0x83ea: 33 14 REPEAT 0x14
0x83ec: 6e 00 00 00 00 ff ff ff ff 00 00 00 00 NV_REG R[0x000000] &=
0xffffffff |= 0x00000000
0x83f9: 36 END_REPEAT
0x83fa: 7a 00 02 00 00 25 21 01 40 ZM_REG R[0x000200] =
0x40012125
0x8403: 7a c0 24 12 00 00 00 00 00 ZM_REG R[0x1224c0] =
0x00000000
0x840c: 7a 40 26 12 00 00 00 00 00 ZM_REG R[0x122640] =
0x00000000
0x8415: 6e 00 24 02 00 ff f7 ff ff 00 08 00 00 NV_REG R[0x022400] &=
0xfffff7ff |= 0x00000800
and so on
Looking at the pci rom of the first (non-working) card, I see:
Init script 0 at 0x83e0:
0x83e0: 42 ???
0x83e1: 66 CONFIGURE_MEM
0x83e2: ad ???
0x83e3: 66 CONFIGURE_MEM
0x83e4: c1 ???
0x83e5: c8 ???
As you can see the bytes are all different, I'm pretty sure this is 16-bit real
mode x86 code:
$ udcli -16 -x
42 66 ad 66 c1 c8 10 ee 66 c1 c0 08 ee 66 c1 c0 08 ee e2 ed 1f 66 61
0000000000000000 42 inc dx
0000000000000001 66ad lodsd
0000000000000003 66c1c810 ror eax, 0x10
0000000000000007 ee out dx, al
0000000000000008 66c1c008 rol eax, 0x8
000000000000000c ee out dx, al
000000000000000d 66c1c008 rol eax, 0x8
0000000000000011 ee out dx, al
0000000000000012 e2ed loop 0x1
0000000000000014 1f pop ds
0000000000000015 6661 popad
Otherwise the bioses appear identical... at least the DCB and GPIO tables match
up. So I'd recommend simply grabbing that good vbios-1.rom, sticking it in
/lib/firmware (in the initrd if that's where nouveau is loaded from), and
adding nouveau.config=NvBios=vbios-1.rom which will use that as the vbios
instead of trying to read it from the card.
I'm not extremely happy with this solution, of course, but it's the fastest way
to get something that works.
Can you provide any relevant details about your system? These appear to both be
mobile chips, it's pretty uncommon to have that in a single system. Would you
also mind providing an acpidump? Perhaps the vbios for the first card is hiding
in ACPI somewhere unexpected.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3898 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (7 preceding siblings ...)
2014-02-25 23:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-26 18:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-26 18:44 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-26 18:43 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 874 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #8 from Claas Lorenz <cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org> ---
I have a Lenovo Y500 with two GeForce GT 650M cards. I think this laptop was
intended as medium class gaming machine where two graphic cards make sense
somehow. Here is the lspci:
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M]
(rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M]
(rev a1)
Since I do not use it for gaming, I never cared about having a second card. I
put the working vbios to /lib/firmware and added the config to the kernel line,
as you suggested, and it works fine now (also with 3.13). Thank you very much
for your help!
I also attached my acpidump, I hope that helps.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1666 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (8 preceding siblings ...)
2014-02-26 18:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-26 18:44 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-26 19:29 ` [Bug 75511] [NVE7] Lenovo Y500 with 2x GT650M, first card gets wrong vbios, " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-26 18:44 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 331 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #9 from Claas Lorenz <cllorenz-KiJTPfjSHVUubQSw3dWLiw@public.gmane.org> ---
Created attachment 94782
--> https://bugs.freedesktop.org/attachment.cgi?id=94782&action=edit
output of acpidump
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1250 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Lenovo Y500 with 2x GT650M, first card gets wrong vbios, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (9 preceding siblings ...)
2014-02-26 18:44 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-26 19:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-03-26 21:26 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-08-21 22:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-26 19:29 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 612 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[NVE7] Unknown opcode in |[NVE7] Lenovo Y500 with 2x
|VBIOS on one of 2 cards, |GT650M, first card gets
|fails boot on 3.13+ |wrong vbios, fails boot on
| |3.13+
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1212 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Lenovo Y500 with 2x GT650M, first card gets wrong vbios, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (10 preceding siblings ...)
2014-02-26 19:29 ` [Bug 75511] [NVE7] Lenovo Y500 with 2x GT650M, first card gets wrong vbios, " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-03-26 21:26 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-08-21 22:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-03-26 21:26 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 512 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
--- Comment #10 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
Would you mind trying to edit nouveau_acpi.c:nouveau_acpi_rom_supported and
removing the check for dsm_detected and optimus_detected? (And then booting
that without the NvBios setting.) I think the situation is that those aren't
set, but we should still get the rom from ACPI for that first card.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1327 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Bug 75511] [NVE7] Lenovo Y500 with 2x GT650M, first card gets wrong vbios, fails boot on 3.13+
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (11 preceding siblings ...)
2014-03-26 21:26 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-08-21 22:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-08-21 22:33 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 1050 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75511
Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #11 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
(In reply to comment #10)
> Would you mind trying to edit nouveau_acpi.c:nouveau_acpi_rom_supported and
> removing the check for dsm_detected and optimus_detected? (And then booting
> that without the NvBios setting.) I think the situation is that those aren't
> set, but we should still get the rom from ACPI for that first card.
A patch to do this was merged a while back, and backported to stable kernels.
Pretty sure it will fix the issue for you (without needing the NvBios thing).
Feel free to re-open if not.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2640 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2014-08-21 22:33 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25 22:15 [Bug 75511] New: Screen freezes during boot with an 3.13 kernel (Arch Linux) bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-75511-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-02-25 22:29 ` [Bug 75511] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 22:30 ` [Bug 75511] [NVE7] Unknown opcode in VBIOS on one of 2 cards, fails boot on 3.13+ bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:15 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:22 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-25 23:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-26 18:43 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-26 18:44 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-26 19:29 ` [Bug 75511] [NVE7] Lenovo Y500 with 2x GT650M, first card gets wrong vbios, " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-03-26 21:26 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-08-21 22:33 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.