search for: device1

Displaying 20 results from an estimated 20 matches for "device1".

Did you mean: device
2007 Dec 10
7
Sweave : change value in rnw file to generate multiple "single" reports ?
...to make the life of my colleagues easier. Nice, isn't it ? At the moment, I'm looking for a way to generate multiple "single report". In fact I have a .rnw file which send a query to a MySQL database (rs<-dbSendQuery(con, statement="select * from treatdata where name='Device1'") But of course my colleagues have many devices and don't want to enter the rnw file to change the name of the device. Is there a way to pass arguments to Sweave like Sweave("myfile.rnw", namevar="Device2") and it will change namevar by Device2 into the file myfi...
2009 Dec 15
7
ZFS Dedupe reporting incorrect savings
Hi, Created a zpool with 64k recordsize and enabled dedupe on it. zpool create -O recordsize=64k TestPool device1 zfs set dedup=on TestPool I copied files onto this pool over nfs from a windows client. Here is the output of zpool list Prompt:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT TestPool 696G 19.1G 677G 2% 1.13x ONLINE - When I ran a "dir /s&...
2016 Mar 17
2
Dial()-Function
Hi all! :) I search a function or option for application Dail(). My situations: I have two or more Dial()s with multiple devices (Handgroups). Level1: Dial(SIP/device1,20) Level2: Dial(SIP/device1&SIP/device2,20) Level3: Dial(SIP/device1&SIP/device2&SIP/device3,20) When in level one, no one accept the call until the timeout, they have a missed call on device. When in level two, no one accept the call until the timeout, they have a missed call on devi...
2007 Nov 12
0
no decorations on 2nd head using nvidia and aiglx
..."nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 6150" BusID "PCI:0:5:0" Screen 0 EndSection Section "Device" #Option "HWCursor" "off" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 6150" BusID "PCI:0:5:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device &...
2007 May 09
0
CentOS 5 dual head doesn't work [SOLVED}
...ue" EndSection Section "Device" Identifier "Device0" Driver "vesa" Option "DesktopSetup" "horizontal" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Device1" Driver "vesa" BusID "PCI:1:0:1" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "DesktopSetup" "horizontal" EndSection Secti...
2012 Nov 19
1
Display not refreshing when not moving mouse
Dear nouveau developers and users! After many years of dealing with the blob in my kernel, I decided it was time to move to an open source solution. With one of my machines, equipped with 9500GT it went almost flawlessly. I had to patch kernel to get GLXVBlank option working (only because I used the latest and greatest 3.7-rc6), but that is all, and I'm very happy with the result. Nouveau on
2010 Jan 09
4
Super Pro 9.4 / USAF question
Hi all! I tried to install and run Jane's USAF and Super Pro 9.4 with no luck. The game installs fine, but I cannot make it work under Linux (P-IV 2.5 + 1Gb RAM + NVidia 440Go (64Mb) with Ubuntu 9.10 + Wine 1.1.35 + NVidia 96.43.13). The game runs fine in this very same computer under Windows XP, and my computer exceeds by far the game's requirements. The original program (Jane's USAF)
2017 May 09
1
multiple cards and monitors with xrandr and opengl
...vice" Identifier "Device0" Driver "nouveau" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 750 Ti" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Device1" Driver "nouveau" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 750 Ti" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Devi...
2012 Mar 14
3
[PATCH V3] virt-sysprep:add ipconfig for preparation
...755 --- a/clone/virt-sysprep.pod +++ b/clone/virt-sysprep.pod @@ -121,6 +121,17 @@ security problem with malicious guests (CVE-2010-3851). Change the hostname. See the L</hostname> operation below. If not given, defaults to C<localhost.localdomain>. +=item B<--ipconfig> "device1 at ipaddr,netmask,gateway at device2@ipaddr,..." + +Change the IP configuration. See the L</ipconfig> operation below. +If not given, defaults to C<dhcp>. + +For example: + + --ipconfig "eth0 at 192.168.122.2,255.255.255.0,192.168.122.1 at eth1@192.168.122.3,255.255.255.0,192...
2017 May 07
2
multiple cards and monitors with xrandr and opengl
On 05/07/2017 11:12 PM, Ilia Mirkin wrote: > On Sun, May 7, 2017 at 7:17 AM, Sampsa Riikonen <sampsa.riikonen at iki.fi> wrote: >> Dear Devs, >> >> We have achieved a desktop of up to six monitors, with openGL running >> succesfully on the desktop, with the following setup/features: >> >> * Ubuntu 16+ >> * Xrandr >> * Noveau driver >>
2005 Mar 16
2
Dial multiple extensions, but different variables/timeouts
Hi everyone, I'm wondering I would accomplish the following: I want to dial several SIP extensions simultaneously, HOWEVER, for different times (say ext 10 for 15 sec and ext 11 for 30 sec), and potentially with different headers (such as ALERT_INFO) and codecs for each extension. Obviously whoever picks up first gets the call. After the longest timeout expires (30 sec in this example) I want
2013 Mar 28
6
Does CentOS support dual graphics cards with 2 monitors each?
I have a user who wants to have 4 monitors attached to his CentOS 6.4 system. I know that you can't use both on-board video and a PCI video card at the same time, but what about two PCI video cards? The system seems to recognize them as shown by the lspci -v output below, but I can't get Xorg to use the second card. Has anyone done this? If so, what is the trick to get it to work?
2012 Mar 09
1
[PATCH V2] virt-sysprep:add ipconfig for preparation
...755 --- a/clone/virt-sysprep.pod +++ b/clone/virt-sysprep.pod @@ -121,6 +121,17 @@ security problem with malicious guests (CVE-2010-3851). Change the hostname. See the L</hostname> operation below. If not given, defaults to C<localhost.localdomain>. +=item B<--ipconfig> "device1:ipaddr,netmask,gateway:device2:ipaddr,..." + +Change the IP configuration. See the L</ipconfig> operation below. +If not given, defaults to C<dhcp>. + +For example: + + --ipconfig "eth0:192.168.122.2,255.255.255.0,192.168.122.1:eth1:192.168.122.3,255.255.255.0,192.168.122.1&q...
2016 Apr 05
12
[Bug 94832] New: Reverse Prime corruption with nouveau using radeon outputs
https://bugs.freedesktop.org/show_bug.cgi?id=94832 Bug ID: 94832 Summary: Reverse Prime corruption with nouveau using radeon outputs Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2012 Jul 06
8
[Bug 51798] New: Cannot enable second video card on nvidia quadro NVS420
https://bugs.freedesktop.org/show_bug.cgi?id=51798 Bug #: 51798 Summary: Cannot enable second video card on nvidia quadro NVS420 Classification: Unclassified Product: xorg Version: 7.7 (2011) Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority:
2009 Mar 28
53
Can this be done?
I currently have a 7x1.5tb raidz1. I want to add "phase 2" which is another 7x1.5tb raidz1 Can I add the second phase to the first phase and basically have two raid5''s striped (in raid terms?) Yes, I probably should upgrade the zpool format too. Currently running snv_104. Also should upgrade to 110. If that is possible, would anyone happen to have the simple command lines to
2010 Mar 17
9
[Bug 27136] New: blank screen with G98 [Quadro NVS 420] (NV98) dual GPU, 4-head
...on "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro NVS 420" BusID "PCI:5:0:0" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro NVS 420" BusID "PCI:6:0:0" EndSection Each device has a corresponding screen and it is all combined with TwinView, etc. Here's lcpci output...
2008 Jun 22
2
cant change settings in wine.cfg
...on Section "Monitor" # Identifier "monitor1" Gamma 1 EndSection Section "Device" Identifier "Failsafe Device" Driver "nvidia" Boardname "vesa" Busid "PCI:1:0:0" Screen 0 EndSection Section "Device" # Identifier "device1" Driver "nvidia" Boardname "vesa" Busid "PCI:1:0:0" ######added from my old working bery conf######## Option "UseFBDev" "true" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option &quo...
2017 May 10
1
regression? no more separate xscreens
...nector - as reported by /sys/class/drm/card0-xx (except HDMI, which is HDMI-x instead of HDMI-A-x) Option "ZaphodHeads" "DVI-I-1" # Screen number for that PCI device, i.e. 0, 1, etc. Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nouveau" # Actual PCI location of second card/gpu BusID "PCI:2:0:0" # Actual connector - as reported by /sys/class/drm/card0-xx (except HDMI, which is HDMI-x instead of HDMI-A-x) Option "ZaphodHeads" "DVI-I-2...
2016 Apr 18
141
[Bug 94990] New: Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990 Bug ID: 94990 Summary: Latest 4.6rc4 kernel, no booting on gtx970 Product: xorg Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at