SOLVED - Reinstall Arch on new thumb drive

Hello all, I'm a noob to Linux, but not afraid of command lines (old school dos guy).  I bought a pogoplug on a whim and installed using these instructions: http://archlinuxarm.org/platforms/armv5 … 2-pinkgray but I would like to reinstall arch on a new faster thumb drive and start over.  My question is how to go about this (I did google it too).  I would like to avoid bricking the pogo.  This is my thinking:
sda is the current slow, small, old thumbdrive, i plug in my new drive it would be sdb right?
My pass at the reinstall:
Start fdisk on the USB drive:
/sbin/fdisk /dev/sdb
At the fdisk prompt, delete old partitions and create a new one:
Type o. This will clear out any partitions on the drive.
Type p to list partitions. There should be no partitions left.
Now type n, then p for primary, 1 for the first partition on the drive, and then press ENTER, accepting default values.
Exit by typing w.
Now create the ext2 filesystem:
wget http://archlinuxarm.org/os/pogoplug/mke2fs
chmod 755 mke2fs
./mke2fs /dev/sdb1
mkdir usb
mount /dev/sdb1 usb
Download and install Arch Linux ARM:
cd usb
wget http://archlinuxarm.org/os/ArchLinuxARM … est.tar.gz
tar -xzvf ArchLinuxARM-armv5te-*.tar.gz  # This will take a long time
rm ArchLinuxARM-armv5te-*.tar.gz
sync  # Takes a while when using a flash drive
Clean up, reboot, remove old thumb drive. Cross your fingers and hope for the best.
cd ..
umount usb
/sbin/reboot
Once powered down, pull old thumb drive
The SSH key of your device will be different, so you need to tell Mac OS X or Linux to remove it from ~/.ssh/known_hosts before using SSH again:
ssh-keygen -R 192.168.1.123 # Use your device's IP
Log back in after your Pogoplug reboots using username root and password root.
*whew* so am I missing a step?  Will the bootloader balk at the new drive?
Thanks in advance
Last edited by ubermacin (2013-01-20 04:36:58)

Not sure. But I think they are images and system tar in your link.
For images I would use dd (as say Ŝaran and later resize). You write all the system in the thumb drive and get a bootloader.
The second (systema tar), you get all files but you don't get bootloader.
You can do, too, what Ŝaran say. Do an image of your current system with dd. It's like clonning. Later resize your filesystem.
dd if=old_thumb_drive of=new_thumb_drive bs=4M
(from a third system)
Beware with dd and /dev/ (same people say that it stands for data destroyer)
*bs=4M is, generally, the block size of thumbdrives. So it takes less time to write.
Last edited by Alber (2013-01-19 10:35:34)

