search for: 20341

Displaying 14 results from an estimated 14 matches for "20341".

Did you mean: 0341
2009 Feb 27
28
[Bug 20341] New: NV31 lockup
http://bugs.freedesktop.org/show_bug.cgi?id=20341 Summary: NV31 lockup Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.free...
2013 Oct 27
3
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
Certain combinations of hardware can't actually support the maximum detected speed. Add a quirk list that lists pairs of hostbridge/chip pci ids and the mode that they should work with. See https://bugs.freedesktop.org/show_bug.cgi?id=20341 Reported-by: Jason Detring <detringj at gmail.com> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- I didn't go as far as subdevice matching... IMO that's overkill for now. drivers/gpu/drm/nouveau/nouveau_agp.c | 44 +++++++++++++++++++++++++++++++---- 1 file changed...
2016 Sep 19
0
Upgrade to 4.5 error (SLES 12 SP1)
...15<x-apple-data-detectors://19/1> 04103 Leipzig<x-apple-data-detectors://19/1> Registergericht Leipzig: HRB 19970 Sitz der Gesellschaft: Prager Str. 15, 04103 Leipzig<x-apple-data-detectors://20> Geschäftsführer: Dipl.-Ing. Andreas Kupper Tel: +49 (0)341 30536 31<tel:+49%20341%2030536%2031> Fax: +49 (0)341 30536 63<tel:+49%20341%2030536%2063> E-Mail: sven.vogel at kupper-computer.com <mailto:sven.vogel at kupper-computer.com>Web: www.kupper-computer.com <http://www.kupper-computer.com/> www.kupper-websolutions.de<http://www.kupp...
2011 Jan 24
1
B410P: DAHDI BRI PTMP HDLC Abort (6) on Primary D-channel of span 1 (TEI Errors)
Hi all, So, we reverted the LibPRI version and tested it, and then tried with the latest version of everything. Still no changes. The BRI line is in PTMP. If we set the configs to PTMP in the genconf_parameters and try it, we get the following: [Jan 21 17:32:20] ERROR[20341]: chan_dahdi.c:12645 dahdi_pri_error: Unable to receive TEI from network! If we set it to PTP (which it is not) we get the following message: [Jan 21 17:33:42] ERROR[20418]: chan_dahdi.c:12645 dahdi_pri_error: Received MDL/TEI managemement message, but configured for mode other than PTMP! So,...
2013 Oct 28
0
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...7/2013 09:54 AM, Ilia Mirkin wrote: > Certain combinations of hardware can't actually support the maximum > detected speed. Add a quirk list that lists pairs of hostbridge/chip pci > ids and the mode that they should work with. > > See https://bugs.freedesktop.org/show_bug.cgi?id=20341 It seems like this quirk is likely too specific. This almost certainly affects more than 5600 Ultra cards and probably not just NV cards either. It probably affects more VIA chipsets than this too. Given the amount of breakage that seems to exist with VIA AGP chipsets, I would think that being...
2015 Sep 30
2
[PATCH] [resend] nouveau: Disable AGP for SiS 761
...nvkm/subdev/pci/agp.c index 814cb51..385a90f 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c @@ -35,6 +35,8 @@ static const struct nvkm_device_agp_quirk nvkm_device_agp_quirks[] = { /* VIA Apollo PRO133x / GeForce FX 5600 Ultra - fdo#20341 */ { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 }, + /* SiS 761 does not support AGP cards, use PCI mode */ + { PCI_VENDOR_ID_SI, 0x0761, PCI_ANY_ID, PCI_ANY_ID, 0 }, {}, }; @@ -137,8 +139,10 @@ nvkm_agp_ctor(struct nvkm_pci *pci) while (quirk->hostbridge_vendor) { if...
2015 Sep 13
1
AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
...nvkm/subdev/pci/agp.c index 814cb51..385a90f 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c @@ -35,6 +35,8 @@ static const struct nvkm_device_agp_quirk nvkm_device_agp_quirks[] = { /* VIA Apollo PRO133x / GeForce FX 5600 Ultra - fdo#20341 */ { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 }, + /* SiS 761 does not support AGP cards, use PCI mode */ + { PCI_VENDOR_ID_SI, 0x0761, PCI_ANY_ID, PCI_ANY_ID, 0 }, {}, }; @@ -137,8 +139,10 @@ nvkm_agp_ctor(struct nvkm_pci *pci) while (quirk->hostbridge_vendor) { if...
2011 Oct 17
2
[Bug 41892] New: The mouse turns into an 128x128 square and GPU locks up on NV34
https://bugs.freedesktop.org/show_bug.cgi?id=41892 Bug #: 41892 Summary: The mouse turns into an 128x128 square and GPU locks up on NV34 Classification: Unclassified Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority:
2016 Sep 16
3
Upgrade to 4.5 error (SLES 12 SP1)
Hi, i upgrade to sles sp1 with sernet packages and get the following error after upgrade. Its looks like that port 135 will not reached. Anyone who have an information about that or a solution? Thanks Sven orion:~ # samba-tool drs showrepl Failed to connect host 192.168.24.2 on port 135 - NT_STATUS_CONNECTION_REFUSED Failed to connect host 192.168.24.2 (orion.domain.local) on port 135 -
2006 Mar 06
8
RoR on a VPS
I''m looking for a virtual private server to run a RoR site accessing a database on a different machine. This is a small application - basically a form to add records, and a few summary screens. What are the minimal requirements for a vps? Thanks. -- Posted via http://www.ruby-forum.com/.
2015 Sep 13
3
AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
Hello, I have a PC Chips A31G board with AGPro slot and found that nouveau does not work properly with it. Console works but reverts to software mode, X11 hangs with mouse cursor only. The slot is physically AGP 1.5V but is wired to PCI bus as the chipset (SiS 761) does not support AGP cards. To further complicate things, the chipset has AGP capability - but only for the integrated video. You can
2009 Oct 23
0
Wine release 1.1.32
...ot;user32: Draw the whole button only if requested" caused uninitialized memory use 20317 Uninitialised memory reference in SetEntriesInAclW() 20325 Month calendar control does not send MCN_SELCHANGE when changing month 20334 SysReAllocStringLen should return null terminated strings 20341 pcsx2 beta: crashes when exiting LilyPad configuraiton dialog 20365 Radio Mobile icons drawn too big 20368 sockaddr_in6 wrong size; causes chromium's net_unittests HostResolverImplTest.NumericIPv6Address test case to fail 20370 chromium net_unittests.exe fail ssl tests because they ca...
2010 May 15
1
barplot: invalid 'xlim' value
....774~80-2~4 20335~Well_80-2~7/13/2000 15:00~-153.774~80-2~4 20336~Well_80-2~7/13/2000 16:00~-153.774~80-2~4 20337~Well_80-2~7/13/2000 17:00~-153.774~80-2~4 20338~Well_80-2~7/13/2000 18:00~-153.774~80-2~4 20339~Well_80-2~7/13/2000 19:00~-153.774~80-2~4 20340~Well_80-2~7/13/2000 20:00~-154.790~80-2~4 20341~Well_80-2~7/13/2000 21:00~-154.790~80-2~4 20342~Well_80-2~7/13/2000 22:00~-154.790~80-2~4 20343~Well_80-2~7/13/2000 23:00~-154.790~80-2~4 20344~Well_80-2~7/14/2000 0:00~-154.790~80-2~4 20345~Well_80-2~7/14/2000 1:00~-154.790~80-2~4 20346~Well_80-2~7/14/2000 2:00~-154.790~80-2~4 20347~Well_80-2~7/14...
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys, Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc... So the idea here is to just go ahead and remove the support