similar to: [Bug 102234] New: x79

Displaying 20 results from an estimated 300 matches similar to: "[Bug 102234] New: x79"

2017 Aug 15
1
[Bug 102236] New: Pcie link speed is gen2 instead of gen3
https://bugs.freedesktop.org/show_bug.cgi?id=102236 Bug ID: 102236 Summary: Pcie link speed is gen2 instead of gen3 Product: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee:
2013 Aug 24
2
Is X79 Motherboard supported by latest "Centos 5.9" version?
Hi Guys, In a bit of a pickle.. Is anyone running the latest "Centos 5.9" or earlier version with an Intel X79 based motherboard. I have a server which needs the motherboard replacing asap and I have a spare "Sabertooth X79". I have a machine with a "Sabertooth X79" motherboard to test on which boots up fine on on "Centos 5.9 i386" image from the
2018 Dec 30
3
[Bug 109185] New: Nouveau is freeze display. Only mouse working
https://bugs.freedesktop.org/show_bug.cgi?id=109185 Bug ID: 109185 Summary: Nouveau is freeze display. Only mouse working Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Drivers/DRI/nouveau
2018 Oct 12
2
[Bug 108346] New: System lagging
https://bugs.freedesktop.org/show_bug.cgi?id=108346 Bug ID: 108346 Summary: System lagging Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org
2019 Mar 15
2
[Bug 110125] New: found a bug in the driver which provides blank screen
https://bugs.freedesktop.org/show_bug.cgi?id=110125 Bug ID: 110125 Summary: found a bug in the driver which provides blank screen Product: Mesa Version: 18.3 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Drivers/DRI/nouveau
2013 Aug 23
13
[Bug 68488] New: Lockup and reboot on T61 with nouveau driver/exa
https://bugs.freedesktop.org/show_bug.cgi?id=68488 Priority: medium Bug ID: 68488 Assignee: nouveau at lists.freedesktop.org Summary: Lockup and reboot on T61 with nouveau driver/exa QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: All Reporter: a9016009 at gmx.de
2018 Dec 12
2
[Bug 109025] New: Reset Button is not working properly.
https://bugs.freedesktop.org/show_bug.cgi?id=109025 Bug ID: 109025 Summary: Reset Button is not working properly. Product: Mesa Version: 18.3 Hardware: ARM OS: Windows (All) Status: NEW Severity: major Priority: high Component: Drivers/DRI/nouveau Assignee: tushar.matte07 at
2018 Dec 30
1
[Bug 109186] New: Nouveau is freeze display. Only mouse working
https://bugs.freedesktop.org/show_bug.cgi?id=109186 Bug ID: 109186 Summary: Nouveau is freeze display. Only mouse working Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Drivers/DRI/nouveau
2019 Sep 23
1
[Bug 111787] New: reverse engineered nvidia 3d driver not working
https://bugs.freedesktop.org/show_bug.cgi?id=111787 Bug ID: 111787 Summary: reverse engineered nvidia 3d driver not working Product: Mesa Version: 19.0 Hardware: Other URL: http://localhost:5600 OS: Windows (All) Status: NEW Severity: major Priority: not set Component:
2019 Jul 27
6
[Bug 111230] New: core dumped while using Rstudio
https://bugs.freedesktop.org/show_bug.cgi?id=111230 Bug ID: 111230 Summary: core dumped while using Rstudio Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee: nouveau
2019 Jul 23
2
[Bug 111199] New: Bug in dither.depth property set
https://bugs.freedesktop.org/show_bug.cgi?id=111199 Bug ID: 111199 Summary: Bug in dither.depth property set Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2017 Aug 15
3
Is transport=rdma tested with "stripe"?
looks like your rdma is not functional did you tested with qperf? On Mon, Aug 14, 2017 at 7:37 PM, Hatazaki, Takao <takao.hatazaki at hpe.com> wrote: > Forgot to mention that I was using CentOS7.3 and GlusterFS 3.10.3 that is > the latest available. > > > > *From:* gluster-users-bounces at gluster.org [mailto:gluster-users-bounces@ > gluster.org] *On Behalf Of
2017 Aug 15
0
Is transport=rdma tested with "stripe"?
Hi, I did ib_write_lat in perftest. It worked fine. Between servers and between server and client, 2-byte latency was ~0.8us, 8MB bandwidth was ~6GB/s. Very normal with IB/FDR. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170815/4217c89e/attachment.html>
2012 Dec 09
2
Problem with secondary sata controller
I am having problems getting my 64-bit Debian Squeeze (Xen version 4.0, Linux Kernel 2.6.32) dom0 to recognize a harddrive connected to a secondary sata controller. My motherboard is a Gigabyte GA-X79-UP4 and has two sata controllers. The first is controlled by an Intel X79 chipset and the second is controlled by a Marvell 88SE9172 chip. During the initial install of Debian everything is fine and
2019 Oct 02
3
CentOS 8 Broken Installation
Hello, Am Mittwoch, 2. Oktober 2019, 22:36:37 CEST schrieb mark: > Jonathan Billings wrote: > > On Oct 2, 2019, at 3:27 PM, Jonathan Billings <billings at negate.org> > > > > wrote: > >> Is there a bug filed on https://bugzilla.redhat.com/ > >> <https://bugzilla.redhat.com/> yet? Have you submitted the errors you > >> encountered
2011 Aug 20
2
a Question regarding glm for linear regression
Hello All, I have a question about glm in R. I would like to fit a model with glm function, I have a vector y (size n) which is my response variable and I have matrix X which is by size (n*f) where f is the number of features or columns. I have about 80 features, and when I fit a model using the following formula,? glmfit = glm(y ~ x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 + x10 + x11 + x12 + x13
2015 Sep 24
1
Re: PCI passthrough fails in virsh: iommu group is not viable
Quoting Laine Stump (laine@laine.org): > On 08/12/2015 02:34 PM, Alex Holst wrote: > > I would really appreciate some pointers on what I am doing wrong here. > > > > I have a need to run multiple virtual guests which have each their own GPU and > > some USB controllers passed-through. I am able to run one of the guests like > > this (assuming vfio stuff has
2018 Feb 21
1
CentOS 7 1708 won't boot after grub2 update
00:1f.2 SATA controller: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller (rev 06) While I don?t have experience with this exact controller, I have seen some LSI controllers get removed from RHEL post GA which causes similar issues. ?It worked when I installed, but after `yum update` my box doesn?t boot.? These are typically detailed in release notes. . . We ALL read ALL
2019 Oct 03
4
CentOS 8 Broken Installation
Hello, Am Donnerstag, 3. Oktober 2019, 01:10:58 CEST schrieb Akemi Yagi: > On Wed, Oct 2, 2019 at 3:35 PM G?nther J. Niederwimmer <gjn at gjn.priv.at> wrote: > > This Board have 2 Controller!? > > 00:1f.2 RAID bus controller: Intel Corporation C600/X79 series chipset > > SATA > > RAID Controller (rev 06) > > > > On this controller all drives are
2019 Oct 02
1
CentOS 8 Broken Installation
On Wed, Oct 2, 2019 at 4:10 PM Akemi Yagi <amyagi at gmail.com> wrote: > > On Wed, Oct 2, 2019 at 3:35 PM G?nther J. Niederwimmer <gjn at gjn.priv.at> wrote: > > > > > This Board have 2 Controller!? > > 00:1f.2 RAID bus controller: Intel Corporation C600/X79 series chipset SATA > > RAID Controller (rev 06) > > > > On this controller all