Displaying 12 results from an estimated 12 matches for "p600".
Did you mean:
0600
2018 Apr 13
3
Nvidia-detect error with on HP Z4 (CentOS 6.9)
Hi all,
I'm testing an installation of nvidia drivers on a HP Z4 workstation
(nvidia Quadro P600) with CentOS 6.9. Running nvidia-detect with this
setup gives the following output:
# nvidia-detect
Error getting device_class
nvidia-detect also quits with exit-code 255.
Could this be a bug in nvidia-detect? Or is it an unsupported configuration?
The following hardware is detected, it seem...
2018 Apr 13
0
Nvidia-detect error with on HP Z4 (CentOS 6.9)
On 13/04/18 16:21, Danny Smit wrote:
> Hi all,
>
Hi Danny, I'm the author of nvidia-detect.
> I'm testing an installation of nvidia drivers on a HP Z4 workstation
> (nvidia Quadro P600) with CentOS 6.9. Running nvidia-detect with this
> setup gives the following output:
>
> # nvidia-detect
> Error getting device_class
>
nvidia-detect scans the pci bus and checks the returned device_class for
display controllers. In your case, the scan is not returning any...
2012 Jun 14
0
Query about TSRV
...below (using simple returns for
illustration only):
(P301/P1)^2 + (P601/P301)^2 + (P901/P601)^2 + .... + (P22201/P21901)^2 = V1
(P302/P2)^2 + (P602/P302)^2 + (P902/P602)^2 + .... + (P22202/P21902)^2 = V2
(P303/P3)^2 + (P603/P303)^2 + (P903/P603)^2 + .... + (P22203/P21903)^2 = V3
....
....
....
(P600/P300)^2 + (P900/P600)^2 + (P1200/P900)^2 + .... + (P22500/P22200)^2 = V300
Then we average the Vi's (V1+V2+....+V300)/300. This gives us the 5
min realized volatility.
Please correct me if I've made a mistake somewhere. As I think this
was the approach suggested by Zhang et al in their pa...
2018 Apr 13
2
Nvidia-detect error with on HP Z4 (CentOS 6.9)
On Fri, Apr 13, 2018 at 8:50 PM, Phil Perry <pperry at elrepo.org> wrote:
>
> Your device is supported:
>
> $ nvidia-detect -l | grep -i 1cb2
> [10de:1cb2] NVIDIA Corporation GP107GL [Quadro P600]
>
> Support was added in the 375.39 NVIDIA driver. I assume the driver works as
> expected for you?
Yes it works perfectly fine.
> If you are able to offer any more clues, please feel free to open a bug
> report on elrepo.org/bugs for us to track. Happy to help if I can.
>
I c...
2016 Jul 14
2
Host not reachable over UDP
You might want to try with https://github.com/gsliepen/tinc/pull/120 - that
said, this bug probably doesn't explain everything because tinc is supposed
to log a message from setup_vpn_in_socket() anyway, but there's no such
message in your log. In addition, I really don't see any way the "Received
UDP packet from unknown source" message could be logged if the UDP socket
2006 Jul 07
2
protocol for "Surge MAX"
I am sorry if this is an FAQ, but there doesn't seem to be searchable
archives, and the supported manufacturer's list doesn't include "surge
master". Google was also not much help.
I have just put a Linux box and the customer has a "surge max " UPS.
Anyone any ideas what protocol it uses? There is a Green serial cable.
The manufacturers web site is here:
2018 Apr 14
0
Nvidia-detect error with on HP Z4 (CentOS 6.9)
On 13/04/18 22:33, Danny Smit wrote:
> On Fri, Apr 13, 2018 at 8:50 PM, Phil Perry <pperry at elrepo.org> wrote:
>>
>> Your device is supported:
>>
>> $ nvidia-detect -l | grep -i 1cb2
>> [10de:1cb2] NVIDIA Corporation GP107GL [Quadro P600]
>>
>> Support was added in the 375.39 NVIDIA driver. I assume the driver works as
>> expected for you?
>
> Yes it works perfectly fine.
>
>> If you are able to offer any more clues, please feel free to open a bug
>> report on elrepo.org/bugs for us to track...
2016 Jul 15
0
Host not reachable over UDP
...d the patch, no change at all. Attached is a new log and also strace
> log. There is a FD 7 opened (the UDP socket), used and yet "ss -nlptu"
> doesn't see it.
>
> I have a suspicion now there is something wrong with the distro/kernel. As
> a test:
>
> netcat -ul -p600
> ss -nlptu | grep netcat
>
> gives me no output...
>
> Petr
>
> On Thu, Jul 14, 2016 at 8:27 PM, Etienne Dechamps <etienne at edechamps.fr>
> wrote:
>
>> You might want to try with https://github.com/gsliepen/tinc/pull/120 -
>> that said, this bug proba...
2016 Jul 15
0
Host not reachable over UDP
Hi Etienne,
I tried the patch, no change at all. Attached is a new log and also strace
log. There is a FD 7 opened (the UDP socket), used and yet "ss -nlptu"
doesn't see it.
I have a suspicion now there is something wrong with the distro/kernel. As
a test:
netcat -ul -p600
ss -nlptu | grep netcat
gives me no output...
Petr
On Thu, Jul 14, 2016 at 8:27 PM, Etienne Dechamps <etienne at edechamps.fr>
wrote:
> You might want to try with https://github.com/gsliepen/tinc/pull/120 -
> that said, this bug probably doesn't explain everything because tinc i...
2018 Feb 05
2
[PATCH v2 1/3] drm/nouveau/pci: PCI IDs for pascal architecture
...pci_10de[] = {
{ 0x17c2, "GeForce GTX TITAN X" },
{ 0x17c8, "GeForce GTX 980 Ti" },
{ 0x17f0, "Quadro M6000" },
+ { 0x1b00, "TITAN X (Pascal)" },
+ { 0x1b02, "TITAN Xp" },
+ { 0x1b06, "GeForce GTX 1080 TI" },
+ { 0x1bb7, "Quadro P6000" },
+ { 0x1b80, "GeForce GTX 1080" },
+ { 0x1b81, "GeForce GTX 1070" },
+ { 0x1b82, "GeForce GTX 1070 TI" },
+ { 0x1b84, "GeForce GTX 1060 3GB" },
+ { 0x1b87, "P104-100" },
+ { 0x1ba0, "GeForce GTX 1080M" },
+ { 0x1ba1, "GeForce...
2018 Jul 21
9
[Bug 107325] New: Reported temperature of nvidia card with nouveau driver is wrong
...Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: j.novak at netsystem.cz
QA Contact: xorg-team at lists.x.org
Hello,
I use Dell Precision 3530 with NVIDIA Corporation GP107GLM [Quadro P600
Mobile] (rev a1). I use Fedora Core 28 with 4.17.6 x86_64 kernel.
I found that sensors tool shows wrong temperature:
$ sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +511.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)...
2018 Feb 05
3
[PATCH 1/3] drm/nouveau/pci: PCI IDs for pascal architecture
...pci_10de[] = {
{ 0x17c2, "GeForce GTX TITAN X" },
{ 0x17c8, "GeForce GTX 980 Ti" },
{ 0x17f0, "Quadro M6000" },
+ { 0x1b00, "TITAN X (Pascal)" },
+ { 0x1b02, "TITAN Xp" },
+ { 0x1b06, "GeForce GTX 1080 TI" },
+ { 0x1bb7, "Quadro P6000" },
+ { 0x1b80, "GeForce GTX 1080" },
+ { 0x1b81, "GeForce GTX 1070" },
+ { 0x1b82, "GeForce GTX 1070 TI" },
+ { 0x1b84, "GeForce GTX 1060 3GB" },
+ { 0x1b87, "P104-100" },
+ { 0x1ba0, "GeForce GTX 1080M" },
+ { 0x1ba1, "GeForce...