Summary: | [nv] GeForce 8200 and 8300 not supported (10de:0848/0849/C77/MCP77/MCP78S) | ||
---|---|---|---|
Product: | xorg | Reporter: | Sebastian Brandt <sbrandt> |
Component: | Driver/nVidia (open) | Assignee: | Aaron Plattner <aplattner> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | d13f00l, sangu.xorg, vedran |
Version: | 7.4 (2008.09) | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Description
Sebastian Brandt
2008-10-16 11:28:09 UTC
Created attachment 19694 [details]
Xorg log with open-source nVidia driver (7.4 on opensuse 11.0)
Patched nv_driver.c to get the card to work w/o acceleration, at least ... though I'm not sure whether this gives any advantage over VESA ;-) The only thing needed is to add the (masked) PCI ID of the card to the static Bool NVIsG80(int chipType) function in nv_driver.c: case 0x06f0: //added in line 804: case 0x0840: return TRUE; AND to set Option "NoAccel" "true" in the xorg.conf driver section. If the NoAccel is left out, the log appears the same; the "only" difference is that the screen is half black, half patterned. Ctrl+Alt+Backspace does not work then, nor does console switch. Remote login, then kill -9 XOrg , then chvt works to get the system usable again. Normal kill or chvt w/o kill does not help. Created attachment 19698 [details]
Xorg log with patched nv driver, NoAccel, works (-logverbose 9)
Created attachment 19700 [details]
Xorg log with patched nv driver, with XAA, hangs (-logverbose 9)
This is a log which did not work ... apart from the NoAccel/XAA stuff, no obvious differences to the one before.
For the moment, I switch back to VESA, as VESA is by far faster than nVidia/OS w/o XAA ... and, for much stuff, even faster than NVidia/closed source ...
*** This bug has been marked as a duplicate of bug 18286 *** Sorry, didn't notice this was nv, not nouveau. *** Bug 17526 has been marked as a duplicate of this bug. *** Please try version 2.1.17. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.