[Arch base install]Launch X automatically at log on (Solved)

In the last 3 months I`m beginning to understand the basics of archlinux. At this moment my laptop runs a basic arch installation with xorg and xfce4. Still busy with the wireless tho, but their is enough documentation for that problem.
I've got the following question. When I press the power button, everything runs smooth, and I get the basic logon screen (I`m not using GDM/KDM).
When I logon with my user account (for this example D), I've got to enter "startxfce4" to launch my X client. Is it possible to launch account D automatically with 'startxfce4', and in such manner that account E remains in the terminal?
I`m from the Dutch and my english aint that well... so please forgive my bad grammar etc. It took me about 1 hour to create this post, so at least you guys good read/understand it

you will need to put some extra lines in the users ~/.bashrc file in their home directory.
I use this :
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
startx
fi
Taken from here Start_X_at_boot
Te effect of the above lines is that when user C logs in on console 1 X is automatically started, & from other consoles just gets the console.
Other users are not affected.

Similar Messages

  • Close Netlet automatically on log out

    Simple tip that was passed on to me by my iPlanet SE on how to close the
    little Netlet Launch window automatically when logging out of iPS...
    modify menubar.html - found in
    /etc/opt/SUNWips/desktop/your_template_dir/iwtDesktop
    Change the "action=logout" to also perform a Netlet window close like this:
    <A HREF="/DesktopServlet?action=logout
    onCLick="window.open('','Netlet').close()">
    Please note that the first parameter in window.open is TWO single quotes
    (which represents a null URL). This may incorrectly look just like a
    double-quote with some fonts.
    This bit of code could be improved to first check to make sure the Netlet
    window is open before closing it. As it is now, if the Netlet is already
    closed, it will flash up a new empty Netlet window and immediately close it,
    but this happens so fast, it is barely noticed.
    Also, this only works if the user logs out, and not if they close the iPS
    window by other means.
    I think it would be great to close all orphaned windows created in an iPS
    session, such as those created by Netlet rules for telnet, Citrix, etc.
    But that's for another day to look at...
    Gary Beshara
    BP

    You need a logout hook. See http://www.macosxhints.com/article.php?story=20031005165919533

  • Help installing Arch BAse to bootable USB flash

    Hi,
    I have installed a slimmed ArchLinux base to a USB mass storage gadget (ballpoint pen with 256 Mb) and manged to boot into it by using a simple initial ram-disc to setup the USB drivers and then pivot_root/chroot into the Arch root partition.
    This has given me a partially functional Arch base system with an ADSL connection and pacman working, but also with limitations some of whom are as follows:
    * The /dev directory does not have the initctrl pipe and the usual links to devices (hda1, hda2 or sda1, sda2 etc), only the directories with the device nodes (discs/disc0/part1 etc).
    * User interrupt (CTRL-C) doesn't work.
    * CTRL-F2 etc don't open new consoles.
    * Reboot and I think halt also don't work since init cannot run.
    * The /etc/rc.sysinit and rc.mutli scripts seems to run successfully.
    Since in my fumbling ways I got thus far, I thought I should ask for help hoping to end up with a normally functioning install so I can operate successfully from my Ballpoint ArchLinux!
    My thanks in advance!

    noprob wrote:if I'm not mistaken the AMLUG Live CD 0.4.2 has this option concerning usb booting.
    I believe it is referred to as a thumb hard drive or something similar.  :?:
    Thanks, I will have a look at this today.

  • Arch 0.5 base install patchset jc

    Finally I went through with what I intended.  I've created a new, not-official, totally unsupported (unless you catch me in a good mood) base install cd.  I decided to call it the jc patchset.
    Currently it has support for dvorak keymaps and can install a custom vaio-skas kernel (with built-in acpi support which should work for most vaios and anything else that needs acpi on bootup).  There are a few extra things that are needed upon install (most of them are documented).
    The one big thing that isn't mentioned is that the vmlinuz image (if you decide to install the vaio kernel) isn't called /boot/vmlinuz, but /boot/vmlinuz-2.4.22-vaio-skas.  Just remember that when configuring grub/lilo.
    Here's the link, until I can convince apeiro to give me my own directory on the ftp server... http://www.archlinux.org/~jason/arch-jc/

    nifan wrote:all i want is to have a more updated iso, and to do so all i need to do is to replace some of the packages and/or some files to put them there, so when installing from that iso i would have a system just like the one that i have doind pacman -Syu 
    The basic idea is to (1) copy the whole Arch Linux CD into a folder on HD, (2) replace the packages with latest, (3) make a new package list and check / edit any scripts if needed (e.g. /arch/setup), (4) compile everything into an iso file with mkisofs command, and (5) burning CD.
    Currently I don't have my computer with me (I am traveling) otherwise I could have given the details (especially the mkisofs formula). I will post later if needed.

  • Arch Linux install and management on multiple workstations

    Hello
    I've been asked to install and manage an installation of 20+ computers at my school. They will be dual-boot with Windows and Linux. Even though i've never used Arch, i chose it for the install because i've heard a lot of good about it. I ask for tips on installing and managing such an installation. All the computers and their disks are identical, and i wish all my systems to be identical as well. There is a separate server with LDAP to which i have no root access, but which holds all user accounts.
    Install:
    I probably can suffer installing all the systems manually. I'll dedicate one workstation and create an ftp mirror so that i may do a netinstall on the others -- is this an ok idea? Also, how can i setup hostnames? Can DHCP do this?
    Management:
    The computers will be randomly shut down and powered on as the users please. Perhaps i can boot them all on once a fortnight and use cssh (cluster ssh) to do a system update -- but maybe there is a better way? A local mirror of the packages seems wise. I don't think it's a good idea to create a diskless setup, since if all machines are powered on at once it will significantly decrease boot time and increase network usage, to the annoyance of the users.
    I ask for criticism of those ideas and additional hints.
    PS. I appreciate the joke of asking someone without a Linux installation what the output of a Linux command is:) (when registering to this forum)

    If I was in your position...
    Setup arch on one machine, from scratch to production ready, with the following in mind.
    -Decide what desktop environment and window manager(s) you want installed/want to support.
    -Which applications your users will need
    -Which privileges are required or groups your users will need to be in.
    -Install everything, and note the names of the packages, everything installed after the base install.
    Then make a simple setup sh script that calls pacman to install everything you need and check any settings/group memberships etc, checking the logs afterwords to make sure that there were no issues. You could use this to streamline setup on the rest, or just do what tomk said and clone it.
    I wouldn't wait more than a week between updates. You could probably setup a cron job to run pacman and accept the defaults. You should run this on a test machine before the rest though to insure nothing breaks; that happens occasionally.
    I would probably choose Gnome as the DE personally. Not that it is any better than the others, but it is what I am familiar with, and seemed a bit less cluttered than KDE last time I used it. Less clutter and easily changeable settings means less time fixing users' mistakes.
    You could setup your own local arch repo/mirror and just have the rest of the machines sync from that, it'd save a lot of bandwidth and make updates a bit faster.

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

  • Automatic table logs?

    Hi,
    Logging table changes, produced by dml operations, is a very often requirement in today's information systems (what was changed, by whom, from which machine, when, etc). The best I could do in the past, explicitly with Oracle, was to automatically generate the change log table, procedure and triggers to handle the automatic logging, for a given table. I made it in pl/sql, so, it's not very flexible. A more general and portable solution could be to make the procedure in java, so using metadata you can have only one generic procedure for all the logging triggers (maybe this is not very efficient, mmm).
    I was surfing the net and I found something called Change Data Capture (CDC) from Oracle, whose intended usage is for dataware house processing. I do not want, yet ;-), to enter into the exotic world of datawares, datamining, etc. But the article mentioned something that I have been thinking for a while: why do I need to manually store the changes made to the tables, if the dbms already has this information (redo-logs or something like that); in fact, I think that this detailed information is used to allow rollbacks and related stuff, but this is only a belief.
    So, the point is to tell the dbms: let me access your internal logs, in a friendly and automatic way. Either, copy them for me into another table or let me access them with a tabular-view; so I can query them like any other table. The CDC seems to be a more general approach, since it allows to install some kind of "listeners" to the data-change-events and to do something with them (like synchronization). Then, maybe using CDC for normal table logging is like killing flies with bombs, I do not know.
    Then, I was wondering: what is the better approach to make automatic table logging in Oracle?
    Thanks in advance.
    salu2
    dario estepario ...

    Hi,
    Well, then I suppose the red-logs are discarded, but what about cdc in general?
    On the other hand, following your advice, I took a quick look at both the fine-grained constraints and the workspace manager. These are my first impressions:
    1. The fine-grained feature is more related to security concerns, so, the lowest level of data stored seems to be the sql instruction. Therefore, this options appears not so suitable for the task (I could be wrong, however).
    2. The workspace manager is a control versioning system for the data, but in particular, or as a side effect of that feature, it implements change logs automatically. I ran a little example and it worked pretty well. I just had to call a pl/sql package procedure to enable versioning on the table and, automatically, another view was created. It mirrored the columns of the original table plus some fields with additional information (like timestamps, db user, operation, etc).
    So, this option seems like a very good candidate for doing the logging work. The only concern I have right now, is how to tell the framework to save more data (like information coming from upper layers: app user, client ip, etc).
    Thanks for your help,
    Regards,
    dario estepario ...

  • Nvidia Arch-style instaler

    Last time I created (for my friend, I haven't nvidia card) Nvidia installer in Arch style (no magic, only regular PKGBUILD).
    Install instruction (strange, because nvidia install script overwriting some xorg files and some files are not be removed after uninstall):
    0) Exit with X
    1) Uninstall driver (pacman -R nvidia) and change all modification in config files (/etc/rc.conf, /etc/modprobe.conf OR /etc/modules.conf /etc/X11/XF86Config OR /etc/X11/xorg.conf)
    2) Install and uninstall this version nvidia driver (with -f option)
    3) Uninstall and install xorg package
    4) Install this driver (with -f option, backup was created) and enjoy.
    For my friend everything works fine (GForce MX-400) but please be carefully. Please hack it when something wrong occured.
    Greetings,
    Miroslaw
    PKGBUILD:
    # $Id: $
    # Contributor: forest76 <[email protected]>
    pkgname=nvidia
    pkgver=1.0
    pkgrel=6111
    pkgdesc="The Nvidia drivers for XFree86"
    url="http://www.nvidia.com"
    depends=('bash')
    source=(http://download.nvidia.com/XFree86/Linux-x86/$pkgver-$pkgrel/NVIDIA-Linux-x86-$pkgver-$pkgrel-pkg1.run)
    install="nvidia.install"
    build() {
    # Unpack and extract
    cd $startdir/src
    chmod +x NVIDIA-Linux-x86-$pkgver-$pkgrel-pkg1.run
    sh NVIDIA-Linux-x86-$pkgver-$pkgrel-pkg1.run -x
    # Make kernel modules
    cd $startdir/src/NVIDIA-Linux-x86-$pkgver-$pkgrel-pkg1/usr/src/nv
    make clean
    make module SYSSRC=/lib/modules/`uname -r`/build || return 1
    # Prepare dirs
    mkdir -p $startdir/pkg/lib/modules/`uname -r`/kernel/drivers/video
    mkdir -p $startdir/pkg/usr/lib
    mkdir -p $startdir/pkg/usr/X11R6/lib/modules/drivers
    mkdir -p $startdir/pkg/usr/X11R6/lib/modules/extensions
    mkdir -p $startdir/pkg/usr/lib/tls
    mkdir -p $startdir/pkg/usr/X11R6/lib
    mkdir -p $startdir/pkg/usr/include
    mkdir -p $startdir/pkg/usr/bin
    # Copy files
    rootdir=$startdir/src/NVIDIA-Linux-x86-$pkgver-$pkgrel-pkg1
    drvname=$pkgver.$pkgrel
    install -m644 $rootdir/usr/src/nv/nvidia.ko $startdir/pkg/lib/modules/`uname -r`/kernel/drivers/video
    install -m644 $rootdir/usr/lib/libGL.so.$drvname $startdir/pkg/usr/lib
    install -m644 $rootdir/usr/lib/libGLcore.so.$drvname $startdir/pkg/usr/lib
    install -m644 $rootdir/usr/lib/libGL.la $startdir/pkg/usr/lib
    install -m644 $rootdir/usr/lib/libnvidia-tls.so.$drvname $startdir/pkg/usr/lib
    install -m644 $rootdir/usr/lib/tls/libnvidia-tls.so.$drvname $startdir/pkg/usr/lib/tls
    install -m644 $rootdir/usr/X11R6/lib/libXvMCNVIDIA.a $startdir/pkg/usr/X11R6/lib
    install -m644 $rootdir/usr/X11R6/lib/libXvMCNVIDIA.so.$drvname $startdir/pkg/usr/X11R6/lib
    install -m644 $rootdir/usr/X11R6/lib/modules/drivers/nvidia_drv.o $startdir/pkg/usr/X11R6/lib/modules/drivers
    install -m644 $rootdir/usr/X11R6/lib/modules/extensions/libglx.so.$drvname $startdir/pkg/usr/X11R6/lib/modules/extensions
    for i in $rootdir/usr/include/*
    do
    cp -rf $i $startdir/pkg/usr/include
    done
    install -m755 $rootdir/usr/bin/nvidia-settings $startdir/pkg/usr/bin
    install -m755 $rootdir/usr/bin/nvidia-bug-report.sh $startdir/pkg/usr/bin
    install -m755 $rootdir/nvidia-installer $startdir/pkg/usr/bin
    # Make links
    ( cd $startdir/pkg/usr/lib && ln -fs libGL.so.$drvname libGL.so && ln -fs libGL.so.$drvname libGL.so.1 )
    ( cd $startdir/pkg/usr/lib && ln -fs libGLcore.so.$drvname libGLcore.so && ln -fs libGLcore.so.$drvname libGLcore.so.1 )
    ( cd $startdir/pkg/usr/X11R6/lib/modules/extensions && ln -fs libglx.so.$drvname libglx.so && ln -fs libglx.so.$drvname libglx.so.1 )
    ( cd $startdir/pkg/usr/X11R6/lib && ln -fs libXvMCNVIDIA.so.$drvname libXvMCNVIDIA_dynamic.so && ln -fs libXvMCNVIDIA.so.$drvname libXvMCNVIDIA_dynamic.so.1 )
    nvidia.install
    pre_install() {
    echo 'Backup files...'
    mv -f /usr/include/GL/glext.h /usr/include/GL/glext.h.pacbak
    mv -f /usr/include/GL/gl.h /usr/include/GL/gl.h.pacbak
    mv -f /usr/include/GL/glx.h /usr/include/GL/glx.h.pacbak
    mv -f /usr/include/GL/glxtokens.h /usr/include/GL/glxtokens.h.pacbak
    mv -f /usr/lib/libGL.la /usr/lib/libGL.la.pacbak
    mv -f /usr/lib/libGL.so /usr/lib/libGL.so.pacbak
    mv -f /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.pacbak
    post_install() {
    # Inserting modules...
    echo "Inserting modules..."
    depmod -ae
    modprobe nvidia
    echo "...DONE"
    echo
    # Change config files...
    echo "Change config files..."
    echo
    echo ".../etc/XF86Config..."
    echo
    sed -i "s:"nv":"nvidia":g" /etc/X11/XF86Config
    sed -i "s:Load "GLcore":#Load "GLcore":g" /etc/X11/XF86Config
    sed -i "s:Load "dri":#Load "dri":g" /etc/X11/XF86Config
    echo
    echo ".../etc/modules.conf or /etc/modprobe.conf..."
    echo
    if [ `uname -r | awk -F . '{print $2}'` = "4" ]; then
    cat << EOF >> /etc/modules.conf
    alias /dev/nvidia* nvidia
    EOF
    elif [ `uname -r | awk -F . '{print $2}'` = "6" ]; then
    cat << EOF >> /etc/modprobe.conf
    alias char-major-195* nvidia
    EOF
    fi
    echo
    echo ".../etc/rc.conf..."
    echo
    sed -i "s:MODULES=(:MODULES=(nvidia :g" /etc/rc.conf
    echo "...DONE"
    echo
    pre_upgrade() {
    pre_install
    post_upgrade() {
    post_install
    pre_remove() {
    # Remove modules...
    echo "Remove modules..."
    rmmod nvidia
    depmod -ae
    echo "...DONE"
    # Restoring config files...
    echo "Restoring config files..."
    echo ".../etc/XF86Config..."
    echo
    sed -i "s:"nvidia":"nv":g" /etc/X11/XF86Config
    sed -i "s:#Load "GLcore":Load "GLcore":g" /etc/X11/XF86Config
    sed -i "s:#Load "dri":Load "dri":g" /etc/X11/XF86Config
    echo
    echo ".../etc/modules.conf or /etc/modprobe.conf..."
    echo
    if [ `uname -r | awk -F . '{print $2}'` = "4" ]; then
    sed -i "s:alias /dev/nvidia* nvidia::g" /etc/modules.conf
    sed -i '/^$/d' /etc/modules.conf
    echo '' >> /etc/modules.conf
    elif [ `uname -r | awk -F . '{print $2}'` = "6" ]; then
    sed -i "s:alias char-major-195* nvidia::g" /etc/modprobe.conf
    sed -i '/^$/d' /etc/modprobe.conf
    echo '' >> /etc/modprobe.conf
    fi
    echo
    echo ".../etc/rc.conf..."
    echo
    sed -i "s:nvidia ::g" /etc/rc.conf
    echo
    echo "Post install clean"
    echo
    rm /var/log/nvidia-installer.log
    rm -rf /var/lib/nvidia
    rm -f /lib/modules/`uname -r`/kernel/drivers/video/nvidia.ko
    rmdir /lib/modules/`uname -r`/kernel/drivers/video
    echo
    echo "...DONE"
    echo
    post_remove() {
    echo 'Restore files...'
    mv -f /usr/include/GL/glext.h.pacbak /usr/include/GL/glext.h
    mv -f /usr/include/GL/gl.h.pacbak /usr/include/GL/gl.h
    mv -f /usr/include/GL/glx.h.pacbak /usr/include/GL/glx.h
    mv -f /usr/include/GL/glxtokens.h.pacbak /usr/include/GL/glxtokens.h
    mv -f /usr/lib/libGL.la.pacbak /usr/lib/libGL.la
    mv -f /usr/lib/libGL.so.pacbak /usr/lib/libGL.so
    mv -f /usr/lib/libGL.so.1.pacbak /usr/lib/libGL.so.1
    op=$1
    shift
    $op $*

    An nVidia installer already exists in Staging.

  • DAQmx base install in linux

    hi
    i really need some help soon on this and i got nothing from a post in
    the labview section. thought this might be a better forum for my
    question.
    i'm trying to install NIDAQmx base v1.5 in RH fedora core 4.
    FC4 does not automatically install the kernel sources/headers. so i
    downloaded those and followed the instructions to get them into the
    /usr/src/linux-2.6.11 directory. i did a kernel build and compiled +
    installed the modules using the make modules/make modules_install. i
    rebooted with the new kernel so that all the environment variables are
    in correct. i was not too attentive to the kernel option when i
    compiled but it booted up and linux ran. now in the updateNIDrivers
    script the make install line creates compile time errors which cause
    the instalation to fail. i have no idea how to fix this. any ideas?
    is there a kernel option i missed? does NI KAL not work with FC4 only with FC3? or do i have to get RH Ent Linux WS3 instead?
    is there anyway to install the kernel sources into the default directory and not require a kernel build.
    i also installed RH8.0 and NIDAQmx base installed just fine. lsdaq
    foubnd my deivce. but labivew did not have the DAQ vi's
    installed.  i tried reinstalling labview etc but no luck
    i would prefer to use the newer RH linux so if anyone has tips on
    getting NIDAQmx base working on FC3 or FC4 that would be great. if need
    be i'll by enterprise linux. otherwise i would be ok using RH8 if
    someone could let me know how to get the vi's installed into LV.
    thanks.
    -evren

    evern,
    NIDAQmx base v1.5 is officially supported under Redhat Enterprise WS 3,
    SuSE Professional 9.2, and Mandrake official 10.0 as stated in the
    README.txt file.  The Fedora Core line of RH is not supported
    which means we have done no testing to verify the driver will
    function.  You are still welcome use other Linux varients, with
    the knowledge that National Instruments cannot provide support, and
    that it may not work.
    With that said I believe if you search the forums you will find some
    customers that have managed to get the driver to install on FC3 with
    modifications. However, because of patches applied to the FC3 kernel
    you may still encounter problems using the driver.  It is unlikely
    that FC4 will be any better.  You may have more luck with the
    older distributions (RH9, FC1, FC2)
    I would recommend using SuSE 9.2, or Mandrake 10.0 if you would like to
    use a free distributions with a 2.6 kernel.  However if you prefer
    RedHat you may want to purchase RHE WS 3.
    Hopefully this information helps
    Shawn B.
    National Instruments
    Use NI products on Linux? Come join the NI Linux Users Community

  • Dual booting win 7 and arch: cannot install grub to partition

    I have read the arch wiki page on dual booting and several other sources on line, but I am still struggling to get this to work.
    I am trying to dual boot arch and windows 7 on my lenovo ideapad s205. the machine comes with windows 7 pre-installed.
    I shrank the win 7 partition and added an extended partition with 3 logical partions for /boot, swap, and /.
    I am able to install and run arch by installing grub to the mbr. when I do this, though, I cannot boot windows. (the windows section of grub menu.lst is uncommented and points toward hda0,0. I have tried hda 0,1 as well).
    I have also tried to use the windows boot loader to load arch, as described in the arch wiki page on dual booting. The problem here is that, taking this approach, I should install grub to my /boot partition, but when I try to do this, the installer only allows me to install grub to sda or sdb (the usb stick).
    I have read that grub should be able to boot linux from a logical partition. Is this so?
    Is there something wrong with the arch installer that it is not giving me the option of installing to a partition rather than the mbr, or is this  a problem with my partition scheme, or something else?
    I am tempted to remove lenovo's recovery system, but on the other hand, I have already needed to use it several times while monkeying around with installing arch.
    Thanks for any help.
    UPDATE:
    I now have the laptop dual-booting win 7 and arch. My solution ( adapted from here: http://helms-deep.cable.nu/~rwh/blog/?p=177) was to:
    1. installed arch on the partitions I had created for it, but skipped the "install bootloader" stage.
    2. in win 7, I downloaded and installed EasyBCD and made an entry for arch in it. I checked the option to "Use EasyBCD's copy of GRUB"
    3. When I restarted, I got a grub error because the entry in grub's menu.lst was pointing at the wrong partitions for the kernel and root.
    4. So I went back into the arch live disk, mounted the boot partition and edited menu.lst.
    Now when I start the laptop, the windows boot loader starts and I can choose between win  7 and arch. when I select arch, grub4dos starts and gives me the option to start arch. this is not particularly elegant (nor is it fast), so I think this solution is less than ideal, but it does work.
    I'd be interestd in any thoughts about what went wrong and what a better solution would be.
    thanks.
    Last edited by ratchet (2011-10-10 19:09:16)

    ratchet wrote:II am able to install and run arch by installing grub to the mbr. when I do this, though, I cannot boot windows. (the windows section of grub menu.lst is uncommented and points toward hda0,0. I have tried hda 0,1 as well).
    Is this a typo in your post or how it was in menu.lst? Surely it should be hd0,0 and not hda0,0? The entry I have in my menu.lst is as follows:
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    What was yours?
    Last edited by JHeaton (2011-10-10 20:18:22)

  • Hello! I had Photoshop Elements (and some other products) installed on my Laptob, but lost them because of a system breakdown. Trying to install these programms again, I logged in to my account "my adobe" and immediately found my products listed there plu

    Hello! I had Photoshop Elements (and some other products) installed on my Laptob, but lost them because of a system breakdown. Trying to install these programms again, I logged in to my account "my adobe" and immediately found my products listed there plus a link "download here". But clicking the link didn´t start anything. Nothing happened. How can I get my prgramms installed again?

    Try using a different browser if the link did not work.
    You can also try downloading thru the following page if you can find the version(s) you need...
    Download and Installation Help -
    https://helpx.adobe.com/download-install.html

  • Automatically save logging in the "flashlog.txt" file

    Is there a way to automatically save logging in the "flashlog.txt" file?

    hi Atish
    i am using
    loop at gt_sagadr_outtab into wa_sagadr_outtab
    move wa_sagadr_outtab-country to wa_sagadr_text+223(226).
    endloop
    in this last field ie country i need to display the last 226 as blank as only country key is two char in database so the last space is not shown
    i am not unsing the fM as tolb by  you
    and afterwards
    i am usning
    Concatenate 'Sagadr_' sy-datum sy-uzeit '.dat' into gv_filename_sagadr.
    CALL FUNCTION 'FILE_GET_NAME'
      EXPORTING
      CLIENT                        = SY-MANDT
        LOGICAL_FILENAME              = gc_lfile
        OPERATING_SYSTEM              = SY-OPSYS
        PARAMETER_1                   = gc_param1
        PARAMETER_2                   = gc_send
        PARAMETER_3                   = gv_filename_sagadr
      USE_PRESENTATION_SERVER       = ' '
      WITH_FILE_EXTENSION           = ' '
      USE_BUFFER                    = ' '
      ELEMINATE_BLANKS              = 'X'
      IMPORTING
      EMERGENCY_FLAG                =
      FILE_FORMAT                   =
        FILE_NAME                     =  gv_filepath_sagadr
    EXCEPTIONS
      FILE_NOT_FOUND                = 1
      OTHERS                        = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    and lastly
    open dataset gv_filepath_sagadr for output in text mode encoding default.
        if sy-subrc eq 0.
         loop at gt_sagadr_text into wa_sagadr_text.
         transfer wa_sagadr_text to gv_filepath_sagadr.
         endloop.
        endif.
       close dataset gv_filepath_sagadr.
        if sy-subrc = 0.
        message S002 with gv_filepath_sagadr. "Files & created on Application server
        endif.
    SO NOT SURE WHERE TO USE THE CODE AND HOW

  • Back to base install?

    hi, is there a possibility to delete everything installed except the base install? so that a bloated test sys shrinks back to a sys like fresh installed, without reinstall?
    mfg chief

    The following should remove all packages except those in the base group.  100% untested; use with caution.
    pacman -R $(echo "$(pacman -Sgq base)\n$(pacman -Qq)" | sort | uniq -u)
    Last edited by chpln (2009-09-30 12:42:29)

  • None of the network adapters are bound to the Netmon driver.If you have just installed, you may need to log out and log back in order to obtain the proper rights to capture. Please refer to the product help for more information.

    Hi,
    To analyze Lync issues I have installed these applications in my windows 7 x64 laptop
    1) network monitor 3.4
    2)Lync network monitor parser
    3)nmdecrypt2.3
    4)network monitor parser3.4
    Installtion got completed successfully but when I try to start capture I get this error everytime.......
    "None of the network adapters are bound to the Netmon driver.If you have just installed, you may need to log out and log back in order to obtain the proper rights to capture. Please refer to the product help for more information"
    I read many technet articles and other blogs but that didn't solve this issue. I tried things like
    A) Run as administrator
    B) nmconfig /install in cmd
    So could you please help me how I can fix this issue?
    Regards,
    Ajit

    Seems our driver didn't get installed.  What you see when you type "sc query nm3" from a command prompt?
    Thanks,
    Paul

  • Weu0092d like to get Custom reports. The base of reports is Security Audit Log

    We’d like to get Custom reports. The base of reports is Security Audit Log files. This is files for SM20.
    What does the file structure look like? What is field of it?
    Thanks!

    Hello Marina
    The data written to the security audit log correspond to the DDIC structures RSLGENTR (up to release 4.6) and RSAUENTR2 (in newer releases). DDIC structures can be viewed using TA SE11 (data type).
    As I can see you have already opened a thread regarding this. Please don't duplicate the threads, as this only widespreads the information.
    Regards,
    Désiré

Maybe you are looking for

  • How to read a textfile in TestStand

    What's wrong in this Sequence file? I try to use the "Microsoft Scripting Runtime". I open a file to read from (c:\test.txt), and then I try to read the complete file (ReadAll), but it fails? I can read a line(ReadLine), and I can read a numbers of c

  • Slow Spellcheck Launch

    Hello. I am running InDesign CS6 on a MacBook Air. When I try to run a full spellcheck (not dynamic spelling), the spellcheck takes 2-3 minutes to launch. Once launched, it runs quickly. But the painfully slow startup causes me to not use it like I s

  • LCDS Caching and Paging

    How do we keep items in the LCDS data services cache independent between user sessions?  If I use session in the destination, I can still update an item in one users cache and have it change another users item (if the identity attribute is the same).

  • Oracle8 / Oracle8i port on FreeBSD / NetBSD / OpenBSD

    Hi All, Since I could not locate a better place to put this question, I decided to put it here. Can anybody tell me if there is a plan to make Oracle available on any of the above mentioned BSD UNIX variants ? I have viewed some FreeBSD support sites

  • Ouvrir un dossier sur un Touch Panel

    Bonjour, Je vous explique en quelques mots ce que je dois réaliser. Je dois pouvoir voir le contenu d'un dossier de mon Touch Panel (sans arréter le VI) et pouvoir lancer un fichier texte en cliquant dessus ou en sélectionnant le ficier texte corresp