Bugzilla – Attachment 51051 Details for
Bug 113203
Xorg freezes during boot with nv driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
NVIDIA finally resolved the problem :-)
p_nv-crashfix.diff (text/plain), 863 bytes, created by
Stefan Dirsch
on 2005-09-28 12:52:18 UTC
(
hide
)
Description:
NVIDIA finally resolved the problem :-)
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2005-09-28 12:52:18 UTC
Size:
863 bytes
patch
obsolete
>Index: nv_hw.c >=================================================================== >RCS file: /cvs/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c,v >retrieving revision 1.16 >diff -u -r1.16 nv_hw.c >--- nv_hw.c 14 Sep 2005 02:28:03 -0000 >+++ nv_hw.c 28 Sep 2005 05:03:14 -0000 >@@ -915,7 +915,7 @@ > RIVA_HW_STATE *state > ) > { >- int i; >+ int i, j; > > pNv->PMC[0x0140/4] = 0x00000000; > pNv->PMC[0x0200/4] = 0xFFFF00FF; >@@ -1168,6 +1168,10 @@ > pNv->PGRAPH[0x0090/4] = 0x00008000; > pNv->PGRAPH[0x0610/4] = 0x00be3c5f; > >+ j = pNv->REGS[0x1540/4] & 0xff; >+ for(i = 0; !(j & 1); j >>= 1, i++); >+ pNv->PGRAPH[0x5000/4] = i; >+ > if((pNv->Chipset & 0xfff0) == 0x0040) { > pNv->PGRAPH[0x09b0/4] = 0x83280fff; > pNv->PGRAPH[0x09b4/4] = 0x000000a0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 113203
:
47720
|
47721
|
47730
|
50076
|
50764
| 51051 |
51219