Trying to get BitPim running

I just got a new cell phone, which is supposed to play nicely with BitPim via Bluetooth.  I have pairing between my laptop's usb dongle and my cell phone working.  The next step is not going very well - most likely to my lack of python knowledge.
I got the bitpim-release PKGBUILD from unsupported, and attempted to create an Arc package from the rpm, which I got from the website.  Seeing that the PKGBUILD wanted 1.0.1, I went with that first.
I got everything into a directory, and ran makepkg.  The package was created with no warnings.  I used pacman -U <new package name>, and it installed without warnings.  However, it throws an exception when I start the program.
database integrity check
database integrity check complete
setting windows/CalendarEntryEditor to size 532 x 399
Exception in getting image file - you can't do that!
Traceback (most recent call last):
  File "src/wallpaper.py", line 578, in OpenFile
  File "src/wallpaper.py", line 608, in _OpenFile
  File "src/wallpaper.py", line 625, in OpenBPImageFile
  File "src/wallpaper.py", line 651, in BPFSImageFile
  File "src/wallpaper.py", line 479, in ScaleImageIntoBitmap
  File "/usr/lib/python2.3/site-packages/wx-2.8-gtk2-unicode/wx/_gdi.py", line 715, in EmptyBitmap
PyAssertionError: C++ assertion "depth == visual->depth" failed at ../src/gtk/bitmap.cpp(292) in Create(): invalid bitmap depth
Variables by last 8 frames, innermost last
Frame OpenFile in src/wallpaper.py at line 582
            res =  None
           self =  <wallpaper.BPFSHandler; proxy of <Swig Object of type 'wxPyFileSystemHandler *'
       location =  u'bpimage:ringer.png;width=24;height=24'
     filesystem =  <wx._core.FileSystem; proxy of <Swig Object of type 'wxFileSystem *' at 0x93a68c
Frame _OpenFile in src/wallpaper.py at line 608
          proto =  u'bpimage'
           self =  <wallpaper.BPFSHandler; proxy of <Swig Object of type 'wxPyFileSystemHandler *'
          param =  u'height=24'
              p =  Keys ['height', 'width']
                   {'width': 24, 'height': 24}
              r =  u'ringer.png'
         params =  [u'width=24', u'height=24']
          value =  u'24'
            key =  'height'
     filesystem =  <wx._core.FileSystem; proxy of <Swig Object of type 'wxFileSystem *' at 0x93a68c
              x =  6
       location =  u'bpimage:ringer.png;width=24;height=24'
Frame OpenBPImageFile in src/wallpaper.py at line 625
           name =  u'ringer.png'
              f =  u'/usr/lib/BitPim-1.0.1/resources/ringer.png'
            res =  None
           self =  <wallpaper.BPFSHandler; proxy of <Swig Object of type 'wxPyFileSystemHandler *'
             si =  (33261, 309649L, 771L, 0, 0, 831L, 1186440854, 1194093855)
       location =  u'bpimage:ringer.png;width=24;height=24'
         kwargs =  Keys ['height', 'width']
                   {'width': 24, 'height': 24}
Frame BPFSImageFile in src/wallpaper.py at line 651
           name =  u'/usr/lib/BitPim-1.0.1/resources/ringer.png'
            img =  <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x8dd5cd0> >
          width =  24
         height =  24
        bgcolor =  None
       location =  u'bpimage:ringer.png;width=24;height=24'
         valign =  'center'
      fshandler =  <wallpaper.BPFSHandler; proxy of <Swig Object of type 'wxPyFileSystemHandler *'
Frame ScaleImageIntoBitmap in src/wallpaper.py at line 479
        bgcolor =  None
       usewidth =  24
      useheight =  24
            img =  <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x8dd5cd0> >
         valign =  'center'
Frame EmptyBitmap in /usr/lib/python2.3/site-packages/wx-2.8-gtk2-unicode/wx/_gdi.py at line 715
           args =  (24, 24, 24)
         kwargs =  Keys []
