Would be grateful for help configuring my 7950gx2 for dual monitor

Hi guys,
I have two monitors - one widescreen TFT 20" DVI (max 1680x1050), and one 17" TFT Analog (max 1280x1024).
Currently I'm running just on my widescreen monitor, but would love to have both monitors enabled to facilitate my spare-time web design.
I have an nVidia 7950GX2 - the card is essentially two 7900GT(X)s SLI'd together. So it is a multi-GPU card, rather than me having two separate graphics cards in my system.
I've followed the Arch Wiki info regarding nVidia drivers, and have the drivers operating perfectly right now. But no matter what I do, even if I follow the Gentoo Wiki info on dual monitors, I can't get both monitors to operate; it's either one or neither.
Here's my current xorg.conf :
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "record"
Load "xtrap"
#Load "dri"
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "dvorak"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Analog TFT"
VendorName "Blue Mountain"
ModelName "MT17XP"
EndSection
Section "Monitor"
Identifier "Widescreen DVI"
VendorName "LG"
ModelName "L204WT"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:6:0:0"
Option "NoLogo" "True"
Option "MultiGPU" "AFR"
Option "sli" "off"
Option "RenderAccel" "true"
#other options I recommend:
Option "HWcursor"
Option "CursorShadow"
Option "CursorShadowAlpha" "32"
Option "CursorShadowXOffset" "3"
Option "CursorShadowYOffset" "3"
#if you want Composite and GLX (they don't cooperate):
Option "AllowGLXWithComposite"
#the TwinView stuff
Option "TwinView" "true"
Option "MetaModes" "DFP: 1680x1050, CRT: NULL"
Option "TwinViewOrientation" "DFP RightOf CRT"
Option "TwinViewXineramaInfoOrder" "DFP"
Option "HorizSync" "DFP: 30.0 - 83.0; CRT: 31.5 - 80"
Option "VertRefresh" "DFP: 56.0 - 75.0; CRT: 56.0 - 75.0"
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:5:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Analog TFT"
EndSection
When I change
Option "MetaModes" "DFP: 1680x1050, CRT: NULL"
to
Option "MetaModes" "DFP: 1680x1050, CRT: 1280x1024"
I still only get my widescreen coming on.
When I change
Option "TwinViewXineramaInfoOrder" "DFP"
Option "TwinViewXineramaInfoOrder" "DFP, CRT"
then only my widescreen comes on again. Swapping the arguments means only my small TFT comes on.
I'd be very grateful for help fixing this; I'm happy to follow any instructions you want, so I'll just be patient and wait for orders
- KD

