[SOLVED] trying to get my keyboard layout to work, & hal to mount..

hi,
prior to the recent xorg upgrade, i had my xorg.conf set my keyboard layout, and hal would automount my phone in pcmanfm. since the xorg update, for the sake of not having to to set up the new hotplugging, I disabled it in my xorg.conf so my keyboard would keep its layout.
obviously though, with hot plugging switched off, hal wont mount my phone, so i am trying to get my keyboard set up and get hal automounting.
i have set    Option       "AutoAddDevices" "True" in my xorg.conf
i have edited /etc/hal/fdi/policy/10-keymap.fdi as follows;
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.rules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to
keyboard otherwise). -->
<merge key="input.xkb.model" type="string">kbd</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.xkb.model" type="string">logiaccess</merge>
</match>
<merge key="input.xkb.layout" type="string">gb</merge>
<merge key="input.xkb.variant" type="string" />
</match>
</device>
</deviceinfo>
basically, my keyboard is still in us layout, and hal still wont mount my phone even after restarting X! what have i missed?
Last edited by ninjaprawn (2008-12-16 20:29:09)

ok, i managed to fix the problem. i edited the .fdi file as follows;
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.rules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to
keyboard otherwise). -->
<merge key="input.xkb.model" type="string">evdev</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.xkb.model" type="string">evdev</merge>
</match>
<merge key="input.xkb.layout" type="string">gb</merge>
<merge key="input.xkb.variant" type="string" />
</match>
</device>
</deviceinfo>
for some reason, logiaccess and kbd work in xorg.conf, but no in hal? instead, evdev can do everything!

