How to Setup Nouveau with Two Monitors? ("VGA-1 disconnected")

Hey Guys,
I have a sweet MythTV setup arranged like this:   tower & flatpanel LCD in office with an old-fashioned CRT TV in the living room. 
I am able to run movies/video on the CRT while the kitchen LCD can be used to do other stuff.  (Am I describing two X sessions? A 'dual-monitor' setup?)  I could move the cursor from one screen to the other--but couldn't drag windows from one screen to the other...
I'm using an NVIDIA driver (GeForce 8400 GS card)--but the nvidia stuff can cause problems (one recent upgrade of driver and kernel caused a 99% cpu issue.)
Because of that (and a lot of other problems--it's an old Arch install) I did a clean Arch install today on a separate partition and am hoping to use the Nouveau driver to drive both monitors in the same way I just described.
I've got Nouveau running and the kitchen LCD is fine....  When I turn on the CRT, it's black.
Unfortunately, xrandr says that the living room CRT (the tv) is "disconnected":
$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
DVI-I-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 340mm x 270mm
   1280x1024      60.0*+   75.0 
   1280x960       60.0 
   1280x800       74.9     59.9 
   1152x864       75.0 
   1280x768       74.9     60.0 
   1024x768       75.1     70.1     60.0 
   1024x576       60.0 
   832x624        74.6 
   800x600        72.2     75.0     60.3     56.2 
   848x480        60.0 
   640x480        72.8     75.0     60.0 
   720x400        70.1 
VGA-1 disconnected (normal left inverted right x axis y axis)
I know the cable/connection is fine, because I can boot into the 'old' install and everything still works (with the nvidia driver).
In case it might help, here is the xorg.conf from the 'working' nvidia setup:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder57) Fri Dec 18 15:06:52 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 1024 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HP f1905"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "false"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8400 GS"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "false"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8400 GS"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "TV: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "enable"
# Option "RENDER" "disable"
EndSection
Can anyone help me figure out how to get this working with Nouveau? 
Thanks in advance!