So I tried updating the PKGBUILD to handle the new release, 1.0.2.  Here are my deltas from the PKGBUILD in unsupported:
diff PKGBUILD PKGBUILD-1.0.2
4c4
< pkgver=1.0.1
> pkgver=1.0.2
9,10c9,10
< source=(http://superb-east.dl.sourceforge.net/sourceforge/bitpim/bitpim-$pkgver-0.i386.rpm)
< md5sums=('0c357a56ddc67db77046e693e9761c0d')
> source=(http://superb-east.dl.sourceforge.net/sourceforge/bitpim/bitpim-$pkgver-$pkgrel.i386.rpm)
> md5sums=('07d450c6fae75c48118c5084a17887f1')
25c25
< }
> }
\ No newline at end of file
Creation of the 1.0.2 package from the rpm went just as smoothly as the first.  Installing via pacman (removed 1.0.1 package first) also worked perfectly.  Running it goes differently, but not by much.
bitpim
Traceback (most recent call last):
  File "/opt/cx_Freeze-3.0.3/initscripts/ConsoleSetLibPath.py", line 35, in <module>
  File "src/bp.py", line 108, in <module>
  File "src/gui.py", line 26, in <module>
  File "/usr/lib/python2.5/sha.py", line 6, in <module>
    from hashlib import sha1 as sha
  File "/usr/lib/python2.5/hashlib.py", line 133, in <module>
    md5 = __get_builtin_constructor('md5')
  File "/usr/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor
    import _md5
ImportError: No module named _md5
A quick google search gave me the following command...
python -c 'import md5; md5.new()'
...which worked flawlessly.
The other google results seem to indicate issues with python upgrades gone awry.
I'm running:
gnome-python 2.20.0-1
gnome-python-desktop 2.20.0-2
gnome-python-extras 2.14.3-1
mysql-python 1.2.2-1
python 2.5.1-3
python-m2crypto 0.16-2
python-numeric 24.2-2
python-pyspi 0.6.1-2
wxpython 2.8.4.0-1
I don't know much of anything about python.  I'm hoping this is something simple, like a library path or something.

Have you resolved your _md5 problem? I'm getting the same error trying to deal with Sage, and I must admit it's quite annoying. I cannot find any good solution.

