search for: nvda

Displaying 20 results from an estimated 22 matches for "nvda".

Did you mean: nada
2020 May 18
1
[PATCH v2 2/2] powerpc/configs: replace deprecated riva/nvidia with nouveau
...d you attach your VBIOS? I did, at one point, a long time ago, get a NV34 G5 PowerMac7,3 working fine with nouveau. I'm curious if something in your VBIOS is different, or if the logic has regressed. (It would have been working in 4.4 or so.) You can find the VBIOS in of, it's called "NVDA,BMP", should be accessible in procfs or sysfs somewhere, but not 100% sure where. (From an old guide, /proc/device-tree/pci at f0000000/NVDA,Parent at 10/NVDA,BMP seems to be it, possibly with some local adjustments.) Thanks, -ilia
2014 Oct 05
2
how to have fade in/out?
...ming. do you know how can I obtain an automatic fade of a song when it ends with a silence? if the mp3 finish with 3 4 seconds of silence, is it possible to remove it automatically? deefuzzer is not able to do it, can icecast2 make this? some ideas? thank you! -- Simone Dal Maso www.nvapple.it www.nvda.it
2015 Nov 30
2
Making icecast stream available outside my network?
...e left everything else at there defaults. I open up altacast, and add a new encoder, giveing it the user name, and password. it works fine. But when giveing the link to people to listen, they say they can't open it. I've read up on the doc, but still can't seem to figure it out. Using NVDA, witch is a screen reader, and windows 8.1.
2010 Mar 23
1
[PATCH] drm/nouveau: fix vbios load and check functions on PowerPC
...{ NV_TRACEWARN(dev, "... BIOS signature not found\n"); return 0; } +#if defined(__powerpc__) + /* + * The Bios signature reports a wrong lenght of rom. + * The correct size is read from Open Firmware. + */ + dn = pci_device_to_OF_node(dev->pdev); + of_find_property(dn, "NVDA,BMP", &bios_size); + /* added checksum byte */ + bios_size++; +#else + bios_size = (data[2] * 512); +#endif - if (nv_cksum(data, data[2] * 512)) { + if (nv_cksum(data, bios_size)) { NV_TRACEWARN(dev, "... BIOS checksum invalid\n"); /* if a ro image is somewhat bad, it'...
2015 Jul 13
18
[Bug 91319] New: Nouveau driver cannot extract FCODE ROM / DCB Block from OpenFirmware Device tree
...Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: psaisanas at gmail.com QA Contact: xorg-team at lists.x.org Created attachment 117079 --> https://bugs.freedesktop.org/attachment.cgi?id=117079&action=edit kernel dmesg log & NVDA,BMP FCODE ROM Hi, When running a Powermac 11.2, (G5 Quad - powerpc64) with a Quadro FX4500 (NV47), previous kernels had no issue extracting the FCODE ROM / DCB block via the OpenFirmware device tree. Last vanilla kernel that i have compiled that seemed to work fine was kernel 3.18.16. Normally, i...
2015 Dec 01
2
Making icecast stream available outside my network?
...open up altacast, and add a new encoder, giveing it the user name, and >> password. >> it works fine. >> But when giveing the link to people to listen, they say they can't open it. >> I've read up on the doc, but still can't seem to figure it out. >> Using NVDA, witch is a screen reader, and windows 8.1. >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > > > > _______________________________________________ > Icecast ma...
2014 Oct 05
1
how to have fade in/out?
...tic fade of a song when it ends with a silence? if the >> mp3 finish with 3 4 seconds of silence, is it possible to remove it >> automatically? >> deefuzzer is not able to do it, can icecast2 make this? some ideas? >> thank you! >> -- Simone Dal Maso www.nvapple.it www.nvda.it >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > > -- > Jordan (PGP: 0x78DD41CB) > > _______________________________________________ > Icecast mailing...
2010 May 17
0
R interface for blind users: Summary
...ell (presnell at stat.ufl.edu) suggested R + Emacs + ESS + Emacspeak <URL:http://emacspeak.sourceforge.net/> - Roopakshi Pathania [r_akshi_tgk at yahoo.com] suggested using R in Linux, where 2 screen readers (Speakup for text console, Orca for Gnome) are available. For Windows she suggested NVDA (a free and open screen reader, http://www.nvda-project.org/). Backchannel she also mentioned an event for visually impaired students interested in Science and Math: http://www.icchp.org/programme/summeruniversity. I' like to thank everybody for their valuable input, and especially Mr. Murdoc...
2009 Jun 07
0
Accessible Games in Wine
...se Ubuntu 9.04, but hopefully it will be possible to make the scripts so that they will work on any flavor of Linux. Some games are located at: http://www.gmagames.com/ There are some free games, and the rest have demos. Also, if anyone feels up to it, can you find out if the Windows screen reader NVDA will work in Wine? It can be found at: http://www.nvda-project.org/ Thanks for the help Check out the Storm Dragon blog: http://www.stormdragon.us/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-use...
2010 Oct 12
0
Fw: Re: Accessibility in wine
...Does anyone know the status of >>MSAA/UIAutomation support in wine? > >If there has been no work done on a particular dll for over a year, it may be that no one has the skill set needed to work on it or no one has reported problems with it. > >> >>I'm trying to get NVDA (Non-Visual Desktop Access) working and still running into some issues with it >>requiring UIAutomation.dll, when according to them, that dll is optional. > >Please check our Bugzilla and if there is no bug report for NVDA, file one. Please include as much information as you can. If y...
2012 Jul 23
9
[Bug 52398] New: nouveau: DPMS permanently turns off display when starting X.org, text console works fine
...virtual text console (KMS works fine as well). xrandr does not any displays attached, see attached logfiles and xrandr output. I'm attaching the following files: - kernel log (dmesg) - Xorg.0.log - lspci output - xrandr --verbose output - vbios.rom (cp "/proc/device-tree/pci at f0000000/NVDA,Parent at 10/NVDA,BMP" ~/vbios.rom) If you need any further input, please let me know. The machine is a sole test machine, so I'm happy to try any code from git or run any quirky code. Cheers, Adrian -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- Yo...
2008 Mar 26
24
[Bug 15206] New: [dualhead, randr12, ppc] Second head displays nothing
http://bugs.freedesktop.org/show_bug.cgi?id=15206 Summary: [dualhead, randr12, ppc] Second head displays nothing Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2015 Dec 01
0
Making icecast stream available outside my network?
...re defaults. > I open up altacast, and add a new encoder, giveing it the user name, and > password. > it works fine. > But when giveing the link to people to listen, they say they can't open it. > I've read up on the doc, but still can't seem to figure it out. > Using NVDA, witch is a screen reader, and windows 8.1. > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc...
2015 Dec 01
0
Making icecast stream available outside my network?
...d add a new encoder, giveing it the user name, and >>> password. >>> it works fine. >>> But when giveing the link to people to listen, they say they can't open it. >>> I've read up on the doc, but still can't seem to figure it out. >>> Using NVDA, witch is a screen reader, and windows 8.1. >>> _______________________________________________ >>> Icecast mailing list >>> Icecast at xiph.org >>> http://lists.xiph.org/mailman/listinfo/icecast >> >> >> ________________________________________...
2009 Apr 18
111
[Bug 21273] New: Driver can't detect video output and xserver doesn't start
http://bugs.freedesktop.org/show_bug.cgi?id=21273 Summary: Driver can't detect video output and xserver doesn't start Product: xorg Version: git Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2012 Sep 12
2
[Bug 54830] New: Display is shifted to right (ASUS VS197)
...ge 2M [ 0.000000] 007be00000 - 007bff0000 page 4k [ 0.000000] kernel direct mapping tables up to 7bff0000 @ 1fffc000-20000000 [ 0.000000] RAMDISK: 36bfe000 - 375f7000 [ 0.000000] ACPI: RSDP 00000000000f64a0 00014 (v00 GBT ) [ 0.000000] ACPI: RSDT 000000007bff3000 00038 (v01 GBT NVDAACPI 42302E31 NVDA 01010101) [ 0.000000] ACPI: FACP 000000007bff3040 00074 (v01 GBT NVDAACPI 42302E31 NVDA 01010101) [ 0.000000] ACPI: DSDT 000000007bff30c0 046EB (v01 GBT NVDAACPI 00001000 MSFT 0100000C) [ 0.000000] ACPI: FACS 000000007bff0000 00040 [ 0.000000] ACPI: SSDT 00000000...
2013 Mar 11
2
[Bug 62190] New: Invalid ROM contents on PowerMAC G5 11, 2 with GeForce 6600 LE
...a2. lspci ------ 0000:0a:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600 LE] (rev a2) dmesg ------ Linux agpgart interface v0.103 [drm] Initialized drm 1.1.0 20060810 checking generic (98020000 180000) vs hw (98000000 8000000) fb: conflicting fb hw usage nouveaufb vs OFfb NVDA,Displ - removing generic driver Console: switching to colour dummy device 80x25 nouveau [ DEVICE][0000:0a:00.0] BOOT0 : 0x043200a4 nouveau [ DEVICE][0000:0a:00.0] Chipset: NV43 (NV43) nouveau [ DEVICE][0000:0a:00.0] Family : NV40 nouveau [ VBIOS][0000:0a:00.0] checking OpenFirmware for im...
2015 Jan 29
28
[Bug 88868] New: PowerPC e5500, kernel crash, GT520, GT610
https://bugs.freedesktop.org/show_bug.cgi?id=88868 Bug ID: 88868 Summary: PowerPC e5500, kernel crash, GT520, GT610 Product: xorg Version: unspecified Hardware: PowerPC OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2009 Feb 08
45
[Bug 20006] New: powerpc64: Black screen using RandR12
http://bugs.freedesktop.org/show_bug.cgi?id=20006 Summary: powerpc64: Black screen using RandR12 Product: xorg Version: 7.4 Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2020 Sep 25
0
Wine release 5.18
...the whole game/wineserver 48396 'cmd.exe /c move file1 file2' doesn't respect non-interactive mode, causing prompt for overwrite if destination file exists 48397 'cmd.exe /c move file1 file2' doesn't overwrite existing destination file in non-interactive mode 48952 NVDA hangs on start 49038 O.E.D. v 4.0 (Oxford English Dictionary) No longer starts. 49206 ITHVNR: hooked processes segfault 49309 vbscript:run test fails in Japanese locale 49335 Dolphin EasyReader for Windows 6.04 (TTS app) crashes after completing startup wizard (needs IMarkupServices::C...