I took the liberty to modify the relevant parts of the original xorg.conf file based on mine (I have a TwinView setup, but with identical monitors). Since bwalk has a similar setup to yours, you should try that first. If you still have problems for some reason, you can try the sections below.
I assume that the HorizSync and VertRefresh values are correct for your system, so I just used the original values as well (if you didn't set them, you might want to double check just to be sure). I commented out certain lines that seemed to be set by the program that created the config file, so if you need them, uncomment them...I just wanted to clean it up a bit. Again, understood that the CRT is on the left and the DFP is on the right, so that's how the MetaModes are declared. If it's the other way around, you will have to swap the value sets. I also assume that the DFP is your main monitor, so I set the CRT to NULL for any situation that requires it.
I'm not certain about the Screen section. Since so much info is declared above it, you might be able to eliminate the SubSection part, but I'm not sure. I hope you get it working.
Section "ServerLayout"
Identifier "Server0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Device"
Identifier "Card0"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:6:0:0"
Driver "nvidia"
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "MultiGPU" "AFR"
Option "sli" "off"
Option "TwinView" "true"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1280x1024,1680x1050; NULL,1680x1050"
Option "ConnectedMonitor" "CRT-0, DFP-0"
Option "UseEdidFreqs" "false"
Option "HorizSync" "CRT-0: 31.5-80; DFP-0: 30-83"
Option "VertRefresh" "CRT-0: 56-75; DFP-0: 56-75"
# Option "HWcursor"
# Option "CursorShadow"
# Option "CursorShadowAlpha" "32"
# Option "CursorShadowXOffset" "3"
# Option "CursorShadowYOffset" "3"
# Option "AllowGLXWithComposite"
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:5:0:0"
EndSection
Section "Monitor"
Identifier "CRT-0"
VendorName "Blue Mountain"
ModelName "MT17XP"
HorizSync 31.50 - 80.00
VertRefresh 56.00 - 75.00
Option "DPMS"
EndSection
Section "Monitor"
Identifier "DFP-0"
VendorName "LG Electronics"
ModelName "L204WT"
HorizSync 30.00 - 83.00
VertRefresh 56.00 - 75.00
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "CRT-0"
DefaultDepth "24"
SubSection
Depth 24
Modes "1280x1024" "1680x1050"
Viewport 0 0
EndSubSection
EndSection

Similar Messages

  • Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hello, so today I realized that my iPhone with iOS 6 is frozen on the music. I can get back to the home screen but I can't get the music player to work because its frozen on the w's and will not respond to touch. I would be grateful for any help on this.

    Hi deamayfield,
    Thanks for visiting Apple Support Communities.
    If your Music app is unresponsive, try restarting/resetting your iPhone:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Best,
    Jeremy

  • Can anyone tell me how to slow down a commerical track in Garage Band 10.00.  I was able to do it quite easily before I updated, but now find I am unable to do it.  Would be grateful for any help

    Can anyone tell me how to slow down a commercial track in Garage band 10.00  I was able to do this in the earlier version of Garage Band quite easily and it is a good tool for being able to teach new dances, but I find I am unable to do it in the new version, which has just been updated.  I would be grateful for any help.

    Just found it.
    Select your track with song imported from iTunes, open the Track Editor window, and in the head of the track editor  and press the "Flex" marker. Make sure "Enable Flex" is set,
    Then change the tempo of your project.

  • I am trying to back up my mail (5.1) directories but I can no longer locate them. They used to be in the user library. Would be grateful for some assistance.

    I am trying to back up my mail (5.1) directories but I can no longer locate them. They used to be in the user library. Would be grateful for some assistance.

    They're stil there;  Apple decided to hide your Library folder.  Hold the Alt/Option key while selecting Go in a Finder menubar and select Library.
    Do you have other backups, made with a proper backup app?  If not, that's the best way to back up your data, rather than doing it "piecemeal" via drag & drop.
    You might want to review the Time Machine Tutorial, and perhaps browse Time Machine - Frequently Asked Questions.

  • Hi, my name is Laith I'm from Iraq I just want to know what are the steps for buying a new iphone 5 from apple store and how to ship it to Iraq ???? and I would be grateful for you

    hi, my name is Laith I'm from Iraq I just want to know what are the steps for buying a new iphone 5 from apple store and how to ship it to Iraq ???? and I would be grateful for you

    Legality aside (I'm not a lawyer and have no opinion on the matter) in order to make a purchase of an iPhone 5 you would need to travel to a country where they are for sale and purchase it there. Be sure to get one that is officially unlocked or you would not be able to use it with your cell carrier. Be sure that your carrier supports use of the iPhone before you buy. Also note that the warranty of the iPhone is only valid in the country of purchase.
    Appe does not ship outside of the countries where it sells the phones.

  • I download radio programmes via Podcast, but have recently found that some episodes play for only 30 seconds and then the whole app quits. This happens even though the whole episode has downloaded. I would be grateful for advice.

    I  download radio programmes via Podcast, but have recently found that some episodes play for only 30 seconds and then the whole app quits. This happens even though the whole episode has downloaded. I would be grateful for advice.

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Delete the problem episodes  and redownload.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       

  • Cannot configure X for dual monitor

    Hello, I just reinstalled my Arch and I'm trying to configure X with a dual monitor setup using nouveau driver.
    This is what I get after login:
    This is what I get after using xrandr to setup:
    xrandr --output HDMI-1 --left-of VGA-1
    This is the content of /etc/X11/xorg.conf.d/20-nouveau.conf
    Section "Monitor"
    Identifier "Asus"
    Option "LeftOf" "Dell"
    Option "Primary" "False"
    EndSection
    Section "Monitor"
    Identifier "Dell"
    Option "Primary" "false"
    EndSection
    Section "Device"
    Identifier "Card"
    Driver "nouveau"
    Option "monitor-VGA-1" "Dell"
    Option "monitor-HDMI-1" "Asus"
    EndSection
    Section "Screen"
    Identifier "Screen"
    Device "Card"
    Monitor "Dell"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080" "1680x1050"
    Virtual 3600 1080
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Screen"
    EndSection
    This is the content of the X log from start till xrandr command
    [ 10.963]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 10.963]
    X.Org X Server 1.12.3.901 (1.12.4 RC 1)
    Release Date: 2012-08-03
    [ 10.963] X Protocol Version 11, Revision 0
    [ 10.963] Build Operating System: Linux 3.4.4-2-ARCH x86_64
    [ 10.963] Current Operating System: Linux markus 3.4.8-1-ARCH #1 SMP PREEMPT Thu Aug 9 21:21:22 CEST 2012 x86_64
    [ 10.963] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1019adcf-1c5a-4321-b685-a0b1ee8185d8 ro quiet
    [ 10.963] Build Date: 09 August 2012 10:04:44AM
    [ 10.963]
    [ 10.963] Current version of pixman: 0.26.2
    [ 10.963] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 10.963] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 10.963] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 16 17:44:51 2012
    [ 11.022] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 11.066] (==) ServerLayout "Default Layout"
    [ 11.066] (**) |-->Screen "Screen" (0)
    [ 11.066] (**) | |-->Monitor "Dell"
    [ 11.067] (**) | |-->Device "Card"
    [ 11.067] (==) Automatically adding devices
    [ 11.067] (==) Automatically enabling devices
    [ 11.141] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 11.141] Entry deleted from font path.
    [ 11.141] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 11.141] Entry deleted from font path.
    [ 11.141] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 11.141] Entry deleted from font path.
    [ 11.141] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 11.141] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 11.141] Entry deleted from font path.
    [ 11.141] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 11.141] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 11.141] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 11.141] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 11.141] (II) Loader magic: 0x7c8b00
    [ 11.141] (II) Module ABI versions:
    [ 11.141] X.Org ANSI C Emulation: 0.4
    [ 11.141] X.Org Video Driver: 12.1
    [ 11.141] X.Org XInput driver : 16.0
    [ 11.141] X.Org Server Extension : 6.0
    [ 11.143] (--) PCI:*(0:2:0:0) 10de:0848:1043:82e2 rev 162, Mem @ 0xfb000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
    [ 11.143] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 11.143] (II) LoadModule: "extmod"
    [ 11.144] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 11.179] (II) Module extmod: vendor="X.Org Foundation"
    [ 11.179] compiled for 1.12.3.901, module version = 1.0.0
    [ 11.179] Module class: X.Org Server Extension
    [ 11.179] ABI class: X.Org Server Extension, version 6.0
    [ 11.179] (II) Loading extension MIT-SCREEN-SAVER
    [ 11.179] (II) Loading extension XFree86-VidModeExtension
    [ 11.179] (II) Loading extension XFree86-DGA
    [ 11.179] (II) Loading extension DPMS
    [ 11.179] (II) Loading extension XVideo
    [ 11.179] (II) Loading extension XVideo-MotionCompensation
    [ 11.179] (II) Loading extension X-Resource
    [ 11.179] (II) LoadModule: "dbe"
    [ 11.179] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 11.183] (II) Module dbe: vendor="X.Org Foundation"
    [ 11.183] compiled for 1.12.3.901, module version = 1.0.0
    [ 11.183] Module class: X.Org Server Extension
    [ 11.183] ABI class: X.Org Server Extension, version 6.0
    [ 11.183] (II) Loading extension DOUBLE-BUFFER
    [ 11.183] (II) LoadModule: "glx"
    [ 11.183] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 11.209] (II) Module glx: vendor="X.Org Foundation"
    [ 11.209] compiled for 1.12.3.901, module version = 1.0.0
    [ 11.209] ABI class: X.Org Server Extension, version 6.0
    [ 11.209] (==) AIGLX enabled
    [ 11.209] (II) Loading extension GLX
    [ 11.209] (II) LoadModule: "record"
    [ 11.210] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 11.217] (II) Module record: vendor="X.Org Foundation"
    [ 11.217] compiled for 1.12.3.901, module version = 1.13.0
    [ 11.217] Module class: X.Org Server Extension
    [ 11.217] ABI class: X.Org Server Extension, version 6.0
    [ 11.217] (II) Loading extension RECORD
    [ 11.217] (II) LoadModule: "dri"
    [ 11.217] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 11.236] (II) Module dri: vendor="X.Org Foundation"
    [ 11.236] compiled for 1.12.3.901, module version = 1.0.0
    [ 11.236] ABI class: X.Org Server Extension, version 6.0
    [ 11.236] (II) Loading extension XFree86-DRI
    [ 11.236] (II) LoadModule: "dri2"
    [ 11.236] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 11.245] (II) Module dri2: vendor="X.Org Foundation"
    [ 11.245] compiled for 1.12.3.901, module version = 1.2.0
    [ 11.245] ABI class: X.Org Server Extension, version 6.0
    [ 11.245] (II) Loading extension DRI2
    [ 11.245] (II) LoadModule: "nouveau"
    [ 11.255] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 11.282] (II) Module nouveau: vendor="X.Org Foundation"
    [ 11.282] compiled for 1.12.2, module version = 1.0.1
    [ 11.282] Module class: X.Org Video Driver
    [ 11.282] ABI class: X.Org Video Driver, version 12.0
    [ 11.282] (II) NOUVEAU driver
    [ 11.282] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 11.282] RIVA TNT (NV04)
    [ 11.282] RIVA TNT2 (NV05)
    [ 11.282] GeForce 256 (NV10)
    [ 11.282] GeForce 2 (NV11, NV15)
    [ 11.282] GeForce 4MX (NV17, NV18)
    [ 11.282] GeForce 3 (NV20)
    [ 11.282] GeForce 4Ti (NV25, NV28)
    [ 11.282] GeForce FX (NV3x)
    [ 11.282] GeForce 6 (NV4x)
    [ 11.282] GeForce 7 (G7x)
    [ 11.282] GeForce 8 (G8x)
    [ 11.283] GeForce GTX 200 (NVA0)
    [ 11.283] GeForce GTX 400 (NVC0)
    [ 11.283] (++) using VT number 7
    [ 11.286] drmOpenDevice: node name is /dev/dri/card0
    [ 11.286] drmOpenDevice: open result is 8, (OK)
    [ 11.286] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 11.286] drmOpenDevice: node name is /dev/dri/card0
    [ 11.286] drmOpenDevice: open result is 8, (OK)
    [ 11.286] drmOpenByBusid: drmOpenMinor returns 8
    [ 11.286] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 11.286] (II) [drm] nouveau interface version: 1.0.0
    [ 11.287] (II) Loading sub module "dri"
    [ 11.287] (II) LoadModule: "dri"
    [ 11.287] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 11.287] (II) Module dri: vendor="X.Org Foundation"
    [ 11.287] compiled for 1.12.3.901, module version = 1.0.0
    [ 11.287] ABI class: X.Org Server Extension, version 6.0
    [ 11.287] (II) NOUVEAU(0): Loaded DRI module
    [ 11.287] drmOpenDevice: node name is /dev/dri/card0
    [ 11.287] drmOpenDevice: open result is 9, (OK)
    [ 11.287] drmOpenDevice: node name is /dev/dri/card0
    [ 11.287] drmOpenDevice: open result is 9, (OK)
    [ 11.287] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 11.287] drmOpenDevice: node name is /dev/dri/card0
    [ 11.287] drmOpenDevice: open result is 9, (OK)
    [ 11.287] drmOpenByBusid: drmOpenMinor returns 9
    [ 11.287] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 11.287] (II) [drm] DRM interface version 1.4
    [ 11.287] (II) [drm] DRM open master succeeded.
    [ 11.287] (--) NOUVEAU(0): Chipset: "NVIDIA NVaa"
    [ 11.287] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 11.287] (==) NOUVEAU(0): RGB weight 888
    [ 11.287] (==) NOUVEAU(0): Default visual is TrueColor
    [ 11.287] (==) NOUVEAU(0): Using HW cursor
    [ 11.287] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 11.287] (==) NOUVEAU(0): Page flipping enabled
    [ 11.288] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 11.327] (II) NOUVEAU(0): Output VGA-1 using monitor section Dell
    [ 11.327] (**) NOUVEAU(0): Option "Primary" "false"
    [ 11.381] (II) NOUVEAU(0): Output HDMI-1 using monitor section Asus
    [ 11.381] (**) NOUVEAU(0): Option "LeftOf" "Dell"
    [ 11.381] (**) NOUVEAU(0): Option "Primary" "False"
    [ 11.410] (II) NOUVEAU(0): EDID for output VGA-1
    [ 11.410] (II) NOUVEAU(0): Manufacturer: DEL Model: 4066 Serial#: 825569612
    [ 11.410] (II) NOUVEAU(0): Year: 2011 Week: 35
    [ 11.410] (II) NOUVEAU(0): EDID Version: 1.3
    [ 11.410] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 11.410] (II) NOUVEAU(0): Sync: Separate Composite SyncOnGreen
    [ 11.410] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 11.410] (II) NOUVEAU(0): Gamma: 2.20
    [ 11.410] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 11.410] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 11.410] (II) NOUVEAU(0): redX: 0.633 redY: 0.340 greenX: 0.319 greenY: 0.621
    [ 11.410] (II) NOUVEAU(0): blueX: 0.154 blueY: 0.042 whiteX: 0.313 whiteY: 0.328
    [ 11.410] (II) NOUVEAU(0): Supported established timings:
    [ 11.410] (II) NOUVEAU(0): 720x400@70Hz
    [ 11.410] (II) NOUVEAU(0): 640x480@60Hz
    [ 11.410] (II) NOUVEAU(0): 640x480@75Hz
    [ 11.410] (II) NOUVEAU(0): 800x600@60Hz
    [ 11.410] (II) NOUVEAU(0): 800x600@75Hz
    [ 11.410] (II) NOUVEAU(0): 1024x768@60Hz
    [ 11.410] (II) NOUVEAU(0): 1024x768@75Hz
    [ 11.410] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 11.410] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 11.410] (II) NOUVEAU(0): Supported standard timings:
    [ 11.410] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 11.410] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 11.410] (II) NOUVEAU(0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 11.410] (II) NOUVEAU(0): Supported detailed timing:
    [ 11.410] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 11.410] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 11.410] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 11.410] (II) NOUVEAU(0): Serial No: WPDV118P151L
    [ 11.410] (II) NOUVEAU(0): Monitor name: DELL P2311H
    [ 11.410] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 11.410] (II) NOUVEAU(0): EDID (in hex):
    [ 11.410] (II) NOUVEAU(0): 00ffffffffffff0010ac66404c313531
    [ 11.410] (II) NOUVEAU(0): 231501030e331d78ea0cb4a257519f27
    [ 11.410] (II) NOUVEAU(0): 0a5054a54b00714f8180d1c001010101
    [ 11.410] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 11.410] (II) NOUVEAU(0): 4500fd1e1100001e000000ff00575044
    [ 11.410] (II) NOUVEAU(0): 56313138503135314c0a000000fc0044
    [ 11.410] (II) NOUVEAU(0): 454c4c205032333131480a20000000fd
    [ 11.410] (II) NOUVEAU(0): 00384c1e5311000a2020202020200054
    [ 11.410] (II) NOUVEAU(0): EDID vendor "DEL", prod id 16486
    [ 11.426] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 11.426] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 11.426] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 11.426] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 11.426] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 11.426] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 11.426] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 11.426] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 11.426] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 11.426] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 11.426] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 11.427] (II) NOUVEAU(0): Printing probed modes for output VGA-1
    [ 11.427] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz UeP)
    [ 11.427] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 11.427] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 11.481] (II) NOUVEAU(0): EDID for output HDMI-1
    [ 11.481] (II) NOUVEAU(0): Manufacturer: ACI Model: 22f1 Serial#: 16843009
    [ 11.481] (II) NOUVEAU(0): Year: 2008 Week: 31
    [ 11.481] (II) NOUVEAU(0): EDID Version: 1.3
    [ 11.481] (II) NOUVEAU(0): Digital Display Input
    [ 11.481] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    [ 11.481] (II) NOUVEAU(0): Gamma: 2.20
    [ 11.481] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 11.481] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 11.481] (II) NOUVEAU(0): Default color space is primary color space
    [ 11.481] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 11.481] (II) NOUVEAU(0): redX: 0.649 redY: 0.335 greenX: 0.283 greenY: 0.605
    [ 11.481] (II) NOUVEAU(0): blueX: 0.151 blueY: 0.073 whiteX: 0.313 whiteY: 0.329
    [ 11.481] (II) NOUVEAU(0): Supported established timings:
    [ 11.481] (II) NOUVEAU(0): 720x400@70Hz
    [ 11.481] (II) NOUVEAU(0): 640x480@60Hz
    [ 11.481] (II) NOUVEAU(0): 640x480@67Hz
    [ 11.481] (II) NOUVEAU(0): 640x480@72Hz
    [ 11.481] (II) NOUVEAU(0): 640x480@75Hz
    [ 11.481] (II) NOUVEAU(0): 800x600@56Hz
    [ 11.481] (II) NOUVEAU(0): 800x600@60Hz
    [ 11.481] (II) NOUVEAU(0): 800x600@72Hz
    [ 11.481] (II) NOUVEAU(0): 800x600@75Hz
    [ 11.481] (II) NOUVEAU(0): 832x624@75Hz
    [ 11.481] (II) NOUVEAU(0): 1024x768@60Hz
    [ 11.481] (II) NOUVEAU(0): 1024x768@70Hz
    [ 11.481] (II) NOUVEAU(0): 1024x768@75Hz
    [ 11.481] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 11.481] (II) NOUVEAU(0): 1152x864@75Hz
    [ 11.481] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 11.481] (II) NOUVEAU(0): Supported standard timings:
    [ 11.481] (II) NOUVEAU(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 11.481] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 11.481] (II) NOUVEAU(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 11.481] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 11.481] (II) NOUVEAU(0): #4: hsize: 1400 vsize 1050 refresh: 60 vid: 16528
    [ 11.481] (II) NOUVEAU(0): #5: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 11.481] (II) NOUVEAU(0): Supported detailed timing:
    [ 11.481] (II) NOUVEAU(0): clock: 146.2 MHz Image Size: 474 x 296 mm
    [ 11.481] (II) NOUVEAU(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 11.481] (II) NOUVEAU(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 11.481] (II) NOUVEAU(0): Serial No: 88LMVD003225
    [ 11.481] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 175 MHz
    [ 11.481] (II) NOUVEAU(0): Monitor name: ASUS-LS221Hÿÿ
    [ 11.481] (II) NOUVEAU(0): Supported detailed timing:
    [ 11.481] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 474 x 296 mm
    [ 11.481] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 11.481] (II) NOUVEAU(0): v_active: 1080 v_sync: 1089 v_sync_end 1095 v_blanking: 1125 v_border: 0
    [ 11.481] (II) NOUVEAU(0): Supported detailed timing:
    [ 11.481] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 474 x 296 mm
    [ 11.481] (II) NOUVEAU(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 11.481] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 11.481] (II) NOUVEAU(0): Supported detailed timing:
    [ 11.481] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 474 x 296 mm
    [ 11.481] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 11.481] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 11.481] (II) NOUVEAU(0): Supported detailed timing:
    [ 11.481] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 474 x 296 mm
    [ 11.481] (II) NOUVEAU(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 11.481] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 11.481] (II) NOUVEAU(0): Supported detailed timing:
    [ 11.481] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 474 x 296 mm
    [ 11.481] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 11.481] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 11.481] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 11.482] (II) NOUVEAU(0): EDID (in hex):
    [ 11.482] (II) NOUVEAU(0): 00ffffffffffff000469f12201010101
    [ 11.482] (II) NOUVEAU(0): 1f120103802f1e782e78f5a655489b26
    [ 11.482] (II) NOUVEAU(0): 125054bfef80b30081809500950f9040
    [ 11.482] (II) NOUVEAU(0): 714f0101010121399030621a274068b0
    [ 11.482] (II) NOUVEAU(0): 3600da281100001c000000ff0038384c
    [ 11.482] (II) NOUVEAU(0): 4d56443030333232350a000000fd0038
    [ 11.482] (II) NOUVEAU(0): 4b1f5111000a202020202020000000fc
    [ 11.482] (II) NOUVEAU(0): 00415355532d4c5332323148ffff0107
    [ 11.482] (II) NOUVEAU(0): Printing probed modes for output HDMI-1
    [ 11.482] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz UeP)
    [ 11.482] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 11.482] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1089 1095 1125 -hsync -vsync (67.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1440x576"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "1440x480"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 11.482] (II) NOUVEAU(0): Output VGA-1 connected
    [ 11.482] (II) NOUVEAU(0): Output HDMI-1 connected
    [ 11.482] (II) NOUVEAU(0): Using user preference for initial modes
    [ 11.482] (II) NOUVEAU(0): Output VGA-1 using initial mode 1920x1080
    [ 11.482] (II) NOUVEAU(0): Output HDMI-1 using initial mode 1920x1080
    [ 11.482] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 11.482] (--) NOUVEAU(0): Virtual size is 3600x1080 (pitch 0)
    [ 11.482] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz UeP)
    [ 11.482] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 11.482] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 11.482] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 11.482] (**) NOUVEAU(0): Display dimensions: (510, 290) mm
    [ 11.482] (**) NOUVEAU(0): DPI set to (179, 94)
    [ 11.482] (II) Loading sub module "fb"
    [ 11.482] (II) LoadModule: "fb"
    [ 11.496] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11.507] (II) Module fb: vendor="X.Org Foundation"
    [ 11.508] compiled for 1.12.3.901, module version = 1.0.0
    [ 11.508] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.508] (II) Loading sub module "exa"
    [ 11.508] (II) LoadModule: "exa"
    [ 11.508] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 11.517] (II) Module exa: vendor="X.Org Foundation"
    [ 11.517] compiled for 1.12.3.901, module version = 2.5.0
    [ 11.517] ABI class: X.Org Video Driver, version 12.1
    [ 11.517] (II) Loading sub module "shadowfb"
    [ 11.517] (II) LoadModule: "shadowfb"
    [ 11.517] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 11.522] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 11.522] compiled for 1.12.3.901, module version = 1.0.0
    [ 11.522] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.522] (--) Depth 24 pixmap format is 32 bpp
    [ 11.523] (II) NOUVEAU(0): Opened GPU channel 2
    [ 11.527] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 11.527] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 11.527] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 11.529] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 11.529] (II) EXA(0): Driver registered support for the following operations:
    [ 11.529] (II) Solid
    [ 11.529] (II) Copy
    [ 11.529] (II) Composite (RENDER acceleration)
    [ 11.529] (II) UploadToScreen
    [ 11.529] (II) DownloadFromScreen
    [ 11.529] (==) NOUVEAU(0): Backing store disabled
    [ 11.529] (==) NOUVEAU(0): Silken mouse enabled
    [ 11.529] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 11.529] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 11.529] (==) NOUVEAU(0): DPMS enabled
    [ 11.529] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 11.529] (WW) NOUVEAU(0): Option "Primary" is not used
    [ 11.529] (--) RandR disabled
    [ 11.529] (II) Initializing built-in extension Generic Event Extension
    [ 11.529] (II) Initializing built-in extension SHAPE
    [ 11.530] (II) Initializing built-in extension MIT-SHM
    [ 11.530] (II) Initializing built-in extension XInputExtension
    [ 11.530] (II) Initializing built-in extension XTEST
    [ 11.530] (II) Initializing built-in extension BIG-REQUESTS
    [ 11.530] (II) Initializing built-in extension SYNC
    [ 11.530] (II) Initializing built-in extension XKEYBOARD
    [ 11.530] (II) Initializing built-in extension XC-MISC
    [ 11.530] (II) Initializing built-in extension SECURITY
    [ 11.530] (II) Initializing built-in extension XINERAMA
    [ 11.530] (II) Initializing built-in extension XFIXES
    [ 11.530] (II) Initializing built-in extension RENDER
    [ 11.530] (II) Initializing built-in extension RANDR
    [ 11.530] (II) Initializing built-in extension COMPOSITE
    [ 11.530] (II) Initializing built-in extension DAMAGE
    [ 11.843] (EE) AIGLX error: Calling driver entry point failed
    [ 11.852] (EE) AIGLX: reverting to software rendering
    [ 11.852] (II) AIGLX: Screen 0 is not DRI capable
    [ 12.107] (II) AIGLX: Loaded and initialized swrast
    [ 12.107] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 12.120] (II) NOUVEAU(0): NVEnterVT is called.
    [ 12.331] (II) NOUVEAU(0): Setting screen physical size to 1016 x 285
    [ 12.331] resize called 3840 1080
    [ 12.709] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 12.709] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12.709] (II) LoadModule: "evdev"
    [ 12.709] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 12.748] (II) Module evdev: vendor="X.Org Foundation"
    [ 12.748] compiled for 1.12.3.901, module version = 2.7.3
    [ 12.748] Module class: X.Org XInput Driver
    [ 12.748] ABI class: X.Org XInput driver, version 16.0
    [ 12.748] (II) Using input driver 'evdev' for 'Power Button'
    [ 12.748] (**) Power Button: always reports core events
    [ 12.748] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 12.748] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 12.748] (--) evdev: Power Button: Found keys
    [ 12.748] (II) evdev: Power Button: Configuring as keyboard
    [ 12.748] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 12.748] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 12.748] (**) Option "xkb_rules" "evdev"
    [ 12.748] (**) Option "xkb_model" "evdev"
    [ 12.748] (**) Option "xkb_layout" "it"
    [ 12.792] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 12.792] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 12.792] (II) Using input driver 'evdev' for 'Video Bus'
    [ 12.792] (**) Video Bus: always reports core events
    [ 12.792] (**) evdev: Video Bus: Device: "/dev/input/event6"
    [ 12.792] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 12.792] (--) evdev: Video Bus: Found keys
    [ 12.792] (II) evdev: Video Bus: Configuring as keyboard
    [ 12.792] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:19/LNXVIDEO:00/input/input6/event6"
    [ 12.792] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 12.793] (**) Option "xkb_rules" "evdev"
    [ 12.793] (**) Option "xkb_model" "evdev"
    [ 12.793] (**) Option "xkb_layout" "it"
    [ 12.794] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 12.794] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12.794] (II) Using input driver 'evdev' for 'Power Button'
    [ 12.794] (**) Power Button: always reports core events
    [ 12.794] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 12.794] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 12.794] (--) evdev: Power Button: Found keys
    [ 12.794] (II) evdev: Power Button: Configuring as keyboard
    [ 12.794] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 12.794] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 12.794] (**) Option "xkb_rules" "evdev"
    [ 12.794] (**) Option "xkb_model" "evdev"
    [ 12.794] (**) Option "xkb_layout" "it"
    [ 12.796] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event0)
    [ 12.796] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 12.796] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 12.796] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 12.796] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event0"
    [ 12.796] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc043
    [ 12.796] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 12.796] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 12.796] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 12.796] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 12.796] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 12.796] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 12.796] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 12.796] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12.796] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-1/3-1:1.0/input/input0/event0"
    [ 12.796] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
    [ 12.796] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 12.796] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 12.796] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 12.796] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 12.796] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 12.797] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 12.797] (II) No input driver specified, ignoring this device.
    [ 12.797] (II) This device may have been added with another device file.
    [ 12.797] (II) config/udev: Adding input device LOGITECH G110 G-keys (/dev/input/event1)
    [ 12.797] (**) LOGITECH G110 G-keys: Applying InputClass "evdev keyboard catchall"
    [ 12.797] (II) Using input driver 'evdev' for 'LOGITECH G110 G-keys'
    [ 12.797] (**) LOGITECH G110 G-keys: always reports core events
    [ 12.797] (**) evdev: LOGITECH G110 G-keys: Device: "/dev/input/event1"
    [ 12.797] (--) evdev: LOGITECH G110 G-keys: Vendor 0x46d Product 0xc22b
    [ 12.797] (--) evdev: LOGITECH G110 G-keys: Found keys
    [ 12.797] (II) evdev: LOGITECH G110 G-keys: Configuring as keyboard
    [ 12.797] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2.1/1-2.1:1.0/input/input1/event1"
    [ 12.797] (II) XINPUT: Adding extended input device "LOGITECH G110 G-keys" (type: KEYBOARD, id 10)
    [ 12.797] (**) Option "xkb_rules" "evdev"
    [ 12.797] (**) Option "xkb_model" "evdev"
    [ 12.797] (**) Option "xkb_layout" "it"
    [ 12.797] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event2)
    [ 12.797] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 12.797] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 12.797] (**) Gaming Keyboard G110: always reports core events
    [ 12.797] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event2"
    [ 12.797] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 12.797] (--) evdev: Gaming Keyboard G110: Found keys
    [ 12.797] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 12.797] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2.3/1-2.3:1.0/input/input2/event2"
    [ 12.797] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 11)
    [ 12.797] (**) Option "xkb_rules" "evdev"
    [ 12.797] (**) Option "xkb_model" "evdev"
    [ 12.797] (**) Option "xkb_layout" "it"
    [ 12.798] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event3)
    [ 12.798] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 12.798] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 12.798] (**) Gaming Keyboard G110: always reports core events
    [ 12.798] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event3"
    [ 12.798] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 12.798] (--) evdev: Gaming Keyboard G110: Found keys
    [ 12.798] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 12.798] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2.3/1-2.3:1.1/input/input3/event3"
    [ 12.798] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 12)
    [ 12.798] (**) Option "xkb_rules" "evdev"
    [ 12.798] (**) Option "xkb_model" "evdev"
    [ 12.798] (**) Option "xkb_layout" "it"
    [ 12.798] (II) config/udev: Adding input device UVC Camera (046d:081b) (/dev/input/event7)
    [ 12.798] (**) UVC Camera (046d:081b): Applying InputClass "evdev keyboard catchall"
    [ 12.798] (II) Using input driver 'evdev' for 'UVC Camera (046d:081b)'
    [ 12.798] (**) UVC Camera (046d:081b): always reports core events
    [ 12.798] (**) evdev: UVC Camera (046d:081b): Device: "/dev/input/event7"
    [ 12.798] (--) evdev: UVC Camera (046d:081b): Vendor 0x46d Product 0x81b
    [ 12.798] (--) evdev: UVC Camera (046d:081b): Found keys
    [ 12.798] (II) evdev: UVC Camera (046d:081b): Configuring as keyboard
    [ 12.798] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2.2/2-2.2:1.0/input/input7/event7"
    [ 12.798] (II) XINPUT: Adding extended input device "UVC Camera (046d:081b)" (type: KEYBOARD, id 13)
    [ 12.798] (**) Option "xkb_rules" "evdev"
    [ 12.798] (**) Option "xkb_model" "evdev"
    [ 12.798] (**) Option "xkb_layout" "it"
    [ 84.333] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 144.460] (II) NOUVEAU(0): NVEnterVT is called.
    [ 144.544] (II) NOUVEAU(0): EDID vendor "DEL", prod id 16486
    [ 144.544] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 144.544] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 144.544] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 144.544] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 144.544] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 144.544] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 154.758] (II) NOUVEAU(0): EDID vendor "DEL", prod id 16486
    [ 154.758] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 154.758] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 154.758] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 154.758] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 154.758] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 154.758] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 154.880] resize called 1920 1080
    [ 233.862] (II) NOUVEAU(0): EDID vendor "DEL", prod id 16486
    [ 233.862] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 233.862] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 233.862] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 233.862] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 233.862] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 233.862] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 233.920] resize called 3600 1080
    Any hints on what it's not working? I use Slim as login manager, and when it comes up, the left screen only show a small portion of the screen.

    Option "monitor-VGA-1" "Dell"
    Option "monitor-HDMI-1" "Asus"
    Do you need the word monitor in there? I was under the impression you only needed "VGA-1". I'm having a similar problem to you though so don't take my advice too carefully (why didn't I back up my old conf file :'()
    Edit; You do.
    Here is my krandrrc from when I used KDE. Could you put something in your autostart as a hack?
    [Display]
    ApplyOnStartup=true
    StartupCommands=xrandr --output VGA-1 --pos 1920x0 --mode 1440x900 --refresh 59.8874\nxrandr --output DVI-I-1 --pos 0x0 --mode 1920x1080 --refresh 60\nxrandr --output VGA-1 --primary
    [Screen_0]
    OutputsUnified=false
    UnifiedRect=0,0,0,0
    UnifiedRotation=1
    [Screen_0_Output_DVI-I-1]
    Active=true
    Rect=0,0,1920,1080
    RefreshRate=60
    Rotation=1
    [Screen_0_Output_VGA-1]
    Active=true
    Rect=1920,0,1440,900
    RefreshRate=59.8874435424805
    Rotation=1
    Last edited by SS4 (2012-08-16 23:49:09)

  • Practical use for dual monitors in Lightroom

    I am running Lightroom 2.1 in Vista 64 with 8 GB of Ram for those that will ask.
    I have an EIZO CE240w monitor and a 21 cintiq Wacom tablet monitor that is connected on my ATI 4850 Video card on that PC.
    How would others configure their monitors and how would they use each one to their benefit.
    I'm just looking for suggestion since Lightroom 2 can now support dual screens... but why??
    Mike

    >For me Lightroom is almost unusable without a dual monitor setup (I use grid view on the smaller monitor and do all adjustments and other main work on the larger monitor), but it's also true that its support for dual monitors is somewhat primitive and seems a bit like an afterthought.
    I'm a little baffled by this (and other) comments regarding Lr's dual monitor support. In what way is it unusable? Is it because you cannot tear off the panels and move then to another monitor? If Adobe chooses to implement this feature you will get no complaints from me but I use my dual monitor setup in Lr much differently than in Ps.
    In Ps I move all my panels to my second monitor and use my main monitor exclusively for my images. I may work for hours on a single image and glance only occasionally at the second monitor, preferring keyboard shortcuts and mouse-click context menus to manipulate the image. However, when I need a quick glance at a panel there they are on the second monitor. In Ps the image is king.
    In Lr, on the other hand, speed trumps everything else. It's all about dealing with hundreds (sometimes thousands) of images and doing it quickly. I set my panels to Solo mode and Auto Hide & Show. A quick Shift+G brings the grid view to my second monitor. My main monitor is all image. I often do not need to see the panels. For example, use the , and . keys to navigate through the Basic adjustments and tap the + and - keys to increase or decrease values. D for develop, E for loupe, C for compare, grid always on the second monitor. When I want the panels I want them close to the images and do not want to have my eyes wander to a second monitor. Everything fast, fast fast.
    Hit G, loupe now on the second monitor, grid on the main. Shift+Ctrl+Alt+K to set a keyword shortcut, then Ctrl+Alt+K to paint the keyword across images. Ctrl+K to enter more keywords on the keywording panel. The panels nestled nicely near the grid. A click, the panel is gone. (I would however like to see the develop presets permanently on the second monitor.)
    It's fast, fast, fast. Lr, Ps: two different beasts; two different workflows. Each uses dual monitors, each differently.

  • Does Apple make a monitor that looks like the iMac27, for dual monitor setup?

    I'm thinking about buying an iMac, but I'm used to a multiple monitor setup. Does Apple make a monitor that looks like the iMac27, for dual monitor setup?

    Look at these links.
    http://store.apple.com/us/product/MC914LL/B/apple-thunderbolt-display-27-inch?fn ode=53
    http://store.apple.com/us/product/MC007LL/A/apple-led-cinema-display-(27%22-flat -panel)?fnode=53
    Allan

  • HT3874 I have just installed the recommended updates which has resulted in Suitcase no longer being able to open. I am running 10.6.8. I am on a deadline so would be grateful for some help!

    I would be grateful if I could get some help regarding Suitcase. I just installed three updates that were recommended (one was for iTunes, another a security update and to be honest, can't even remember what the third one was for). Anyway, after two restarts I can no longer run Suitcase which is a bit of a disaster as I working to deadline and I need Word and Quark XPress.
    What can I do? Suggestions most welcome with urgency!
    Many thanks,
    kkb

    Hi there
    Thank you for your response – I am running 10.6.8 (apologies for any confusion if I didn't make it clear in my earlier post).
    I have just returned from a meeting so was pleasantly surprised to see so many responses. And I normally *do* know better and in my old job I would have never updated whilst on a deadline. Somehow working from home (only my second week) has made me forget all the rules!
    I am a bit scared of removing anything or reinstalling at the mo. But I will look into it. I feel quite out of touch with how Macs operate now (I was clearer about OS9). But thank you and fingers crossed that it works!

  • HELP! I have a dual monitor setup and can't use any of them for video??

    1)I have a GeForce4 MX 64MB VRAM card installed.
    2) the back is dual monitor capable, meaning it has 2 vga (CRT) ports, one on the right and an another adapted plug with a vga port on the end. ( i have no idea which type it was originaly.)
    3) I have a big dell LCD
    THIS IS WHAT HAPPENED:
    the adapter plug ripped off, reveal copper thread things and is now unusable. Although saddened, I was not worried because I don't use a dual monitor anyway and I switched to the other port. BUT THE VIDEO DOESNT WORK ON THAT PORT. I can't figure it out it just doesnt load any video?
    the truth is i would rather have a dvi cable set up because i assume its better.
    thank you for the help,
    I need it

    oops! whatever it was I reinstalled OS and it left

  • Best Configuration for Dual Monitors and Cintiq

    I'm a photographer and my G5 has dual monitors with Aperture. I now have a Wacom Cintiq monitor that I want to incorporate into this configuration, but I am having trouble figuring out the best way to do this. Right now, I have to disconnect one monitor and use that DVI port for the Cintiq. It works, but it is a hassle.
    Does anyone out there have this sort of setup and how have you solved this? Thanks.

    I still don't have an answer yet. I have two identical NVIDIA GeForce 7300 GT cards in the number 1 and 2 slots. They are both set to x8/x16 which is a setup for equal medium performance from each card.
    My problem persists as described at the beginning of this forum (all the monitors flick OFF for about two seconds, at a 30 minute interval (exactly), except that recently a new problem has cropped up. When I return to my computer each morning the monitors running from the number 2 slot don't light up right away, and I need to turn the power switch on the monitors on and off a couple of times before they will recognize the computer's signal and start glowing.
    Also another new issue that seems related to the monitors. When the monitors go off every 30 minutes, the signal to a pair of amplified speakers is interrupted.
    Any theories out there? If you guys can help me with this, maybe I tell you about the problem I have with my Mini Cooper! Wrong forum?

  • Unique Calibrations for Dual Monitors

    I am currently using a MacPro1,1 with a single NVIDIA GeForce 7300 GT card. I have two monitors attached to the card - an Apple 30" Cinema and a 21" Samsung SyncMaster. I color calibrate my Cinema display with an EYE-One calibration device. I can not calibrate the SyncMaster with my current setup as it only allows one calibration and that applied to both displays on the one card.
    I am now looking to upgrade to a new MacPro and although I've spoken to both Apple and AMD I can not get a decisive answer as to whether or not the ATI 4770 and/or the ATI 4870 allow the unique color calibration of each monitor attached to the card.
    Any feedback will on this issue will be greatly appreciated.

    Thank you rav2o and Denis for your responses - both different and both helpful. rav2o, your response made me realize I should have looked at the problem a little more creatively when I first installed the second monitor and your method should certainly work if the new configuration doesn't allow dual calibration. Denis, your comments indicate my EYE-One may be a little out of date (or at least the software or it isn't capable of handling dual configurations - something to consider when I upgrade my system.

  • Is the 2.9 GHz i5 iMac sufficient for dual monitors?

    I am in the market for a new iMac. I will be doing photo editing for the most part with iPhoto, some video editing with iMovie, and would like to have a dual monitor setup so I can multitask or watch movies while I work. Will the 2.9 GHz i5 suffice, with 8 gigs of RAM, or do I really need to go all out for that kind of use?
    I may get into Aperture, Lightroom or Elements in the future, but photo and video editing will not be a common task.
    Thanks for the help
    -J

    2.9GHz dual-core Intel Core i7
    vs
    2.5GHz dual-core Intel Core i5
    Higher clock speed
    2.9 GHz
    vs
    2.5 GHz
    More than 15% higher clock speed
    More l3 cache
    4 MB
    vs
    3 MB
    Around 35% more l3 cache; more data can be stored in the l3 cache for quick access later
    Supports trusted computing
    Yes
    vs
    No
    Allows for safer, more reliable computing
    Better 3DMark11 physics score
    5,140
    vs
    3,130
    Around 65% better 3DMark11 physics score
    Better turbo clock speed
    1,250 MHz
    vs
    1,100 MHz
    Around 15% better turbo clock speed
    More l3 cache per core
    2 MB/core
    vs
    1.5 MB/core
    Around 35% more l3 cache per core
    Better PassMark (Single core) score
    1,790
    vs
    1,524
    More than 15% better PassMark (Single core) score
    Better 3DMark06 CPU score
    4,134
    vs
    3,553
    More than 15% better 3DMark06 CPU score
    Better PassMark score
    4,543
    vs
    3,823
    Around 20% better PassMark score
    Slightly better geekbench (32-bit) score
    5,849
    vs
    4,947
    Around 20% better geekbench (32-bit) score
    Better clock speed
    3.25 GHz
    vs
    2.88 GHz
    Around 15% better clock speed
    Slightly better PassMark score
    1,823.4
    vs
    1,623.4
    More than 10% better PassMark score

  • Cheapest video card for dual monitors on a G4 Sawtooth

    Hi guys,
    What would be my cheapest alternative to get a dual monitor (extended desktop) environnement with my G4 Sawtooth. This is an AGP G4.
    Can I get a cheap video card with one outlet and then plus each monitor in one card (ie: 1 in the new card and 1 in the old one) ?
    Or do I need to buy a card that supports 2 monitors?
    I would like to spend as little as possible. I currently have the ATI 16 mb card that came with the system and I run both OS 9.2.2 and OS 10.3.9
    Thans for your advice,
    xenakis

    Yesterday I installed a nVidia GeForce4 MX AGP out of a 2002 Quicksilver tower into my own AGP Sawtooth.
    It has VGA and ADC connections and can apparently support two monitors at the same time.
    My second vidio card is a MPDD card, but I may pull that now that I have a dual-monitor card. Sonnet sells something similar. They have blue & yellow connectors. These things are not high performance but they are OK to use with just about every monitor on the planet and any MacOS from 7.1 to 10.5 and beyond.
    Cheap on eBay. Probably you could be even cheaper and pick up a 16-meg PCI card out of a B&W G3 tower.

Maybe you are looking for

  • MSCS Cluster Installation

    Hello Experts, Can anybody help me configure the SAPGUI on the end user's system in a MSCS Cluster installation ? I have Central Instance on Node 1 and Dialog Instance on Node 2 with SQL Server 2005 on Windows 2003 Enterprise Edition. The SQL and SAP

  • Alignment issues for officejet po 8500

    after printing a document the printer self aligns itself.

  • IPhone SDK installation problem

    Hi All, I have a problem installing the iPhone SDK. In the installation process, "Installation Type" page, the page you can choose modules either you want to install or not. I see "iPhone SDK" module is listed, but i couldn't select it, it's greyed o

  • E63 - Image in corner

    Hello all, What is the image in the top right hand corner of the background mean? It's a little bucket with an up arrow, i would like to know what it means.... Thanks, Cohen Cohenl.info - http://www.cohenl.info I have the Nokia E63, on the 3 $29 cap

  • Ref : SQL Command Line -

    Hi Experts, I've started using SQL Command Line to write queries. But the problem is ,i'm not able to format the o/p properly. select * from v$sqlarea;When i executed this query, the output came in very unreadable format and covered the entire Editor