Similar Messages

  • [Solved]Error after installing new nvidia driver uninstalling nouveau

    Hi,
    On seeing that a new nvidia driver is available, I thought I'll give it a try as the older ones kept crashing/rebooting in kde and gnome.
    I got nvidia and nvidia-utils from pacman. During that there was a conflicting file with libgl, so I had to remove nouveau and then install nvidia. I got an error saying need to unload module from xserver to install and would be possible on reboot or something similar(dont exactly remember the error)
    Then I rebooted and x failed to start with errors ending up with "GdmLocalDisplayFactory: Maximum number of X display failures reached: Check X server log for errors. "
    I tried "sudo modprobe nvidia" and it gave me
    FATAL: Error inserting nvidia (/lib/modules/2.6-----/nvidia/nvidia.ko) No such device
    I tried looking up these errors and didnt get any proper answer or solution.
    On my own attempts I saw I had inserted a module called nouveau in mkinitcpio.conf, I removed that but didnt help either. Read at a few forums and arch-wiki to run "nvidia-xconfig". The command creates a xorg.conf in X11. But on reboot nothing happened, same errors. Later I tried uninstalling and reinstalling both xorg and nvidia in hope something was wrong with the xorg which could get reset with a reinstall but that didnt do it
    The new nvidia driver is 275.19
    Config:
    i7 720QM
    8GB DDR3 1333Mhz
    Nvidia GTX 260M 1 GB
    Its a Alienware m15x.
    Last edited by death__machine (2011-07-21 16:35:48)

    Heres the Xorg.0.log and it mentions the nvidia error
    [ 377.958]
    X.Org X Server 1.10.3
    Release Date: 2011-07-08
    [ 377.959] X Protocol Version 11, Revision 0
    [ 377.960] Build Operating System: Linux 2.6.39-ARCH x86_64
    [ 377.960] Current Operating System: Linux death-laptop 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011 x86_64
    [ 377.961] Kernel command line: root=/dev/sda7 ro VGA=771 quiet splash
    [ 377.961] Build Date: 09 July 2011 07:52:32AM
    [ 377.962]
    [ 377.963] Current version of pixman: 0.22.2
    [ 377.963] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 377.964] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 377.966] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 21 02:24:42 2011
    [ 378.243] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 378.243] (==) No Layout section. Using the first Screen section.
    [ 378.243] (==) No screen section available. Using defaults.
    [ 378.243] (**) |-->Screen "Default Screen Section" (0)
    [ 378.243] (**) | |-->Monitor "<default monitor>"
    [ 378.244] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 378.244] (**) | |-->Device "Device0"
    [ 378.244] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 378.244] (==) Automatically adding devices
    [ 378.244] (==) Automatically enabling devices
    [ 378.244] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 378.244] Entry deleted from font path.
    [ 378.244] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 378.244] Entry deleted from font path.
    [ 378.244] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 378.244] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 378.244] Entry deleted from font path.
    [ 378.244] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 378.244] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 378.244] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 378.244] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 378.244] (II) Loader magic: 0x7d3440
    [ 378.244] (II) Module ABI versions:
    [ 378.244] X.Org ANSI C Emulation: 0.4
    [ 378.244] X.Org Video Driver: 10.0
    [ 378.244] X.Org XInput driver : 12.2
    [ 378.244] X.Org Server Extension : 5.0
    [ 378.246] (--) PCI:*(0:2:0:0) 10de:0618:1028:02a2 rev 162, Mem @ 0xce000000/16777216, 0xd0000000/268435456, 0xcc000000/33554432, I/O @ 0x00002000/128
    [ 378.246] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 378.246] (II) LoadModule: "extmod"
    [ 378.246] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 378.246] (II) Module extmod: vendor="X.Org Foundation"
    [ 378.246] compiled for 1.10.3, module version = 1.0.0
    [ 378.247] Module class: X.Org Server Extension
    [ 378.247] ABI class: X.Org Server Extension, version 5.0
    [ 378.247] (II) Loading extension MIT-SCREEN-SAVER
    [ 378.247] (II) Loading extension XFree86-VidModeExtension
    [ 378.247] (II) Loading extension XFree86-DGA
    [ 378.247] (II) Loading extension DPMS
    [ 378.247] (II) Loading extension XVideo
    [ 378.247] (II) Loading extension XVideo-MotionCompensation
    [ 378.247] (II) Loading extension X-Resource
    [ 378.247] (II) LoadModule: "dbe"
    [ 378.247] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 378.247] (II) Module dbe: vendor="X.Org Foundation"
    [ 378.247] compiled for 1.10.3, module version = 1.0.0
    [ 378.247] Module class: X.Org Server Extension
    [ 378.247] ABI class: X.Org Server Extension, version 5.0
    [ 378.247] (II) Loading extension DOUBLE-BUFFER
    [ 378.247] (II) LoadModule: "glx"
    [ 378.247] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 378.258] (II) Module glx: vendor="NVIDIA Corporation"
    [ 378.259] compiled for 4.0.2, module version = 1.0.0
    [ 378.259] Module class: X.Org Server Extension
    [ 378.259] (II) NVIDIA GLX Module 275.19 Tue Jul 12 18:31:51 PDT 2011
    [ 378.259] (II) Loading extension GLX
    [ 378.259] (II) LoadModule: "record"
    [ 378.259] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 378.259] (II) Module record: vendor="X.Org Foundation"
    [ 378.259] compiled for 1.10.3, module version = 1.13.0
    [ 378.259] Module class: X.Org Server Extension
    [ 378.259] ABI class: X.Org Server Extension, version 5.0
    [ 378.259] (II) Loading extension RECORD
    [ 378.259] (II) LoadModule: "dri"
    [ 378.259] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 378.259] (II) Module dri: vendor="X.Org Foundation"
    [ 378.259] compiled for 1.10.3, module version = 1.0.0
    [ 378.259] ABI class: X.Org Server Extension, version 5.0
    [ 378.259] (II) Loading extension XFree86-DRI
    [ 378.259] (II) LoadModule: "dri2"
    [ 378.260] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 378.260] (II) Module dri2: vendor="X.Org Foundation"
    [ 378.260] compiled for 1.10.3, module version = 1.2.0
    [ 378.260] ABI class: X.Org Server Extension, version 5.0
    [ 378.260] (II) Loading extension DRI2
    [ 378.260] (II) LoadModule: "nvidia"
    [ 378.260] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 378.261] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 378.261] compiled for 4.0.2, module version = 1.0.0
    [ 378.261] Module class: X.Org Video Driver
    [ 379.027] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 379.028] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 379.028] (II) UnloadModule: "nvidia"
    [ 379.028] (II) Unloading nvidia
    [ 379.028] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 379.029] (EE) No drivers available.
    [ 379.029]
    Fatal server error:
    [ 379.030] no screens found
    [ 379.031]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 379.033] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 379.033]

  • How can I reinstall iphoto on new hard drive?

    Original purchase came with iphoto installed.  After hard drive crash new hard drive does not have iphoto app.  Anyone have any idea how to reinstall without having to purchase?  Had to install original OS X 10.6.8 Snow Leopard

    reinstall from the original source
    Could be
    1 - the restore disks that came with the computer - if it came with CDs and you do not know where they are then contact Apple to see if they can be replaced = probably your case
    or
    2 - the iLife DVD that you purchased
    or
    3 - the app store - log in under the Apple id used to purchase the software or to set up the computer - look under purchases - you might have to unhide or accept the Application first
    LN

  • Reinstalling Aperture on New Hard Drive (Downloaded Copy)

    Hello,
    I have an activated and legitimate copy of Aperture 2.1.2 (with serial number).
    I will be installing a new hard drive into my Mac Pro at the weekend and doing a clean install of Leopard.
    1) do I just download the trial version of Aperture and then enter my serial number to get the fully operational software?
    2) how do I rebuild my library / projects so that my pictures / tags etc. are recovered? I have been maintaining a Vault of my pictures. Do I just switch the external hardrive that that Vault is stored on and 'ask' Aperture to rebuild my library?
    Sorry of my terminology is less than correct / technically accurate!
    And thank you for your time,
    Adam

    No, your reasoning is right on target. My comment about cloning was addressed more to the discussion with Wes, but I had sensed you were probably wanting a clean install. I did the same thing to create a boot volume where I freshly installed every pro application (for me that is Final Cut Studio apps, Photoshop CS3 and Aperture, plus some others) and got them up and running before adding still other applications. My other Leopard boot volumes were based upon having upgraded Tiger to Leopard, and when I got Aperture 2, I wanted to start fresh. I must say that with the boot volume that I had created by an upgrade of a clone of a Tiger boot volume, that Final Cut Pro and Photoshop had worked fine, and I still use that Leopard boot sometimes.
    Ernie
    Message was edited by: Ernie Stamper

  • Reinstalling cs5 on new hard drive same computer

    Do I have to de-authorize my copy of CS5 from my old hard drive when I upgrade to a newer hard drive? I will be using same system, just updating hard drive with a clean install of OSX10.

    Hi dovephotographynyc,
    Yes, you would be able to activate it on the same machine. There wouldn't any problem doing that.
    Kindly revert in case you face any trouble with activation.
    Thanks,
    Atul Saini

  • How do i reinstall yosemite on new hard drive without a disk?

    I bought a used imac late 2009 as mine died and needed far to much to be repaired.  It came with yosemite installed.  I used carbon copy cloner were I had an external hard drive with a recent backup image.  I connected a usb external device and boot from my external backup.  I copied the image I had back to the new iMac internal HD.  I thought it would have been as simple as that. NOOOOOOO! that failed and now I am completely messed up.  Purchased software says my serials are no longer good. I can't do any work. Office 2011 and outlook won't even read my email. Adobe software hangs and won't allow the OnOne software I purchased work. I bought the latest version of OnOne 9 Suite and it fails to install stating to contact the vendor. (of course no one is there to help). I have several photo sessions I need to edit. I am under pressure.  I tried for hours to work around and try to resolve my issue.  I safe booted and used time machine.  It was chugging all night for 9 hours and in the end it said an error occurred and failed to restore my computer.  I have now had 1.5 hours of sleep and truly frustrated and had enough. I dug out my PC laptop and posting to this forum.  I gather at this point just say **** it and format and start over.  Documents are saved and photos are on a raid device. SO I am not concerned about my work.  I am concerned about getting the reinstalled software reinstalled because many of them when I tried to launch stated it was not compatible with Yosemite and to download a compatible version.  Of course the vendors want money to get the latest greatest.  I don't need the latest greatest because the version I had did exactly what I needed and I do not need anything more.  My email in outlook is a concern.  My livelihood, meaning how I make a living, is primarily based on email communications.  My business purchases are in email. My billing and receipts and sales are in email. The last time I had a catastrophic failure with outlook and hours and hours of trying to recover from backups, I ended up asking my clients to forward me their copies and just started over with Outlook.  iMail can't handle the 10,000 emails I deal with weekly and the deluge of email accounts I manage.   I could not find any other email client that offers what I need... Calendar, appointment collaboration, organization etc etc. All this does not change the fact I am still stuck.  I was told in a pop up this iMac is not registered on my Apple ID account.  I can't even find where my broken one is registered, remove it and add in this used one.  From what I can read, the solution is to bite the ******* bullet, again, and format and start over.  Well, with the downloads of MAC OS X I don't have a hard copy on disc to boot from and just do that.  With all the issues with Yosemite, I am not even 100% positive I want to go there and just be happy with Maverick and ignore the lies from Apple just how much better Yosemite is as it is not and just a license to print money with all the cash I need to spend to get my purchased software up to speed.  Ok, I have ranted enough.  I still believe that MAC is better than WINDOWS.  Considering to buy a WINDOWS PC had crossed my mind and when it crossed I pushed it in from of the MAC truck and lost that consideration. I am a Microsoft engineer and know all the reasons why not to buy Windows.  I need help from the community.  I can't afford to pay a Apple support guy that says just reboot and hold down this key and when it fails to help he says he will have someone call be back that is smarter than he is.  I am out the cash and never get that call.  Your suggestions, recommendations and "How To's" are very much appreciated.  Thank you for reading my query and my rant.  -Brian
    <Edited by Host>

    Thank you to all that helped.  I did get the CD from Apple Care and managed to rebuild from scratch. In conclusion, there should be a better way to help recover from a complete disaster. I lost the original computer and hard drive.  I had a Clone Copy of the hard drive I regularly updated.  I used Time Machine. I thought I had all my bases covered in the event of a disaster. Even the cloned hard drive is stored is a fire safe guaranteed not to exceed room temperature even if the safe was in a fire 2700 degrees for over 25 minutes.  (Enough time to have a fire department put water on the fire) The safe cost me a lot of money. The time Machine external hard drive is a RAID striped system with 5 HDD with a failover of 3 complete HDD failures simultaneously. Because of piracy, software installs will go to extraordinary lengths from having a license copy of the software cloned from one computer to another. I get it. People steal. Software companies deserve a pay cheque just as much as I do. I did what I did because of all the money and time I spend in setting up, installing and configuring my licensed software I wanted a fast resolution to recovery.  As I learned from this experience it is simply not possible. If your HD changes, there are several disc sectors that are used for licensing that is not recovered in a carbon copy. Carbon Copy to me I thought was old school Bit Copy if you remember. Not so.  Changing a motherboard or whole computer even if it is to a same make and model has issues too. It's called an ESN. Electronic Serial Number.  This number that is specific to every motherboard made is used in licensing software. I searched the net looking for a way to PAY to have a fail safe system for recovery.  I only found systems that are available or for very high sensitive information servers and is priced way out of reach for an average consumer.  Meaning, that a complete disaster in your city will not loose billable or liable information about you.  You can rest assure that after the zombie apocalypse you will still get your cell bill, hydro bill, mortgage payment schedules  and your criminal record will remain intact. We can thank Hitler for teaching us that error when he destroyed the records of the cities he overthrew.  It leaves me with an argument about accountability.  Why is it when I buy software, I own nothing.  It is a licensed agreement to use the software but I never own it.  The developer sides with the fact they own the intellectual property and can not just sell it once and loose it.  Agreed!  It's the legal departments of the companies that want a piece of that pie too. So they remove any accountability of that licensed agreement that would hold them accountable the end user does in fact own nothing.  When the software or product breaks down, their system they use that writes information to parts of your HDD that you can not back up and to be used against you because they don't trust you, there is plenty of small print that states they can not be held liable for their decisions. No matter what happens, their fault or not, with or without prejudice, they are not accountable, whatsoever. Being that I had no choice but beg and plead the people I paid money to for permission to use their software, on ways to help myself in a disaster, get copies back, to put me in the same state I was in before the disaster happened without getting further ahead of the game, I was simply told its not my problem or responsibility.  When I asked about accountability? I am told read the fine print and when you are done, pay me to get the old copies back, to get the bootable medium you need and all along they way, let me ram a few more policies down your throat and say, your working software you had is no longer supported and you need to buy the updated version.
    Can someone explain to me how I am a better person for all this.  How about at least explain why I should not cave in like most other people I know and seek out pirated copies instead of paying for them.  It's certainly not for support. I go none and what I was offered I had to pay for on top of paying for the license agreement.
    My personal argument came to this head.  I asked why do companies and people want to rip off each other. Was it greed?  Was it economy? Was it the state of technology is changing so fast everyone is eventing on how to deal with this by the seat of their pants?  Here is my conclusion:  People generally are followers and not leaders.  People that are leaders, thinkers and risk takers are  generally outcasts, different and unusual people. Einstein said there is a very thin line between genius and insanity.  He never said if they crossed that line or not or what happens.  I think, the ones that do cross the line are more than we would like to consider acceptable. We coerced by their insane thinking, there leadership and their ideas.  We elect them and let them form governments. We allow them to invent things and then tell us we can't live without it. I know most of you agree and some of you will say it has been going on for a long time.  It's true. But like I said we are mostly followers. Thus it has been accepted as a way of life. Right?  Wrong! The masses are getting fed up. They are being tired of being ripped off.  Need to test this??? Just go a mall and on it's busiest night stand in the middle and shout at the top of your lungs "FREE 10" TABLETS, RIGHT OVER THERE" and point at some poor unsuspecting store.  Watch what happens   People love the word free. Because they are tired of not getting value for that they pay for.  Free Software, Free Games, Free this and that.  People download by the millions. Why, they no longer see the value of one person making money and getting value for that hard earned money. They are tired of paying for it and getting nothing. The know this intimately. Themselves are ripped off every day by government, insurance companies, banks, energy resources and yes even software companies. We have learned from the best, well at least the most insane.  Here is a thought to leave you with as I seek to ponder about this experience and how I thought I had done the right thing for myself... get my value for my dollar:  Have we been here before?  YES, many times.  The most recent one like this were the fat bubble burst was WWII.  What happened in that war was not so much about the atrocities of the murdered and killed, the real story was the living, the survivors.  The playing field was leveled.  It no longer mattered just how rich you were, how new of a car your drove or what job you had made you different from everyone else. There was one objective. Survive. Live to see another day. After the war the survivors were not liberated. We had a great depression.  Overcoming the loss of that war and the rebuilding that needed to be done when no one was willing to pay to have it done. We had to put our differences aside. Our culture, our creed, our resolve had no bearing. We were all in the same leveled playing field of life.  My pondering is leaving me one tough question... What happened to us.  How did we become so greedy and so racist with each other that we threw out accountability. Not only did we through it out, we all said ion way way or another that it was acceptable. Our problems may very well be different from each other but what has not changed we all feel we deserve respect and should hold each other accountable for our decisions. What happened to that very resolve that government bodies, religious leaders and factions, manufacturing and developing companies all feel this resolve does not apply to them.  What happened? 
    LOL: Funny how a 12 cent CD could have been offered in the first place with a little knowledge being shared could have misdirected what I just said to the focus of this group. Wow.
    Thank you people for helping me with my issues.  I truly appreciate it. Thank you to those of you that put up with my rant. More thanks to those who read it. My sincerest apologies to those I reminded just how life *****. To the rest of you... click the home button on the browser.  I hope it lands you on Google, Wiki or God forbid, Bing, were you can start a new quest in life.
    -B

  • HT1923 how to save all my itunes data to reinstall on a new hard drive

    i want to reinstall my windows 7///how do i keep my downloaded mobile applications , backups for Iphone etc...to be incorporated back to iTunes once I renstall windows & new install iTunes.
    I have a seperate temp hard drive setup where i have other windows docs etc saved //

    Simply make a backup of your iTunes library onto that disk > http://support.apple.com/kb/ht1751 After reinstalling Windows, simply install iTunes, put the iTunes library in My Music folder and open this application

  • Reinstalled itunes on new hard drive after old hard drive died and now counts as a new computer

    After my hard drive died, I reinstalled iTunes on the new one. It counted as a new computer instalation but its the same computer. How can I have it not count as a new computer?

    I have a feeling that the apps will be transferred to iTunes before they are removed from the iPhone. (This forces them to go through an authorisation check before they go back on the phone. This in turn means if you give away or sell your iPhone full of Apps, they will be removed. This in turn helps the programmers get paid adequately.)
    If you have a backup of your old hard drive, you can simply drag the App files into the window of the new iTunes. They are in the Mobile Applications sub-folder of the iTunes folder.

  • Reinstalling OSX on new hard drive without reinstalling other programs?

    Hi,
    I've been having numerous problems with Logic Pro for a while, especially with core audio overload messages with more than a few tracks of VSL (large samples).
    I was advised to run Onyx, which told me my main system drive needed repair. I ran Disk Utility from the Boot disc, but this could not repair the drive.
    I then tried Diskwarrior with a similar result - DW reported that it had set up the new directory but could not remove the old one due to a disk problem. When I look at the system directory it looks the same though.
    I still have the problems with Logic, so I guess it's time to replace the system hard drive. I'd be grateful for help with how to go about it, in particular with avoiding reinstalling Logic and all the plugins I've installed with it if possible as this would be a massive pain.
    I have a second internal drive for audio which has a reasonable amount of space on it which can be used. This is a new drive as the old hard disk also became damaged - is there any event which could have led to both disks being damaged? Or is it just coincidence?
    Any help gratefully received. I'm going nuts trying to fix this problem.
    Thanks
    Jamie

    Hi Jamie,
    Two possibilities I see for what you want...
    1. I've used that DiskWarrior Alias to actually clone the whole works to another drive using Tri-Backup...
    http://www.tri-edre.com/english/tribackup.html
    Though it may work to use...
    Carbon copy cloner...
    http://www.bombich.com/software/ccc.html
    SuperDuper...
    http://www.shirt-pocket.com/SuperDuper/
    But that may wipe things off the other drive if you don't know how to avoid it.
    2. Install OSX fresh on the other Drive, then 1st time it boots up see if Migration Assistant can pull all your stuff over from the 1st Drive.

  • Reinstalled itunes onto new hard drive....

    so i did exactly that, but now all my purchased songs wont play and a thing comes up and says "this computer is unauthorized to play [song]" and i have to log in and buy it again.
    is there a way i can reregister my itunes account to my new drive, or somthing, so that i wont have to go thru that with the 2340987110923850129732409127401289347120834 purchased songs i have?

    you could 'authorize' the computer to play purchased music
    or
    you could get the preference file for itunes and copy it onto the new HD
    regards,
    Pete.

  • [SOLVED] Reinstalling Arch on pure systemd - Localization problem.

    Hi
    I have accident regarding today filesystem update, so I decide to install arch again on pure systemd from the begining.
    I am now on freshly installed xfce  and i just noticed my userspace is totally not localized, despite proper localization steps.
    /etc/locale.gen
    pl_PL.UTF-8 UTF-8
    # cat /etc/vconsole.conf
    KEYMAP=pl
    FONT=lat2-16
    CONSOLEFONT=lat2a-16
    FONT_MAP=8859-2
    # locale -a
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_COLLATE to default locale: No such file or directory
    C
    POSIX
    pl_PL.utf8
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    LANG=pl_PL.utf8@euro
    LC_CTYPE="pl_PL.utf8@euro"
    LC_NUMERIC="pl_PL.utf8@euro"
    LC_TIME="pl_PL.utf8@euro"
    LC_COLLATE="pl_PL.utf8@euro"
    LC_MONETARY="pl_PL.utf8@euro"
    LC_MESSAGES=C
    LC_PAPER="pl_PL.utf8@euro"
    LC_NAME="pl_PL.utf8@euro"
    LC_ADDRESS="pl_PL.utf8@euro"
    LC_TELEPHONE="pl_PL.utf8@euro"
    LC_MEASUREMENT="pl_PL.utf8@euro"
    LC_IDENTIFICATION="pl_PL.utf8@euro"
    LC_ALL=
    What i should do?
    Last edited by utops (2012-10-06 11:46:37)

    utops wrote:
    karol wrote:
    Create ~/.config/locale.conf
    $ cat $HOME/.config/locale.conf
    LANG="pl_PL.UTF-8"
    and reboot.
    I know nothing about xfce, but can you tell me what part of the console stuff is in English? Can you copy / paste an example?
    $HOME config don't work either.
    From grub to login and from using CLI apps like nano and wifi-menu,mc,no polish language there.
    Everything is in english...
    Like system sudenly goes blind and don't see what i put in to configs.
    Everything worked well on my old pretty instalation i already miss that times.
    EDIT:
    Sudenly it worked again.
    Dunno what happened,just working again...
    Ok,so thx for tips guys,have a good evening...
    see my previous post.
    please mark the thread as solved.

  • Reinstalling CS2 on new hard drive from download. Disk 1 installs and asks for Disk 2 which I can't get to install.

    I'm trying to reinstal CS2 on my newly replaced boot drive from a download. Disk 1 installs and then request me to insert Disk2. How do I direct it to the disk2 download?

    move the unzipped contents of all three files to the same directory. then install.

  • [solved] freezing arch after installing video driver

    hi
    again me
    a newbie user of arch
    before installing graphic card driver i didn't have any problem
    but after installing it the speed of the arch goes down and you know the openbox stoped several time( it's freezed)
    i have this problem with tty too it means that the tty freezing too
    i have AMD ATi 5500 HD and i use X86-ati (i think it's true)
    what should i do?
    Last edited by Numb95 (2012-04-26 07:06:27)

    this is every thing that you want
    /var/log/Xorg.0.log
    [ 20.834]
    X.Org X Server 1.12.1
    Release Date: 2012-04-13
    [ 20.834] X Protocol Version 11, Revision 0
    [ 20.834] Build Operating System: Linux 3.3.1-1-ARCH i686
    [ 20.834] Current Operating System: Linux goodarzi 3.0.28-1-lts #1 SMP PREEMPT Mon Apr 16 19:36:59 UTC 2012 i686
    [ 20.834] Kernel command line: root=/dev/disk/by-uuid/a646214b-8981-45c7-a011-d5b5eb92200a ro
    [ 20.834] Build Date: 14 April 2012 07:32:51AM
    [ 20.834]
    [ 20.834] Current version of pixman: 0.24.4
    [ 20.834] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 20.834] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 20.834] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 21 10:42:30 2009
    [ 20.877] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 20.892] (==) No Layout section. Using the first Screen section.
    [ 20.892] (==) No screen section available. Using defaults.
    [ 20.892] (**) |-->Screen "Default Screen Section" (0)
    [ 20.892] (**) | |-->Monitor "<default monitor>"
    [ 20.892] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 20.892] (==) Automatically adding devices
    [ 20.892] (==) Automatically enabling devices
    [ 20.927] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 20.927] Entry deleted from font path.
    [ 20.927] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 20.927] Entry deleted from font path.
    [ 20.927] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.927] Entry deleted from font path.
    [ 20.927] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.928] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.928] Entry deleted from font path.
    [ 20.928] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.928] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 20.928] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 20.928] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 20.928] (II) Loader magic: 0x82215a0
    [ 20.928] (II) Module ABI versions:
    [ 20.928] X.Org ANSI C Emulation: 0.4
    [ 20.928] X.Org Video Driver: 12.0
    [ 20.928] X.Org XInput driver : 16.0
    [ 20.928] X.Org Server Extension : 6.0
    [ 20.928] (--) PCI:*(0:4:0:0) 1002:68d9:174b:e142 rev 0, Mem @ 0xd0000000/268435456, 0xfebe0000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 20.928] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 20.928] (II) LoadModule: "extmod"
    [ 20.933] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 20.961] (II) Module extmod: vendor="X.Org Foundation"
    [ 20.961] compiled for 1.12.1, module version = 1.0.0
    [ 20.961] Module class: X.Org Server Extension
    [ 20.961] ABI class: X.Org Server Extension, version 6.0
    [ 20.961] (II) Loading extension MIT-SCREEN-SAVER
    [ 20.961] (II) Loading extension XFree86-VidModeExtension
    [ 20.961] (II) Loading extension XFree86-DGA
    [ 20.961] (II) Loading extension DPMS
    [ 20.961] (II) Loading extension XVideo
    [ 20.961] (II) Loading extension XVideo-MotionCompensation
    [ 20.961] (II) Loading extension X-Resource
    [ 20.961] (II) LoadModule: "dbe"
    [ 20.961] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 20.962] (II) Module dbe: vendor="X.Org Foundation"
    [ 20.962] compiled for 1.12.1, module version = 1.0.0
    [ 20.962] Module class: X.Org Server Extension
    [ 20.962] ABI class: X.Org Server Extension, version 6.0
    [ 20.962] (II) Loading extension DOUBLE-BUFFER
    [ 20.962] (II) LoadModule: "glx"
    [ 20.962] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 20.973] (II) Module glx: vendor="X.Org Foundation"
    [ 20.974] compiled for 1.12.1, module version = 1.0.0
    [ 20.974] ABI class: X.Org Server Extension, version 6.0
    [ 20.974] (==) AIGLX enabled
    [ 20.974] (II) Loading extension GLX
    [ 20.974] (II) LoadModule: "record"
    [ 20.974] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 20.974] (II) Module record: vendor="X.Org Foundation"
    [ 20.974] compiled for 1.12.1, module version = 1.13.0
    [ 20.974] Module class: X.Org Server Extension
    [ 20.974] ABI class: X.Org Server Extension, version 6.0
    [ 20.974] (II) Loading extension RECORD
    [ 20.974] (II) LoadModule: "dri"
    [ 20.975] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.975] (II) Module dri: vendor="X.Org Foundation"
    [ 20.975] compiled for 1.12.1, module version = 1.0.0
    [ 20.975] ABI class: X.Org Server Extension, version 6.0
    [ 20.975] (II) Loading extension XFree86-DRI
    [ 20.976] (II) LoadModule: "dri2"
    [ 20.976] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 20.976] (II) Module dri2: vendor="X.Org Foundation"
    [ 20.976] compiled for 1.12.1, module version = 1.2.0
    [ 20.977] ABI class: X.Org Server Extension, version 6.0
    [ 20.977] (II) Loading extension DRI2
    [ 20.977] (==) Matched ati as autoconfigured driver 0
    [ 20.977] (==) Matched vesa as autoconfigured driver 1
    [ 20.977] (==) Matched fbdev as autoconfigured driver 2
    [ 20.977] (==) Assigned the driver to the xf86ConfigLayout
    [ 20.977] (II) LoadModule: "ati"
    [ 20.977] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 21.015] (II) Module ati: vendor="X.Org Foundation"
    [ 21.015] compiled for 1.12.0, module version = 6.14.4
    [ 21.015] Module class: X.Org Video Driver
    [ 21.015] ABI class: X.Org Video Driver, version 12.0
    [ 21.015] (II) LoadModule: "radeon"
    [ 21.015] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 21.029] (II) Module radeon: vendor="X.Org Foundation"
    [ 21.029] compiled for 1.12.0, module version = 6.14.4
    [ 21.029] Module class: X.Org Video Driver
    [ 21.029] ABI class: X.Org Video Driver, version 12.0
    [ 21.029] (II) LoadModule: "vesa"
    [ 21.030] (WW) Warning, couldn't open module vesa
    [ 21.030] (II) UnloadModule: "vesa"
    [ 21.030] (II) Unloading vesa
    [ 21.030] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 21.030] (II) LoadModule: "fbdev"
    [ 21.030] (WW) Warning, couldn't open module fbdev
    [ 21.030] (II) UnloadModule: "fbdev"
    [ 21.030] (II) Unloading fbdev
    [ 21.030] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 21.030] (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 FireMV 2400 PCI,
    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, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, 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, PALM, PALM, 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, 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, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA
    [ 21.034] (++) using VT number 7
    [ 21.038] (II) [KMS] Kernel modesetting enabled.
    [ 21.038] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 21.038] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 21.038] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 21.038] (==) RADEON(0): Default visual is TrueColor
    [ 21.039] (==) RADEON(0): RGB weight 888
    [ 21.039] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 21.039] (--) RADEON(0): Chipset: "ATI Radeon HD 5570" (ChipID = 0x68d9)
    [ 21.039] (II) RADEON(0): PCIE card detected
    [ 21.039] drmOpenDevice: node name is /dev/dri/card0
    [ 21.039] drmOpenDevice: open result is 8, (OK)
    [ 21.039] drmOpenByBusid: Searching for BusID pci:0000:04:00.0
    [ 21.039] drmOpenDevice: node name is /dev/dri/card0
    [ 21.039] drmOpenDevice: open result is 8, (OK)
    [ 21.039] drmOpenByBusid: drmOpenMinor returns 8
    [ 21.039] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0
    [ 21.039] (II) Loading sub module "exa"
    [ 21.039] (II) LoadModule: "exa"
    [ 21.039] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 21.057] (II) Module exa: vendor="X.Org Foundation"
    [ 21.057] compiled for 1.12.1, module version = 2.5.0
    [ 21.057] ABI class: X.Org Video Driver, version 12.0
    [ 21.057] (II) RADEON(0): KMS Color Tiling: enabled
    [ 21.057] (II) RADEON(0): KMS Pageflipping: enabled
    [ 21.057] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 21.061] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 21.065] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 21.120] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 21.124] (II) RADEON(0): EDID for output HDMI-0
    [ 21.128] (II) RADEON(0): EDID for output DVI-0
    [ 21.183] (II) RADEON(0): EDID for output VGA-0
    [ 21.183] (II) RADEON(0): Manufacturer: GSM Model: 4300 Serial#: 4049
    [ 21.183] (II) RADEON(0): Year: 2008 Week: 39
    [ 21.183] (II) RADEON(0): EDID Version: 1.3
    [ 21.183] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 21.183] (II) RADEON(0): Signal levels configurable
    [ 21.183] (II) RADEON(0): Sync: Separate
    [ 21.183] (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 24
    [ 21.183] (II) RADEON(0): Gamma: 2.81
    [ 21.183] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 21.183] (II) RADEON(0): First detailed timing is preferred mode
    [ 21.183] (II) RADEON(0): redX: 0.636 redY: 0.327 greenX: 0.278 greenY: 0.600
    [ 21.183] (II) RADEON(0): blueX: 0.145 blueY: 0.064 whiteX: 0.283 whiteY: 0.298
    [ 21.183] (II) RADEON(0): Supported established timings:
    [ 21.183] (II) RADEON(0): 720x400@70Hz
    [ 21.183] (II) RADEON(0): 720x400@88Hz
    [ 21.183] (II) RADEON(0): 640x480@60Hz
    [ 21.183] (II) RADEON(0): 640x480@67Hz
    [ 21.183] (II) RADEON(0): 640x480@72Hz
    [ 21.183] (II) RADEON(0): 640x480@75Hz
    [ 21.183] (II) RADEON(0): 800x600@56Hz
    [ 21.183] (II) RADEON(0): 800x600@60Hz
    [ 21.183] (II) RADEON(0): 800x600@72Hz
    [ 21.183] (II) RADEON(0): 800x600@75Hz
    [ 21.183] (II) RADEON(0): 832x624@75Hz
    [ 21.183] (II) RADEON(0): 1024x768@87Hz (interlaced)
    [ 21.183] (II) RADEON(0): 1024x768@60Hz
    [ 21.183] (II) RADEON(0): 1024x768@70Hz
    [ 21.183] (II) RADEON(0): 1024x768@75Hz
    [ 21.183] (II) RADEON(0): 1152x864@75Hz
    [ 21.183] (II) RADEON(0): Manufacturer's mask: 0
    [ 21.183] (II) RADEON(0): Supported standard timings:
    [ 21.183] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    [ 21.183] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 21.183] (II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 85 vid: 22853
    [ 21.183] (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    [ 21.183] (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 21.183] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 70 vid: 19073
    [ 21.183] (II) RADEON(0): Supported detailed timing:
    [ 21.183] (II) RADEON(0): clock: 94.5 MHz Image Size: 310 x 230 mm
    [ 21.183] (II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    [ 21.183] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    [ 21.183] (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 71 kHz, PixClock max 115 MHz
    [ 21.183] (II) RADEON(0): Monitor name: T720FB
    [ 21.183] (II) RADEON(0): Monitor name:
    [ 21.183] (II) RADEON(0): EDID (in hex):
    [ 21.183] (II) RADEON(0): 00ffffffffffff001e6d0043d10f0000
    [ 21.183] (II) RADEON(0): 27120103182118b5eaf629a253479925
    [ 21.184] (II) RADEON(0): 10484cfffe803159714f455961598180
    [ 21.184] (II) RADEON(0): 814a01010101ea240060410028303060
    [ 21.184] (II) RADEON(0): 130036e61000001e000000fd0032a01e
    [ 21.184] (II) RADEON(0): 470b000a202020202020000000fc0054
    [ 21.184] (II) RADEON(0): 3732304642200a2020202020000000fc
    [ 21.184] (II) RADEON(0): 000a20202020202020202020202000c1
    [ 21.184] (II) RADEON(0): Not using mode "1280x960" (bad mode clock/interlace/doublescan)
    [ 21.184] (II) RADEON(0): Printing probed modes for output VGA-0
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 21.184] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 21.184] (II) RADEON(0): Output HDMI-0 disconnected
    [ 21.184] (II) RADEON(0): Output DVI-0 disconnected
    [ 21.184] (II) RADEON(0): Output VGA-0 connected
    [ 21.184] (II) RADEON(0): Using exact sizes for initial modes
    [ 21.184] (II) RADEON(0): Output VGA-0 using initial mode 1024x768
    [ 21.184] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 21.184] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:fcc0000
    [ 21.184] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 21.184] (==) RADEON(0): DPI set to (96, 96)
    [ 21.184] (II) Loading sub module "fb"
    [ 21.184] (II) LoadModule: "fb"
    [ 21.184] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 21.186] (II) Module fb: vendor="X.Org Foundation"
    [ 21.186] compiled for 1.12.1, module version = 1.0.0
    [ 21.186] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21.186] (II) Loading sub module "ramdac"
    [ 21.186] (II) LoadModule: "ramdac"
    [ 21.186] (II) Module "ramdac" already built-in
    [ 21.186] (--) Depth 24 pixmap format is 32 bpp
    [ 21.187] (II) RADEON(0): [DRI2] Setup complete
    [ 21.187] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 21.187] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 21.187] (II) RADEON(0): Front buffer size: 3072K
    [ 21.187] (II) RADEON(0): VRAM usage limit set to 230169K
    [ 21.188] (==) RADEON(0): Backing store disabled
    [ 21.188] (II) RADEON(0): Direct rendering enabled
    [ 21.189] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 21.189] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 21.189] (II) EXA(0): Driver registered support for the following operations:
    [ 21.189] (II) Solid
    [ 21.189] (II) Copy
    [ 21.189] (II) Composite (RENDER acceleration)
    [ 21.189] (II) UploadToScreen
    [ 21.189] (II) DownloadFromScreen
    [ 21.189] (II) RADEON(0): Acceleration enabled
    [ 21.189] (==) RADEON(0): DPMS enabled
    [ 21.189] (==) RADEON(0): Silken mouse enabled
    [ 21.222] (II) RADEON(0): Set up textured video
    [ 21.222] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 21.222] (II) RADEON(0): [XvMC] Extension initialized.
    [ 21.222] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 21.222] (--) RandR disabled
    [ 21.222] (II) Initializing built-in extension Generic Event Extension
    [ 21.222] (II) Initializing built-in extension SHAPE
    [ 21.222] (II) Initializing built-in extension MIT-SHM
    [ 21.222] (II) Initializing built-in extension XInputExtension
    [ 21.222] (II) Initializing built-in extension XTEST
    [ 21.222] (II) Initializing built-in extension BIG-REQUESTS
    [ 21.222] (II) Initializing built-in extension SYNC
    [ 21.222] (II) Initializing built-in extension XKEYBOARD
    [ 21.222] (II) Initializing built-in extension XC-MISC
    [ 21.222] (II) Initializing built-in extension SECURITY
    [ 21.222] (II) Initializing built-in extension XINERAMA
    [ 21.222] (II) Initializing built-in extension XFIXES
    [ 21.222] (II) Initializing built-in extension RENDER
    [ 21.222] (II) Initializing built-in extension RANDR
    [ 21.222] (II) Initializing built-in extension COMPOSITE
    [ 21.222] (II) Initializing built-in extension DAMAGE
    [ 21.538] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 21.538] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 21.538] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 21.538] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 21.539] (II) AIGLX: Loaded and initialized r600
    [ 21.539] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 21.540] (II) RADEON(0): Setting screen physical size to 270 x 203
    [ 21.747] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 21.747] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21.747] (II) LoadModule: "evdev"
    [ 21.747] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 21.747] (II) Module evdev: vendor="X.Org Foundation"
    [ 21.747] compiled for 1.12.0, module version = 2.7.0
    [ 21.747] Module class: X.Org XInput Driver
    [ 21.747] ABI class: X.Org XInput driver, version 16.0
    [ 21.747] (II) Using input driver 'evdev' for 'Power Button'
    [ 21.747] (**) Power Button: always reports core events
    [ 21.747] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 21.748] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21.748] (--) evdev: Power Button: Found keys
    [ 21.748] (II) evdev: Power Button: Configuring as keyboard
    [ 21.748] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 21.748] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 21.748] (**) Option "xkb_rules" "evdev"
    [ 21.748] (**) Option "xkb_model" "evdev"
    [ 21.748] (**) Option "xkb_layout" "us"
    [ 21.771] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 21.771] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21.771] (II) Using input driver 'evdev' for 'Power Button'
    [ 21.771] (**) Power Button: always reports core events
    [ 21.771] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 21.771] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21.771] (--) evdev: Power Button: Found keys
    [ 21.771] (II) evdev: Power Button: Configuring as keyboard
    [ 21.771] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 21.771] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 21.771] (**) Option "xkb_rules" "evdev"
    [ 21.771] (**) Option "xkb_model" "evdev"
    [ 21.771] (**) Option "xkb_layout" "us"
    [ 21.772] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event1)
    [ 21.772] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
    [ 21.772] (II) Using input driver 'evdev' for 'PS/2+USB Mouse'
    [ 21.772] (**) PS/2+USB Mouse: always reports core events
    [ 21.772] (**) evdev: PS/2+USB Mouse: Device: "/dev/input/event1"
    [ 21.772] (--) evdev: PS/2+USB Mouse: Vendor 0x4f3 Product 0x214
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found 9 mouse buttons
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found scroll wheel(s)
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found relative axes
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found x and y relative axes
    [ 21.772] (II) evdev: PS/2+USB Mouse: Configuring as mouse
    [ 21.772] (II) evdev: PS/2+USB Mouse: Adding scrollwheel support
    [ 21.772] (**) evdev: PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    [ 21.772] (**) evdev: PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 21.772] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input1/event1"
    [ 21.772] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE, id 8)
    [ 21.772] (II) evdev: PS/2+USB Mouse: initialized for relative axes.
    [ 21.772] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    [ 21.772] (**) PS/2+USB Mouse: (accel) acceleration profile 0
    [ 21.772] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
    [ 21.772] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
    [ 21.773] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse0)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.773] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.773] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event6)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.773] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP (/dev/input/event7)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.774] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 21.774] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 21.774] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 21.774] (**) AT Translated Set 2 keyboard: always reports core events
    [ 21.774] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 21.774] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 21.774] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 21.774] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 21.774] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 21.774] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 21.774] (**) Option "xkb_rules" "evdev"
    [ 21.774] (**) Option "xkb_model" "evdev"
    [ 21.774] (**) Option "xkb_layout" "us"
    [ 21.774] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 21.774] (II) No input driver specified, ignoring this device.
    [ 21.774] (II) This device may have been added with another device file.
    [ 2455.080] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2455.927] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2455.991] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 2455.991] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 2455.991] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 2455.991] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 2459.460] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2468.257] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2468.321] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 2468.321] (II) RADEON(0): Using hsync ranges from config file
    [ 2468.321] (II) RADEON(0): Using vrefresh ranges from config file
    [ 2468.321] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 39184.450] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 39373.609] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 39374.296] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 39374.296] (II) RADEON(0): Using hsync ranges from config file
    [ 39374.296] (II) RADEON(0): Using vrefresh ranges from config file
    [ 39374.296] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 39391.660] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 39391.716] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 39391.780] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 39391.780] (II) RADEON(0): Using hsync ranges from config file
    [ 39391.780] (II) RADEON(0): Using vrefresh ranges from config file
    [ 39391.780] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40142.350] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40174.146] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40174.210] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40174.210] (II) RADEON(0): Using hsync ranges from config file
    [ 40174.210] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40174.210] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40196.210] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40196.465] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40196.528] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40196.528] (II) RADEON(0): Using hsync ranges from config file
    [ 40196.528] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40196.528] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40236.990] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40237.531] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40237.594] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40237.594] (II) RADEON(0): Using hsync ranges from config file
    [ 40237.594] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40237.594] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40238.710] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40249.038] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40249.102] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40249.102] (II) RADEON(0): Using hsync ranges from config file
    [ 40249.102] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40249.102] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40281.360] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40289.492] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40289.560] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40289.560] (II) RADEON(0): Using hsync ranges from config file
    [ 40289.560] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40289.560] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40294.610] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40827.167] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40827.235] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40827.235] (II) RADEON(0): Using hsync ranges from config file
    [ 40827.235] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40827.235] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40827.235] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40827.235] (II) RADEON(0): Mode

  • New Hard Drive Errors for Logic Studio????

    I have just replaced my system drive and used Carbon Copy cloner to clone to the new drive from my back up.  For some reason when I attempt to open certain Locig songs, I get an error message that says "Registry error, please ensure this product has been installed properly"  I have reinstalled to the new hard drive and still certain songs will cause this message?????  It's weird how only certain song projects cause this..???   Please HELP!!   I have trashed preferrences, and repaired permissions, and am desperate to figure this out.???   HELPPPPP!!!!!

    To be honest, your messages are a little bit confusing…
    First of all its not clear to me if you created the Recovery Disk in the past.
    Please check this HowTo document “How to use the TOSHIBA Recovery Media Creator”
    http://aps2.toshiba-tro.de/kb0/HTD16036F0000R01.htm
    If recovery disk creation would not work, here is a page where you could order the essential disks: http://backupmedia.toshiba.eu
    The recovery disk will help you to recover the notebook back to factory settings even using new HDD.

  • PSE7 Organiser with new C: drive - Win XP Home SP2.

    The recent slow-down of my C: drive (160GB, approx 75% full) has persuaded me - whether or not it's the cause - to order a new larger drive to replace the old one, and I gather I can copy everything across to the new one relatively easily.
    Now I appreciate my previous Organiser back-ups - full ones, on an external HD - won't be any use for reinstalling on the new C: drive, and will therefore be sure take a new one ASAP afterwards, but if the new drive as a different ID or whatever, is that also going to cause difficulties with the Organiser's Catalog before I even get that far?
    Pushing 27000 image files, and I don't really want to have to write all the tags into such of them as will take it!
    And I can't say I'm keen on using the Organiser to "move" them all to the MyBook either - especially with the C:drive running so slowly at present - but might that be the only way to go?
    TIA - Peter

    John - thanks as ever!
    The drive I've ordered is a WD Caviar Blue 250 GB ATA (65 Euro including delivery, for 8000 times the storage of my first luggable!), and I was thinking that after 5 years the original Maxtor now deserves a peaceful retirement - so once Acronis True Image has done it's job, I'll be disconnecting that one for good.
    One question please... am I right in thinking that if I DON'T leave the old drive in place afterwards then your remark "You'll have to change the drive's volume serial number (ask for details if that's what you want to do)" won't apply?
    I took a full Organiser backup on the external drive on Sunday and haven't changed anything since - the Editor's too slow - though the 'remove the external drive' point is noted and I'll be sure to do that!
    Thanks again, Peter