Similar Messages

  • Ukelele generated custom keyboard layouts not working in Lion?

    I asked this question in the stackexchange site a few days ago.  Nothing I've tried has worked so far, except for creating a new account.  Because a fresh account works, it's got to be something with my preferences, right?
    http://apple.stackexchange.com/questions/21691/ukelele-generated-custom-keyboard -layouts-not-working-in-lion
    Here's the question from above:
    I created a custom keyboard layout with Ukelele (http://scripts.sil.org/ukelele) in Snow Leopard (idea is to generate scandinavian letters with Alt-key, otherwise have a pretty much standard U.S. layout). After the upgrade, the old installed (to ~/Library/Keyboard Layouts) layout wasn't working.
    Ukelele seems to work OK in Lion, but whether I put the generated keylayout in a bundle or single file, or save it "/Library/Keyboard Layouts" or "~/Library/Keyboard Layouts" doesn't seem to matter.
    Help?
    EDIT:
    @Sergio, I cannot choose the layout in Input Sources. One keylayout file I tried:http://semeai.org/~sjl/us-scands.keylayout
    [EDIT: Removed unrelated stuff]
    UPDATE 2011/08/15:
    @Tom:
    Copied your keylayout (it naturally ended up in my Junk folder):
    midgard (01:55) >ls -l ~/Library/Keyboard\ Layouts/MongolianQWERTY.keylayout-rw-r--r--@ 1 sjl  staff  44536 Mar 13  2008 /Users/sjl/Library/Keyboard Layouts/MongolianQWERTY.keylayout
    Logged out, logged in, isn't showing in Input sources (I'm looking very closely between "Maori" and "Myanmar - QWERTY").
    I've also uninstalled bunch of software and plugins giving suspicious messages to system.log, but hasn't helped.
    UPDATE 2011/08/16:
    I created a test account, and lo, the layout works perfectly for it. Also the bug in preferences doesn't show for that account. When trying this on my own account, there are no errors in Console logs with the suggested keywords (I can't seem to locate console.log file, though).
    UPDATE 2011/08/16 later:
    Nuking Library/Caches (and relogging) didn't help.
    UPDATE 2011/08/17:
    I did
    % find Library -name "*.plist" -exec mv {} {}.renamed \;
    and restarted, but it didn't help. I restored the situation with
    % for file in `find Library -name "*.plist.renamed"`; \  do mv "$file" "${file//.renamed/}"; done
    addendum: I also went through all the .plist files with plutil -s as described inhttp://www.askdavetaylor.com/can_i_check_my_plist_files_in_mac_os_x_for_problems .html. There was some brokennes, but in very unrelated applications.

    Tom,
    I think I love you.
    That absolutely did it! Thanks so much!
    If you'll answer with the same link in the stackexchange site, I'll mark the answer as correct, so you'll get the rep there.
    Thanks,
    Sami

  • Trying to get a WRT54GX2 wireless router working with a W...

    Trying to get a WRT54GX2 wireless router working with a WPC54G wireless card. The laptop and desktop both will access the Internet and work when hardwired through the router's Ethernet ports. When trying to access wireless, the Laptop shows to be connected to the router and also to Internet, but Internet Explorer can not access any websites.  Suggestions? Thanks.

    what ip address does the laptop get ?? ensure that the laptop is not set for a static ip add....and it gets an ip add from the router ..

  • I am trying to get this java program to work

    I need your help, I am trying to get this java program to work. The program is long and massive, but I got stuck in the last point where the program checks if there are a double quotes or a comma in a string.
    The string is an URL retrieved from XML files (this is already done).
    There are 4 conditions:
    Case 1
    =====
    The URL string is of invalid format and contains no commas (,) and no double quotes (").
    Make no changes to the URL string.
    Case 2
    =====
    The URL string is of invalid format and contains 1 or more double quotes (") but no commas.
    Make no changes to the URL string.
    Case 3
    =====
    The URL string is of invalid format and contains 1 or more commas (,) but no double quotes.
    Modify the URL string so that it starts and ends with a double quote (").
    Case 4
    =====
    The URL string is of invalid format and contains 1 or more double quotes (") and one or more commas (,).
    Modify the URL string so that every double quote (") becomes a double double quote (""), and so that it starts and ends with a double quote (").
    ======
    then write the modified URL string to the CSV file.
    ======
    Examples:
    1. hello ---> hello
    2. hello "big" world ---> hello "big" world
    3. hello, world ---> "hello, world"
    4. hello "big,big" world ---> "hello ""big,big"" world"

    You can do the searching with String.indexOf() and then you can make replacements (like " with "") with String.replaceAll().
    As for adding leading and trailing ", that could be done with simple concatenation.

  • [SOLVED] Trying to get dual monitor Xrandr to run on startup

    I found several posts with trying to get an Xrandr script on startup but their solution doesn't seem to work.
    Running Arch + XFCE + SLiM with ati open source drivers
    when running xrandr --output HDMI-0 --right-of DVI-1 in terminal my dual monitor setup works fine
    so I add it to my /home/username/.xinitrc which looks like
    xrandr --output HDMI-0 --right-of DVI-1
    exec ck-launch-session startxfce4
    but there is the same ol' mirrored desktops? Any suggestions?
    Last edited by PumpkinJack (2011-08-16 02:12:17)

    It could also be me overlooking some stupid simple detail too.  I haven't had any issues with gnome or kde but granted I could use the actual gui
    to change it.  Weird thing is when I installed xfce a couple days ago I swear it had a gui to enable what I need because also it WAS working 2 days ago o_O
    but heres the log:
    [ 2985.229]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 2985.239]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 2985.244] X Protocol Version 11, Revision 0
    [ 2985.245] Build Operating System: Linux 3.0.0-ARCH x86_64
    [ 2985.247] Current Operating System: Linux sfx 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:18:35 CEST 2011 x86_64
    [ 2985.249] Kernel command line: root=/dev/disk/by-uuid/8b947b8e-d3af-467a-ac97-057e0e474832 ro
    [ 2985.250] Build Date: 08 August 2011 08:24:13AM
    [ 2985.252]
    [ 2985.254] Current version of pixman: 0.22.2
    [ 2985.255] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2985.259] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2985.264] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 15 14:19:05 2011
    [ 2985.265] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2985.267] (==) No Layout section. Using the first Screen section.
    [ 2985.267] (==) No screen section available. Using defaults.
    [ 2985.267] (**) |-->Screen "Default Screen Section" (0)
    [ 2985.267] (**) | |-->Monitor "<default monitor>"
    [ 2985.267] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2985.267] (**) | |-->Device "mycard"
    [ 2985.267] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2985.267] (==) Automatically adding devices
    [ 2985.267] (==) Automatically enabling devices
    [ 2985.267] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2985.267] Entry deleted from font path.
    [ 2985.267] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2985.267] Entry deleted from font path.
    [ 2985.267] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2985.267] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2985.267] Entry deleted from font path.
    [ 2985.267] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2985.267] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2985.267] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2985.267] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2985.267] (II) Loader magic: 0x7d3620
    [ 2985.267] (II) Module ABI versions:
    [ 2985.267] X.Org ANSI C Emulation: 0.4
    [ 2985.267] X.Org Video Driver: 10.0
    [ 2985.267] X.Org XInput driver : 12.2
    [ 2985.267] X.Org Server Extension : 5.0
    [ 2985.268] (--) PCI:*(0:3:0:0) 1002:6738:1682:3100 rev 0, Mem @ 0xd0000000/268435456, 0xfbcc0000/131072, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
    [ 2985.268] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2985.268] (II) LoadModule: "extmod"
    [ 2985.269] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2985.269] (II) Module extmod: vendor="X.Org Foundation"
    [ 2985.269] compiled for 1.10.3.901, module version = 1.0.0
    [ 2985.269] Module class: X.Org Server Extension
    [ 2985.269] ABI class: X.Org Server Extension, version 5.0
    [ 2985.269] (II) Loading extension MIT-SCREEN-SAVER
    [ 2985.269] (II) Loading extension XFree86-VidModeExtension
    [ 2985.269] (II) Loading extension XFree86-DGA
    [ 2985.269] (II) Loading extension DPMS
    [ 2985.269] (II) Loading extension XVideo
    [ 2985.269] (II) Loading extension XVideo-MotionCompensation
    [ 2985.269] (II) Loading extension X-Resource
    [ 2985.269] (II) LoadModule: "dbe"
    [ 2985.269] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2985.269] (II) Module dbe: vendor="X.Org Foundation"
    [ 2985.269] compiled for 1.10.3.901, module version = 1.0.0
    [ 2985.269] Module class: X.Org Server Extension
    [ 2985.269] ABI class: X.Org Server Extension, version 5.0
    [ 2985.269] (II) Loading extension DOUBLE-BUFFER
    [ 2985.269] (II) LoadModule: "glx"
    [ 2985.269] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2985.269] (II) Module glx: vendor="X.Org Foundation"
    [ 2985.269] compiled for 1.10.3.901, module version = 1.0.0
    [ 2985.269] ABI class: X.Org Server Extension, version 5.0
    [ 2985.269] (==) AIGLX enabled
    [ 2985.269] (II) Loading extension GLX
    [ 2985.269] (II) LoadModule: "record"
    [ 2985.269] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2985.269] (II) Module record: vendor="X.Org Foundation"
    [ 2985.269] compiled for 1.10.3.901, module version = 1.13.0
    [ 2985.269] Module class: X.Org Server Extension
    [ 2985.269] ABI class: X.Org Server Extension, version 5.0
    [ 2985.269] (II) Loading extension RECORD
    [ 2985.269] (II) LoadModule: "dri"
    [ 2985.269] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2985.269] (II) Module dri: vendor="X.Org Foundation"
    [ 2985.269] compiled for 1.10.3.901, module version = 1.0.0
    [ 2985.269] ABI class: X.Org Server Extension, version 5.0
    [ 2985.269] (II) Loading extension XFree86-DRI
    [ 2985.269] (II) LoadModule: "dri2"
    [ 2985.269] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2985.270] (II) Module dri2: vendor="X.Org Foundation"
    [ 2985.270] compiled for 1.10.3.901, module version = 1.2.0
    [ 2985.270] ABI class: X.Org Server Extension, version 5.0
    [ 2985.270] (II) Loading extension DRI2
    [ 2985.270] (II) LoadModule: "radeon"
    [ 2985.270] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 2985.270] (II) Module radeon: vendor="X.Org Foundation"
    [ 2985.270] compiled for 1.10.1, module version = 6.14.2
    [ 2985.270] Module class: X.Org Video Driver
    [ 2985.270] ABI class: X.Org Video Driver, version 10.0
    [ 2985.270] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS
    [ 2985.272] (--) using VT number 8
    [ 2985.277] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 2985.277] (II) [KMS] Kernel modesetting enabled.
    [ 2985.277] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2985.277] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 2985.277] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 2985.277] (==) RADEON(0): Default visual is TrueColor
    [ 2985.277] (==) RADEON(0): RGB weight 888
    [ 2985.277] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 2985.277] (--) RADEON(0): Chipset: "AMD Radeon HD 6800 Series" (ChipID = 0x6738)
    [ 2985.277] (II) RADEON(0): PCIE card detected
    [ 2985.277] drmOpenDevice: node name is /dev/dri/card0
    [ 2985.277] drmOpenDevice: open result is 8, (OK)
    [ 2985.277] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
    [ 2985.277] drmOpenDevice: node name is /dev/dri/card0
    [ 2985.277] drmOpenDevice: open result is 8, (OK)
    [ 2985.277] drmOpenByBusid: drmOpenMinor returns 8
    [ 2985.277] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
    [ 2985.277] (II) Loading sub module "exa"
    [ 2985.277] (II) LoadModule: "exa"
    [ 2985.277] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 2985.277] (II) Module exa: vendor="X.Org Foundation"
    [ 2985.277] compiled for 1.10.3.901, module version = 2.5.0
    [ 2985.277] ABI class: X.Org Video Driver, version 10.0
    [ 2985.277] (II) RADEON(0): KMS Color Tiling: disabled
    [ 2985.277] (II) RADEON(0): KMS Pageflipping: enabled
    [ 2985.277] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 2985.296] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 2985.316] (II) RADEON(0): Output DisplayPort-1 has no monitor section
    [ 2985.422] (II) RADEON(0): Output HDMI-0 using monitor section bar
    [ 2985.422] (**) RADEON(0): Option "RightOf" "foo"
    [ 2985.426] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 2985.532] (II) RADEON(0): Output DVI-1 using monitor section foo
    [ 2985.543] (II) RADEON(0): EDID for output DisplayPort-0
    [ 2985.556] (II) RADEON(0): EDID for output DisplayPort-1
    [ 2985.662] (II) RADEON(0): EDID for output HDMI-0
    [ 2985.662] (II) RADEON(0): Manufacturer: ACI Model: 27f6 Serial#: 77821
    [ 2985.662] (II) RADEON(0): Year: 2010 Week: 34
    [ 2985.662] (II) RADEON(0): EDID Version: 1.3
    [ 2985.662] (II) RADEON(0): Digital Display Input
    [ 2985.662] (II) RADEON(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 2985.662] (II) RADEON(0): Gamma: 2.20
    [ 2985.662] (II) RADEON(0): DPMS capabilities: Off
    [ 2985.662] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2985.662] (II) RADEON(0): First detailed timing is preferred mode
    [ 2985.662] (II) RADEON(0): redX: 0.647 redY: 0.334 greenX: 0.284 greenY: 0.607
    [ 2985.662] (II) RADEON(0): blueX: 0.151 blueY: 0.071 whiteX: 0.313 whiteY: 0.329
    [ 2985.662] (II) RADEON(0): Supported established timings:
    [ 2985.662] (II) RADEON(0): 720x400@70Hz
    [ 2985.662] (II) RADEON(0): 640x480@60Hz
    [ 2985.662] (II) RADEON(0): 640x480@67Hz
    [ 2985.662] (II) RADEON(0): 640x480@75Hz
    [ 2985.662] (II) RADEON(0): 800x600@56Hz
    [ 2985.662] (II) RADEON(0): 800x600@60Hz
    [ 2985.662] (II) RADEON(0): 800x600@72Hz
    [ 2985.662] (II) RADEON(0): 800x600@75Hz
    [ 2985.662] (II) RADEON(0): 832x624@75Hz
    [ 2985.662] (II) RADEON(0): 1024x768@60Hz
    [ 2985.662] (II) RADEON(0): 1024x768@70Hz
    [ 2985.662] (II) RADEON(0): 1024x768@75Hz
    [ 2985.662] (II) RADEON(0): 1280x1024@75Hz
    [ 2985.662] (II) RADEON(0): Manufacturer's mask: 0
    [ 2985.662] (II) RADEON(0): Supported standard timings:
    [ 2985.662] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 2985.662] (II) RADEON(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 2985.662] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 2985.662] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2985.662] (II) RADEON(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 2985.662] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 2985.662] (II) RADEON(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 2985.662] (II) RADEON(0): Supported detailed timing:
    [ 2985.662] (II) RADEON(0): clock: 148.5 MHz Image Size: 598 x 336 mm
    [ 2985.662] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 2985.662] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 2985.662] (II) RADEON(0): Serial No: A8LMTF077821
    [ 2985.662] (II) RADEON(0): Ranges: V min: 50 V max: 85 Hz, H min: 24 H max: 92 kHz, PixClock max 175 MHz
    [ 2985.662] (II) RADEON(0): Monitor name: ASUS VE278
    [ 2985.662] (II) RADEON(0): Supported detailed timing:
    [ 2985.662] (II) RADEON(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 2985.662] (II) RADEON(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 2985.662] (II) RADEON(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 2985.662] (II) RADEON(0): Supported detailed timing:
    [ 2985.662] (II) RADEON(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 2985.663] (II) RADEON(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 2985.663] (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 2985.663] (II) RADEON(0): Supported detailed timing:
    [ 2985.663] (II) RADEON(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 2985.663] (II) RADEON(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 2985.663] (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 2985.663] (II) RADEON(0): Supported detailed timing:
    [ 2985.663] (II) RADEON(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 2985.663] (II) RADEON(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 2985.663] (II) RADEON(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 2985.663] (II) RADEON(0): Number of EDID sections to follow: 1
    [ 2985.663] (II) RADEON(0): EDID (in hex):
    [ 2985.663] (II) RADEON(0): 00ffffffffffff000469f627fd2f0100
    [ 2985.663] (II) RADEON(0): 22140103803c22782aeed5a555489b26
    [ 2985.663] (II) RADEON(0): 125054b7ef00714f81c0814081809500
    [ 2985.663] (II) RADEON(0): b300d1c00101023a801871382d40582c
    [ 2985.663] (II) RADEON(0): 450056502100001e000000ff0041384c
    [ 2985.663] (II) RADEON(0): 4d54463037373832310a000000fd0032
    [ 2985.663] (II) RADEON(0): 55185c11000a202020202020000000fc
    [ 2985.663] (II) RADEON(0): 00415355532056453237380a2020019d
    [ 2985.663] (II) RADEON(0): 020322714f0102031112130414050e0f
    [ 2985.663] (II) RADEON(0): 1d1e1f10230907018301000065030c00
    [ 2985.663] (II) RADEON(0): 10008c0ad08a20e02d10103e96000925
    [ 2985.663] (II) RADEON(0): 21000018011d007251d01e206e285500
    [ 2985.663] (II) RADEON(0): 09252100001e011d00bc52d01e20b828
    [ 2985.663] (II) RADEON(0): 554009252100001e8c0ad09020403120
    [ 2985.663] (II) RADEON(0): 0c405500092521000018000000000000
    [ 2985.663] (II) RADEON(0): 00000000000000000000000000000073
    [ 2985.663] (II) RADEON(0): Printing probed modes for output HDMI-0
    [ 2985.663] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2985.663] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2985.667] (II) RADEON(0): EDID for output DVI-0
    [ 2985.773] (II) RADEON(0): EDID for output DVI-1
    [ 2985.773] (II) RADEON(0): Manufacturer: ACI Model: 27f6 Serial#: 77822
    [ 2985.773] (II) RADEON(0): Year: 2010 Week: 34
    [ 2985.773] (II) RADEON(0): EDID Version: 1.3
    [ 2985.773] (II) RADEON(0): Digital Display Input
    [ 2985.773] (II) RADEON(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 2985.773] (II) RADEON(0): Gamma: 2.20
    [ 2985.773] (II) RADEON(0): DPMS capabilities: Off
    [ 2985.773] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2985.773] (II) RADEON(0): First detailed timing is preferred mode
    [ 2985.773] (II) RADEON(0): redX: 0.647 redY: 0.334 greenX: 0.284 greenY: 0.607
    [ 2985.773] (II) RADEON(0): blueX: 0.151 blueY: 0.071 whiteX: 0.313 whiteY: 0.329
    [ 2985.773] (II) RADEON(0): Supported established timings:
    [ 2985.773] (II) RADEON(0): 720x400@70Hz
    [ 2985.773] (II) RADEON(0): 640x480@60Hz
    [ 2985.773] (II) RADEON(0): 640x480@67Hz
    [ 2985.773] (II) RADEON(0): 640x480@75Hz
    [ 2985.773] (II) RADEON(0): 800x600@56Hz
    [ 2985.773] (II) RADEON(0): 800x600@60Hz
    [ 2985.773] (II) RADEON(0): 800x600@72Hz
    [ 2985.773] (II) RADEON(0): 800x600@75Hz
    [ 2985.773] (II) RADEON(0): 832x624@75Hz
    [ 2985.773] (II) RADEON(0): 1024x768@60Hz
    [ 2985.773] (II) RADEON(0): 1024x768@70Hz
    [ 2985.773] (II) RADEON(0): 1024x768@75Hz
    [ 2985.773] (II) RADEON(0): 1280x1024@75Hz
    [ 2985.773] (II) RADEON(0): Manufacturer's mask: 0
    [ 2985.773] (II) RADEON(0): Supported standard timings:
    [ 2985.773] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 2985.773] (II) RADEON(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 2985.773] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 2985.773] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2985.773] (II) RADEON(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 2985.773] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 2985.773] (II) RADEON(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 2985.773] (II) RADEON(0): Supported detailed timing:
    [ 2985.773] (II) RADEON(0): clock: 148.5 MHz Image Size: 598 x 336 mm
    [ 2985.773] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 2985.773] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 2985.773] (II) RADEON(0): Serial No: A8LMTF077822
    [ 2985.773] (II) RADEON(0): Ranges: V min: 50 V max: 85 Hz, H min: 24 H max: 92 kHz, PixClock max 175 MHz
    [ 2985.773] (II) RADEON(0): Monitor name: ASUS VE278
    [ 2985.773] (II) RADEON(0): Supported detailed timing:
    [ 2985.773] (II) RADEON(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 2985.773] (II) RADEON(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 2985.773] (II) RADEON(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 2985.773] (II) RADEON(0): Supported detailed timing:
    [ 2985.773] (II) RADEON(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 2985.773] (II) RADEON(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 2985.773] (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 2985.773] (II) RADEON(0): Supported detailed timing:
    [ 2985.773] (II) RADEON(0): clock: 74.2 MHz Image Size: 521 x 293 mm
    [ 2985.773] (II) RADEON(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 2985.773] (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 2985.773] (II) RADEON(0): Supported detailed timing:
    [ 2985.773] (II) RADEON(0): clock: 27.0 MHz Image Size: 521 x 293 mm
    [ 2985.773] (II) RADEON(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 2985.773] (II) RADEON(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 2985.773] (II) RADEON(0): Number of EDID sections to follow: 1
    [ 2985.773] (II) RADEON(0): EDID (in hex):
    [ 2985.773] (II) RADEON(0): 00ffffffffffff000469f627fe2f0100
    [ 2985.773] (II) RADEON(0): 22140103803c22782aeed5a555489b26
    [ 2985.773] (II) RADEON(0): 125054b7ef00714f81c0814081809500
    [ 2985.773] (II) RADEON(0): b300d1c00101023a801871382d40582c
    [ 2985.773] (II) RADEON(0): 450056502100001e000000ff0041384c
    [ 2985.773] (II) RADEON(0): 4d54463037373832320a000000fd0032
    [ 2985.773] (II) RADEON(0): 55185c11000a202020202020000000fc
    [ 2985.773] (II) RADEON(0): 00415355532056453237380a2020019b
    [ 2985.773] (II) RADEON(0): 020322714f0102031112130414050e0f
    [ 2985.773] (II) RADEON(0): 1d1e1f10230907018301000065030c00
    [ 2985.773] (II) RADEON(0): 10008c0ad08a20e02d10103e96000925
    [ 2985.773] (II) RADEON(0): 21000018011d007251d01e206e285500
    [ 2985.773] (II) RADEON(0): 09252100001e011d00bc52d01e20b828
    [ 2985.773] (II) RADEON(0): 554009252100001e8c0ad09020403120
    [ 2985.773] (II) RADEON(0): 0c405500092521000018000000000000
    [ 2985.773] (II) RADEON(0): 00000000000000000000000000000073
    [ 2985.773] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 2985.773] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2985.773] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 2985.774] (II) RADEON(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 2985.774] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2985.774] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 2985.774] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2985.774] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2985.774] (II) RADEON(0): Output DisplayPort-0 disconnected
    [ 2985.774] (II) RADEON(0): Output DisplayPort-1 disconnected
    [ 2985.774] (II) RADEON(0): Output HDMI-0 connected
    [ 2985.774] (II) RADEON(0): Output DVI-0 disconnected
    [ 2985.774] (II) RADEON(0): Output DVI-1 connected
    [ 2985.774] (II) RADEON(0): Using user preference for initial modes
    [ 2985.774] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
    [ 2985.774] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080
    [ 2985.774] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2985.774] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:f7d7000
    [ 2985.774] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 2985.774] (==) RADEON(0): DPI set to (96, 96)
    [ 2985.774] (II) Loading sub module "fb"
    [ 2985.774] (II) LoadModule: "fb"
    [ 2985.774] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2985.774] (II) Module fb: vendor="X.Org Foundation"
    [ 2985.774] compiled for 1.10.3.901, module version = 1.0.0
    [ 2985.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2985.774] (II) Loading sub module "ramdac"
    [ 2985.774] (II) LoadModule: "ramdac"
    [ 2985.774] (II) Module "ramdac" already built-in
    [ 2985.774] (--) Depth 24 pixmap format is 32 bpp
    [ 2985.774] (II) RADEON(0): [DRI2] Setup complete
    [ 2985.774] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 2985.774] (II) RADEON(0): Front buffer size: 16200K
    [ 2985.774] (II) RADEON(0): VRAM usage limit set to 213829K
    [ 2985.774] (==) RADEON(0): Backing store disabled
    [ 2985.774] (II) RADEON(0): Direct rendering enabled
    [ 2985.774] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 2985.774] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 2985.774] (II) EXA(0): Driver registered support for the following operations:
    [ 2985.774] (II) Solid
    [ 2985.774] (II) Copy
    [ 2985.774] (II) Composite (RENDER acceleration)
    [ 2985.774] (II) UploadToScreen
    [ 2985.774] (II) DownloadFromScreen
    [ 2985.774] (II) RADEON(0): Acceleration enabled
    [ 2985.774] (==) RADEON(0): DPMS enabled
    [ 2985.774] (==) RADEON(0): Silken mouse enabled
    [ 2985.774] (II) RADEON(0): Set up textured video
    [ 2985.774] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2985.774] (--) RandR disabled
    [ 2985.774] (II) Initializing built-in extension Generic Event Extension
    [ 2985.774] (II) Initializing built-in extension SHAPE
    [ 2985.774] (II) Initializing built-in extension MIT-SHM
    [ 2985.774] (II) Initializing built-in extension XInputExtension
    [ 2985.774] (II) Initializing built-in extension XTEST
    [ 2985.774] (II) Initializing built-in extension BIG-REQUESTS
    [ 2985.774] (II) Initializing built-in extension SYNC
    [ 2985.774] (II) Initializing built-in extension XKEYBOARD
    [ 2985.774] (II) Initializing built-in extension XC-MISC
    [ 2985.774] (II) Initializing built-in extension SECURITY
    [ 2985.774] (II) Initializing built-in extension XINERAMA
    [ 2985.774] (II) Initializing built-in extension XFIXES
    [ 2985.774] (II) Initializing built-in extension RENDER
    [ 2985.774] (II) Initializing built-in extension RANDR
    [ 2985.774] (II) Initializing built-in extension COMPOSITE
    [ 2985.774] (II) Initializing built-in extension DAMAGE
    [ 2985.780] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 2985.780] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 2985.780] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 2985.780] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 2985.780] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 2985.780] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r600_dri.so
    [ 2985.780] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 2985.781] (II) RADEON(0): Setting screen physical size to 1016 x 285
    [ 2985.813] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 2985.813] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2985.813] (II) LoadModule: "evdev"
    [ 2985.813] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.813] (II) Module evdev: vendor="X.Org Foundation"
    [ 2985.813] compiled for 1.10.0, module version = 2.6.0
    [ 2985.813] Module class: X.Org XInput Driver
    [ 2985.813] ABI class: X.Org XInput driver, version 12.2
    [ 2985.813] (II) Using input driver 'evdev' for 'Power Button'
    [ 2985.813] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.813] (**) Power Button: always reports core events
    [ 2985.813] (**) Power Button: Device: "/dev/input/event6"
    [ 2985.813] (--) Power Button: Found keys
    [ 2985.813] (II) Power Button: Configuring as keyboard
    [ 2985.813] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 2985.813] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 2985.813] (**) Option "xkb_rules" "evdev"
    [ 2985.813] (**) Option "xkb_model" "evdev"
    [ 2985.813] (**) Option "xkb_layout" "us"
    [ 2985.832] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 2985.832] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2985.832] (II) Using input driver 'evdev' for 'Power Button'
    [ 2985.832] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.832] (**) Power Button: always reports core events
    [ 2985.832] (**) Power Button: Device: "/dev/input/event5"
    [ 2985.832] (--) Power Button: Found keys
    [ 2985.832] (II) Power Button: Configuring as keyboard
    [ 2985.832] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event5"
    [ 2985.832] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 2985.832] (**) Option "xkb_rules" "evdev"
    [ 2985.832] (**) Option "xkb_model" "evdev"
    [ 2985.832] (**) Option "xkb_layout" "us"
    [ 2985.835] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP (/dev/input/event9)
    [ 2985.835] (II) No input driver/identifier specified (ignoring)
    [ 2985.836] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event0)
    [ 2985.836] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2985.836] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 2985.836] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.836] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 2985.836] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event0"
    [ 2985.836] (--) Logitech Logitech Illuminated Keyboard: Found keys
    [ 2985.836] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 2985.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-1/6-1:1.0/input/input0/event0"
    [ 2985.836] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
    [ 2985.836] (**) Option "xkb_rules" "evdev"
    [ 2985.836] (**) Option "xkb_model" "evdev"
    [ 2985.836] (**) Option "xkb_layout" "us"
    [ 2985.837] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event1)
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2985.837] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 2985.837] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event1"
    [ 2985.837] (--) Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
    [ 2985.837] (--) Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
    [ 2985.837] (--) Logitech Logitech Illuminated Keyboard: Found relative axes
    [ 2985.837] (--) Logitech Logitech Illuminated Keyboard: Found absolute axes
    [ 2985.837] (--) Logitech Logitech Illuminated Keyboard: Found keys
    [ 2985.837] (II) Logitech Logitech Illuminated Keyboard: Configuring as mouse
    [ 2985.837] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 2985.837] (II) Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2985.837] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-1/6-1:1.1/input/input1/event1"
    [ 2985.837] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
    [ 2985.837] (**) Option "xkb_rules" "evdev"
    [ 2985.837] (**) Option "xkb_model" "evdev"
    [ 2985.837] (**) Option "xkb_layout" "us"
    [ 2985.837] (EE) Logitech Logitech Illuminated Keyboard: failed to initialize for relative axes.
    [ 2985.837] (II) Logitech Logitech Illuminated Keyboard: initialized for absolute axes.
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
    [ 2985.837] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
    [ 2985.837] (II) config/udev: Adding input device Logitech G500 (/dev/input/event2)
    [ 2985.837] (**) Logitech G500: Applying InputClass "evdev pointer catchall"
    [ 2985.837] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 2985.837] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.837] (**) Logitech G500: always reports core events
    [ 2985.837] (**) Logitech G500: Device: "/dev/input/event2"
    [ 2985.837] (--) Logitech G500: Found 20 mouse buttons
    [ 2985.837] (--) Logitech G500: Found scroll wheel(s)
    [ 2985.837] (--) Logitech G500: Found relative axes
    [ 2985.837] (--) Logitech G500: Found x and y relative axes
    [ 2985.837] (II) Logitech G500: Configuring as mouse
    [ 2985.837] (II) Logitech G500: Adding scrollwheel support
    [ 2985.837] (**) Logitech G500: YAxisMapping: buttons 4 and 5
    [ 2985.837] (**) Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2985.837] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-2/6-2:1.0/input/input2/event2"
    [ 2985.837] (II) XINPUT: Adding extended input device "Logitech G500" (type: MOUSE)
    [ 2985.838] (II) Logitech G500: initialized for relative axes.
    [ 2985.838] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 2985.838] (**) Logitech G500: (accel) acceleration profile 0
    [ 2985.838] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 2985.838] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 2985.838] (II) config/udev: Adding input device Logitech G500 (/dev/input/mouse0)
    [ 2985.838] (II) No input driver/identifier specified (ignoring)
    [ 2985.838] (II) config/udev: Adding input device Logitech G500 (/dev/input/event3)
    [ 2985.838] (**) Logitech G500: Applying InputClass "evdev keyboard catchall"
    [ 2985.838] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 2985.838] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.838] (**) Logitech G500: always reports core events
    [ 2985.838] (**) Logitech G500: Device: "/dev/input/event3"
    [ 2985.838] (--) Logitech G500: Found 1 mouse buttons
    [ 2985.838] (--) Logitech G500: Found scroll wheel(s)
    [ 2985.838] (--) Logitech G500: Found relative axes
    [ 2985.838] (--) Logitech G500: Found absolute axes
    [ 2985.838] (--) Logitech G500: Found keys
    [ 2985.838] (II) Logitech G500: Configuring as mouse
    [ 2985.838] (II) Logitech G500: Configuring as keyboard
    [ 2985.838] (II) Logitech G500: Adding scrollwheel support
    [ 2985.838] (**) Logitech G500: YAxisMapping: buttons 4 and 5
    [ 2985.838] (**) Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2985.838] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-2/6-2:1.1/input/input3/event3"
    [ 2985.838] (II) XINPUT: Adding extended input device "Logitech G500" (type: KEYBOARD)
    [ 2985.838] (**) Option "xkb_rules" "evdev"
    [ 2985.838] (**) Option "xkb_model" "evdev"
    [ 2985.838] (**) Option "xkb_layout" "us"
    [ 2985.838] (EE) Logitech G500: failed to initialize for relative axes.
    [ 2985.838] (II) Logitech G500: initialized for absolute axes.
    [ 2985.838] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 2985.838] (**) Logitech G500: (accel) acceleration profile 0
    [ 2985.838] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 2985.838] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 2985.840] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event8)
    [ 2985.840] (II) No input driver/identifier specified (ignoring)
    [ 2985.842] (II) config/udev: Adding input device Logitech Logitech G35 Headset (/dev/input/event4)
    [ 2985.842] (**) Logitech Logitech G35 Headset: Applying InputClass "evdev keyboard catchall"
    [ 2985.842] (II) Using input driver 'evdev' for 'Logitech Logitech G35 Headset'
    [ 2985.842] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2985.842] (**) Logitech Logitech G35 Headset: always reports core events
    [ 2985.842] (**) Logitech Logitech G35 Headset: Device: "/dev/input/event4"
    [ 2985.842] (--) Logitech Logitech G35 Headset: Found 2 mouse buttons
    [ 2985.842] (--) Logitech Logitech G35 Headset: Found absolute axes
    [ 2985.842] (--) Logitech Logitech G35 Headset: Found keys
    [ 2985.842] (II) Logitech Logitech G35 Headset: Configuring as mouse
    [ 2985.842] (II) Logitech Logitech G35 Headset: Configuring as keyboard
    [ 2985.842] (**) Logitech Logitech G35 Headset: YAxisMapping: buttons 4 and 5
    [ 2985.842] (**) Logitech Logitech G35 Headset: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2985.842] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.3/input/input4/event4"
    [ 2985.842] (II) XINPUT: Adding extended input device "Logitech Logitech G35 Headset" (type: KEYBOARD)
    [ 2985.842] (**) Option "xkb_rules" "evdev"
    [ 2985.842] (**) Option "xkb_model" "evdev"
    [ 2985.842] (**) Option "xkb_layout" "us"
    [ 2985.842] (II) Logitech Logitech G35 Headset: initialized for absolute axes.
    [ 2985.842] (**) Logitech Logitech G35 Headset: (accel) keeping acceleration scheme 1
    [ 2985.842] (**) Logitech Logitech G35 Headset: (accel) acceleration profile 0
    [ 2985.842] (**) Logitech Logitech G35 Headset: (accel) acceleration factor: 2.000
    [ 2985.842] (**) Logitech Logitech G35 Headset: (accel) acceleration threshold: 4
    [ 2985.845] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 2985.845] (II) No input driver/identifier specified (ignoring)
    [ 2986.246] (II) RADEON(0): EDID vendor "ACI", prod id 10230
    [ 2986.246] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 2986.246] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 2986.246] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 2986.246] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
    [ 2986.246] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
    [ 2986.250] (II) RADEON(0): Allocate new frame buffer 1920x1080 stride 1920
    [ 2986.250] (II) RADEON(0): VRAM usage limit set to 221119K

  • [SOLVED] Cinnamon stuck in US keyboard layout

    I can't seem to get Cinnamon to use a UK keyboard layout. At the GDM login prompt the keyboard layout is correct, but as soon as I log in to cinnamon it switches to a US layout.
    I can't find any Cinnamon setting applets to change the keyboard layout so I'm a bit stuck! Anyone have any ideas?
    Thanks!
    Last edited by BadgerFence (2013-04-07 07:32:30)

    I managed to fix it by installing gnome and using its 'System Settings' that has a 'Region & Language' section, which finally allowed me to set the correct keyboard

  • [SOLVED] Trying to get samba to work, smbtree issues:

    I am having a bit of an issue getting my computer to show up to my Mint laptop.  Running smbtree as it stands right now produces this output:
    Enter mikeyd's password:
    WORKGROUP
    \\MINT mint server (Samba, LinuxMint)
    \\MINT\IPC$ IPC Service (mint server (Samba, LinuxMint))
    \\MINT\print$ Printer Drivers
    Here is my smb.conf file:
    http://pastebin.com/M5neuVPt
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    usershare path = /var/lib/samba/usershares
    usershare max shares = 100
    usershare allow guests = yes
    usershare owner only = False
    # workgroup = NT-Domain-Name or Workgroup-Name
    workgroup = WORKGROUP
    # server string is the equivalent of the NT Description field
    server string = %h server (Samba, ArchBoxMTD)
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ; hosts allow = 192.168.1. 192.168.2. 127.
    # if you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    printcap name = /etc/printcap
    load printers = yes
    # It should not be necessary to spell out the print system type unless
    # yours is non-standard. Currently supported print systems include:
    # bsd, sysv, plp, lprng, aix, hpux, qnx
    ; printing = bsd
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/log/samba/%m.log
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Security mode. Most people will want user level security. See
    # security_level.txt for details.
    security = user
    # Use password server option only with security = server
    ; password server = <NT-Server-Name>
    # Password Level allows matching of _n_ characters of the password for
    # all combinations of upper and lower case.
    ; password level = 8
    ; username level = 8
    # You may wish to use password encryption. Please read
    # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
    # Do not enable this option unless you have read those documents
    ; encrypt passwords = yes
    ; smb passwd file = /etc/samba/smbpasswd
    # The following are needed to allow password changing from Windows to
    # update the Linux sytsem password also.
    # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
    # NOTE2: You do NOT need these to allow workstations to change only
    # the encrypted SMB passwords. They allow the Unix password
    # to be kept in sync with the SMB password.
    ; unix password sync = Yes
    ; passwd program = /usr/bin/passwd %u
    ; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
    # Unix users can map to different SMB User names
    ; username map = /etc/samba/smbusers
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting
    ; include = /etc/samba/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Configure remote browse list synchronisation here
    # request announcement to, or browse list sync from:
    # a specific host or from / to a whole subnet (see below)
    ; remote browse sync = 192.168.3.25 192.168.5.255
    # Cause this host to announce itself to local subnets here
    ; remote announce = 192.168.1.255 192.168.2.44
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Use only if you have an NT server on your network that has been
    # configured at install time to be a primary domain controller.
    ; domain controller = <NT-Domain-Controller-SMBName>
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # All NetBIOS names must be resolved to IP Addresses
    # 'Name Resolve Order' allows the named resolution mechanism to be specified
    # the default order is "host lmhosts wins bcast". "host" means use the unix
    # system gethostbyname() function call that will use either /etc/hosts OR
    # DNS or NIS depending on the settings of /etc/host.config, /etc/nsswitch.conf
    # and the /etc/resolv.conf file. "host" therefore is system configuration
    # dependant. This parameter is most often of use to prevent DNS lookups
    # in order to resolve NetBIOS names to IP Addresses. Use with care!
    # The example below excludes use of name resolution for machines that are NOT
    # on the local network segment
    # - OR - are not deliberately to be known via lmhosts or via WINS.
    ; name resolve order = wins lmhosts bcast
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The built-in default for versions 1.9.17 is yes,
    # this has been changed in version 1.9.18 to no.
    dns proxy = no
    # Case Preservation can be handy - system default is _no_
    # NOTE: These can be set on a per share basis
    ; preserve case = no
    ; short preserve case = no
    # Default case is normally upper case for all DOS files
    ; default case = lower
    # Be very careful with case sensitivity - it can break things!
    ; case sensitive = no
    #============================ Share Definitions ==============================
    [homes]
    comment = Home Directories
    browseable = yes
    writable = yes
    public = yes
    path = /home/mikeyd
    guest ok = yes
    share modes = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /home/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /home/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    [printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
    # Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
    # This one is useful for people to share files
    ;[tmp]
    ; comment = Temporary file space
    ; path = /tmp
    ; read only = no
    ; public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; read only = yes
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %u option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    On the mint laptop, it can see its own share as well.
    This is my /etc/hostname output
    archboxmtd
    This might help too:
    mikeyd@archboxmtd ~ $ net usershare info
    [Videos]
    path=/home/mikeyd/Videos
    comment=
    usershare_acl=Everyone:F,
    guest_ok=y
    I have tried to get things working by following:
    https://wiki.archlinux.org/index.php/Samba
    https://wiki.archlinux.org/index.php/Sa … leshooting
    Hopefully that gives you helpful uber dudes something to go on.
    Thank you for any help you can give.  I am pretty technical, but have been away from Arch and smb for a while.  I should be able to follow any suggestions fine.
    Thanks!
    Last edited by degmic71 (2013-07-09 00:30:38)

    Answered my own question, nmdb was the culprit.... dang, well saving this page for future ref:
    This did it:
    Starting the service
    Start/enable Samba via the smbd and nmbd at boot:
    systemctl enable smbd.service
    systemctl enable nmbd.service
    Run them right now as well (otherwise you'd have to reboot):
    systemctl start smbd.service
    systemctl start nmbd.service
    Swat is a nice web interface too

  • Trying to change the keyboard layout on my 5800

    I simply want to change the keyboard layout to Dvorak (because that is the layout I use).  It is not one you can buy the phone with.
    I've done many hours of searching and it seems the only thing that may have done it was MagicKey which can remap keys.  However MagicKey is now UNUSABLE because it is not signed and the Symbian people do not allow you to sign it in any way (even self sign) if you are not the original developer of the app.
    Am I missing something ?  Why is Nokia's S60 platform so closed ?
    Thanks for reading this!

    hi there,
    could you provide the community with a little more information to help narrow troubleshooting? What is your operating system and what program are we printing from? Does this happen with all documents (like word and notepad or similar)?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Trying to get dwm, urxvt, transparency to work nicely together

    New Arch user here, great distribution.
    I've been trying to set up dwm with the Monaco font (great monospace/ttf font) and transparency. As you know, dwm launches uxterm by default as a new terminal. I wanted something with transparency, so I tried urxvt and tried to get it to use "fake" transparency (I could try real transparency, but when I launch xcompmgr I get a plethora of streaming error messages, so I guess I'll have the fake stuff). My ~.Xresources file looks like so:
    ! URxvt*font: Monaco
    URxvt*background: black
    URxvt*foreground: white
    URxvt*termName: rxvt
    URxvt*multichar_encoding: utf-8
    URxvt*transparent: true
    URxvt*tintColor: white
    URxvt*shading: 50
    URxvt*loginShell: true
    URxvt*scrollBar: false
    URxvt*scrollKey: true
    URxvt*saveLines: 3000
    I grabbed this somewhere from the net. I've commented out the font, because its another issue and I'll address it below. After saving this, and running xrdb -load ~/.Xresources, I try launching urxvt. The colors work fine (background and foreground), but I can't seem to get the transparency working at all. Instead its just a solid color.
    As for the font, I installed Monaco from the arch repos. I tried using xlsfonts to get the "name" of the font, but that showed up nothing. Can urxvt use ttf fonts?
    Thanks for your help, I'll post anything else anyone needs.
    Last edited by maxmackie (2012-05-29 23:41:54)

    JackH79 wrote:
    This will probably help (it will probably help with your font problems as well). See what it says about using shading and tintColor at the same time.
    Also, just for future reference, please use Code tags for posting file content or terminal output.
    Like this:
    [code]Some text[/code]
    Thanks for the link. I must have skimmed over too quickly last time. I got the font working, awesome how the wiki uses the font I want as an example For the transparency however, no dice. I tried using either only shading or tint, but both of them failed. Just to be 100% certain, I don't need xcompmgr running or anything for this to work right?
    Trilby wrote:I'm not sure where dwm comes into play here, but I will give you one of my own grievances: I much prefer "real" transparency because with psuedo-transparency, whenever the layout changes, there seems to be a good bit of lag between to windows changing shape and the pseudo-background being redrawn.  It's ugly as hell - so I use true transparency.  I'm still working, however, on a dwm patch to "hide other" windows in monocle mode, because as is, a true transparent terminal in monocle mode shows other windows below it ... also ugly as hell.
    The only saving grace is that I never really use terminals in monocle mode - thats just for my web browser on occasion.
    As for the problem at hand, I second Jack's point.  Remove one of those and try again.
    I figured I'd mention dwm seeing as they mention transparency issues out of box (ie, none). I thought maybe running dwm required me to have an extra daemon running or something... I do agree that true transparency would be much nicer, but I'm running into big issues with xcompmgr. Running from shell dumps an endless stream of "error 163: BadPicture request 149 minor 8 serial xxxxx" and running it straight from dmenu results in ugly transparency between different tags in dwm (I have a terminal open on tag 1 and firefox open on tag 2, I can see firefox through the terminal on tag 1). Admittedly, I haven't read into anything regarding xcompmgr so these could all be trivial issues.
    jasonwryan wrote:Welcome to the boards Max. What took you so long?
    Hey Jason. Well, a couple years back I saw your awesome screenshot of dwm and decided to switch from KDE to it. I guess recently I felt like going the whole way and running Arch. I loved getting everything up and running manually (nothing like installing an OS and being given only a simple terminal ). Thanks for the welcome.

  • Trying to get a code walkthrough to work - Bing Ads Api C# Web App

    Hi,
    I'm trying to get the C# Web App code walkthrough to work.  I went through the steps written out, and pasted in the Client ID, Client Secret, RedirectionUri, and DeveloperToken values.  When I run the app, it sends me to the redirection URI, with
    "?code=" and a 36-character code added onto the address.  Could you tell me why this is happening, and what I might need to do to get this working?
    Thanks,
    Mike

    Hi Mike.
    The current example assumes that you set the RedirectionUri to index.chtml, which admittedly isn't robust enough. We plan to update it. Typically as you are probably attempting, the callback after the user provides credentials would redirect
    to a page other than index.chtml e.g. callback.chtml.
    Short term solution is that you can update the RedirectionUri to either "YourSite\" or "YourSite\index.chtml", and the existing sample should run. Otherwise you can define a new callback page that handles the "?code" fragment
    e.g. as follows:
    // If the current HTTP request is a callback from the Microsoft Account authorization server,
    // use the current request url containing authorization code to request new access and refresh tokens
    if (Request["code"] != null)
    await authorization.RequestAccessAndRefreshTokensAsync(Request.Url);
    // Save the authorization object in a session for future requests.
    Session["auth"] = authorization;
    return await CallBingAdsServices((OAuthWebAuthCodeGrant)Session["auth"]);
    Does this help? Please let me know if you have any other questions.
    Best regards,
    Eric

  • So sick of trying to get iTunes 8.2 to work on Vista - 7 days of ****

    After downloading £50+ worth of new music/audiobooks and tv shows last week, innocently clicked on 'upgrade to 8.2'; (yes I backed up my Library and hard disk first); result, the last 7 days of **** trying to get iTunes and my iPhone to sync. I'm so sick of this bloody iPhone, iTunes and Vista, if I could go out and purchase a replacement to iPhone and iTunes I would without a second thought.
    I have tried absolutely everything posted on apple.com/itunes/support in the last 7 days - must have spent a good 4-5 hours a day over the last 7 days trying to fix this sodding fault.
    At this point, I'm considering going back to CDs, and the simplicity of just putting a CD on and playing it. It seems but a far away, simple approach to listening to music, compared to the sodding **** of trying to get iTunes to work on my Vista Laptop.
    So ****** off I'm thinking of getting rid of my iPhone (and yes I'm at the end of my contract) and going for anything that is Non-Apple.
    Anyone else had this delightful experience with iTunes 8.1 and 8.2?

    Read the iTouch forums and other iPhone forums... this is a big issue and a known bug. Apple contacted me right after I posted my issue. I downloaded it when it was released. My fix tonight was to downgrade to iTunes 8.1. This works for sure, so this is the only fix that I know truly works.

  • Help ! Trying to get PDF Prep Tool to work

    Help... Iam trying to get the PDF PRep Tool from www.pdf-tools.com to work. I get a nativ error (se belove) when trying the first included demo.
    Has anyone worked the PDF Prep Tool, and maybe can help out ?
    My Specs:
    Windows 2000 Server sp 3
    JDK 1.4.1_01
    My Error:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x1004A0DC
    Function=[Unknown.]
    Library=C:\WINNTFW1\system32\pdprep32.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at com.glance.pdf.pt.PTLib.PDocClose(Native Method)
         at com.glance.pdf.pt.PTDoc.close(PTDoc.java:209)
         at com.glance.pdf.engine.Generator.genPass(Generator.java:672)
         at com.glance.pdf.engine.Generator.generate(Generator.java:413)
         at FirstStep.main(FirstStep.java:60)
    Dynamic libraries:
    0x00400000 - 0x00406000      C:\Program\J2SDK_SE\bin\javaw.exe
    0x77F80000 - 0x77FFB000      C:\WINNTFW1\System32\ntdll.dll
    0x77DB0000 - 0x77E0B000      C:\WINNTFW1\system32\ADVAPI32.dll
    0x77E80000 - 0x77F31000      C:\WINNTFW1\system32\KERNEL32.dll
    0x77D30000 - 0x77DA1000      C:\WINNTFW1\system32\RPCRT4.dll
    0x77E10000 - 0x77E6F000      C:\WINNTFW1\system32\USER32.dll
    0x77F40000 - 0x77F79000      C:\WINNTFW1\system32\GDI32.dll
    0x78000000 - 0x78046000      C:\WINNTFW1\system32\MSVCRT.dll
    0x75E60000 - 0x75E7A000      C:\WINNTFW1\System32\IMM32.DLL
    0x6CA60000 - 0x6CA68000      C:\WINNTFW1\System32\LPK.DLL
    0x66650000 - 0x666A4000      C:\WINNTFW1\System32\USP10.dll
    0x6D330000 - 0x6D45A000      C:\Program\J2SDK_SE\jre\bin\client\jvm.dll
    0x77570000 - 0x775A0000      C:\WINNTFW1\System32\WINMM.dll
    0x6D1D0000 - 0x6D1D7000      C:\Program\J2SDK_SE\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      C:\Program\J2SDK_SE\jre\bin\verify.dll
    0x6D210000 - 0x6D229000      C:\Program\J2SDK_SE\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      C:\Program\J2SDK_SE\jre\bin\zip.dll
    0x10000000 - 0x1008F000      C:\WINNTFW1\system32\pdprep32.dll
    0x782F0000 - 0x78534000      C:\WINNTFW1\system32\SHELL32.dll
    0x77C70000 - 0x77CBA000      C:\WINNTFW1\system32\SHLWAPI.dll
    0x77B50000 - 0x77BD9000      C:\WINNTFW1\system32\COMCTL32.dll
    0x77A50000 - 0x77B45000      C:\WINNTFW1\system32\ole32.dll
    0x779B0000 - 0x77A4B000      C:\WINNTFW1\system32\OLEAUT32.dll
    0x77920000 - 0x77943000      C:\WINNTFW1\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNTFW1\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNTFW1\System32\PSAPI.DLL
    Local Time = Mon Jan 13 15:13:01 2003
    Elapsed Time = 2
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode)
    # An error report file has been saved as hs_err_pid1964.log.
    # Please refer to the file for further information.

    Actually it is e-doc assembler im trying to get to work...:-)
    (Is there an edit function in these forums ?)
    /Ruben

  • Trying to get simple UDP Server to work

    Hello
    I am trying to get a simple UDP Server to work. I have written the Server and a Client and upto a point the program works. I can make a request from the client and the Server sees this and sends its own response. The problem is the client doesn't seem to receive this response. The error I get is 'java.net.SocketTimeoutException: Receive timed out'.
    Below is the code for the Server;
            while (true) {
                try {
                    for (i = 0; i < sendBuffer.length; i++)
                        sendBuffer[i] = 0;
                    for (i = 0; i < receiveBuffer.length; i++)
                        receiveBuffer[i] = 0;
                    serverSocket.receive(receivePacket);
                    telemetryRequest = new String(receivePacket.getData(), 0, receivePacket.getLength());
                    jTextFieldServerStatus.setText(telemetryRequest);
                    receivePacket.setLength(receiveBuffer.length);
                    sendTelemetry = new String("airspeed=" + Math.round(Float.valueOf((airspeed))));
                    sendBuffer = sendTelemetry.getBytes("ASCII");
                    sendPacket = new DatagramPacket(sendBuffer, sendBuffer.length, clientIPAddress, clientPort);
                    sendPacket.setData(sendBuffer, 0, sendBuffer.length);
                    serverSocket.send(sendPacket);
                } catch (IOException e) {
                    jTextFieldServerStatus.setText("Error on server socket");
                    return;
            }I have tested the Client against another UDP Server and this works, so I believe it is something in my Server code causing the problem.
    If anyone has a solution to this problem I would really appreicate their help.
    Regards
    Gary

    Cross post:
    http://forum.java.sun.com/thread.jspa?threadID=792481&messageID=4503960#4503960

  • Trying to get a code walkthrough to work - Bing Ads Api C# Desktop App

    Hi,
    I'm trying to get the Bing Ads API Desktop App Walkthrough working.  When I run it where it says to run, I get an error saying "Uri passed doesn't contain code param..."
    All I've done to the copied and pasted code was input ClientId and DeveloperToken in the first part of the MainWindow class.
    Do you have any idea what could be causing this?
    https://msdn.microsoft.com/en-US/library/bing-ads-net-walkthrough-desktop-application.aspx
    Thanks,
    Mike

    I am able to repro the issue by using the ClientId of a web application.
    The proposed solution is to register an application as a desktop or mobile application, in order to use that example. Running Fiddler you can capture the traffic e.g. as follows:
    https://login.live.com/oauth20_desktop.srf?error=invalid_request&error_description=The%20provided%20value%20for%20the%20input%20parameter%20'redirect_uri'%20is%20not%20valid.%20The%20client%20application%20must%20be%20marked%20as%20'mobile'%2c%20or%20the%20value%20must%20be%20an%20absolute%20URL%20which%20matches%20the%20registered%20redirect%20URI.&lc=1033
    It seems the 'Uri' error message is thrown by the SDK because it tries to get access and refresh tokens with the URL above instead of the expected on with 'code'. We will take a look at the SDK and make sure the right error message is being relayed. 
    By the way if you want to use a web application (as it sounds like you may have already registered one), try Walkthrough: Bing Ads Web Application in C#.
     Please let me know if I can help with any other questions. 
    I hope this helps!
    Eric

  • Trying to get HD-DVD drive to work on Satellite P100-463

    Hi everybody.
    I bought this baby on the weekend and since I am struggeling trying to get HD-DVD to work on it. I added the xbox 360 HD_DVD drive but the Power DVD Software Advisor keeps telling that the graphic card 9Geforce Go 7900) drivers need to be updated in order to play HD-DVD content. Now, there is no newer driver available as the one installed (84.0?)
    Can anybody please advise if the card supports hdcp protection anyways? Maybe my problem has another source.
    Thanks for advice.

    Wait do you use the drive designed for the Xbox in the Satellite P100?
    Hmm, Im surprised that this device is compatible with the Toshiba notebook.
    Anyway, as far as I know you need a special DVD software player to play and watch HD-DVD on the notebook.
    A simple WinDVD does not support the new HD-DVDs.
    By the way: I know one Toshiba model that was delivered with the HD_DVD drive.
    It was a Qosmio G30 DVD HD Model.
    I found in the driver download section on the Toshiba site a new update of Nvidia GeForce Go7600 graphic card driver Version 8.3.2.7
    But I dont know if its compatible with you card...

Maybe you are looking for

  • ITunes won't install - Win 7 64 bit

    I am having similar problems with installations that others have posted. After a 3/30/10 update, ITunes no longer works, I cannot install version 9.1 (It locks the PC up during a "registering the (x) Server" Owning an IPhone and an upcomming IPad, th

  • What is personal hotspot? How much does it cost monthly?

    I would like to know what personal hotspot is and how much does it cost monthly and how does it work!

  • How can I get BBM on my iPhone4 ??

    How can I get BBM on my iPhone4 ?? Plz help we all need a SOLUTION for this problem , plz apple help us

  • How to create HFM extended analysis's dsn

    I have configure my DSN info in HFM server, but I still can't see any dsn in the HFM extend analysis. So...is there any other step to create HFM extended analysis's dsn? Thank you

  • Lumia 720 battery life?

    Im a bit concerned about my phones battery life. nokia claimed it to be its longest battery smartphone but i have to charge it every 2 days (average use) . Is it normal for lumia 720 or my peiece is defective?