By adding the following to the kernel line in the GRUB menu, I was able to get VGA-1 "connected":
video=VGA-1:e
but that had the side-effect of changing the resolution of DVI-I-1 to that of VGA-1, namely 1024x768.
These sections of the xorg log seem...um...pertinent.
13.304] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[    13.304] (II) NOUVEAU(0): Output VGA-1 has no monitor section
13.334] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1024x768
[    13.334] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768
13.355] (II) NOUVEAU(0): RandR 1.2 enabled
[    13.355] (II) Initializing built-in extension Generic Event Extension
[    13.355] (II) Initializing built-in extension SHAPE
[    13.355] (II) Initializing built-in extension MIT-SHM
[    13.355] (II) Initializing built-in extension XInputExtension
[    13.355] (II) Initializing built-in extension XTEST
[    13.355] (II) Initializing built-in extension BIG-REQUESTS
[    13.355] (II) Initializing built-in extension SYNC
[    13.355] (II) Initializing built-in extension XKEYBOARD
[    13.355] (II) Initializing built-in extension XC-MISC
[    13.355] (II) Initializing built-in extension SECURITY
[    13.355] (II) Initializing built-in extension XINERAMA
[    13.355] (II) Initializing built-in extension XFIXES
[    13.355] (II) Initializing built-in extension RENDER
[    13.355] (II) Initializing built-in extension RANDR
[    13.355] (II) Initializing built-in extension COMPOSITE
[    13.355] (II) Initializing built-in extension DAMAGE
Is XINERAMA the one that handles dual-monitors?  Or is it RANDR...?
[ 13.214]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 13.214] X Protocol Version 11, Revision 0
[ 13.214] Build Operating System: Linux 3.4.8-1-ARCH i686
[ 13.214] Current Operating System: Linux new-arch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 08:15:06 UTC 2012 i686
[ 13.214] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ff3a072f-2090-4fe6-b72e-b189fd134846 ro verbose video=VGA-1:e
[ 13.214] Build Date: 27 August 2012 08:08:29AM
[ 13.214]
[ 13.214] Current version of pixman: 0.26.2
[ 13.214] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13.214] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.214] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 8 08:38:55 2012
[ 13.221] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13.222] (==) No Layout section. Using the first Screen section.
[ 13.222] (==) No screen section available. Using defaults.
[ 13.222] (**) |-->Screen "Default Screen Section" (0)
[ 13.222] (**) | |-->Monitor "<default monitor>"
[ 13.222] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13.222] (==) Automatically adding devices
[ 13.222] (==) Automatically enabling devices
[ 13.237] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 13.237] Entry deleted from font path.
[ 13.237] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 13.237] Entry deleted from font path.
[ 13.238] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 13.238] Entry deleted from font path.
[ 13.238] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 13.238] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 13.239] Entry deleted from font path.
[ 13.239] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 13.239] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 13.239] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13.239] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13.239] (II) Loader magic: 0x82225a0
[ 13.239] (II) Module ABI versions:
[ 13.239] X.Org ANSI C Emulation: 0.4
[ 13.239] X.Org Video Driver: 12.1
[ 13.239] X.Org XInput driver : 16.0
[ 13.239] X.Org Server Extension : 6.0
[ 13.240] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[ 13.240] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
[ 13.240] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 13.240] (II) LoadModule: "extmod"
[ 13.242] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 13.251] (II) Module extmod: vendor="X.Org Foundation"
[ 13.251] compiled for 1.12.4, module version = 1.0.0
[ 13.251] Module class: X.Org Server Extension
[ 13.251] ABI class: X.Org Server Extension, version 6.0
[ 13.251] (II) Loading extension MIT-SCREEN-SAVER
[ 13.251] (II) Loading extension XFree86-VidModeExtension
[ 13.251] (II) Loading extension XFree86-DGA
[ 13.251] (II) Loading extension DPMS
[ 13.251] (II) Loading extension XVideo
[ 13.251] (II) Loading extension XVideo-MotionCompensation
[ 13.251] (II) Loading extension X-Resource
[ 13.251] (II) LoadModule: "dbe"
[ 13.252] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 13.252] (II) Module dbe: vendor="X.Org Foundation"
[ 13.252] compiled for 1.12.4, module version = 1.0.0
[ 13.252] Module class: X.Org Server Extension
[ 13.252] ABI class: X.Org Server Extension, version 6.0
[ 13.252] (II) Loading extension DOUBLE-BUFFER
[ 13.252] (II) LoadModule: "glx"
[ 13.253] (WW) Warning, couldn't open module glx
[ 13.253] (II) UnloadModule: "glx"
[ 13.253] (II) Unloading glx
[ 13.253] (EE) Failed to load module "glx" (module does not exist, 0)
[ 13.253] (II) LoadModule: "record"
[ 13.253] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 13.253] (II) Module record: vendor="X.Org Foundation"
[ 13.253] compiled for 1.12.4, module version = 1.13.0
[ 13.253] Module class: X.Org Server Extension
[ 13.253] ABI class: X.Org Server Extension, version 6.0
[ 13.253] (II) Loading extension RECORD
[ 13.253] (II) LoadModule: "dri"
[ 13.254] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 13.255] (II) Module dri: vendor="X.Org Foundation"
[ 13.255] compiled for 1.12.4, module version = 1.0.0
[ 13.255] ABI class: X.Org Server Extension, version 6.0
[ 13.255] (II) Loading extension XFree86-DRI
[ 13.255] (II) LoadModule: "dri2"
[ 13.255] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 13.255] (II) Module dri2: vendor="X.Org Foundation"
[ 13.255] compiled for 1.12.4, module version = 1.2.0
[ 13.255] ABI class: X.Org Server Extension, version 6.0
[ 13.255] (II) Loading extension DRI2
[ 13.255] (==) Matched nouveau as autoconfigured driver 0
[ 13.255] (==) Matched nvidia as autoconfigured driver 1
[ 13.255] (==) Matched nv as autoconfigured driver 2
[ 13.255] (==) Matched vesa as autoconfigured driver 3
[ 13.255] (==) Matched fbdev as autoconfigured driver 4
[ 13.256] (==) Assigned the driver to the xf86ConfigLayout
[ 13.256] (II) LoadModule: "nouveau"
[ 13.256] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 13.261] (II) Module nouveau: vendor="X.Org Foundation"
[ 13.261] compiled for 1.12.2, module version = 1.0.1
[ 13.261] Module class: X.Org Video Driver
[ 13.261] ABI class: X.Org Video Driver, version 12.0
[ 13.261] (II) LoadModule: "nvidia"
[ 13.262] (WW) Warning, couldn't open module nvidia
[ 13.262] (II) UnloadModule: "nvidia"
[ 13.262] (II) Unloading nvidia
[ 13.262] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 13.262] (II) LoadModule: "nv"
[ 13.262] (WW) Warning, couldn't open module nv
[ 13.262] (II) UnloadModule: "nv"
[ 13.262] (II) Unloading nv
[ 13.262] (EE) Failed to load module "nv" (module does not exist, 0)
[ 13.262] (II) LoadModule: "vesa"
[ 13.262] (WW) Warning, couldn't open module vesa
[ 13.262] (II) UnloadModule: "vesa"
[ 13.262] (II) Unloading vesa
[ 13.262] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13.262] (II) LoadModule: "fbdev"
[ 13.263] (WW) Warning, couldn't open module fbdev
[ 13.263] (II) UnloadModule: "fbdev"
[ 13.263] (II) Unloading fbdev
[ 13.263] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 13.263] (II) NOUVEAU driver
[ 13.263] (II) NOUVEAU driver for NVIDIA chipset families :
[ 13.263] RIVA TNT (NV04)
[ 13.263] RIVA TNT2 (NV05)
[ 13.263] GeForce 256 (NV10)
[ 13.263] GeForce 2 (NV11, NV15)
[ 13.263] GeForce 4MX (NV17, NV18)
[ 13.263] GeForce 3 (NV20)
[ 13.263] GeForce 4Ti (NV25, NV28)
[ 13.263] GeForce FX (NV3x)
[ 13.263] GeForce 6 (NV4x)
[ 13.263] GeForce 7 (G7x)
[ 13.263] GeForce 8 (G8x)
[ 13.263] GeForce GTX 200 (NVA0)
[ 13.263] GeForce GTX 400 (NVC0)
[ 13.263] (--) using VT number 7
[ 13.265] drmOpenDevice: node name is /dev/dri/card0
[ 13.265] drmOpenDevice: open result is 7, (OK)
[ 13.265] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 13.265] drmOpenDevice: node name is /dev/dri/card0
[ 13.265] drmOpenDevice: open result is 7, (OK)
[ 13.265] drmOpenByBusid: drmOpenMinor returns 7
[ 13.265] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 13.265] (II) [drm] nouveau interface version: 1.0.0
[ 13.265] (II) Loading sub module "dri"
[ 13.265] (II) LoadModule: "dri"
[ 13.265] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 13.265] (II) Module dri: vendor="X.Org Foundation"
[ 13.265] compiled for 1.12.4, module version = 1.0.0
[ 13.265] ABI class: X.Org Server Extension, version 6.0
[ 13.265] (II) NOUVEAU(0): Loaded DRI module
[ 13.265] drmOpenDevice: node name is /dev/dri/card0
[ 13.266] drmOpenDevice: open result is 8, (OK)
[ 13.266] drmOpenDevice: node name is /dev/dri/card0
[ 13.266] drmOpenDevice: open result is 8, (OK)
[ 13.266] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 13.266] drmOpenDevice: node name is /dev/dri/card0
[ 13.266] drmOpenDevice: open result is 8, (OK)
[ 13.266] drmOpenByBusid: drmOpenMinor returns 8
[ 13.266] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 13.266] (II) [drm] DRM interface version 1.4
[ 13.266] (II) [drm] DRM open master succeeded.
[ 13.266] (--) NOUVEAU(0): Chipset: "NVIDIA NV98"
[ 13.266] (II) NOUVEAU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 13.266] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[ 13.266] (==) NOUVEAU(0): RGB weight 888
[ 13.266] (==) NOUVEAU(0): Default visual is TrueColor
[ 13.266] (==) NOUVEAU(0): Using HW cursor
[ 13.266] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[ 13.266] (==) NOUVEAU(0): Page flipping enabled
[ 13.266] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[ 13.304] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[ 13.304] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[ 13.333] (II) NOUVEAU(0): EDID for output DVI-I-1
[ 13.333] (II) NOUVEAU(0): Manufacturer: HWP Model: 264f Serial#: 16843009
[ 13.333] (II) NOUVEAU(0): Year: 2006 Week: 24
[ 13.333] (II) NOUVEAU(0): EDID Version: 1.3
[ 13.333] (II) NOUVEAU(0): Digital Display Input
[ 13.333] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 13.333] (II) NOUVEAU(0): Gamma: 2.40
[ 13.333] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[ 13.333] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 13.333] (II) NOUVEAU(0): Default color space is primary color space
[ 13.333] (II) NOUVEAU(0): First detailed timing is preferred mode
[ 13.333] (II) NOUVEAU(0): redX: 0.634 redY: 0.354 greenX: 0.286 greenY: 0.620
[ 13.333] (II) NOUVEAU(0): blueX: 0.138 blueY: 0.076 whiteX: 0.312 whiteY: 0.328
[ 13.333] (II) NOUVEAU(0): Supported established timings:
[ 13.333] (II) NOUVEAU(0): 720x400@70Hz
[ 13.333] (II) NOUVEAU(0): 640x480@60Hz
[ 13.333] (II) NOUVEAU(0): 640x480@72Hz
[ 13.333] (II) NOUVEAU(0): 640x480@75Hz
[ 13.333] (II) NOUVEAU(0): 800x600@60Hz
[ 13.333] (II) NOUVEAU(0): 800x600@72Hz
[ 13.333] (II) NOUVEAU(0): 800x600@75Hz
[ 13.333] (II) NOUVEAU(0): 832x624@75Hz
[ 13.333] (II) NOUVEAU(0): 1024x768@60Hz
[ 13.333] (II) NOUVEAU(0): 1024x768@70Hz
[ 13.333] (II) NOUVEAU(0): 1024x768@75Hz
[ 13.333] (II) NOUVEAU(0): 1280x1024@75Hz
[ 13.333] (II) NOUVEAU(0): 1152x864@75Hz
[ 13.333] (II) NOUVEAU(0): Manufacturer's mask: 0
[ 13.333] (II) NOUVEAU(0): Supported standard timings:
[ 13.333] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 13.333] (II) NOUVEAU(0): Supported detailed timing:
[ 13.333] (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 340 x 270 mm
[ 13.333] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 13.333] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 13.333] (II) NOUVEAU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[ 13.333] (II) NOUVEAU(0): Monitor name: HP f1905
[ 13.333] (II) NOUVEAU(0): Serial No: CNC624PNF4
[ 13.333] (II) NOUVEAU(0): EDID (in hex):
[ 13.333] (II) NOUVEAU(0): 00ffffffffffff0022f04f2601010101
[ 13.333] (II) NOUVEAU(0): 18100103e8261e8cee6760a25a499e23
[ 13.333] (II) NOUVEAU(0): 135054adef8081800101010101010101
[ 13.333] (II) NOUVEAU(0): 010101010101302a009851002a403070
[ 13.333] (II) NOUVEAU(0): 1300540e1100001e000000fd00324c1e
[ 13.333] (II) NOUVEAU(0): 530e000a202020202020000000fc0048
[ 13.333] (II) NOUVEAU(0): 502066313930350a20202020000000ff
[ 13.333] (II) NOUVEAU(0): 00434e43363234504e46340a20200001
[ 13.333] (II) NOUVEAU(0): EDID vendor "HWP", prod id 9807
[ 13.333] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[ 13.333] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[ 13.333] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 13.333] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 13.333] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 13.333] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 13.333] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[ 13.334] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 13.334] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1280x768"x60.0 68.25 1280 1328 1360 1440 768 771 778 790 +hsync -vsync (47.4 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
[ 13.334] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 13.334] (II) NOUVEAU(0): EDID for output VGA-1
[ 13.334] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 13.334] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 13.334] (II) NOUVEAU(0): Output DVI-I-1 connected
[ 13.334] (II) NOUVEAU(0): Output VGA-1 connected
[ 13.334] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[ 13.334] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1024x768
[ 13.334] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768
[ 13.334] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 13.334] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
[ 13.334] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 13.334] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[ 13.335] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 13.335] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[ 13.335] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 13.335] (**) NOUVEAU(0): Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
[ 13.335] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 13.335] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[ 13.335] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 13.335] (**) NOUVEAU(0): Display dimensions: (380, 300) mm
[ 13.335] (**) NOUVEAU(0): DPI set to (68, 65)
[ 13.335] (II) Loading sub module "fb"
[ 13.335] (II) LoadModule: "fb"
[ 13.335] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13.339] (II) Module fb: vendor="X.Org Foundation"
[ 13.339] compiled for 1.12.4, module version = 1.0.0
[ 13.339] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.339] (II) Loading sub module "exa"
[ 13.339] (II) LoadModule: "exa"
[ 13.340] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 13.341] (II) Module exa: vendor="X.Org Foundation"
[ 13.341] compiled for 1.12.4, module version = 2.5.0
[ 13.341] ABI class: X.Org Video Driver, version 12.1
[ 13.341] (II) Loading sub module "shadowfb"
[ 13.341] (II) LoadModule: "shadowfb"
[ 13.341] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 13.347] (II) Module shadowfb: vendor="X.Org Foundation"
[ 13.347] compiled for 1.12.4, module version = 1.0.0
[ 13.347] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.347] (--) Depth 24 pixmap format is 32 bpp
[ 13.348] (II) NOUVEAU(0): Opened GPU channel 2
[ 13.352] (II) NOUVEAU(0): [DRI2] Setup complete
[ 13.352] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
[ 13.352] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
[ 13.355] (II) EXA(0): Driver allocated offscreen pixmaps
[ 13.355] (II) EXA(0): Driver registered support for the following operations:
[ 13.355] (II) Solid
[ 13.355] (II) Copy
[ 13.355] (II) Composite (RENDER acceleration)
[ 13.355] (II) UploadToScreen
[ 13.355] (II) DownloadFromScreen
[ 13.355] (==) NOUVEAU(0): Backing store disabled
[ 13.355] (==) NOUVEAU(0): Silken mouse enabled
[ 13.355] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[ 13.355] (II) NOUVEAU(0): [XvMC] Extension initialized.
[ 13.355] (==) NOUVEAU(0): DPMS enabled
[ 13.355] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 13.355] (--) RandR disabled
[ 13.355] (II) Initializing built-in extension Generic Event Extension
[ 13.355] (II) Initializing built-in extension SHAPE
[ 13.355] (II) Initializing built-in extension MIT-SHM
[ 13.355] (II) Initializing built-in extension XInputExtension
[ 13.355] (II) Initializing built-in extension XTEST
[ 13.355] (II) Initializing built-in extension BIG-REQUESTS
[ 13.355] (II) Initializing built-in extension SYNC
[ 13.355] (II) Initializing built-in extension XKEYBOARD
[ 13.355] (II) Initializing built-in extension XC-MISC
[ 13.355] (II) Initializing built-in extension SECURITY
[ 13.355] (II) Initializing built-in extension XINERAMA
[ 13.355] (II) Initializing built-in extension XFIXES
[ 13.355] (II) Initializing built-in extension RENDER
[ 13.355] (II) Initializing built-in extension RANDR
[ 13.355] (II) Initializing built-in extension COMPOSITE
[ 13.355] (II) Initializing built-in extension DAMAGE
[ 13.370] (II) NOUVEAU(0): NVEnterVT is called.
[ 13.421] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
[ 13.421] resize called 1024 768
[ 13.559] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 13.559] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13.559] (II) LoadModule: "evdev"
[ 13.559] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 13.560] (II) Module evdev: vendor="X.Org Foundation"
[ 13.560] compiled for 1.12.3.901, module version = 2.7.3
[ 13.561] Module class: X.Org XInput Driver
[ 13.561] ABI class: X.Org XInput driver, version 16.0
[ 13.561] (II) Using input driver 'evdev' for 'Power Button'
[ 13.561] (**) Power Button: always reports core events
[ 13.561] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 13.561] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 13.561] (--) evdev: Power Button: Found keys
[ 13.561] (II) evdev: Power Button: Configuring as keyboard
[ 13.561] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 13.561] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 13.561] (**) Option "xkb_rules" "evdev"
[ 13.561] (**) Option "xkb_model" "evdev"
[ 13.561] (**) Option "xkb_layout" "us"
[ 13.592] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 13.592] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13.592] (II) Using input driver 'evdev' for 'Power Button'
[ 13.593] (**) Power Button: always reports core events
[ 13.593] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 13.593] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 13.593] (--) evdev: Power Button: Found keys
[ 13.593] (II) evdev: Power Button: Configuring as keyboard
[ 13.593] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[ 13.593] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 13.593] (**) Option "xkb_rules" "evdev"
[ 13.593] (**) Option "xkb_model" "evdev"
[ 13.593] (**) Option "xkb_layout" "us"
[ 13.593] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
[ 13.593] (II) No input driver specified, ignoring this device.
[ 13.593] (II) This device may have been added with another device file.
[ 13.594] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event11)
[ 13.594] (II) No input driver specified, ignoring this device.
[ 13.594] (II) This device may have been added with another device file.
[ 13.594] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event12)
[ 13.594] (II) No input driver specified, ignoring this device.
[ 13.594] (II) This device may have been added with another device file.
[ 13.594] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event13)
[ 13.594] (II) No input driver specified, ignoring this device.
[ 13.595] (II) This device may have been added with another device file.
[ 13.595] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
[ 13.595] (II) No input driver specified, ignoring this device.
[ 13.595] (II) This device may have been added with another device file.
[ 13.595] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event7)
[ 13.595] (II) No input driver specified, ignoring this device.
[ 13.595] (II) This device may have been added with another device file.
[ 13.596] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event8)
[ 13.596] (II) No input driver specified, ignoring this device.
[ 13.596] (II) This device may have been added with another device file.
[ 13.596] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
[ 13.596] (II) No input driver specified, ignoring this device.
[ 13.596] (II) This device may have been added with another device file.
[ 13.596] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event0)
[ 13.596] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 13.596] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 13.596] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 13.597] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event0"
[ 13.597] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 13.597] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 13.597] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 13.597] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.0/input/input0/event0"
[ 13.597] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 8)
[ 13.597] (**) Option "xkb_rules" "evdev"
[ 13.597] (**) Option "xkb_model" "evdev"
[ 13.597] (**) Option "xkb_layout" "us"
[ 13.597] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event1)
[ 13.597] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
[ 13.597] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 13.598] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 13.598] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event1"
[ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
[ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
[ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
[ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
[ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
[ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
[ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[ 13.598] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[ 13.598] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13.598] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.1/input/input1/event1"
[ 13.598] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 9)
[ 13.598] (**) Option "xkb_rules" "evdev"
[ 13.598] (**) Option "xkb_model" "evdev"
[ 13.598] (**) Option "xkb_layout" "us"
[ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[ 13.598] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
[ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[ 13.599] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event2)
[ 13.599] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev pointer catchall"
[ 13.599] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
[ 13.599] (**) Logitech Logitech Illuminated Keyboard: always reports core events
[ 13.599] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event2"
[ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
[ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 9 mouse buttons
[ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
[ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
[ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found x and y relative axes
[ 13.599] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
[ 13.599] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
[ 13.599] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
[ 13.599] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.2/input/input2/event2"
[ 13.599] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: MOUSE, id 10)
[ 13.599] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
[ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
[ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
[ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
[ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
[ 13.600] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/mouse0)
[ 13.600] (II) No input driver specified, ignoring this device.
[ 13.600] (II) This device may have been added with another device file.
[ 13.600] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 13.600] (II) No input driver specified, ignoring this device.
[ 13.600] (II) This device may have been added with another device file.

Similar Messages

  • How can one use Mission Control with two monitors?  Please bring Spaces back

    How can one use Mission Control with two monitors.  With Spaces I could treat each space as a single desktop.
    SyBB

    I use two monitors at work and have no issue. I have my mail set to use Desktop 1 and iTunes set to the second monitor of Desktop 1. I have browsers set to Desktop 2 and Fusion and RDC set to Desktop 3.
    Two things that may help you. In System Preferences > Mission Control, disable the setting "Automatically rearrange spaces...". This screwed with assigning applications to certain spaces. And the other thing is don't use full screen on apps that support it. This just makes your second monitor superfluous.

  • Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    It is not possible to do that.
    Allan

  • How to setup airprint with my canon printer

    How to setup airprint with my canon printer asnd ipad 3

    Is your printer on the list of Airprint enabled printers?  If it is, you set it up through your home computer and your iPad should recognize it.  If it is not, you can not make a non-Airprint printer Airprint enabled.

  • Problem with two monitors while using Photoshop, windows move from 2nd screen to 1st screen.

    Problem with two monitors while using Photoshop, windows move from 2nd screen to 1st screen.
    I saved a new workspace and it did not help.
    No problem before I went to Maverick.

    I found the fix, go to System Preferences and open Mission Control and uncheck the box to keep monitors as they were (When switching to an application...........)

  • Users with two monitors

    Hi:
    I have an application using either JInitiator 1.3.x or Sun Java Plug-In 1.4.2.x which works fine.
    But I have several users with two monitors and if the user move the application to the secondary monitor the menu didn't work (using JInitiator or Sun JPI).
    We are trying to move our iAS configuration to use only Sun JPI.
    Is any solution for that behavior of the application when I have two monitors.
    Abdel Miranda
    Panama.

    Has anyone tried to apply this patch to a middle-tier installation of just Forms and Reports Services, rather than a full Oracle AS installation? Do you know if this patch can be used in this way? The Readme is full of info about things like OID and Metadata Repositories which don't really apply to us.
    I'm also worried (and unclear) about what databases are supported by this patch - in one place it says the minimum db version for patch 10.1.2.2 is DB 10g, whereas elsewhere it talks about only needing DB 9.2.0.7. (Neither of which is good for us, we're still on 9.2.0.6.) But then, for an install of just Forms and Reports Services, maybe I won't need to apply the database part of the patch..?
    I'd be intererested if anyone else has patched a pure Forms and Reports install...
    James

  • How to synchronise with two monitors

    Dear NI,
                      I have an application, for that i want to show the two different screens with different mesurement values. i am using CRT and LCD screens. in CRT screens i am running main vi in this screens i have configuration, testsettings, trendmill,and operator name etc. are displayed, i need  the seperate screens for to show measurement values to another screen. how , is it possible to do this?  can able to two diferent exe with diferent monitors? and how to synchronise two monitors for my application.
    Balaji DP
    Application Engineer,
    Gantner Instruments.
    Labview 8.5 Version
    Regards,
    Balaji DP

    Hi Balaji,
    So if you have an extended desktop across two monitors then I would say you had two options.
    1. Within one VI you could simple design the front panel in such a way that it extends across both screens with the relevant information in the right screen.  The fact that there are two monitors present is transparent to the applications.
    2. With two VIs there is a property for front panels to choose which monitor they are displayed on.  This is available by wiring a VI reference to a property node and selecting front panel window >> monitor.  You then enter an id for the monitor you want it to be displayed on, this is a numeric e.g. your primary monitor will be zero. You can see the property node help page here. 
    I hope this is the information you are after.
    Regards,
    James Mc
    ========
    CLA and cRIO Fanatic
    wiresmithtech.com/blog

  • How Can I use 2 Macs and a PC with two monitors

    This is for my office at work.
    I currently am using dual monitors and sharing those between a G4 and a PC. I'm using a Belkin switch box for the two computers. I'm adding a Mac Pro. I'm thinking I might use the Mac Pro by itself at another workstation but I would like to use it at my current workstation along with my other machines.
    I'm getting a new 23" monitor with the Mac Pro. I want to use it as my main monitor, then use one of my other monitors as a second screen. Is it possible to use two monitors with 3 computers? I would have to use the new keyboard and mouse (both will be standard, not wireless) on both of the macs and use the PC keyboard and mouse.
    Thank You
    Jim

    I would use the new Mac Pro as the main workstation and attach your mouse, keyboard and your new monitor to it.
    Then use the Belkin Switch Box to connect 1 monitor to the G4 and PC.
    Download and configure 'Synergy' (http://synergy2.sourceforge.net/) on the new Mac Pro (as the primary) and the G4 and PC (as secondary) - This will allow you to deal with only one keyboard and mouse.
    I'm with Malcolm, I would download and install VMware Fusion. VM the PC w/ Converter (http://www.vmware.com/products/converter/) and only deal with the new Mac Pro and G4. With the new Mac Pro, you can fire up the PC VM with 2 cores and have it set to a secondary space. You will not notice the difference.

  • M92p HELP!!! About to return 6 new M92p due to Problems with two monitors.

    Hope someone can help. Just unpacked last week six (6) brand new M92p with dual 24" monitors. Unfortunatelly the monitors are NOT from Lenovo since Lenovo does not sell color calibrated monitors.
    The problem we are having is that we have tried connecting the two monitors using different conbinations of the 3 or 4 available video connectors on the back of the machine.
    only ONE monitor works at 1920x1200, the other defaults to 640x480.
    All the machines have a video card with 2GB. The video card has a DVI and a VGA port. The motherboard has VGA and DisplayPort. We tried one cable to DVI on video card the other on VGAon video card. Then we tried One cable on video card another on motherboard.
    I also disable the motherboard video in BIOS; that did not work either.
    NOTHING works!!! I am about to repack all these equipment and send them back.
    If anyone has any solution to this issue, please let me know.
    Thanks!

    Possible driver issue. Have you run Windows Update and Lenovo System Update?
    Also, beware of the BIOS settings for multi-monitor: http://support.lenovo.com/en_NL/downloads/detail.page?DocID=HT062228

  • How to enter invoice with two different tax codes in one line?

    Dear friends,
    I have this PO for which I enter the invoice.
    I recieve later a subsequent debit for this PO from the transporter. This subsequent invoice has got extra debits, one with 21% VAT and one with 19% VAT, which means two items with two different tax codes.
    I want to enter this subsequent debit for each item of the PO, and I want to enter both debits in every item of the PO.
    How can I enter in one row in MIRO a debit with two different tax codes.
    Thank you.

    I want in the same line item to enter two tax codes.
    Do you Know if there is any way to do this?
    It is a subsequent debit and it has two items with two different tax codes. I want to enter the subsequent debit for a PO with many items and enter the value of the whole subsequent invoice. So there is the need to enter one line item with two tax codes.
    How can this be done?
    Thank you?

  • How to process reports with two different date fields

    Morning all,
    This question is somewhat similar to what I asked few days back. I created two different reports for two different departments (Credit Control and Free of Charge Control).
    These two reports pull data from two different date fields and has different status check ups.
    Few days back my director requested me if he can have both reports in one report. That is when I asked question from all of you regarding two reports.
    Anyhow, that was created by implementing two sub reports however, the director asked me to combine the two different reports into one in such a way that the output records should be added up with each other hence one single report with all combined data of Credit Control and Free of Charges (not two sub reports in one report).
    The problem here which I am getting is that, both reports uses two different date fields. I can live with two different statuses as that can be easily done within formula/RT however how to create a report with Report Selection Formula condition which looks in both date fields and produces results accordingly?
    I have tried this by not putting any condition in report selection formula and ran the report, it produced total results from past 6 years.
    Any ideas how to produce combined report which has two different date fields?
    Many thanks in advance
    Regards
    Jehanzeb
    What I

    Charliy,
    No the both dates are from two different databases, tables and fields. The Credit date field is from KLAB database under max table where as the FOC date field is from SAE database under maxmast table. Klab date is under credit2 table where as foc date is under order header table.
    So its more like this:
    Klab->Max-Credit2--->Credit_date
    Sae->Maxmast->Order_header---Date entered.
    two dates totally different tables, dbs
    however, I will try your idea too and see if that works.
    Regards
    Jehanzeb

  • How to setup CCMS with Solution Manager

    Hi, All
    My question is how to setup or satallite connection with Solution manager 4.0 for CCMS alerts
    Is that RFC connection using both sites, trusted and satellite system ?
    I would like to setup CCMS alerts through Solution manager and R/3 ccms
    please anyone has some guide or URL or any idea send me
    We are using SAP NW 2004 620 4.6C (SLD=DV,QA,PR) and solution manager 4.0
    Thanks in advanced
    J
    Edited by: issue2008 on Sep 19, 2008 12:13 PM

    you need to install CCMS agents(sapccm4x, sapccmsr) on satellite systems & configure them with the central system(solman).

  • How to setup grub2 with arch linux and xen, lvm on luks

    OK, so I tried downloading this package from AUR:  https://aur.archlinux.org/packages/xen-git/ , but that has patching problems as noted in the comments.  It looks like the packagebuild sets up all the xen stuff for you, but I can't seem to get the package to install because of the error's while patching.  If anyone can point me in the right direction on what all the extra files in the PKGBUILD are for or how to debug problems with PKGBUILDs not working because of patches.
    So next I just tried to compile the latest xen from git://xenbits.xen.org/xen.git (with ./configure, make, make install) and that seemed to go fine, but I'm a bit confused:
    1.  Do I have to do any additional configuration for xen when working with arch linux?  On ubuntu I could just compile the source, update grub, and make sure to start the x services at runtime.
    2.  How do I set up grub to load xen with this setup?  Right now this is my /boot/grub/grub.cfg:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda3:vgStorage"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    ~
    I've tried throwing in a line like: XEN_HYPERVISOR_CMDLINE="cryptdevice=/dev/sda3:vgStorage", but nothing new shows up on the grub boot menu.
    First time trying to set up a non-ubuntu system, please help!

    As for XEN.... well you could always try QEMU/KVM or LXC.
    As for the LVM2-on-LUKS/dm-crypt
    My /etc/mkinitcpio.conf looks like this...
    MODULES="aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect block keymap encrypt lvm2 filesystems keyboard fsck shutdown"
    /etc/defaults/grub
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda2:root:allow-discards"
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    GRUB_TERMINAL_INPUT=console
    GRUB_GFXMODE=auto
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_DISABLE_RECOVERY=true
    The running grub config looks like this
    /boot/grub/grub.cfg
    9 insmod part_gpt
    10 insmod part_msdos
    53 if loadfont unicode ; then
    54 set gfxmode=auto
    55 load_video
    56 insmod gfxterm
    57 set locale_dir=$prefix/locale
    58 set lang=en_US
    59 insmod gettext
    60 fi
    61 terminal_input console
    62 terminal_output gfxterm
    63 set timeout=3
    84 menuentry 'Backup, Arch Linux grsec kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-grsec kernel-true-12341234-8080-8080-8080-332200882255' {
    85 load_video
    86 set gfxpayload=keep
    87 insmod gzio
    88 insmod part_msdos
    89 insmod ext2
    90 set root='hd1,msdos2'
    91 if [ x$feature_platform_search_hint = xy ]; then
    92 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    93 else
    94 search --no-floppy --fs-uuid --set=root BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    95 fi
    96 echo 'Loading Linux grsec kernel ...'
    97 linux /vmlinuz-linux-grsec root=/dev/mapper/VolGroup00-lvroot rw cryptdevice=/dev/sda2:root:allow-discards quiet
    98 echo 'Loading initial ramdisk ...'
    99 initrd /initramfs-linux-grsec.img
    100 }
    Things to note:
    Numerical UUID is the UUID of the ROOT partition.
    Alphabetical UUIS is the BOOT partition
    hd1,msdos2 AND ahci1,msdos2 are how the Grub Bootloader numbers the drives not Linux.
    I have my BOOT partition on a USB stick, and it is the Second partition.
    So, that would make it, Device 2 and Partition 2
    Device numbering starts at 0
    Partition numbering starts at 1
    Oh, and note that you don't need ":allow-discards" ... at all but certainly if you don't have an SSD. Also note that I included the line numbers so it is very clear that I didn't post the whole thing, but instead what I thought was relevant. Finally, I am loading modules that I don't even need, but what the hell... if it ain't broke, don't fix it
    Last edited by hunterthomson (2013-12-04 08:31:45)

  • How to setup reply with message

    how to setup the "reply with message" feature on the iphone5

    This feature is automatically enabled on the iPhone 5. When you get a call you will see the "swipe up" icon next to the "slide to answer", when you sail up you will have the option to reply with text message.
    There are only three messages to choose from but you can change them at Settings > Phone > Reply with message > you can then overwrite the existing text options.

  • Folio 9470m notebook with two monitors

    Hi all,  I want to use my Folio 9740m notebook with 3 independent display (Built-in display and two external monitor HP L1750). I tried to connect direct to notebook and docking station but it's not working. Only two displays are working at same time. Is it possible to use with 3 display (Intel HD graphics 4000 can do that)? Thanks for your help. Greg

    I've not been able to get 3 indpendent monitors running either.  I suspect it may have to do with the high resolutions of thw two monitors.  Has anyone tried using lower resolution settings for three monitors (didn't work for me)? On another note, using the single displayport only allows for a "stretched" desktop environment.  In order to get two independent desktops we had to use one monitor on the displayport in the back of the docking station of the 9470m and use the 2nd monitor on the side displayport which is attached to the laptop itself. This allows you to run two indendent desktops on each of the two monitors without having to get that "Daisy chained" effect where your desktop is just stretched (i.e. when you maximize a window it stretches across both monitors).
    The Folio only supports Dual Displayport 1.2 technology which only allows the daisy chain monitors and doesn't support multiple independent desktops, thus your only option is to get one big wide desktop if you connect multiple monitors to a single displayport. I'd love to get a solution to allow me to use two monitors plus the built-in display!  Any ideas??

Maybe you are looking for