search for: nv0x

Displaying 9 results from an estimated 9 matches for "nv0x".

Did you mean: nv04
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
For a long time the gallium pipe drivers for nvidia fixed function cards (nv0x, nv1x and, to some extent, nv2x) have remained unmaintained and godforsaken -- especially nv0x and nv1x had seen almost no progress since their creation. They've recently grown a classic mesa driver which implements many new features: texturing, hardware-accelerated tnl. However the killer fea...
2009 Jul 14
14
[Bug 22763] New: suspend doesn't works
...omponent: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: francesco.marella at gmail.com QAContact: xorg-team at lists.x.org xf86-video-nouveau, libdrm and kernel modules from git. DDX driver is patched with: http://people.freedesktop.org/~stuart/nv0x-nv4x_suspend/0001-merge-nv40fp.patch -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
2005 Jun 06
3
Re: dragging windows leaves traces -- running older GeForce drivers on newer cards
...aces as X > redraws, but I have a dual 3gig machine with a top nvidia card. > Also when resizing windows it seems to redraw much slower than windows. What exact video card on what exact nVidia driver release? Although nVidia has maintained a level of upward compatibility since the original NV0x series (Riva TNT/TNT2) up to the latest NV4x (GeForce 6000 series), if you load an older driver that was never designed for the latest series, you will get similiar symtopms. Example 1: NV2x/NV30-era XFree86 (FC1) with NV40 card Last summer I had upgraded another system, a dual Athlon MP2400+, f...
2005 Jun 06
0
Re: dragging windows leaves traces -- running older GeForce drivers on newer cards
...> (metacity is famed as "slow") or a Gtk2 issue (Gtk2 is getting > faster with each release aster 2.0). I've never had an issue myself, and I've been running with nVidia cards with both the MIT XFree86/Xorg "nv" and nVidia "nvidia" since first-generation NV0x Riva TNT/GeForce series on every GNOME 1.2+ through the latest 2.x revisions. I think either a setting is enabled, something Linux supports, but typically via software with a massive performance hit (much like what will happen with Avalon/WGF1.0 in the initial NT6.0 "Longhorn" release ;-...
2009 Dec 17
2
[Bug 25685] New: Write access request to the mesa project.
...Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: currojerez at riseup.net CC: skeggsb at gmail.com I'll be mainly working on the classic nouveau DRI driver for the fixed pipe nvidia cards (nv0x-nv2x), I already have a freedesktop account ("currojerez"), so I guess nothing else is required. Thanks. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
2010 Jul 13
0
[TEST REQUEST] Implementation of INIT_COMPUTE_MEM.
...all the cards I've got at hand, but I've done a few unproven assumptions about the many different memory configs there are, so I'd like to get as many Acked- and Tested-by's as possible before pushing (a cleaned up version of) this patch. Instructions you may follow if you have an nv0x-nv3x card (i.e. GF FX5xxx or older): 1/ Apply and build the attached patch over the latest nouveau kernel tree from git. 2/ Load nouveau.ko 3/ Suspend and resume from RAM (in most cases "# echo mem > /sys/power/state" should just work) 4/ Send me the output from "dmesg"...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
On Mon, Mar 3, 2014 at 5:41 PM, Nils Krafft <fehmarn-rund at ffti.de> wrote: > Hello, > > I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the > TV-Out. http://nouveau.freedesktop.org/wiki/FeatureMatrix/ See note #4 -- nv0x-nv2x (nv17-nv19 excluded) need an external, third-party manufactured TV encoder. Only some Chrontel branded chips are currently supported. > shows me only the DVI connection (in fact it's VGA, not DVI), but not > the S-Video connection. If not supported, is this planned for future > v...
2014 Mar 03
2
TV-Out on a GeForce 2MX supported?
Hello, I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the TV-Out. Is the TV-Out on this card supported by Nouveau? I read on the feature matrix something that the TV-Out is only supported for some Chrontel chips, furthermore xrandr -q shows me only the DVI connection (in fact it's VGA, not DVI), but not the S-Video connection. If not supported, is this planned for future
2009 Dec 26
2
[PATCH 1/3] drm/nouveau: Allocate a per-channel instance of NV_SW.
It will be useful for various synchronization purposes, mostly stolen from "[PATCH] drm/nv50: synchronize user channel after buffer object move on kernel channel" by Maarten Maathuis. Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_channel.c | 4 +++- drivers/gpu/drm/nouveau/nouveau_dma.c | 17 +++++++++++++++++