[solved] XFCE - cannot adopt different themes

Running XFCE now I cannot change GTK themes. Clearlooks, Murrina, etc. are installed, but when I want to actually change the theme (say, to a dark one), nothing will happen.
Starting an OpenBox environment everything works nicely...
Any ideas what to check for?
Last edited by Stalafin (2008-05-10 21:15:52)

Stalafin wrote:
Now what shall I say? That was the solution!
Thanks a bunch, mate!
Don't forget to edit your thread topic to say "solved"
Glad you fixed it.

Similar Messages

  • [SOLVED] XFCE cannot Reboot/Shutdown

    I just performed a system update and removed consolekit as it is now deprecated from the repos in favor of systemd. As a result, XFCE cannot reboot or shutdown. The menu options for reboot and shutdown both exist. However, once I click on either options, I get booted back to my login manager (slim). Any suggestions to look at?
    Last edited by John5788 (2012-11-25 23:00:54)

    Have you searched the boards?
    https://bbs.archlinux.org/viewtopic.php?pid=1195924
    https://bbs.archlinux.org/viewtopic.php?id=141194
    https://bbs.archlinux.org/viewtopic.php?id=142703
    I got bored searching for you at this point. Note, most of those threads have [Solved] prepended to the title...

  • [SOLVED] XFCE - Java Swing button theme?

    I'm running XFCE, and I notice that all Swing-based Java applications use the ugly Swing button theme. When I used GNOME 3, some of them would adapt to the GNOME button theme (and would look like they belonged on the system).
    Is this issue with XFCE, my current GTK theme (dorian), or Java, and how can I change this?
    Last edited by 2mac (2014-01-01 22:17:07)

    Thank you for the information.
    I followed the wiki by adding
    export _JAVA_OPTIONS="-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
    to my ~/.bashrc file.
    To test, I launched the Minecraft launcher (one of the applications which does support style changes between desktops), and got back this information:
    Picked up _JAVA_OPTIONS: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
    Error parsing gtk-icon-sizes string: ''
    And it had no effect. Any ideas?
    Last edited by 2mac (2013-12-31 16:35:39)

  • [solved] XFCE Dual monitor causes theme & icon, xconf issues

    Hey all,
    Here is the issue:
    I have  sony svz13114gxx laptop with xfce4 DE, i just tried to hook up external vga monitor to laptop and everything configures right (no mirroring) with this run  in normal session:
    xrandr --output eDP1 --mode 1920x1080
    xrandr --newmode "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
    xrandr --addmode VGA1 1920x1200_60.00
    xrandr --output VGA1 --mode 1920x1200_60.00
    xrandr --output VGA1 --left-of eDP1
    Obviously when i reboot this is not persistent, so then i put this stuff in my /etc/X11/xorg.conf.d/20-intel.conf:
    Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "AccelMethod" "sna"
    Option "monitor-eDP1" "eDP1"
    Option "monitor-VGA1" "VGA1"
    EndSection
    Section "Monitor"
    Identifier "VGA1"
    Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -HSync +VSync
    Option "PreferredMode" "1920x1200_60.00"
    EndSection
    Section "Monitor"
    Identifier "eDP1"
    Option "PreferredMode" "1920x1080"
    Option "Primary" "true"
    Option "Position" "1920 0"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Intel Graphics"
    Monitor "eDP1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    This is where the problems start. On reboot Slim desktop manager seems to be stretched properly across the two monitors, but the I login and the display switches back to being mirrored, my xfce gtk2 theme is disabled in favor of somee default looking one, my icons are back to default, and none of my custom keyboard shorcuts work.
    I can then use xrandr to get the displays in extended mode again, but the themes and icons etc do not revert. And on reboot, i have the same issue.
    I have tried the  sourcing ~/.xprofile, ~/.xinitrc, and ~/.config.xfce4/xinitrc routes, putting the xrandr cammands above the exec lines and that doesn't even enable VGA1.
    I have been  to all these places
    https://wiki.ubuntu.com/X/Config/Resolution#Xrandr_Graphical_Front_End_GUI
    http://ilkinbalkanay.blogspot.com/2008/01/extended-desktop-configuration-with.html
    https://bbs.archlinux.org/viewtopic.php?id=98747
    https://www.google.com/search?q=arch%20xrandr&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&source=hp&channel=np
    https://wiki.archlinux.org/index.php/Execute_commands_after_X_start
    http://intellinuxgraphics.org/dualhead.html
    http://mac.linux.be/content/setting-xorgconf-manually-xrandr#3
    https://www.google.com/search?q=arch%20dual%20monitors%20The%20last%20active%20output%20must%20not%20be%20disabled%2C%20the%20system%20would%20be%20unusable.&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&source=hp&channel=np#hl=en&safe=off&client=firefox-a&tbo=d&rls=org.mozilla:en-US%3Aofficial&channel=np&sclient=psy-ab&q=xfce+%22Selected+output+not+disabled%22&oq=xfce+%22Selected+output+not+disabled%22&gs_l=serp.3...1694.1694.3.2205.1.1.0.0.0.0.97.97.1.1.0.les%3Bcrnk_timediscounta..0.0...1c.1.O4EDj7DaWlA&pbx=1&fp=1&bpcl=39468505&biw=984&bih=936&cad=b&sei=aKC_UIKvJ6GA0AGTg4HwBg&sei=FKS_UMuwJdPU0gHorICQBA&bav=on.2,or.r_gc.r_pw.r_qf.&sei=2MK_UOaAJ5Ph0wGbsoHICg
    https://wiki.archlinux.org/index.php/Xfce#Customizing_Startup_Applications
    http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html
    https://wiki.archlinux.org/index.php/Xorg#Monitor_settings
    Even after much research, still no luck.
    this might be useful:
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631225
    Anyone have any ideas?
    here is my Xorg0.log
    [ 3.490]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 3.490] X Protocol Version 11, Revision 0
    [ 3.490] Build Operating System: Linux 3.6.3-1-ARCH x86_64
    [ 3.490] Current Operating System: Linux tcz 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012 x86_64
    [ 3.490] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d23251af-35fa-426b-a7d5-5aa2f0a5b87d ro quiet pcie_aspm=force i915.i915_enable_rc6=1
    [ 3.490] Build Date: 08 November 2012 07:09:29PM
    [ 3.490]
    [ 3.490] Current version of pixman: 0.28.0
    [ 3.490] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 3.490] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.490] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 5 16:25:21 2012
    [ 3.492] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3.494] (==) No Layout section. Using the first Screen section.
    [ 3.494] (**) |-->Screen "Default Screen" (0)
    [ 3.494] (**) | |-->Monitor "eDP1"
    [ 3.494] (**) | |-->Device "Intel Graphics"
    [ 3.494] (==) Automatically adding devices
    [ 3.494] (==) Automatically enabling devices
    [ 3.494] (==) Automatically adding GPU devices
    [ 3.504] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.504] Entry deleted from font path.
    [ 3.504] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.504] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.504] Entry deleted from font path.
    [ 3.504] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.504] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 3.504] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.504] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.504] (II) Loader magic: 0x7fcc40
    [ 3.504] (II) Module ABI versions:
    [ 3.504] X.Org ANSI C Emulation: 0.4
    [ 3.504] X.Org Video Driver: 13.1
    [ 3.504] X.Org XInput driver : 18.0
    [ 3.504] X.Org Server Extension : 7.0
    [ 3.505] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 6.276] (--) PCI:*(0:0:2:0) 8086:0166:104d:90a5 rev 9, Mem @ 0xd7000000/4194304, 0xc0000000/268435456, I/O @ 0x00009000/64
    [ 6.276] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 6.276] Initializing built-in extension Generic Event Extension
    [ 6.276] Initializing built-in extension SHAPE
    [ 6.276] Initializing built-in extension MIT-SHM
    [ 6.276] Initializing built-in extension XInputExtension
    [ 6.276] Initializing built-in extension XTEST
    [ 6.276] Initializing built-in extension BIG-REQUESTS
    [ 6.276] Initializing built-in extension SYNC
    [ 6.276] Initializing built-in extension XKEYBOARD
    [ 6.276] Initializing built-in extension XC-MISC
    [ 6.276] Initializing built-in extension SECURITY
    [ 6.276] Initializing built-in extension XINERAMA
    [ 6.276] Initializing built-in extension XFIXES
    [ 6.276] Initializing built-in extension RENDER
    [ 6.276] Initializing built-in extension RANDR
    [ 6.276] Initializing built-in extension COMPOSITE
    [ 6.276] Initializing built-in extension DAMAGE
    [ 6.276] Initializing built-in extension MIT-SCREEN-SAVER
    [ 6.276] Initializing built-in extension DOUBLE-BUFFER
    [ 6.276] Initializing built-in extension RECORD
    [ 6.276] Initializing built-in extension DPMS
    [ 6.276] Initializing built-in extension X-Resource
    [ 6.276] Initializing built-in extension XVideo
    [ 6.276] Initializing built-in extension XVideo-MotionCompensation
    [ 6.276] Initializing built-in extension XFree86-VidModeExtension
    [ 6.276] Initializing built-in extension XFree86-DGA
    [ 6.276] Initializing built-in extension XFree86-DRI
    [ 6.276] Initializing built-in extension DRI2
    [ 6.276] (II) LoadModule: "glx"
    [ 6.278] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.281] (II) Module glx: vendor="X.Org Foundation"
    [ 6.281] compiled for 1.13.0, module version = 1.0.0
    [ 6.281] ABI class: X.Org Server Extension, version 7.0
    [ 6.281] (==) AIGLX enabled
    [ 6.281] Loading extension GLX
    [ 6.281] (II) LoadModule: "intel"
    [ 6.281] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 6.285] (II) Module intel: vendor="X.Org Foundation"
    [ 6.285] compiled for 1.13.0.901, module version = 2.20.14
    [ 6.285] Module class: X.Org Video Driver
    [ 6.285] ABI class: X.Org Video Driver, version 13.1
    [ 6.285] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 6.286] (++) using VT number 7
    [ 6.288] (II) intel(0): using device path '/dev/dri/card0'
    [ 6.288] (**) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 6.288] (==) intel(0): RGB weight 888
    [ 6.288] (==) intel(0): Default visual is TrueColor
    [ 6.288] (**) intel(0): Option "AccelMethod" "sna"
    [ 6.288] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 6.289] (**) intel(0): Framebuffer tiled
    [ 6.289] (**) intel(0): Pixmaps tiled
    [ 6.289] (**) intel(0): 3D buffers tiled
    [ 6.289] (**) intel(0): Throttling enabled
    [ 6.289] (**) intel(0): Delayed flush enabled
    [ 6.289] (**) intel(0): "Tear free" disabled
    [ 6.289] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 6.289] (II) intel(0): Output eDP1 using monitor section eDP1
    [ 6.289] (**) intel(0): Option "PreferredMode" "1920x1080"
    [ 6.289] (**) intel(0): Option "Position" "1920 0"
    [ 6.289] (**) intel(0): Option "Primary" "true"
    [ 6.289] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 6.293] (II) intel(0): Output VGA1 using monitor section VGA1
    [ 6.293] (**) intel(0): Option "PreferredMode" "1920x1200_60.00"
    [ 6.294] (II) intel(0): Output HDMI1 has no monitor section
    [ 6.336] (II) intel(0): Output DP1 has no monitor section
    [ 6.337] (II) intel(0): EDID for output eDP1
    [ 6.337] (II) intel(0): Manufacturer: MS_ Model: 25 Serial#: 16843009
    [ 6.337] (II) intel(0): Year: 2012 Week: 24
    [ 6.337] (II) intel(0): EDID Version: 1.4
    [ 6.337] (II) intel(0): Digital Display Input
    [ 6.337] (II) intel(0): 8 bits per channel
    [ 6.337] (II) intel(0): Digital interface is DisplayPort
    [ 6.337] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 6.337] (II) intel(0): Gamma: 2.20
    [ 6.337] (II) intel(0): No DPMS capabilities specified
    [ 6.337] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 6.337] (II) intel(0): First detailed timing is preferred mode
    [ 6.337] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 6.337] (II) intel(0): redX: 0.602 redY: 0.336 greenX: 0.296 greenY: 0.546
    [ 6.337] (II) intel(0): blueX: 0.148 blueY: 0.126 whiteX: 0.313 whiteY: 0.329
    [ 6.337] (II) intel(0): Manufacturer's mask: 0
    [ 6.337] (II) intel(0): Supported standard timings:
    [ 6.337] (II) intel(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 6.337] (II) intel(0): Supported detailed timing:
    [ 6.337] (II) intel(0): clock: 162.8 MHz Image Size: 291 x 164 mm
    [ 6.337] (II) intel(0): h_active: 1920 h_sync: 1952 h_sync_end 1984 h_blank_end 2481 h_border: 0
    [ 6.337] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1086 v_blanking: 1095 v_border: 0
    [ 6.337] (II) intel(0): Supported detailed timing:
    [ 6.337] (II) intel(0): clock: 99.9 MHz Image Size: 291 x 164 mm
    [ 6.337] (II) intel(0): h_active: 1920 h_sync: 1952 h_sync_end 1984 h_blank_end 2281 h_border: 0
    [ 6.337] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1086 v_blanking: 1095 v_border: 0
    [ 6.337] (II) intel(0): Monitor name: Sony LCD
    [ 6.337] (II) intel(0): Ranges: V min: 39 V max: 61 Hz, H min: 43 H max: 66 kHz, PixClock max 175 MHz
    [ 6.337] (II) intel(0): EDID (in hex):
    [ 6.337] (II) intel(0): 00ffffffffffff00367f250001010101
    [ 6.337] (II) intel(0): 18160104a51d1078020f159a564b8b26
    [ 6.337] (II) intel(0): 205054000000d1c00101010101010101
    [ 6.337] (II) intel(0): 0101010101019c3f803172380f402020
    [ 6.337] (II) intel(0): 330023a4100000180727806971380f40
    [ 6.337] (II) intel(0): 2020330023a410000018000000fc0053
    [ 6.337] (II) intel(0): 6f6e79204c43440a20202020000000fd
    [ 6.337] (II) intel(0): 00273d2b4211000a2020202020200013
    [ 6.337] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 6.337] (II) intel(0): Using EDID range info for horizontal sync
    [ 6.337] (II) intel(0): Using EDID range info for vertical refresh
    [ 6.337] (II) intel(0): Printing DDC gathered Modelines:
    [ 6.337] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 6.337] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 6.337] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 6.337] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Printing probed modes for output eDP1
    [ 6.337] (II) intel(0): Modeline "1920x1080"x59.9 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz UeP)
    [ 6.337] (II) intel(0): Modeline "1920x1080"x40.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 6.338] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 6.338] (II) intel(0): Modeline "1680x945"x60.0 131.48 1680 1784 1960 2240 945 946 949 978 -hsync +vsync (58.7 kHz)
    [ 6.338] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 6.338] (II) intel(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 6.338] (II) intel(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 6.338] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.338] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 6.338] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.338] (II) intel(0): Modeline "1366x768"x60.0 85.89 1366 1439 1583 1800 768 769 772 795 -hsync +vsync (47.7 kHz)
    [ 6.338] (II) intel(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 6.338] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
    [ 6.338] (II) intel(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
    [ 6.338] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.338] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 6.338] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 6.338] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 6.343] (II) intel(0): EDID for output VGA1
    [ 6.343] (II) intel(0): Printing probed modes for output VGA1
    [ 6.343] (II) intel(0): Modeline "1920x1200_60.00"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz UP)
    [ 6.343] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.344] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.344] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.344] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 6.344] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.344] (II) intel(0): EDID for output HDMI1
    [ 6.386] (II) intel(0): EDID for output DP1
    [ 6.386] (II) intel(0): Output eDP1 connected
    [ 6.386] (II) intel(0): Output VGA1 connected
    [ 6.386] (II) intel(0): Output HDMI1 disconnected
    [ 6.386] (II) intel(0): Output DP1 disconnected
    [ 6.386] (II) intel(0): Using user preference for initial modes
    [ 6.386] (II) intel(0): Output eDP1 using initial mode 1920x1080
    [ 6.386] (II) intel(0): Output VGA1 using initial mode 1920x1200_60.00
    [ 6.386] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.386] (**) intel(0): Display dimensions: (290, 160) mm
    [ 6.386] (**) intel(0): DPI set to (336, 190)
    [ 6.386] (II) Loading sub module "dri2"
    [ 6.386] (II) LoadModule: "dri2"
    [ 6.387] (II) Module "dri2" already built-in
    [ 6.387] (==) Depth 24 pixmap format is 32 bpp
    [ 6.387] (II) intel(0): SNA initialized with IvyBridge backend
    [ 6.387] (==) intel(0): Backing store disabled
    [ 6.387] (==) intel(0): Silken mouse enabled
    [ 6.387] (II) intel(0): HW Cursor enabled
    [ 6.387] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.388] (==) intel(0): DPMS enabled
    [ 6.388] (II) intel(0): [DRI2] Setup complete
    [ 6.388] (II) intel(0): [DRI2] DRI driver: i965
    [ 6.388] (II) intel(0): direct rendering: DRI2 Enabled
    [ 6.388] (WW) intel(0): Option "PreferredMode" is not used
    [ 6.388] (WW) intel(0): Option "Primary" is not used
    [ 6.388] (WW) intel(0): Option "Position" is not used
    [ 6.388] (==) intel(0): hotplug detection: "enabled"
    [ 6.388] (--) RandR disabled
    [ 6.410] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.410] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.410] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.410] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.410] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.410] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.410] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.410] (II) AIGLX: Loaded and initialized i965
    [ 6.410] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.411] (II) intel(0): switch to mode 1920x1080 on crtc 3 (pipe 0)
    [ 6.500] (II) intel(0): switch to mode 1920x1200 on crtc 5 (pipe 1)
    [ 6.663] (II) intel(0): Setting screen physical size to 1016 x 317
    [ 6.703] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 6.703] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 6.703] (II) LoadModule: "evdev"
    [ 6.704] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.706] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.706] compiled for 1.13.0, module version = 2.7.3
    [ 6.706] Module class: X.Org XInput Driver
    [ 6.706] ABI class: X.Org XInput driver, version 18.0
    [ 6.706] (II) Using input driver 'evdev' for 'Video Bus'
    [ 6.706] (**) Video Bus: always reports core events
    [ 6.706] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 6.706] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 6.706] (--) evdev: Video Bus: Found keys
    [ 6.706] (II) evdev: Video Bus: Configuring as keyboard
    [ 6.706] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:09/input/input10/event10"
    [ 6.706] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 6.706] (**) Option "xkb_rules" "evdev"
    [ 6.706] (**) Option "xkb_model" "evdev"
    [ 6.706] (**) Option "xkb_layout" "us"
    [ 6.732] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event3)
    [ 6.732] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [ 6.732] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
    [ 6.732] (**) Sony Vaio Keys: always reports core events
    [ 6.732] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event3"
    [ 6.732] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
    [ 6.732] (--) evdev: Sony Vaio Keys: Found keys
    [ 6.732] (II) evdev: Sony Vaio Keys: Configuring as keyboard
    [ 6.732] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input3/event3"
    [ 6.732] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 7)
    [ 6.732] (**) Option "xkb_rules" "evdev"
    [ 6.732] (**) Option "xkb_model" "evdev"
    [ 6.732] (**) Option "xkb_layout" "us"
    [ 6.732] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event4)
    [ 6.732] (II) No input driver specified, ignoring this device.
    [ 6.732] (II) This device may have been added with another device file.
    [ 6.733] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
    [ 6.733] (II) No input driver specified, ignoring this device.
    [ 6.733] (II) This device may have been added with another device file.
    [ 6.733] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.733] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.733] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.733] (**) Power Button: always reports core events
    [ 6.733] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.733] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.733] (--) evdev: Power Button: Found keys
    [ 6.733] (II) evdev: Power Button: Configuring as keyboard
    [ 6.733] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 6.733] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 6.733] (**) Option "xkb_rules" "evdev"
    [ 6.733] (**) Option "xkb_model" "evdev"
    [ 6.733] (**) Option "xkb_layout" "us"
    [ 6.733] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 6.733] (II) No input driver specified, ignoring this device.
    [ 6.733] (II) This device may have been added with another device file.
    [ 6.733] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 6.734] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 6.734] (II) No input driver specified, ignoring this device.
    [ 6.734] (II) This device may have been added with another device file.
    [ 6.734] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
    [ 6.734] (II) No input driver specified, ignoring this device.
    [ 6.734] (II) This device may have been added with another device file.
    [ 6.735] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
    [ 6.735] (II) No input driver specified, ignoring this device.
    [ 6.735] (II) This device may have been added with another device file.
    [ 6.735] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.735] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.735] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.735] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.735] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.735] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.735] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.735] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.735] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.735] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 6.735] (**) Option "xkb_rules" "evdev"
    [ 6.735] (**) Option "xkb_model" "evdev"
    [ 6.735] (**) Option "xkb_layout" "us"
    [ 6.736] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 6.736] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 6.736] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 6.736] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 6.736] (II) LoadModule: "synaptics"
    [ 6.737] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 6.738] (II) Module synaptics: vendor="X.Org Foundation"
    [ 6.738] compiled for 1.13.0, module version = 1.6.2
    [ 6.738] Module class: X.Org XInput Driver
    [ 6.738] ABI class: X.Org XInput driver, version 18.0
    [ 6.738] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 6.738] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 6.738] (**) Option "Device" "/dev/input/event9"
    [ 6.740] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 6.740] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5768
    [ 6.740] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4758
    [ 6.740] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 6.740] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 6.740] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 6.740] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 6.740] (**) Option "FingerLow" "35"
    [ 6.740] (**) Option "FingerHigh" "45"
    [ 6.740] (**) Option "ClickPad" "true"
    [ 6.740] (**) Option "EmulateMidButtonTime" "0"
    [ 6.740] (**) Option "HorizTwoFingerScroll" "on"
    [ 6.740] (**) Option "TapButton1" "1"
    [ 6.740] (**) Option "TapButton2" "2"
    [ 6.740] (**) Option "TapButton3" "3"
    [ 6.740] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 6.740] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 6.740] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 6.740] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 6.740] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
    [ 6.741] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 6.741] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 6.741] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
    [ 6.741] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 6.741] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 6.741] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 6.741] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 6.741] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 6.742] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 6.742] (II) No input driver specified, ignoring this device.
    [ 6.742] (II) This device may have been added with another device file.
    [ 6.742] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 6.742] (II) No input driver specified, ignoring this device.
    [ 6.742] (II) This device may have been added with another device file.
    [ 6.747] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 21764432
    [ 6.747] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    [ 6.747] failed to find screen to remove
    [ 6.747] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 6.747] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1 0
    [ 6.747] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-VGA-1 0
    [ 6.747] (II) config/udev: removing device Video Bus
    [ 6.773] (II) evdev: Video Bus: Close
    [ 6.773] (II) UnloadModule: "evdev"
    [ 6.773] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 6.773] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 6.773] (II) Using input driver 'evdev' for 'Video Bus'
    [ 6.773] (**) Video Bus: always reports core events
    [ 6.773] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 6.773] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 6.773] (--) evdev: Video Bus: Found keys
    [ 6.773] (II) evdev: Video Bus: Configuring as keyboard
    [ 6.773] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:09/input/input10/event10"
    [ 6.773] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 6.773] (**) Option "xkb_rules" "evdev"
    [ 6.773] (**) Option "xkb_model" "evdev"
    [ 6.773] (**) Option "xkb_layout" "us"
    [ 6.774] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1 0
    [ 6.774] removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1 0
    [ 7.569] (II) config/udev: Adding input device USB2.0 Camera (/dev/input/event11)
    [ 7.569] (**) USB2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 7.569] (II) Using input driver 'evdev' for 'USB2.0 Camera'
    [ 7.569] (**) USB2.0 Camera: always reports core events
    [ 7.569] (**) evdev: USB2.0 Camera: Device: "/dev/input/event11"
    [ 7.569] (--) evdev: USB2.0 Camera: Vendor 0x5ca Product 0x18c6
    [ 7.569] (--) evdev: USB2.0 Camera: Found keys
    [ 7.569] (II) evdev: USB2.0 Camera: Configuring as keyboard
    [ 7.569] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input11/event11"
    [ 7.569] (II) XINPUT: Adding extended input device "USB2.0 Camera" (type: KEYBOARD, id 11)
    [ 7.569] (**) Option "xkb_rules" "evdev"
    [ 7.569] (**) Option "xkb_model" "evdev"
    [ 7.569] (**) Option "xkb_layout" "us"
    [ 24.939] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 24.939] (II) intel(0): Using hsync ranges from config file
    [ 24.939] (II) intel(0): Using vrefresh ranges from config file
    [ 24.939] (II) intel(0): Printing DDC gathered Modelines:
    [ 24.939] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 24.939] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 24.939] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 24.989] (II) intel(0): switch to mode 1920x1080 on crtc 3 (pipe 0)
    [ 25.055] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 25.055] (II) intel(0): Using hsync ranges from config file
    [ 25.055] (II) intel(0): Using vrefresh ranges from config file
    [ 25.055] (II) intel(0): Printing DDC gathered Modelines:
    [ 25.055] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 25.055] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 25.055] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 25.150] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 25.150] (II) intel(0): Using hsync ranges from config file
    [ 25.150] (II) intel(0): Using vrefresh ranges from config file
    [ 25.150] (II) intel(0): Printing DDC gathered Modelines:
    [ 25.150] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 25.150] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 25.150] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 25.274] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 25.274] (II) intel(0): Using hsync ranges from config file
    [ 25.274] (II) intel(0): Using vrefresh ranges from config file
    [ 25.274] (II) intel(0): Printing DDC gathered Modelines:
    [ 25.274] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 25.274] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 25.274] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 25.387] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 25.387] (II) intel(0): Using hsync ranges from config file
    [ 25.387] (II) intel(0): Using vrefresh ranges from config file
    [ 25.387] (II) intel(0): Printing DDC gathered Modelines:
    [ 25.387] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 25.387] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 25.387] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 25.518] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 25.518] (II) intel(0): Using hsync ranges from config file
    [ 25.518] (II) intel(0): Using vrefresh ranges from config file
    [ 25.518] (II) intel(0): Printing DDC gathered Modelines:
    [ 25.518] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 25.518] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 25.518] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 25.676] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 25.676] (II) intel(0): Using hsync ranges from config file
    [ 25.676] (II) intel(0): Using vrefresh ranges from config file
    [ 25.676] (II) intel(0): Printing DDC gathered Modelines:
    [ 25.676] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 25.676] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 25.676] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 29.373] (II) config/udev: Adding input device Bluetooth Laser Travel Mouse (/dev/input/mouse2)
    [ 29.373] (II) No input driver specified, ignoring this device.
    [ 29.373] (II) This device may have been added with another device file.
    [ 29.373] (II) config/udev: Adding input device Bluetooth Laser Travel Mouse (/dev/input/event12)
    [ 29.373] (**) Bluetooth Laser Travel Mouse: Applying InputClass "evdev pointer catchall"
    [ 29.373] (II) Using input driver 'evdev' for 'Bluetooth Laser Travel Mouse'
    [ 29.373] (**) Bluetooth Laser Travel Mouse: always reports core events
    [ 29.373] (**) evdev: Bluetooth Laser Travel Mouse: Device: "/dev/input/event12"
    [ 29.373] (--) evdev: Bluetooth Laser Travel Mouse: Vendor 0x46d Product 0xb008
    [ 29.373] (--) evdev: Bluetooth Laser Travel Mouse: Found 12 mouse buttons
    [ 29.373] (--) evdev: Bluetooth Laser Travel Mouse: Found scroll wheel(s)
    [ 29.373] (--) evdev: Bluetooth Laser Travel Mouse: Found relative axes
    [ 29.373] (--) evdev: Bluetooth Laser Travel Mouse: Found x and y relative axes
    [ 29.374] (II) evdev: Bluetooth Laser Travel Mouse: Configuring as mouse
    [ 29.374] (II) evdev: Bluetooth Laser Travel Mouse: Adding scrollwheel support
    [ 29.374] (**) evdev: Bluetooth Laser Travel Mouse: YAxisMapping: buttons 4 and 5
    [ 29.374] (**) evdev: Bluetooth Laser Travel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 29.374] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:33/input12/event12"
    [ 29.374] (II) XINPUT: Adding extended input device "Bluetooth Laser Travel Mouse" (type: MOUSE, id 12)
    [ 29.374] (II) evdev: Bluetooth Laser Travel Mouse: initialized for relative axes.
    [ 29.374] (**) Bluetooth Laser Travel Mouse: (accel) keeping acceleration scheme 1
    [ 29.374] (**) Bluetooth Laser Travel Mouse: (accel) acceleration profile 0
    [ 29.374] (**) Bluetooth Laser Travel Mouse: (accel) acceleration factor: 2.000
    [ 29.374] (**) Bluetooth Laser Travel Mouse: (accel) acceleration threshold: 4
    [ 589.381] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 589.381] (II) intel(0): Using hsync ranges from config file
    [ 589.381] (II) intel(0): Using vrefresh ranges from config file
    [ 589.381] (II) intel(0): Printing DDC gathered Modelines:
    [ 589.381] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 589.381] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 589.381] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 589.433] (II) intel(0): switch to mode 1920x1080 on crtc 3 (pipe 0)
    [ 1442.644] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 1442.644] (II) intel(0): Using hsync ranges from config file
    [ 1442.644] (II) intel(0): Using vrefresh ranges from config file
    [ 1442.644] (II) intel(0): Printing DDC gathered Modelines:
    [ 1442.644]Hey all,
    Here is the issue:
    I have sony svz13114gxx laptop with xfce4 DE, i just tried to hook up external vga monitor to laptop and everything configures right with this run in normal session:
    [code]
    xrandr --output eDP1 --mode 1920x1080
    xrandr --newmode "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
    xrandr --addmode VGA1 1920x1200_60.00
    xrandr --output VGA1 --mode 1920x1200_60.00
    xrandr --output VGA1 --left-of eDP1
    [/code]
    Obviously when i reboot this is not persistent, so then i put this stuff in my /etc/X11/xorg.conf.d/20-intel.conf:
    [code]
    Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "AccelMethod" "sna"
    Option "monitor-eDP1" "eDP1"
    Option "monitor-VGA1" "VGA1"
    EndSection
    Section "Monitor"
    Identifier "VGA1"
    Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -HSync +VSync
    Option "PreferredMode" "1920x1200_60.00"
    EndSection
    Section "Monitor"
    Identifier "eDP1"
    Option "PreferredMode" "1920x1080"
    Option "Primary" "true"
    Option "Position" "1920 0"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Intel Graphics"
    Monitor "eDP1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection[/code]
    This is where the problems start. On reboot Slim desktop manager seems to be stretched properly across the two monitors, but the I login and the display switches back to being mirrored, my xfce gtk2 theme is disabled in favor of somee default looking one, my icons are back to default, and none of my custom keyboard shorcuts work.
    I can then use xrandr to get the displays in extended mode again, but the themes and icons etc do not revert. And on reboot, i have the same issue.
    I have tried the sourcing ~/.xprofile, ~/.xinitrc, and ~/.config.xfce4/xinitrc routes, putting the xrandr cammands above the exec lines and that doesn't even enable VGA1.
    I have been to all these places
    [code]
    https://wiki.ubuntu.com/X/Config/Resolution#Xrandr_Graphical_Front_End_GUI
    http://ilkinbalkanay.blogspot.com/2008/01/extended-desktop-configuration-with.html
    https://bbs.archlinux.org/viewtopic.php?id=98747
    https://www.google.com/search?q=arch%20xrandr&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&source=hp&channel=np
    https://wiki.archlinux.org/index.php/Execute_commands_after_X_start
    http://intellinuxgraphics.org/dualhead.html
    http://mac.linux.be/content/setting-xorgconf-manually-xrandr#3
    https://www.google.com/search?q=arch%20dual%20monitors%20The%20last%20active%20output%20must%20not%20be%20disabled%2C%20the%20system%20would%20be%20unusable.&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&source=hp&channel=np#hl=en&safe=off&client=firefox-a&tbo=d&rls=org.mozilla:en-US%3Aofficial&channel=np&sclient=psy-ab&q=xfce+%22Selected+output+not+disabled%22&oq=xfce+%22Selected+output+not+disabled%22&gs_l=serp.3...1694.1694.3.2205.1.1.0.0.0.0.97.97.1.1.0.les%3Bcrnk_timediscounta..0.0...1c.1.O4EDj7DaWlA&pbx=1&fp=1&bpcl=39468505&biw=984&bih=936&cad=b&sei=aKC_UIKvJ6GA0AGTg4HwBg&sei=FKS_UMuwJdPU0gHorICQBA&bav=on.2,or.r_gc.r_pw.r_qf.&sei=2MK_UOaAJ5Ph0wGbsoHICg
    https://wiki.archlinux.org/index.php/Xfce#Customizing_Startup_Applications
    http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html
    https://wiki.archlinux.org/index.php/Xorg#Monitor_settings
    [/code]
    Even after much research, still no luck.
    this might be useful:
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631225
    Anyone have any ideas?
    here is my Xorg0.log
    [code]
    [ 3.490]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 3.490] X Protocol Version 11, Revision 0
    [ 3.490] Build Operating System: Linux 3.6.3-1-ARCH x86_64
    [ 3.490] Current Operating System: Linux tcz 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012 x86_64
    [ 3.490] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d23251af-35fa-426b-a7d5-5aa2f0a5b87d ro quiet pcie_aspm=force i915.i915_enable_rc6=1
    [ 3.490] Build Date: 08 November 2012 07:09:29PM
    [ 3.490]
    [ 3.490] Current version of pixman: 0.28.0
    [ 3.490] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 3.490] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.490] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 5 16:25:21 2012
    [ 3.492] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3.494] (==) No Layout section. Using the first Screen section.
    [ 3.494] (**) |-->Screen "Default Screen" (0)
    [ 3.494] (**) | |-->Monitor "eDP1"
    [ 3.494] (**) | |-->Device "Intel Graphics"
    [ 3.494] (==) Automatically adding devices
    [ 3.494] (==) Automatically enabling devices
    [ 3.494] (==) Automatically adding GPU devices
    [ 3.504] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.504] Entry deleted from font path.
    [ 3.504] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.504] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.504] Entry deleted from font path.
    [ 3.504] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.504] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 3.504] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.504] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.504] (II) Loader magic: 0x7fcc40
    [ 3.504] (II) Module ABI versions:
    [ 3.504] X.Org ANSI C Emulation: 0.4
    [ 3.504] X.Org Video Driver: 13.1
    [ 3.504] X.Org XInput driver : 18.0
    [ 3.504] X.Org Server Extension : 7.0
    [ 3.505] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 6.276] (--) PCI:*(0:0:2:0) 8086:0166:104d:90a5 rev 9, Mem @ 0xd7000000/4194304, 0xc0000000/268435456, I/O @ 0x00009000/64
    [ 6.276] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 6.276] Initializing built-in extension Generic Event Extension
    [ 6.276] Initializing built-in extension SHAPE
    [ 6.276] Initializing built-in extension MIT-SHM
    [ 6.276] Initializing built-in extension XInputExtension
    [ 6.276] Initializing built-in extension XTEST
    [ 6.276] Initializing built-in extension BIG-REQUESTS
    [ 6.276] Initializing built-in extension SYNC
    [ 6.276] Initializing built-in extension XKEYBOARD
    [ 6.276] Initializing built-in extension XC-MISC
    [ 6.276] Initializing built-in extension SECURITY
    [ 6.276] Initializing built-in extension XINERAMA
    [ 6.276] Initializing built-in extension XFIXES
    [ 6.276] Initializing built-in extension RENDER
    [ 6.276] Initializing built-in extension RANDR
    [ 6.276] Initializing built-in extension COMPOSITE
    [ 6.276] Initializing built-in extension DAMAGE
    [ 6.276] Initializing built-in extension MIT-SCREEN-SAVER
    [ 6.276] Initializing built-in extension DOUBLE-BUFFER
    [ 6.276] Initializing built-in extension RECORD
    [ 6.276] Initializing built-in extension DPMS
    [ 6.276] Initializing built-in extension X-Resource
    [ 6.276] Initializing built-in extension XVideo
    [ 6.276] Initializing built-in extension XVideo-MotionCompensation
    [ 6.276] Initializing built-in extension XFree86-VidModeExtension
    [ 6.276] Initializing built-in extension XFree86-DGA
    [ 6.276] Initializing built-in extension XFree86-DRI
    [ 6.276] Initializing built-in extension DRI2
    [ 6.276] (II) LoadModule: "glx"
    [ 6.278] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.281] (II) Module glx: vendor="X.Org Foundation"
    [ 6.281] compiled for 1.13.0, module version = 1.0.0
    [ 6.281] ABI class: X.Org Server Extension, version 7.0
    [ 6.281] (==) AIGLX enabled
    [ 6.281] Loading extension GLX
    [ 6.281] (II) LoadModule: "intel"
    [ 6.281] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 6.285] (II) Module intel: vendor="X.Org Foundation"
    [ 6.285] compiled for 1.13.0.901, module version = 2.20.14
    [ 6.285] Module class: X.Org Video Driver
    [ 6.285] ABI class: X.Org Video Driver, version 13.1
    [ 6.285] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 6.286] (++) using VT number 7
    [ 6.288] (II) intel(0): using device path '/dev/dri/card0'
    [ 6.288] (**) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 6.288] (==) intel(0): RGB weight 888
    [ 6.288] (==) intel(0): Default visual is TrueColor
    [ 6.288] (**) intel(0): Option "AccelMethod" "sna"
    [ 6.288] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 6.289] (**) intel(0): Framebuffer tiled
    [ 6.289] (**) intel(0): Pixmaps tiled
    [ 6.289] (**) intel(0): 3D buffers tiled
    [ 6.289] (**) intel(0): Throttling enabled
    [ 6.289] (**) intel(0): Delayed flush enabled
    [ 6.289] (**) intel(0): "Tear free" disabled
    [ 6.289] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 6.289] (II) intel(0): Output eDP1 using monitor section eDP1
    [ 6.289] (**) intel(0): Option "PreferredMode" "1920x1080"
    [ 6.289] (**) intel(0): Option "Position" "1920 0"
    [ 6.289] (**) intel(0): Option "Primary" "true"
    [ 6.289] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 6.293] (II) intel(0): Output VGA1 using monitor section VGA1
    [ 6.293] (**) intel(0): Option "PreferredMode" "1920x1200_60.00"
    [ 6.294] (II) intel(0): Output HDMI1 has no monitor section
    [ 6.336] (II) intel(0): Output DP1 has no monitor section
    [ 6.337] (II) intel(0): EDID for output eDP1
    [ 6.337] (II) intel(0): Manufacturer: MS_ Model: 25 Serial#: 16843009
    [ 6.337] (II) intel(0): Year: 2012 Week: 24
    [ 6.337] (II) intel(0): EDID Version: 1.4
    [ 6.337] (II) intel(0): Digital Display Input
    [ 6.337] (II) intel(0): 8 bits per channel
    [ 6.337] (II) intel(0): Digital interface is DisplayPort
    [ 6.337] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 6.337] (II) intel(0): Gamma: 2.20
    [ 6.337] (II) intel(0): No DPMS capabilities specified
    [ 6.337] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 6.337] (II) intel(0): First detailed timing is preferred mode
    [ 6.337] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 6.337] (II) intel(0): redX: 0.602 redY: 0.336 greenX: 0.296 greenY: 0.546
    [ 6.337] (II) intel(0): blueX: 0.148 blueY: 0.126 whiteX: 0.313 whiteY: 0.329
    [ 6.337] (II) intel(0): Manufacturer's mask: 0
    [ 6.337] (II) intel(0): Supported standard timings:
    [ 6.337] (II) intel(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 6.337] (II) intel(0): Supported detailed timing:
    [ 6.337] (II) intel(0): clock: 162.8 MHz Image Size: 291 x 164 mm
    [ 6.337] (II) intel(0): h_active: 1920 h_sync: 1952 h_sync_end 1984 h_blank_end 2481 h_border: 0
    [ 6.337] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1086 v_blanking: 1095 v_border: 0
    [ 6.337] (II) intel(0): Supported detailed timing:
    [ 6.337] (II) intel(0): clock: 99.9 MHz Image Size: 291 x 164 mm
    [ 6.337] (II) intel(0): h_active: 1920 h_sync: 1952 h_sync_end 1984 h_blank_end 2281 h_border: 0
    [ 6.337] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1086 v_blanking: 1095 v_border: 0
    [ 6.337] (II) intel(0): Monitor name: Sony LCD
    [ 6.337] (II) intel(0): Ranges: V min: 39 V max: 61 Hz, H min: 43 H max: 66 kHz, PixClock max 175 MHz
    [ 6.337] (II) intel(0): EDID (in hex):
    [ 6.337] (II) intel(0): 00ffffffffffff00367f250001010101
    [ 6.337] (II) intel(0): 18160104a51d1078020f159a564b8b26
    [ 6.337] (II) intel(0): 205054000000d1c00101010101010101
    [ 6.337] (II) intel(0): 0101010101019c3f803172380f402020
    [ 6.337] (II) intel(0): 330023a4100000180727806971380f40
    [ 6.337] (II) intel(0): 2020330023a410000018000000fc0053
    [ 6.337] (II) intel(0): 6f6e79204c43440a20202020000000fd
    [ 6.337] (II) intel(0): 00273d2b4211000a2020202020200013
    [ 6.337] (II) intel(0): EDID vendor "MS_", prod id 37
    [ 6.337] (II) intel(0): Using EDID range info for horizontal sync
    [ 6.337] (II) intel(0): Using EDID range info for vertical refresh
    [ 6.337] (II) intel(0): Printing DDC gathered Modelines:
    [ 6.337] (II) intel(0): Modeline "1920x1080"x0.0 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz eP)
    [ 6.337] (II) intel(0): Modeline "1920x1080"x0.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 6.337] (II) intel(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 6.337] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 6.337] (II) intel(0): Printing probed modes for output eDP1
    [ 6.337] (II) intel(0): Modeline "1920x1080"x59.9 162.84 1920 1952 1984 2481 1080 1083 1086 1095 -hsync -vsync (65.6 kHz UeP)
    [ 6.337] (II) intel(0): Modeline "1920x1080"x40.0 99.91 1920 1952 1984 2281 1080 1083 1086 1095 -hsync -vsync (43.8 kHz e)
    [ 6.338] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 6.338] (II) intel(0): Modeline "1680x945"x60.0 131.48 1680 1784 1960 2240 945 946 949 978 -hsync +vsync (58.7 kHz)
    [ 6.338] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 6.338] (II) intel(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 6.338] (II) intel(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 6.338] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.338] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 6.338] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.338] (II) intel(0): Modeline "1366x768"x60.0 85.89 1366 1439 1583 1800 768 769 772 795 -hsync +vsync (47.7 kHz)
    [ 6.338] (II) intel(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 6.338] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
    [ 6.338] (II) intel(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
    [ 6.338] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.338] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 6.338] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 6.338] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 6.343] (II) intel(0): EDID for output VGA1
    [ 6.343] (II) intel(0): Printing probed modes for output VGA1
    [ 6.343] (II) intel(0): Modeline "1920x1200_60.00"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz UP)
    [ 6.343] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.344] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.344] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.344] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 6.344] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.344] (II) intel(0): EDID for output HDMI1
    [ 6.386] (II) intel(0): EDID for output DP1
    [ 6.386] (II) intel(0): Output eDP1 connected
    [ 6.386] (II) intel(0): Output VGA1 connected
    [ 6.386] (II) intel(0): Output HDMI1 disconnected
    [ 6.386] (II) intel(0): Output DP1 disconnected
    [ 6.386] (II) intel(0): Using user preference for initial modes
    [ 6.386] (II) intel(0): Output eDP1 using initial mode 1920x1080
    [ 6.386] (II) intel(0): Output VGA1 using initial mode 1920x1200_60.00
    [ 6.386] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.386] (**) intel(0): Display dimensions: (290, 160) mm
    [ 6.386] (**) intel(0): DPI set to (336, 190)
    [ 6.386] (II) Loading sub module "dri2"
    [ 6.386] (II) LoadModule: "dri2"
    [ 6.387] (II) Module "dri2" already built-in
    [ 6.387] (==) Depth 24 pixmap format is 32 bpp
    [ 6.387] (II) intel(0): SNA initialized with IvyBridge backend
    [ 6.387] (==) intel(0): Backing store disabled
    [ 6.387] (==) intel(0): Silken mouse enabled
    [ 6.387] (II) intel(0): HW Cursor enabled
    [ 6.387] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.388] (==) intel(0): DPMS enabled
    [ 6.388] (II) intel(0): [DRI2] Setup complete
    [ 6.388] (II) intel(0): [DRI2] DRI driver: i965
    [ 6.388] (II) intel(0): direct rendering: DRI2 Enabled
    [ 6.388] (WW) intel(0): Option "PreferredMode" is not used
    [ 6.388] (WW) intel(0): Option "Primary" is not used
    [ 6.388] (WW) intel(0): Option "Position" is not used
    [ 6.388] (==) intel(0): hotplug detection: "enabled"
    [ 6.388] (--) RandR disabled
    [ 6.410] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.410] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.410] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.410] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.410] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.410] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.410] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.410] (II) AIGLX: Loaded and initialized i965
    [ 6.410] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.411] (II) intel(0): switch to mode 1920x1080 on crtc 3 (pipe 0)
    [ 6.500] (II) intel(0): switch to mode 1920x1200 on crtc 5 (pipe 1)
    [ 6.663] (II) intel(0): Setting screen physical size to 1016 x 317
    [ 6.703] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 6.703] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 6.703] (II) LoadModule: "evdev"
    [ 6.704] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.706] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.706] compiled for 1.13.0, module version = 2.7.3
    [ 6.706] Module class: X.Org XInput Driver
    [ 6.706] ABI class: X.Org XInput driver, version 18.0
    [ 6.706] (II) Using input driver 'evdev' for 'Video Bus'
    [ 6.706] (**) Video Bus: always reports core events
    [ 6.706] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 6.706] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 6.706] (--) evdev: Video Bus: Found keys
    [ 6.706] (II) evdev: Video Bus: Configuring as keyboard
    [ 6.706] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:09/input/input10/event10"
    [ 6.706] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 6.706] (**) Option "xkb_rules" "evdev"
    [ 6.706] (**) Option "xkb_model" "evdev"
    [ 6.706] (**) Option "xkb_layout" "us"
    [ 6.732] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event3)
    [ 6.732] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [ 6.732] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
    [ 6.732] (**) Sony Vaio Keys: always reports core events
    [ 6.732] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event3"
    [ 6.732] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
    [ 6.732] (--) evdev: Sony Vaio Keys: Found keys
    [ 6.732] (II) evdev: Sony Vaio Keys: Configuring as keyboard
    [ 6.732] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input3/event3"
    [ 6.732] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 7)
    [ 6.732] (**) Option "xkb_rules" "evdev"
    [ 6.732] (**) Option "xkb_model" "evdev"
    [ 6.732] (**) Option "xkb_layout" "us"
    [ 6.732] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event4)
    [ 6.732] (II) No input driver specified, ignoring this device.
    [ 6.732] (II) This device may have been added with another device file.
    [ 6.733] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
    [ 6.733] (II) No input driver specified, ignoring this device.
    [ 6.733] (II) This device may have been added with another device file.
    [ 6.733] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.733] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.733] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.733] (**) Power Button: always reports core events
    [ 6.733] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.733] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.733] (--) evdev: Power

    Have you ever tried 'arandr'? It's a GUI for xrandr; it could be useful.
    I used this config with nouveau, now I've successfully created my xorg.conf with nvidia blobs, but this one worked~
    Section "Device"
    Identifier "NVIDIA GeForce GT320"
    Driver "nouveau"
    Option "Monitor-DVI-I-1" "BENQ G2450"
    Option "Monitor-HDMI-1" "LG W2442PA"
    EndSection
    Section "Monitor"
    Identifier "BENQ G2450"
    Option "Primary" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    Option "Position" "1080 612"
    EndSection
    Section "Monitor"
    Identifier "LG W2442PA"
    Option "LeftOf" "BENQ G2450"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "59.9"
    Option "Position" "0 0"
    Option "Rotate" "Left"
    EndSection
    Section "Screen"
    Identifier "Primary Screen"
    Device "NVIDIA GeForce GT320"
    Monitor "BENQ G2450"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Virtual 3000 1920
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Primary Screen"
    EndSection
    I'm using XFCE as well, 2 monitors, the left one rotated 90º. The main difference it's that I've the 'Virtual' option inside 'SubSection'; not sure if it's relevant.

  • IMovie - cannot find different themes as shown in ap store

    My daughter has been wanting this ap forever. Finally she downloads it but she cannot find all the themes that it shows in the ap store description. We have gone under settings after creating a project, but can only find themese like CNN, travel, etc.  Does anyone know how we can find these themesÉ

    Yes it is compatible, but there is that rider at the bottom of the full description for the app, as I quoted above. It is very confusing!
    The app I have on my iPhone doesn't have the full capability as the app for an iPad (Pad as distinct from Pod). For example, the iPad version has waveforms for the audio track. This enables editing of soundtracks, such as fades and volume adjustments within the track.
    So, there are several "varieties" or "flavours" of iMovie for iOS, depending on which device you are using.
    John
    PS I'm off to bed now - after 1:30 in the morning here! Catch up again tomorrow if needed.
    Message was edited by: John Cogdell - added PS

  • [SOLVED][XFCE] Cannot mount usb disks & manage network connections

    Hi guys,
    I'm using XFCE with 3.3.1-1 kernel. Since yesterday I'm not able anymore to automatically mount usb disks,  manage my WiFi networks (networkmanage connects to the default access point but I can't select another AP nor editing my settings). I'm also prompted to type my password when I clik on the shutdown icon;
    So it seems I lost some privileges but I can't figured out why...
    I still belong to the same grousp as before:
    [root@archLaptop sclarckone]# groups sclarckone
    lp wheel games video audio optical storage scanner power users
    Does anybody has an idea where to take a look?
    Thanks
    Last edited by sclarckone (2012-04-15 20:54:38)

    Me too. Start a new thread?
    Edit; Nope, this worked for me https://bbs.archlinux.org/viewtopic.php?id=142110
    Last edited by Glinx (2012-05-25 11:44:47)

  • [Solved] GTK2 and GTK3 with different themes under XFCE4

    Is possible use different themes under XFCE4 ?
    when I wasn't using XFCE4 I set under ~/.gtkrc-2.0 and ~/.config/gtk-3.0/settings.ini but XFCE doesn't follow this.
    for example, GTK2 'GrayDay' and GTK3 'Uncomplicated-Orange'
    Last edited by hotvic (2013-08-03 11:08:09)

    Yes, it is possible.
    Use a symlink like this:
    /usr/share/themes/Uncomplicated-Orange/gtk-2.0 -> /usr/share/themes/GrayDay/gtk-2.0
    Then choose the GTK3 theme in the theme settings window.
    Using gtkrc-2.0 and gtk-3.0/settings.ini is no more needed with this solution.

  • Invisible windows appears when trying to open a new window. These windows are listed in the Window list, but I cannot switch to them or close them. This also occurs when I try to "View Source". This was not a problem prior to my 6.0 upgrade.

    I cannot open a new window for FireFox.
    Invisible windows appears when trying to open a new window. These windows are listed in the Window list on the menu, but I cannot switch to them or close them. This also occurs when I try to "View Source". This was not a problem prior to my 6.0 upgrade.
    The Downloads Window cannot be accessed either.
    This is very annoying. Is this a bug? Or is there a fix.

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

  • How to change the theme in the default profile so new users get a different theme

    How can I change the theme (background picture, etc) for the default profile, so that when new users log in and get a new profile created, they get a different theme than the one they currently receive?

    Hi,
    If you want to get a different theme for new users, based on my understanding, it’s not easy, we can load the specific theme for all user because we can control OS to load this specific theme file.
    The default location of theme file is:
    C:\Windows\Resources\Themes
    To configure OS load different theme for different user, I think this cannot be controlled by a registry key. It’s complicated to make OS choose different theme pack for different user, even more, the theme pack files are limited.
    Here is some different but similar discussion about changing theme programmatically:
    How do I change the current Windows theme programatically?
    http://stackoverflow.com/questions/546818/how-do-i-change-the-current-windows-theme-programatically
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • I moved several folders from my Mac to iCloud and I cannot easily find them.  Is there an easier way to find them instead of searching in Spotlight?

    I moved several folders from my Mac to iCloud and I cannot easily find them.  Is there an easier way to find them instead of searching in Spotlight?

    If you have facing pages, you have to set up the document with facing pages that is what is it for. If you have a spreadwide design as above, keep the spreads together. There is not even one reason not to do so.
    Only for wire-O-bindings might a different workflow useful, but also with facing pages documents and only when the left page and the right page have not a spread wide design:
    //// I did one mistake, I created a doument with a right binding, but it would work the same way with left binding.)
    1. Create a document with Facing Pages.
    2. Select the Spread in the Page Panel (Window > Page Panel) and in the panel’s flyout menu deselect "Allow Selected Spread to Shuffle". The spread’s page number will appear in brackets.
    3. Select a single page of the spread and drag it to the side until a vertical bar appears.
    4. Now you have the result.
    Left and right pages have their own spread and will have a bleed around each page without taking information from the other page.

  • Copying page from one app to another: Different themes

    All the threads on this forum for steps to copy a page from one app to another refer to Raj's instructions at Synonyms
    What if the 2 apps involved have different themes? When I do the final step (f) in his procedure, that page will have Theme X and the rest of the pages will have Theme Y. How is this handled?
    Will the new page just use the templates it needs from whatever theme the app it is imported into happens to be using? Or would it bring along the templates it uses from the old application?
    Thanks

    Raj's technique predates themes and has no connection with themes. A page has one numeric attribute that references a page template or is null.
    Raj's technique never handled the case where the referenced page template didn't exist in the target application.
    It's your job (see the caveat in that threat) to ensure that you don't reference non-existent shared components from the page being copied.
    What if you do anyway? That isn't part of the solution that was presented but the answer is you have to repair the damage.
    What you are saying, in effect, is that that technique for copying pages across apps really works best only if the 2 apps involved have the same theme, right?There are at least four cases: 1) the page template attribute is null so it will use the app's default page template which I believe is adjusted when you switch themes; 2) the page template attribute is not null and locates an existing page template which is a template in the current theme. In this case everything should work correctly; 3) the page template attribute is not null and locates an existing page template which is not a template in the current theme. In this case the referenced page template will be used at runtime, but the theme reports and/or switch theme functionality may not work as expected with respect to that page; 4) the page template attribute does not locate an existing template. I don't know what the result is in this case.
    I also don't know if the template a page uses is considered to be part of a given theme based on the template's name or numeric ID.
    Scott

  • Since iOS 8 my purchases disappeared and I cannot re-download them!

    Since iOS 8 my purchases disappeared and I cannot re-download them!  I have tried going to purchased items and hitting the download from icloud icon.  It just says downloading, then goes back to the download icon.
    I have tried syncing from my Mac - same thing, they disappear.
    This is happening to numerous purchases.
    I tried re-downloading one at a time, I tired all at once.
    I'll attach some screenshots for convenience.
    All this has happened since iOS 8 (and is extra frustrating cause I am mid book on a couple of these).

    I Just got a new iPad and most of my books dI'd not copy over, but everything's else did. Hiowdo I get them on my new ipad?  I backed up the old one on iTunes & then installed the back up on the new one

  • 2000$ worth of 27inch Thunderbolt Monitors and I cannot daisy chain them reliably. Please help.

    I've got 2000$ wrapped up in 2 Thunderbolt monitors and I cannot daisy chain them with a 3000$ 15 inch Retina macbook Pro. This is completely unacceptable and I hope someone knows how to fix it.
    At certain points since June or July when I first got all the gear I got it to work but never since. The thunderbolt display is recognized but nothing appears on the screen -- this is ridiculous considering how much I dropped on this rig.
    Any help would be awesome.
    Thanks,
    Tim

    Notes from dmesg to show both monitors are detected:
    AppleThunderboltDPOutAdapter<0xffffff8047809c00>::hpdStateDetermined - activate path
    AppleThunderboltDPPathManager<0xffffff8047714100>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff8047714100>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff8047714100>::createPath - kDPPathTypeAuxTx - NFC [src=0 int=0 dst=0] Initial Credits [src=4 int=2 dst=1]
    AppleThunderboltDPPathManager<0xffffff8047714100>::createPath - kDPPathTypeAuxRx - NFC [src=0 int=0 dst=0] Initial Credits [src=7 int=2 dst=1]
    AppleThunderboltDPOutAdapter<0xffffff8047e7d000>::hpdStateDetermined - activate path
    AppleThunderboltDPPathManager<0xffffff8047713100>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff8047713100>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 3 unplug = 1
    IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    AppleThunderboltDPOutAdapter<0xffffff80478f7800>::hpdStateDetermined - activate path
    AppleThunderboltDPPathManager<0xffffff8049c90d00>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff8049c90d00>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff8049c90d00>::createPath - kDPPathTypeAuxTx - NFC [src=0 int=0 dst=0] Initial Credits [src=4 int=2 dst=1]
    AppleThunderboltDPPathManager<0xffffff8049c90d00>::createPath - kDPPathTypeAuxRx - NFC [src=0 int=0 dst=0] Initial Credits [src=7 int=2 dst=1]
    AppleThunderboltDPOutAdapter<0xffffff80499a5800>::hpdStateDetermined - activate path
    AppleThunderboltDPPathManager<0xffffff804aebfa00>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff804aebfa00>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 3 unplug = 1
    IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 4 unplug = 1
    IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 4 unplug = 0
    IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 3 unplug = 0
    AppleThunderboltDPOutAdapter<0xffffff8046c9e800>::hpdStateDetermined - activate path
    AppleThunderboltDPPathManager<0xffffff804ae53c00>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff804ae53c00>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 3 unplug = 1
    IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 4 unplug = 1
    IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 3 unplug = 0
    IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 4 unplug = 0
    AppleThunderboltDPOutAdapter<0xffffff804a6ab800>::hpdStateDetermined - activate path
    AppleThunderboltDPPathManager<0xffffff8049dd3400>::createPath - kDPPathTypeVideo - NFC [src=11 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    AppleThunderboltDPPathManager<0xffffff8049dd3400>::createPath - kDPPathTypeAuxTx - NFC [src=0 int=0 dst=0] Initial Credits [src=4 int=2 dst=1]
    AppleThunderboltDPPathManager<0xffffff8049dd3400>::createPath - kDPPathTypeAuxRx - NFC [src=0 int=0 dst=0] Initial Credits [src=7 int=2 dst=1]

  • Hi! I have a MacBook and I am trying to delete files from Microsoft Word. Somehow I cannot simply throw them in the trash. Does anyone know how to resolve this issue?

    Hi! I have a MacBook and I am trying to delete files from Microsoft Word. Somehow I cannot simply throw them in the trash. Does anyone know how to resolve this issue?

    Why not? Are there error messages? Where are the files located? Why are you deleting MicroSoft Word files?

  • If I look at emails on my iPhone 4s, I cannot get to them in my gmail or company account after that.  Is there a setting I have incorrectly made to correct this?

    If I look at emails on my iPhone 4s, I cannot get to them in my gmail or company account after that.  Is there a setting I have incorrectly made to correct this?

    Go to Settings > Mail, Contacts, Calendars and open your mail account. touch "Advanced" and check what is set for "Remove from Server".

Maybe you are looking for

  • MacBook Pro Displayport driver

    Hi folks, I've been trying to connect two external monitors to my MacBook Pro from mid 2012 via Displayport's MST (Multi-Stream Transport) feature. Nvidia lists the integrated GeForce GT 650M chipset as supporting Displayport 1.2. So, let's give it a

  • HDL Compiler Error

    Salve, per la mia applicazione uso un crate PXIe (1062Q) con un RT-module 8102 ed una FlexRIO 7962R. Alla FlexRIO è connesso un AM custom. Nella mia applicazione genero un IP-core con il coregen di xilinx da importare come CLIP nel mio progetto (è un

  • Batch ABAP uses GET PARAMETER of the user

    Dear all, I have the following curious effect when I start an ABAP in Batch. There are some selection criteria with a GET PARAMETER which are blocked in the variant. In dialog everything works fine. In batch mode the variant in SM37 is also correct.

  • Designer9i Not Working

    Hi, Sorry if this question has been posted before. I recently installed 9iDS on a test machine in preparation for migration from previous version, but right off the bat we ran into problem using 9i Designer. The problem is, when I ran any of the Diag

  • How to get rid of my imessage

    how do you get ride of imessage