XFCE monitoring

http://xfce.org/images/screenshots/XFce4_xinerama.png
What is the XFCE4 App in the right side that's monitoring everything?  What is that app called?  How can I get it?

That's gkrellm. I use it on all my Linux boxes. There are lots of cool plugins for it too. Search for gkrellm on the index page of this site, use pacman to install. Can go to freshmeat and search there too.
-Shawn

Similar Messages

  • Horizontal video tearing in xfce and ion graphics (nvidia)

    Hello all,
    I have arch + xfce running no problems, but there is significant horizontal video tearing when I play videos (in vlc or firefox/flash). I have already enabled 'Sync to VBlank' within the nvidia-utils control panel. I think the problem arises from the xfce monitor settings window that only allows the frequency output to the monitor to be 50Hz. Can someone confirm this and/or offer advice?
    Thanks again,
    DF

    Since Devotedfollower is using a nvidia ion card he will get the best results without compositing at all.
    If you want to use a nvidia card along with compiz without tearing, I found these additional steps to be necessary:
    put
    Option "TripleBuffer" "True"
    under Section "Device" in your /etc/X11/xorg.conf (if you don't have one, run "nvidia-xconfig" once as root)
    put "nvidia-settings -l" into your startup applications
    install and launch ccsm, open up the general options and look for a tick called "Sync to VBlank" and activate it
    within these general options there is a tick called "recognize refresh rate" (or something alike); deactivate it
    try playing around with the refresh rate slider (I got the best results when using the exact refresh rate for my display or something higher)
    Note that these steps are only necessary if you really want to use compiz on nvidia cards. They worked with several GTX cards for me. Don't know about your ION though.
    My netbook has an ION but it was one of the first ones. As far as I can remember it had no tearing on xfce without compositing but on compiz it had a bit tearing at the top of screen even with all the steps above.
    Nevertheless I wish you best luck!
    P.S. Tearing has always been a huge problem on Linux for me. After a lot research I found compiz being the only compositor able to almost eliminate tearing. So the only choice for nvidia users to get rid of video tearing is either to use no compositing at all (which results in teary desktop graphics) or to use compiz along with vdpau...

  • [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.

  • XFCE network monitor applet

    XFCE has this nice network monitor applet, in which you can set the colors of the incoming and outgoing bar. The only problem is that they don't seem to have any effect. Mine stay blue. I'm guessing the global color scheme is interfering somehow... Any solution for this problem?

    This is awesome, thank you for contributing this.

  • Dual Monitor XFCE on a Laptop?

    I managed to get it up and running but is there an app or something that makes it easier to disconnect and reconnect my laptop to the secondary monitor without having to restore all the settings everytime i decide that i want to move my laptop away from secondary monitor?

    nixpunk wrote:
    Not sure what you mean.  Are you saying that every time you connect your laptop to an external monitor you need to bring up Menu -> Settings -> Display?
    I use Xfce with a laptop and external monitor (via docking station) and all I do to connect/disconnect is hit fn-F7 to bring up the external monitor menu.  If you don't have a monitor hotkey, you could always use xrandr and a hotkey(s) of your choice.
    seems like a good solution to tie the xrandr command to a keyboard shortcut and bind the panels to a particular monitor.    Thanks.  Sorry for responding so late.   edit that works now wondering if there is a command to both enable secondary monitor and reset xrandr settings all at once edit again i set f6 to turn off external display f7 to turn it back on and f8 to restore dual monitor settings.    now if only there was a way to combine f7 and f8.   and && doesn't work.   3rd and final edit.     combined commands into bash script and linked to that as a keyboard shortcut
    Last edited by mamamia88 (2012-09-09 04:49:58)

  • XFCE + dual monitor setup question

    Hi,
    I just used the wiki guides to install arch and xfce, the desktop is extended horizontally on my 2 monitors, I used aticonfig.
    the problem is if I start a an application in 1 monitor I cannot drag it to the 2nd monitor, how do I achieve that?
    thx.

    @pinkfish, re etiquette, don't worry too much about it.  I've seen worse and at least you're willing to take advice and a bit of constructive criticism.  Some people I have seen on forums immediately fire a shot over the bow, to use a naval phrase, thinking they need to defend themselves from other forum citizens.
    I meant to ask, are you trying to get one big desktop then or a "true" dual monitor (separate x-session) situation?  You might want to try one then the other.  I know when I had an ATI card I found it difficult, if not impossible, to get dual monitors working properly yet the big desktop option did work on most systems.

  • Odd shadowing effects in XFCE with dual monitors and intel graphics

    Linux fowie-desktop 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010 i686 Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz GenuineIntel GNU/Linux
    lspci shows:
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    not using an xorg.conf
    rc.conf (snippets)
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/Denver"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!usblp vboxdrv !saa7134 saa7134-dvb)
    DAEMONS=(syslog-ng dbus hal @network @netfs @crond @alsa @cups @sensors @samba @ddclient @sshd @httpd @mysqld @smartd)
    and my .xinitrc:
    /usr/bin/xrandr --output VGA1 --left-of DVI1 --output DVI1 --mode 1920x1080
    exec ck-launch-session startxfce4
    Xorg.0.log at http://pastebin.ca/1925313
    If I use the xf86-video-intel driver from extra, the xrandr command to do dual-outputs fails and I get both monitors showing the same desktop (mirrored mode).  I switched to use AUR's xf86-video-intel-git (reading the forums it said this would fix the dual-monitor issue until extra moves to 2.12.0-2) and I do get the dual monitors working propery with the xrandr command, but I'm experiencing wierd effects.  For every unminimized window on the desktop, if I put another window in front, the shadow of the window below stays on top of the window containing the focus.  Hard to explain, so I'll use a photo:
    That's what it looks like with xf89-video-intel-git, libdrm-git, dri-git, and anything else git and intel graphics related I can find.  Any ideas what's wrong, or what I would even call this problem so I can look around and see if anyone else is having the same issues?
    Last edited by fowie (2010-08-25 20:21:53)

    Ok, I went into the XFCE4 setting manager and opened the "Window Manager Tweaks" module, Under "Compositor" if I disable display compositing the shadowing effect is gone, making the display much more usable (thanks!).  But now compositing does not work.  Guess I'll go report this to XFCE, or is the XFCE compositing manager handled by someone else?
    Last edited by fowie (2010-08-25 23:11:54)

  • New network (and much more) monitor for XFCE panel

    A few years ago I wrote a tiny app to show a text network monitor in the XFCE panel, resembling the previous one I was familiarized with (in KDE?).
    The past month I started fixing a bug and ended in a full rewrite, but keeping the original simplicity (at least in the panel bar) despite that now reports far more than the network activity.
    The installation instructions are the same: download a single file (no dependencies), compile it, add a Generic Monitor Applet (XFCE) to the panel and configure it to load the new executable.
    I have updated the wiki page, but the full instructions and code is now hosted at github: "Hacker's Monitor for XFCE". Yes, it has a new name also.
    Here follows a screenshot with the mouse over the applet to open the tooltip (yes, I was intentionally doing a dd from /dev/sda into /dev/null ):
    https://github.com/lightful/xfce-hkmon/ … /hkmon.png
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by cgarcia (2015-01-07 22:40:54)

    Moving to Community Contributions...

  • [XFCE] wrong window border with 2 monitors

    Hey Guys,
    a week ago I bought a new monitor and now have a 2 monitor setup on my computer. I'm using a Nvidia graphic card with the proprietary drivers (v302.17-1) and set up these monitors to use separate X servers (two monitors, 2 devices and 2 screens in my xorg.conf). And it works: I can open applications on both monitors separately. Except the fact, that after a logout or reboot, the window border of the primary monitor is reset to some default (seems to be the previous theme I used). I tested this behavior with multiple themes. The panels and the whole second monitor use the configured theme. When re-configure XFCE to use the theme I want, also the primary monitor will use it. But its annoying to do this after every login.
    Does anyone have a clue why this is happening, or how to fix it? While researching I read a lot about XFCE problems with 2 monitor setup.
    Greetz Corubba
    EDIT: I found a little workaround for this. I just added
    xfconf-query -c xsettings -p /Net/ThemeName -t string -s Xfce-4.6
    xfwm4 --replace &
    to my xinitrc. It set the name of my theme and cause the wm to redraw with the new theme.
    Last edited by Corubba (2012-07-14 12:03:12)

    Any news?

  • [Solved] XFCE 4.8 Ghost panel on Second Monitor

    I've found that when maximizing a window on my second monitor, there is a 28 pixel "gap" where my panel would be on that screen [If I used a panel on that one] upon maximizing a window. If I set my panel to autohide, this goes away, but I find auto-hiding panels rather annoying, and am wondering if there's any way to fix/workaround this. If it helps, I'm using the command "xrandr --output LVDS1 --right-of HDMI1" to extend my desktop onto the second monitor.
    Here's a screenshot of what happens http://img691.imageshack.us/img691/3470 … 103502.png
    Edit: Latest version of xfce4-panel fixes the issue.
    Last edited by DarkSniper (2011-06-25 09:46:23)

    kinu wrote:No way with Twinview (or I don't know how to do it). I will try with xrandr.
    Yeah, seems to be a limitation of the Nvidia GUI, but it seems that it's possible [and necessary] to configure it with Xorg's configuration files if you want more freedom to position your monitors.
    Since some extra configuration is needed with the Nvidia driver, xrandr alone might not be ideal in your situation. [I mentioned it before since I never needed to mess with my Xorg configuration, and an .xprofile script based around xrandr works better with my Intel-based laptop. ]
    Xorg's config files seem like a better choice for you, and if you need to change monitor layouts on the fly, xrandr should still work once you have a good Xorg configuration. If you choose to go this route, you'll probably find this section of the Xorg wiki page very useful: https://wiki.archlinux.org/index.php/Xorg#Nvidia_2
    Since you'd need to specify a position for your second monitor to workaround this, you'd need to use a line like this, instead of the "RightOf" one in the example configuration: ' Screen       1 "Screen1" x y ' where x,y is the location of the upper left corner of that display.
    [If a configuration file already exists, make sure you create a backup of it first. Worst-case scenario, a bad config file will prevent X from starting, and you could just restore the backup from the command-line.]
    I also discovered that offsetting it by the exact height of your panel seems to cause problems on your primary monitor [at least with the latest version of the XFCE panel]. Upon rebooting, windows would not respect my panels, and instead would go underneath them when maximized. Although, by offsetting my second monitor by a little more [1920x280 instead of 1920x284], both monitors allow windows to maximize correctly, so if you run into the same problem, something like that should fix it.
    Last edited by DarkSniper (2011-06-22 10:26:51)

  • XFCE window buttons (tasklist) and multiple monitors

    I have dual monitors and each has their own xfce panel with its own set of window buttons. The window buttons have an option to display windows from all monitors, which I don't want, so I deselected it. The only problem is both of the window buttons display the window buttons from the first monitor and not the second. How can I rectify this.

    Hi, Rob, Andrew Wolfe here, now working at Interactive Data Corporation in Bedford MA.
    I filed some bugs or ERs on this some months ago from Oracle. With very large or multiple monitors, there is a fundamental UI problem with the Microsoft-originated "Multiple-Document Interface" model in which an application's document windows are all enclosed within a main backdrop window.
    As a longtime Mac user I have always been amazed that most Windows users work with a single document maximized in a single application window that is maximized over the whole screen. That is, Windows users actually don't use windowing; they use something more like screen swapping. JDeveloper (who knows maybe it's Swing too) buys into this big time by orienting the entire UI around the main JDeveloper window. The tabs and tab groups don't help this at all -- especially given that they always try to dock on you and maximize.
    Now Windows UIs have alway squandered screen space -- I'm sorry, does everything really have to have three levels of bulky tool bars? -- and so when displays were smaller (800x600 or less) this way of working made sense. In fact, Windows wastes enough space to exhaust a 1024x768 monitor on a single window.
    But when you get any larger than 1024x768, or when you add an additional monitor, that background MDI window is a complete waste, and document windows/tab groups docking and maximizing does not good whatever.
    PLEASE allow JDeveloper to run without this backdrop window. Let users move and size tab groups however they like. Preferably this would be a user preference, so I don't have to be CTRL-dragging all the time.
    Best,
    Andrew

  • [Solved] Xfce 4.4.3-1 battery monitor problem

    Today I did a "pacman -Syu" as I regularly do and there were a few updates, including a Xfce one so I decided to let it install the updates.
    The problem is that the Battery Monitor plugin no longer works (it's very handy if you use a laptop like I do).
    There is an error message if I d:
    $ dmesg | tail
    usb 3-1: new low speed USB device using ohci_hcd and address 2
    usb 3-1: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver hiddev
    input: Logitech Optical USB Mouse as /class/input/input10
    input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:03.1-1
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    ACPI: EC: GPE storm detected, disabling EC GPE
    xfce4-battery-p[8258]: segfault at 46 ip b76abb7d sp bfb7e878 error 4 in libc-2.8.so[b7650000+13c000]
    and also another on the output of X (I guess thats it), I have done startx &> x.log and there is this:
    (xfce4-panel:7376): Gtk-CRITICAL **: gtk_socket_get_id: assertion `GTK_WIDGET_ANCHORED (socket)' failed
    ** (xfce4-panel:7376): CRITICAL **: An item was unexpectedly removed: "Battery Monitor".
    Is it just a problem on my machine or is it a general problem? If it is just a problem on my machine any suggestions on how can I fix it?
    Thanks in advance.
    Last edited by R00KIE (2008-11-01 12:56:24)

    Ok, the version on the Xfce page seemed to be the same I had on my system but I decided to download and compile it anyway and then I did a diff on the file I had on the system and the compiled one and they were different.
    Then I went to AUR and searched for some makepkg script and I found one for an older (??) version of the plugin and I modified it.
    The I decided to give it a try and I have the battery plugin working again
    Here's what you need
    File: PKGBUILD
    pkgname=xfce4-battery-plugin
    pkgver=0.5.1
    pkgrel=1
    pkgdesc="A battery applet for the Xfce4"
    arch=(i686 x86_64)
    license=('GPL2')
    url="http://sourceforge.net/projects/battery-4-xfce4/"
    groups=('xfce4-goodies')
    depends=('libxfce4util' 'libxfcegui4' 'gtk2' 'xfce4-panel' 'dbus' 'libnotify')
    makedepends=('pkgconfig')
    options=('!libtool')
    install=${pkgname}.install
    source=(http://goodies.xfce.org/releases/xfce4-battery-plugin/${pkgname}-${pkgver}.tar.bz2)
    md5sums=('d8a666d85bb3c1dd007b547de4dd7037')
    build() {
    cd ${startdir}/src/${pkgname}-${pkgver}
    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
    --localstatedir=/var --disable-static
    make || return 1
    make DESTDIR=${startdir}/pkg install
    File: xfce4-battery-plugin.install
    post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    post_upgrade() {
    post_install $1
    post_remove() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    op=$1
    shift
    $op $*
    After you have both files issue a makepkg (in the directory where you have both files of course). If all goes well then just issue
    sudo pacman -U xfce4-battery-plugin-0.5.1-1-i686.pkg.tar
    then logout and login again, the plugin should work again.
    If it fails before compiling check what it complains about, in my case I had to install perl-xml-xpath (use sudo pacman -S perl-xml-xpath).

  • [SOLVED] Xfce 4.8 - dual monitor

    Hi,
    I use xfce and I have a nvidia card with property driver.
    When I switched in dual monitor the panel go to the second monitor. In xfce 4.6 panel stay in principal monitor.
    There is a configuration for position panel in dual monitor?
    tnx
    Last edited by ugaciaka (2011-01-22 07:10:48)

    You can set "span monitors" in the panel preferences, and you can lock the panel also I can drag it to another monitor when in it's preferences (it has a red dotted line around it then) works pretty much perfect

  • Xfce panel system monitor reading wrong RAM usage

    A picture is worth a thousand words:
    What's up with that ?
    I just booted up the computer, freshly running system
    EDIT: Oh, it seems to include cached memory in that display...but that's too much to be cached methinks
    Last edited by moljac024 (2009-02-24 09:49:29)

    William Boyd, Jr. wrote:
    Welcome to Apple's discussion groups.
    Thanks
    I believe that the most significant RAM value in Activity Monitor as far as performance problems is concerned is "Page outs". If this value is no more than a few hundred MB and isn't increasing over time, then your Mac isn't running out of RAM.
    I've just restarted and it is in a 2,5MB stable value. Also "Free" and "Active" values are now in normal values after 1 day of intesive use: 350 and 800 MB respectively.
    As for solving your slow down problem, I'd keep Activity Monitor open to the CPU pane to see if there are jumps in CPU use when the problem occurs.
    Nice. I've just opened the CPU Use mini-window and i'm also using the memory usage dock icon. Pretty cool to see CPU usage peaks.
    Thanks so much for the help

  • XFCE, possible to monitor remote dedicated web server? Conky et al?

    Hi all,
    I'm new to Arch, this is my 3rd day.  I'm still actually fairly new to Linux, and haven't done a lot of customization, especially with desktop monitoring and status apps like conky and etc.  I'm running Arch on a fairly old laptop, and I don't do a lot of performance hogging things, so I really have no interest in monitoring my local machine or displaying stats of my local machine on my desktop.  But, if it were possible to somehow aggregate performance and stats from my remote webserver that would be fantastic.
    Even if it's something as simple as uptime and cpu load averages or anything like that.  Has anyone ever done any kind of remote server monitoring on the desktop and if so, what's the best program to install for that?  I've never used conky before or any other, so before I invest a bunch of time in one, if it's not going to meet these particular needs, I'd rather get some direction from you guys.
    as for my webserver, it is a dedicated web server running debian (Dreamhost), so I have full capability to install what I need to install on it in order to make the performance monitoring available, as long as whatever I need to install is secure.  I only have ssh and ftp access to the server as far as I know.
    Thanks!  Looking forward to learning so much from this distro!  So far I feel like I've dived into a magical swimming pool of knowledge absorption and my linux knowledge has almost doubled in two days. You guys rock!
    -Robbie
    ps: Here's my desktop - http://imgur.com/a/3TZE6

    Conky has the ability to execute arbitrary commands and capture the output.  Take a look at man conky and see the information on the exec command and friends.
    Edit:
      Oh, and welcome to Arch Linux
    Last edited by ewaller (2013-09-26 21:41:28)

Maybe you are looking for