Maybe you are looking for

  • 2 tier database application

    Hi J brothers, I am trying to build a 2 tier database application using java as a front end to run on a windows platform. I am not so familiar with java, what I want is to design a GUI (forms) using java which should query the back end database (MySQ

  • Restarting, deleting tv shows, and auto-sync

    i have 3 questions.... 1 - my tv seems to be restarting quite often. my tv is left on all the time, when i leave i just turn my tv off. recently, it seems when i turn my tv on my tv restarts. also, i don't know if this has anything to do with this

  • I want to use deafault value in sql loader

    hello to all...... i want to insert user tty number ,so i can differentiate the data in the table...here i am using the deafault key word but it is not work... can any one give best way? here is my table tmp (tmp_field1 CHAR(256), TMP_TTYNO CHAR(9));

  • Nokia 5610 - Problem with the screen

    My 5610 is 3 months old. I've dropped it sometimes but 2 days ago when I dropped it restarted and since then my screen doesn't work. the backlight works and any other operation is fine(I can still listen to music). The warranty ends next year. Can no

  • What about /usr/local/bin + sbin merge?

    With the merge of /bin and /lib folders that just happened I was curious if there was a particular reason to keep both /usr/local/bin and /usr/local/sbin as actual folders in the filesystem, instead of making /usr/local/sbin a symlink to /usr/local/b