Similar Messages

  • I just purchased an ipod shuffle (4th gen.) and  I have been working trying to get it running for hours.  I have followed all manuals and tutorial help.  When I pull up my device manager, it shows an Ipod, but won't let me download the Usb driver.

    I just purchased and IPod Shuffle (4th gen.) and can't get it running.  I have gone through all of the help available.  It shows up in my device manager, but needs a USB driver.  It will find it online, but says an error has occurred and access is denied instead of installing.  I bought this for a last minute trip with teenagers and I have spent hours on this.  I am running Windows 7 and have tried disabling the firewall.
    Help, please.

    Hello, kcanole. 
    Thank you for visiting Apple Support Communities. 
    Here are a couple troubleshooting articles that I would recommend going through when experiencing this issue. 
    Resetting iPod shuffle
    http://support.apple.com/kb/ht1655
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Restoring iPod shuffle to factory settings
    http://support.apple.com/kb/ht1481
    Cheers,
    Jason H. 

  • HT4972 i have the first gen ipod touch, version 1.1.5   it wont connect to itunes to update, and cant use safari because the browser version is un supported.  trying to get it running  best i can, but it wont let me update it.   why?

    help

    iOS: Device not recognized in iTunes for Mac OS X
    or
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or               
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Featurs appin the Window Control Panel. Then reinstall all the Apple software components
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    - Try on another computer to help determine if computer or iPod problem
    After you get iTunes to see the iPod update to 3.1.3, the last update for the 1G
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)       
    https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/touchLegacyLandingPage

  • Trying to get Acrobat running on an HP1536dnf MFP

    Using Acrobat 9 Standard on desktop running Win 7 32Bit - and an HP1536dnf MFP  -  Scanner function won't run - message states that driver missing  - have tried to re-load original software many times from CD and download from HP website - that times out.  Have tried many times to load in just driver - won't load-in.  Have tried the unplug from power source and turning off firewall.  Nothing works.  Paid a lot of money for Acrobat and very helpful tool when I was running WinXP, but out of business since loading Win7 . . . . . . . Please help?

    PSS love adobe wrote:
    Have tried many times to load in just driver - won't load-in.
    That sounds you are having a problem with the scanner driver, not Acrobat.  Are you installing the Windows 7 drivers with the correct bitness?

  • Get the run date and pages to appear at the top of a BI Answers report

    Hi,
    I'm trying to get the page number to appear at the bottom of each page.
    It should say eg. Page 2 of 10 pages'.
    I'm also trying to get the run date to appear at the top of each page.
    Thanks,
    Sally

    You can't get "page x of y" out of the box, but you can enable "Footers" and use the Page # variable to display the pages. To get the total number of records, you can use this method:
    http://oraclebizint.wordpress.com/2008/01/23/oracle-bi-ee-101332-total-number-of-rows-and-pagination/
    The other thing you can do is use pagination for pivot tables. See this link:
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/
    And of course, displaying the run date and time is built in as a variable in the Header (of Header and Footer), which will appear on every page (unlike the Title View the previous poster pointed out, which will only appear on the first page). There you go.

  • Delted USERS01.DBF, how get DB running again?

    Hi and my appreciation for reading,
    I accidentally deleted my USERS01.DBF and with it all my data of the "admin" account.
    Now I am trying to get things running again, but have some problems (I am aware I cant recover the data, and since it was a test db anyway I am not trying to).
    I would like to create some tables, but get the following error on every attempt:
    ORA-01658: Unable to create INITIAL extent for segment in tablespace %s
    I already tried to change the tablespace but am getting the follwing error for that:
    ORA-00376: file 4 can not be read at this time
    Thanks a lot for you help
    Evgeny

    >
    I accidentally deleted my USERS01.DBF and with it all my data of the "admin" account.
    Now I am trying to get things running again, but have some problems (I am aware I cant recover the data, and since it was a test db anyway I am not trying to).
    I would like to create some tables, but get the following error on every attempt:
    ORA-01658: Unable to create INITIAL extent for segment in tablespace %s
    I already tried to change the tablespace but am getting the follwing error for that:
    ORA-00376: file 4 can not be read at this time
    >
    As the content of the USERS tablespace does not matter after your quote above, you may do the following
    SQL>  create tablespace users2 datafile '/u01/app/oracle/oradata/orcl/users2.dbf' size <desired size>;
    Tablespace created.
    SQL> alter database default tablespace users2;
    Database altered.
    SQL> drop tablespace users including contents and datafiles;
    Tablespace dropped.Kind regards
    Uwe
    http://uhesse.wordpress.com

  • HT201628 so now i've followed this help now i can't re download itunes. i'm on 10.5.8. Still runs great but now i have no itunes. please can a suggestion be made that doesn't involve spending hundreds of pounds? i was only trying to get an iphone connecte

    i'm on MAC OS X 10.5.8. Still runs great but now i have no itunes as i've followed this post that covers my first issue. i've followed it correctly to the part of re install the latest version of itunes and i cant.
    i've been running logic pro on this mac and i have no issues so i've not upgraded software etc.
    i need a way around this problem without having to upgrade the OS if there is one.
    does anyone please have a suggestion that doesn't involve spending hundreds of pounds?
    i was only trying to get an iphone connected and this article says 10.6.8 or earlier?? it is definately earlier
    macbook - MAC OS X v 10.5.8...... trying to connect an iphone 4s os 6
    problem now..........need to re install itunes but can't probably due to my current OS.
    please help. i'm pretty gutted about this. i should of researched a little further me thinks. cheers guys

    said article below....
    HT1747: iTunes: How to remove and reinstall the Apple Mobile Device Service on Mac OS X 10.6.8 or Earlier
    Learn about iTunes: How to remove and reinstall the Apple Mobile Device Service on Mac OS X 10.6.8 or Earlier

  • I have a new computer running os10.9. my old computer ran cs5.5(upgrade version). I am trying to get CS5.5onto my new computer. when i load cs5.5 towards the end of the install it asks for the cs5.5 serial number. i put that in and everything is accepted

    I have a new computer running os10.9. my old computer ran cs5.5(upgrade version). I am trying to get CS5.5onto my new computer. when i load cs5.5 towards the end of the install it asks for the cs5.5 serial number. i put that in and everything is accepted but then it asks for a serial number for a full version of a product which men is design premium cs3 but it doesn't give me that product as a choice from the drop down menu. it only gives me adobe master collection cs3. why when i have purchased all these different upgrades can i now not use them and how can i sort this out. i need cs5.5 on my new computer.

    Contact Adobe support:
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • I'm trying to get itunes up and running on new computer. I have lots of music I've purchased from Itunes...and they show in my account.  But only some of them have the cloud next to them.  The rest say "downloaded" and it won't let me download them again.

    I'm trying to get itunes up and running on new computer. I have lots of music I've purchased from Itunes...and they show in my account.  But only some of them have the cloud next to them.  The rest say "downloaded" and it won't let me download them again.

    I believe that all audiobooks are supplied to Apple by audible.com, so I assume that it's them requiring the one-time only download. This is the link for contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Running Mavericks, I was trying to get messages to run ICQ and apparently I changed a setting that now causes me to get an error message and shuts messages down.

    I am running Mavericks.
    I was trying to get "Messages" to play nice with ICQ. it was sending HTML format to the receiver on the other end.
    I saw online how to change the item typed to show up as plain text on the for the recipient.
    Unwisely, I didn't follow ALL the instructions (where it told me to make a copy on my desktop "in case" and I changed one of the settings incorrectly.
    Now when I try to start Messages up, it opens briefly, then says it encountered an error and needs to shut down.
    I can remove Messages, but before I do, I can't seem to find a place to re-download it.
    Any suggestions on the best way of handling this?

    Hi,
    Once you get to Lion (OS X 10.7) and higher the only way is to Restore the whole OS as several Apple App are included this way and are not available separately.
    It should be just the .plists that are involved.
    The com.apple.imagent.plist holds the account info as it provides a "listening" function on all logins before your start up the app.
    I would delete this one as well.
    If that does not work repeat the process and delete com.apple.ichat.plist itself.
    7:20 pm      Monday; March 24, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • I'm trying to get rid of logmein. I threw away the entire application but I can't remove it form my overhead menu bar and the activity monitor tells me it's still running.

    I'm trying to get rid of logmein. I threw away the entire application but I can't remove it from my overhead menu bar and the activity monitor tells me it's still running. How do I get rid of it completely?

    Install it again and use the developers uninstall instructions
    How to uninstall/install software on your Mac

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

  • Firefox new install on XP, problems trying to get same-version-Firefox old W2K profile to run.

    I'm moving from a W2KproSP4 (Win2000, Windows 2000) machine to an XPproSP3 (WinXP) machine. I was running AVG 9.0 and Firefox 3.6.7 with FireFTP, NoScript, WOT, and screengrabber(?). I installed Firefox on the XP machine, launched it to create a profile, and closed it. I copied the old profile folder contents into the new one.
    On launch: "Malformed file" "Firefox could not install this item because "install.rdf" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem." (This error disappears in Firefox Safe Mode.) Install.rdf is on the old drive at \Program Files\AVG\AVG9\Firefox.
    "alert" "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory."
    When I click on Tools/Addons, "An error occurred during a connection to services.addons.mozilla.org:443. Can't connect securely because the SSL protocol has been disabled."
    I tried uninstalling AVG and Firefox and installing Firefox first. (That helped me with Link Scanner related non-launch on another XP machine.) Depending on which combination of old & new profile files I have, I get some combination of the above 3 errors and not launching at all. (It may show for about 1 second in Task Manager, then quit.)
    P.S. I am posting this from my old W98SE machine, running Firefox 2.0 since it won't launch anything newer. I never did solve that mystery.
    == This happened ==
    Every time Firefox opened
    == I am moving to a new O/S

    Hi the-edmeister, thank you so much for your time.
    I'm proceeding more cautiously now, and trying to get my most crucial info back one step at a time. The situation seemed to be getting worse, so I fell back a ways for a fresh swing at it:
    I just restored to a Ghost of the XP before I installed Firefox, uninstalled AVG, and installed the same version of Firefox (3.6.7) as my old computer had. The W2K's old drive is slaved to my new HD, so I have access to the old files in (what is now) H:.
    I tried to restore bookmarks-2010-07-24.json from my old bookmarkbackups directory and got "unable to process backup file". (I also tried copying several files to the bookmarkbackups dir and restoring from there, but got the same error message.) Help>TroubleshootingInfo confirms the current profile folder, and the copied JSONs were seen by OrganizeBookmarks>Import-and-Backup>Restore.
    Then I copied places.sqlite from the old profile to the new one, but Firefox doesn't see my bookmarks. When I backup bookmarks to my desktop, I get a zero length .JSON file. Is there a trick to making places.sqlite active?
    BTW, yes, I've tried to update the Firefox version 2.0 on the W98SE, most recently to 2.0.0.20, but whenever I do, it runs invisibly (is present in Program Manager but doesn't display the window.) I have to uninstall and reinstall 2.0 to have a working Firefox on this beast. Thanks for noticing. That's another topic, tho.

  • Trying to get a handle to an object using CVI_ActiveApp, but it opens a new CVI everytime it runs. Is there a way to get a handle to an object without it opening up a new CVI?

    I'm trying to get a handle to an object using CVI_ActiveApp. It works, but it opens a new CVI application when it is run using the command line. Is it possible to get a handle to an object without a new CVI application opening up?

    Hi,
    In the help documentation for the CVI_ActiveApp function, it states:
    "If the server application is already running, this function may or may not start another copy of the application. This is determined by the server application."
    http://zone.ni.com/reference/en-XX/help/370051P-01/cvi/usermanual/actxappactiveapp/
    I don't believe you have control over whether or not a second instance is started.
    Regards,
    Lindsey W. | Applications Engineer | National Instruments

  • HT1338 I am trying to get my system current.  I am now running Mac OS X, version 10.6.8 (I believe this is "Snow Leopard".  What should I upgrade to?

    I am trying to get my system current.  I am now running Mac OS X, version 10.6.8 (I believe this is "Snow Leopard").  What should I upgrade to?

    The current system is OS X 10.8 which is downloadable from the App store, which you can upgrade to directly if your system meets the system requirements.  Note that starting with OS X 10.7, PowerPC-based programs will no longer run. So, for example, people with Office 2004 got surprised when they upgraded and found that the older Office programs would no longer run. Newer Office programs are OK.

Maybe you are looking for

  • Connecting Print Subscription to iPad Subscription

    I have the DPS Professional. I am looking to connect purchasing a print subscription to free iPad subscription. Many magazines do this.... Any documentation on how to accomplish this ?

  • Landed Cost Inquiry

    We have additional expense for the item we purchase but the items were partially sold. By use of landed cost, we will post the expense so it will reflect on the item for the remaining stock. Will the System computes the new item cost based on the who

  • My dell latitude laptop wont recognize any ipods...

    i tried using different cords and different usb ports but no use! i even tried diferent ipods....those including a 3rd and 4th generation nanos...it wont even charge...can any one help me?

  • Authorization on Family Data ( Infotype 0021 )

    Dear All, I have issue regarding  authorization of maintaining the family data. I have two option one is PA30 and one is PA40 IN PA40 I have to give authorization for create a family data , but in PA30 I have to give the authorization for not able to

  • Asm vs Fil system

    Hi all i saw this has been discussed here already, well I think I will try and go for the Asm, the machine is linux OS red hat. my question is: does asm uses async io ? - or do I need to use file system in order to use async io? do I need on 10g to r