@hal @cron in rc.conf

I was under the impression it is a bad idea to background hal in rc.conf. Yet, I have read some remarks here and there by people who have done so with no negative effects experienced.
Also, is it safe to background cron? I'm using dcron (Dillon's Cron Daemon).
Thanks.
fyi: DAEMONS=(syslog-ng @network @dnsmasq !netfs crond hal @sensors)

Inxsible wrote:Also, the time needed for you to reach your desktop and are able to do anything with the system, is sufficient for all the backgrounded daemons to start.
My assumption is when the tty login screen appears, init has finished with it's boot up work. After that, the system switches to tty7 and x starts followed by my desktop.  Without backgrounding hal, the desktop appears 28 seconds after bootup and about 3 or 4 seconds after the tty login appears. When I background hal, the tty login appears at the 20 second mark and I'm sitting at a blank screen for about 5 or 6 seconds before my desktop appears, still at the 28 second mark. My guess is x.org waits for hal to start before it does anything. I believe x checks hal for hardware detection. I may have to change its settings to not auto-detect hardware but I'm a lazy guy .

Similar Messages

  • HAL Error - Thunar-volman / USB Hard Drive

    On my last arch setup, I installed hal,gamin, thunar and thunar-volman.  I could then plug in my usb HD and when U turned it on it would mount. I could then read and write to it as a user.  This time when I installed the same programs, added hal to my rc.conf, added my user to groups storage and optical, and plug in my drive, I get an error that says
    A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal").
    fdisk -l
    Disk /dev/sda: 80.0 GB, 80025280000 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x562c2a8b
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 9729 78148161 7 HPFS/NTFS
    Disk /dev/sdb: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x39473947
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 9 72292 83 Linux
    /dev/sdb2 10 42 265072+ 82 Linux swap / Solaris
    /dev/sdb3 43 1190 9221310 83 Linux
    /dev/sdb4 1191 30401 234637357+ 83 Linux
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0dde34f3
    Device Boot Start End Blocks Id System
    /dev/sdc1 1 60801 488384001 83 Linux
    blkid
    /dev/sda1: UUID="C81886E81886D53A" TYPE="ntfs"
    /dev/sdb1: UUID="638d081d-a3c7-4df9-88b6-6ee99085c55c" TYPE="ext2"
    /dev/sdb2: TYPE="swap" UUID="ca1a0f1d-78fc-4dfc-b2c2-c82e063d0fbb"
    /dev/sdb3: UUID="8d2ef431-b599-4c58-913f-781d96d8036d" SEC_TYPE="ext2" TYPE="ext3"
    /dev/sdb4: UUID="ae11e87d-57d4-4016-a839-955ee76c1e96" SEC_TYPE="ext2" TYPE="ext3"
    /dev/sdc1: UUID="196c625c-f949-4889-b1e1-fec7d9f5da22" TYPE="ext3" SEC_TYPE="ext2"
    mount
    /dev/sdb3 on / type ext3 (rw)
    none on /dev type ramfs (rw)
    none on /proc type proc (rw)
    none on /sys type sysfs (rw)
    none on /dev/pts type devpts (rw)
    none on /dev/shm type tmpfs (rw)
    /dev/sdb1 on /boot type ext2 (rw)
    /dev/sdb4 on /home type ext3 (rw)
    If I plug the drive in and do a su -c 'mount /dev/sdc1 /home/justin/backup' it mounts fine to /home/justin/backup
    I dont know if I am in the wrong group or I need to add the drive to my /etc/fstab . I googled the error, and it seems to give me a bunch of hits, but all relating to cdroms and kde bugs.  I tried to post any relevant commands I could think of, if their is anything else needed, please let me know.  Thanks, Justin

    device descriptor read/64, error -110
    I just got that same error message (but not some of the others you have) after a system update to kernel 3.4.3-1-ARCH. This happens for me when using a (slow) USB drive... but only under a heavy read/write load. I'd never had this problem before using the same applications and hardware.
    So I poked around in the kernel source code. That message occurs when the kernel tries to send a Control Message to a USB device, but the operation times out. But... you can change the timeout value.
    If you do a "modinfo usbcore", you'll see that one it's parameters is "initial_descriptor_timeout" and it defaults to 5000 milliseconds (5 seconds)... which is forever in the kernel world, but like I said, I've got a slow USB flash drive... and there's a comment in the code that one particular device needs a 10 second timeout.
    So I'm going to try a larger value.
    You can change it temporarily by entering "echo -n {some-value} > /sys/module/usbcore/parameters/initial_descriptor_timeout" with root authority.
    Or permanently, in a file in the /etc/modprobe.d directory and put an "options" line in it... see "man modprobe.d".

  • Hal automounting

    hi.
    i've got problem with automounting harddisk/cd-rooms in arch.
    i can mount (i.e= hal can) usb-disks, but fat/ntfs disks (and cdroms) cannot be mount
    i followed this wiki http://wiki.archlinux.org/index.php/HAL
    i've added dbus & hal daemons into rc.conf file
    thats my /etc/group file
    tty::5:
    disk::6:root
    lp::7:daemon
    mem::8:
    kmem::9:
    wheel::10:root,szymon
    ftp::11:
    mail::12:
    log::19:root
    smmsp::25:
    games::50:szymon
    network:x:90:
    video:x:91:szymon
    audio::92:szymon
    optical::93:hal,szymon
    floppy:x:94:hal,szymon
    storage:x:95:hal,szymon
    power:x:98:szymon
    nobody::99:
    users::100:szymon
    slocate:x:21:szymon
    dbus:x:81:szymon
    hal:x:82:szymon
    avahi:x:84:szymon
    when put a usb-cable (from external harddisk) and i try to mount it i get
    Nie można zamontować "PROGRAMY":
    Brak wystarczających uprawnień by zamontować nośnik "PROGRAMY"
    (it is not possible to mount "programy"
    you have not sufficent rights for mounting 'programy')
    i get this massage when i'm on 'normal' user and on root.
    szymon
    /////////// edit
    and when i try to mount cd (any : music, files etc) i get
    mount: wrong fs type, bad option, bad superblock on /dev/dvd,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so.
    Last edited by szymon gruszczynski (2007-08-05 15:17:13)

    eldarion : that's my fstab
    # /etc/fstab: static file system information
    # <file system>        <dir>         <type>    <options>          <dump> <pass>
    none                   /dev/pts      devpts    defaults            0      0
    none                   /dev/shm      tmpfs     defaults            0      0
    #/dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
    #/dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
    /dev/sda1 swap swap defaults 0 0
    /dev/sda2 /boot ext3 defaults 0 1
    /dev/sda3 / ext3 defaults 0 1
    /dev/sda5 /usr ext3 defaults 0 1
    /dev/sda6 /home ext3 defaults 0 1
    i solved this problems with cd/dvd rom (as you see - i hashed /dev/cdrom and /dev/dvd).
    but the main problem remain :<

  • The problem with hal.hotplug

    hi, there is error message in /var/log/error.log
    Apr  8 18:03:27 archlinux hal.hotplug[1618]: DEVPATH is not set
    Apr  8 18:03:28 archlinux hal.hotplug[1642]: DEVPATH is not set
    Apr  8 18:03:28 archlinux hal.hotplug[1675]: DEVPATH is not set
    Apr  8 18:03:29 archlinux hal.hotplug[1708]: DEVPATH is not set
    Apr  8 18:03:30 archlinux hal.hotplug[1732]: DEVPATH is not set
    Apr  8 18:03:30 archlinux hal.hotplug[1756]: DEVPATH is not set
    Apr  8 18:03:34 archlinux hal.hotplug[1978]: DEVPATH is not set
    Apr  8 18:03:36 archlinux hal.hotplug[2101]: DEVPATH is not set
    Apr  8 18:03:36 archlinux hal.hotplug[2132]: DEVPATH is not set
    Apr  8 18:03:38 archlinux hal.hotplug[2291]: DEVPATH is not set
    Apr  8 18:03:39 archlinux hal.hotplug[2322]: DEVPATH is not set
    Apr  8 18:03:40 archlinux hal.hotplug[2583]: DEVPATH is not set
    I have add the dbus and hal in the rc.conf,but still have the error message,
    does any one can help me?

    OK, I inserted d-bus and hal before hotplug, they both start flawlessly, but I still get this in the error log:
    Apr 12 03:01:37 xandrej hal.hotplug[2795]: DEVPATH is not set
    Apr 12 03:01:38 xandrej hal.hotplug[2832]: DEVPATH is not set
    Apr 12 03:01:38 xandrej hal.hotplug[2858]: DEVPATH is not set
    Apr 12 03:01:38 xandrej hal.hotplug[2889]: DEVPATH is not set
    Apr 12 03:01:39 xandrej hal.hotplug[2913]: DEVPATH is not set
    Apr 12 03:01:39 xandrej hal.hotplug[2940]: DEVPATH is not set
    Apr 12 03:01:40 xandrej hal.hotplug[3110]: DEVPATH is not set
    Apr 12 03:01:42 xandrej hal.hotplug[3263]: DEVPATH is not set
    Apr 12 03:01:42 xandrej hal.hotplug[3318]: DEVPATH is not set
    Apr 12 03:01:42 xandrej hal.hotplug[3377]: DEVPATH is not set
    Apr 12 03:01:42 xandrej hal.hotplug[3445]: DEVPATH is not set
    Apr 12 03:01:43 xandrej hal.hotplug[3520]: DEVPATH is not set
    Apr 12 03:01:43 xandrej hal.hotplug[3610]: DEVPATH is not set
    Apr 12 03:01:44 xandrej hal.hotplug[3740]: DEVPATH is not set
    Apr 12 03:01:44 xandrej hal.hotplug[3764]: DEVPATH is not set
    Apr 12 03:01:45 xandrej hal.hotplug[3788]: DEVPATH is not set
    Apr 12 03:01:45 xandrej hal.hotplug[3822]: DEVPATH is not set
    Apr 12 03:01:47 xandrej hal.hotplug[4031]: DEVPATH is not set
    Apr 12 03:01:47 xandrej hal.hotplug[4084]: DEVPATH is not set
    Apr 12 03:01:47 xandrej hal.hotplug[4179]: DEVPATH is not set
    Apr 12 03:01:47 xandrej hal.hotplug[4210]: DEVPATH is not set
    Apr 12 03:01:48 xandrej hal.hotplug[4340]: DEVPATH is not set
    Apr 12 03:01:48 xandrej hal.hotplug[4374]: DEVPATH is not set
    Apr 12 03:01:49 xandrej eth1394: eth2: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
    Apr 12 03:01:49 xandrej hal.hotplug[4859]: DEVPATH is not set
    Apr 12 03:02:00 ...
    That is 23 seconds of delay at boot time! :cry: Something's really wrong here.

  • New kernel(8/13/08) and hal notification

    After yesterday's kernel/system upgrade I got message to remove hal from etc/rc.conf as it is deprecated, or being deprecated.  (Ubuntu 9.10-alpha release notes also gave similar info about hal) 
    If this is so what is replacing hal? --udev new version+?  How will that affect # 'pacman -S hal' step for automatic xorg setup during installation(August iso version); and what daemon, if any, will replace hal in the daemon array of /etc/rc.conf?
    I want to thank the Archer's for the great wikis:)  KDE-4.3 is beautiful!

    djszapi I am using standard 32-bit i686 version.  I was wondering about message during update of 8/13 that said hal is being deprecated(?) to remove it from daemon array of /etc/rc.conf. Unless I misunderstood. Hal  is still in my /etc/rc.conf.
       Putting a !hal in the daemons list on reboot, got me to login window without mouse or keyboard activity.       Using Mandriva's root gedit I removed the !(from hal) and my system reboots with keyboard and mouse again functioning. Just to be sure I checked with pacman and xf86-input-keyboard and -mouse were missing.  They were re-installed.
    I also have an /etc/rc.conf.pacnew which is like the fresh install file.  Wonder when that will take-over?

  • HAL Problems

    Hi,
    I have the following problems after installing archlinux on my dell xps m1530.
    The problem also occours if I start dbus in the rc.conf.
    Unfortunately I haven't found a solution till now!
    Distribution: Unknown
    Gnome Release: 2.26.1 2009-04-19 (Archlinux)
    BugBuddy Version: 2.26.0
    System: Linux 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    X Vendor: The X.Org Foundation
    X Vendor Release: 10601000
    Selinux: No
    Accessibility: Disabled
    GTK+ Theme: Clearlooks
    Icon Theme: gnome
    GTK+ Modules: canberra-gtk-module, gnomebreakpad
    Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
    CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0
    ----------- .xsession-errors ---------------------
    ** (nautilus:3441): WARNING **: libeel-2.so.2: cannot open shared object file: No such file or directory
    (nautilus:3441): nautilus-extension-gnome-mount-WARNING **: Failed to initialize libhal context: (null) : (null)
    (nautilus:3441): nautilus-extension-gnome-mount-WARNING **: Could not initialize hal context
    (nautilus:3441): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.HalVolumeMonitor is not supported
    (nautilus:3441): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.GPhoto2VolumeMonitor is not supported
    ** (nautilus:3441): WARNING **: Failed to initialize hal : (null)
    process 3441: Attempt to remove filter function 0xb540d250 user data 0x928f2a0, but no such filter has been added
      D-Bus not built with -rdynamic so unable to print a backtrace
    And if I start hal in the rc.conf then every letter I type appears 3 times in gdm when I want to login. (dbus 2 times)
    Any ideas?
    Thanks and regards
    Gery

    "And if I start hal in the rc.conf then every letter I type appears 3 times in gdm when I want to login. (dbus 2 times)  "
    Have a look at :
    http://wiki.archlinux.org/index.php/Xor … otplugging
    at section :
    6.5 When I press a key, X thinks I pressed it multiple times
    could be linked to your HAL problem..............

  • Autofs or hal/dbus ?

    When I was setting up my Arch box I used autofs so it would automount dvds I wanted to watch with smplayer.  Then I wanted to try "thunar", which needed hal/dbus.  When I enable hal in my rc.conf and rebooted, it said the DVD was locked - by autofs I assume.  So I removed autofs from my rc.conf, and rebooted.  Now thunar works.  I had avoided hal/dbus because I thought I read they were part of gnome and I was afraid it would clutter my system, but then I found it was already installed and I just had to enable it.  Is using autofs deprecated in favor of using hal/dbus?

    HAL and dbus are needed by alot of things, and using it in conjunction with a volume manager (such as  thunar-volman) seems to be the prefered way to do it.
    not sure if autofs is "deprecated" (i can think of a few uses where it'd work better than hal/dbus+volume manager) but since you already got hal/dbus + a volume manager installed, use them

  • Xorg / catalyst / kernel upgrade - Frozen screen and input [SOLVED]

    I knew it, never upgrade xorg/graphic drivers when using ATI cards, just bless your god when it works and never touch it again. But I got tempted and I did a full system upgrade, and now... my xorg is broken.
    I'm using ATI proprietary drivers catalyst 8.12-1 with xorg 1.5.3-3. My card is an ATI x1950 pro.
    It used to work perfectly, but since the update, when i startx I just get a terminal (because of my .xinitrc) in fullscreen without my window manager getting launched, and my mouse in the middle of the screen; and nothing responds the mouse won't move, even ctrl+alt+backspace won't work. I have to ssh on my machine and 'killall X'.
    I tried starting off with a default config (using aticonfig --initial -f), but still the same problem.
    I have a dual screen setup.
    I disabled AIGLX and Composite, but no success.
    If I fail to repair this, since I made a backup of my pacman database, I could revert it right ?
    Please help us, us pwned ATI users !
    Here is the /var/log/Xorg.0.log
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux fatale 2.6.27-ARCH #1 SMP PREEMPT Mon Dec 8 22:01:01 UTC 2008 i686
    Build Date: 05 December 2008 09:10:55PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 13 03:36:24 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "ScreenSamsung" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "PS/2 Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "Xinerama" "true"
    (**) Option "AIGLX" "false"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) Xinerama: enabled
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is disabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling PS/2 Mouse
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5900
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc RV570 [Radeon X1950 Pro] rev 0, Mem @ 0xe0000000/0, 0xf5000000/0, I/O @ 0x00008000/0, BIOS @ 0x????????/131072
    (--) PCI: (0@1:0:1) ATI Technologies Inc RV570 [Radeon X1950 Pro] (secondary) rev 0, Mem @ 0xf5010000/0
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 7.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (--) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (WW) Warning, couldn't open module record
    (II) UnloadModule: "record"
    (EE) Failed to load module "record" (module does not exist, 0)
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.4.99.906, module version = 8.56.4
    Module class: X.Org Video Driver
    (II) Primary Device is: PCI 01@00:00:0
    (WW) Falling back to old probe method for fglrx
    (II) ATI Proprietary Linux Driver Version Identifier:8.56.4
    (II) ATI Proprietary Linux Driver Release Identifier: 8.561
    (II) ATI Proprietary Linux Driver Build Date: Dec 1 2008 14:55:43
    (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
    (WW) Video driver ABI version of the X server is 4.1
    (--) Assigning device section with no busID to primary device
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    (--) Chipset Supported AMD Graphics Processor (0x7280) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is signed
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) fglrx(0): pEnt->device->identifier=0x9377518
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 0.1.0
    ABI class: X.Org Video Driver, version 4.1
    (II) fglrx(0): PCI bus 1 card 0 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "dri" "true"
    (**) fglrx(0): Option "KernelModuleParm" "agplock=0"
    (**) fglrx(0): Option "RingSize" "8"
    (**) fglrx(0): Option "EnableDepthMoves" "yes"
    (**) fglrx(0): Option "UseInternalAGPGART" "no"
    (**) fglrx(0): Option "DPMS" "true"
    (II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
    (II) fglrx(0): 10BitPixelFormat disabled by default
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (==) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.4.99.906, module version = 8.56.4
    ABI class: X.Org Server Extension, version 1.1
    (--) fglrx(0): Chipset: "Radeon X1950 Series" (Chipset = 0x7280)
    (--) fglrx(0): (PciSubVendor = 0x1462, PciSubDevice = 0x0762)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    (--) fglrx(0): MMIO registers at 0xf5000000
    (--) fglrx(0): I/O port at 0x00008000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 4.1
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (**) fglrx(0): Option "mtrr" "on"
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.1.0
    ABI class: X.Org Video Driver, version 4.1
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 3.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    (II) fglrx(0): VESA VBE OEM Software Rev: 9.13
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: RV570
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (II) fglrx(0): Using adapter: 1:0.0.
    (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
    (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR3
    (II) fglrx(0): PCIE card detected
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000090, disabled=0x00000000
    (II) fglrx(0): Connected Display1: CRT on secondary DAC [crt2]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: NUL Model: 1 Serial#: 1
    (II) fglrx(0): Year: 2001 Week: 1
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) fglrx(0): Sync: Separate
    (II) fglrx(0): Max Image Size [cm]: horiz.: 31 vert.: 23
    (II) fglrx(0): Gamma: 1.00
    (II) fglrx(0): DPMS capabilities: StandBy Suspend; RGB/Color Display
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.597 redY: 0.343 greenX: 0.316 greenY: 0.566
    (II) fglrx(0): blueX: 0.153 blueY: 0.131 whiteX: 0.310 whiteY: 0.328
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 65.0 MHz Image Size: 304 x 228 mm
    (II) fglrx(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1184 h_border: 0
    (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
    (II) fglrx(0):
    (II) fglrx(0):
    (II) fglrx(0): Monitor name:
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff003aac010001000000
    (II) fglrx(0): 010b0103081f1700caf0649857519127
    (II) fglrx(0): 214f54afce0001010101010101010101
    (II) fglrx(0): 010101010101641900a0400026301888
    (II) fglrx(0): 360030e410000018000000fe000a2020
    (II) fglrx(0): 20202020202020202020000000fe000a
    (II) fglrx(0): 202020202020202020202020000000fc
    (II) fglrx(0): 000a202020202020202020202020000e
    (II) fglrx(0): End of Display1 EDID data --------------------
    (II) fglrx(0): Connected Display2: DFP on secondary TMDS [tmds2i]
    (II) fglrx(0): Display2 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: SAM Model: 1e5 Serial#: 1212821817
    (II) fglrx(0): Year: 2006 Week: 7
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: Off
    (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@67Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): 1152x870@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported Future Video Modes:
    (II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    (II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
    (II) fglrx(0): Monitor name: SyncMaster
    (II) fglrx(0): Serial No: HMEL205539
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff004c2de50139314a48
    (II) fglrx(0): 0710010380261e782ade95a3544c9926
    (II) fglrx(0): 0f5054bfef8081808140714f01010101
    (II) fglrx(0): 010101010101302a009851002a403070
    (II) fglrx(0): 1300782d1100001e000000fd00384c1e
    (II) fglrx(0): 510e000a202020202020000000fc0053
    (II) fglrx(0): 796e634d61737465720a2020000000ff
    (II) fglrx(0): 00484d454c3230353533390a20200056
    (II) fglrx(0): End of Display2 EDID data --------------------
    (WW) fglrx(0): More than one displays are connected,so clone mode is enabled
    (II) fglrx(0): Primary Controller - DFP on secondary TMDS
    (II) fglrx(0): Secondary Controller - CRT on secondary DAC
    (II) fglrx(0): Internal Desktop Setting: 0x00000008
    (II) fglrx(0): POWERplay version 3. 1 power state available:
    (II) fglrx(0): 1. 574/682MHz @ 0Hz [enable load balancing]
    (==) fglrx(0): QBS disabled
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0): PseudoColor visuals disabled
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): Center Mode is disabled
    (==) fglrx(0): TMDS coherent mode is enabled
    (II) fglrx(0): Total of 24 modes found for primary display.
    (--) fglrx(0): Virtual size is 1280x1024 (pitch 0)
    (**) fglrx(0): *Mode "1280x1024_mine": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024_mine"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (**) fglrx(0): Default mode "1280x1024_mine": 109.6 MHz (scaled from 0.0 MHz), 63.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024_mine"x60.0 109.62 1280 1336 1472 1720 1024 1024 1026 1062 +vsync (63.7 kHz)
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (**) fglrx(0): *Mode "1280x1024": 109.6 MHz (scaled from 0.0 MHz), 63.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024"x60.0 109.62 1280 1336 1472 1720 1024 1024 1026 1062 +vsync (63.7 kHz)
    (**) fglrx(0): Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 (60.0 kHz)
    (**) fglrx(0): Default mode "1280x768": 79.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync (47.8 kHz)
    (**) fglrx(0): Default mode "1280x720": 74.5 MHz (scaled from 0.0 MHz), 44.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 +hsync (44.8 kHz)
    (**) fglrx(0): Default mode "1280x720": 60.5 MHz (scaled from 0.0 MHz), 37.0 kHz, 50.0 Hz
    (II) fglrx(0): Modeline "1280x720"x50.0 60.46 1280 1328 1456 1632 720 721 724 741 +hsync (37.0 kHz)
    (**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 +hsync (53.7 kHz)
    [.. Millions of ModeLine's..]
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.2.0
    ABI class: X.Org Video Driver, version 4.1
    (**) fglrx(0): NoDRI = NO
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x8000001d
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (**) fglrx(0): Ring buffer size: 8 MB
    (**) fglrx(0): KernelModuleParm: "agplock=0"
    (II) fglrx(0): [pcie] 262144 kB allocated
    (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (II) fglrx(0): Direct rendering enabled
    (II) fglrx(0): AC Adapter is used
    (II) fglrx(0): Interrupt handler installed at IRQ 16.
    (II) fglrx(0): Exposed events to the /proc interface
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
    (II) fglrx(0): detected X.org 7.4.3.0
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    (II) fglrx(0): DRIScreenInit for fglrx driver
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 13, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 13, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 13, (OK)
    drmOpenByBusid: drmOpenMinor returns 13
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (II) fglrx(0): [drm] DRM interface version 1.0
    (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
    (II) fglrx(0): [drm] added 8192 byte SAREA at 0x4d000
    (II) fglrx(0): [drm] mapped SAREA 0x4d000 to 0xb7af0000
    (II) fglrx(0): [drm] framebuffer handle = 0x4e000
    (II) fglrx(0): [drm] added 1 reserved context for kernel
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): Kernel Module Version Information:
    (II) fglrx(0): Name: fglrx
    (II) fglrx(0): Version: 8.56.4
    (II) fglrx(0): Date: Dec 1 2008
    (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    (II) fglrx(0): Kernel Module version matches driver.
    (II) fglrx(0): Kernel Module Build Time Information:
    (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.27-ARCH
    (II) fglrx(0): Build-Kernel MODVERSIONS: no
    (II) fglrx(0): Build-Kernel __SMP__: no
    (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    (II) fglrx(0): [drm] register handle = 0x0004f000
    (II) fglrx(0): DRI initialization successfull!
    (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01004000
    (II) fglrx(0): FBMM initialized for area (0,0)-(1280,3280)
    (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
    (II) fglrx(0): Largest offscreen area available: 1280 x 2256
    (==) fglrx(0): Backing store disabled
    (II) Loading extension FGLRXEXTENSION
    (II) Loading extension ATITVOUT
    (**) fglrx(0): DPMS enabled
    (**) fglrx(0): Textured Video is enabled.
    (II) LoadModule: "glesx"
    (II) Loading /usr/lib/xorg/modules//glesx.so
    (II) Module glesx: vendor="X.Org Foundation"
    compiled for 1.4.99.906, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension GLESX
    (II) fglrx(0): GLESX enableFlags = 80
    (II) fglrx(0): GLESX is enabled
    (**) fglrx(0): Option "XaaNoOffscreenPixmaps" "true"
    (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Solid Lines
    Dashed Lines
    Setting up tile and stipple cache:
    32 128x128 slots
    14 256x256 slots
    5 512x512 slots
    (II) fglrx(0): Acceleration enabled
    (II) LoadModule: "amdxmm"
    (II) Loading /usr/lib/xorg/modules//amdxmm.so
    (II) Module amdxmm: vendor="X.Org Foundation"
    compiled for 1.4.99.906, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (WW) fglrx(0): Option "AccelMethod" is not used
    (WW) fglrx(0): Option "AccelDFS" is not used
    (WW) fglrx(0): Option "GARTSize" is not used
    (WW) fglrx(0): Option "BufferSize" is not used
    (WW) fglrx(0): Option "UseFBDev" is not used
    (WW) fglrx(0): Option "ColorTiling" is not used
    (WW) fglrx(0): Option "RenderAccel" is not used
    (WW) fglrx(0): Option "SubPixelOrder" is not used
    (WW) fglrx(0): Option "DynamicClocks" is not used
    (WW) fglrx(0): Option "PCI:1:0:0" is not used
    (II) fglrx(0): X context handle = 0x1
    (II) fglrx(0): [DRI] installation complete
    (==) fglrx(0): Silken mouse enabled
    (==) fglrx(0): Using hardware cursor
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 14, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 14, (OK)
    drmOpenByBusid: drmOpenMinor returns 14
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (WW) AIGLX: 3D driver claims to not support visual 0x33
    (WW) AIGLX: 3D driver claims to not support visual 0x34
    (WW) AIGLX: 3D driver claims to not support visual 0x35
    (WW) AIGLX: 3D driver claims to not support visual 0x36
    (WW) AIGLX: 3D driver claims to not support visual 0x37
    (WW) AIGLX: 3D driver claims to not support visual 0x38
    (WW) AIGLX: 3D driver claims to not support visual 0x39
    (WW) AIGLX: 3D driver claims to not support visual 0x3a
    (WW) AIGLX: 3D driver claims to not support visual 0x3b
    (WW) AIGLX: 3D driver claims to not support visual 0x3c
    (WW) AIGLX: 3D driver claims to not support visual 0x3d
    (WW) AIGLX: 3D driver claims to not support visual 0x3e
    (WW) AIGLX: 3D driver claims to not support visual 0x3f
    (WW) AIGLX: 3D driver claims to not support visual 0x40
    (WW) AIGLX: 3D driver claims to not support visual 0x41
    (WW) AIGLX: 3D driver claims to not support visual 0x42
    (WW) AIGLX: 3D driver claims to not support visual 0x43
    (WW) AIGLX: 3D driver claims to not support visual 0x44
    (WW) AIGLX: 3D driver claims to not support visual 0x45
    (WW) AIGLX: 3D driver claims to not support visual 0x46
    (WW) AIGLX: 3D driver claims to not support visual 0x47
    (WW) AIGLX: 3D driver claims to not support visual 0x48
    (WW) AIGLX: 3D driver claims to not support visual 0x49
    (WW) AIGLX: 3D driver claims to not support visual 0x4a
    (WW) AIGLX: 3D driver claims to not support visual 0x4b
    (WW) AIGLX: 3D driver claims to not support visual 0x4c
    (WW) AIGLX: 3D driver claims to not support visual 0x4d
    (WW) AIGLX: 3D driver claims to not support visual 0x4e
    (WW) AIGLX: 3D driver claims to not support visual 0x4f
    (WW) AIGLX: 3D driver claims to not support visual 0x50
    (WW) AIGLX: 3D driver claims to not support visual 0x51
    (WW) AIGLX: 3D driver claims to not support visual 0x52
    (WW) AIGLX: 3D driver claims to not support visual 0x53
    (WW) AIGLX: 3D driver claims to not support visual 0x54
    (WW) AIGLX: 3D driver claims to not support visual 0x55
    (WW) AIGLX: 3D driver claims to not support visual 0x56
    (WW) AIGLX: 3D driver claims to not support visual 0x57
    (WW) AIGLX: 3D driver claims to not support visual 0x58
    (WW) AIGLX: 3D driver claims to not support visual 0x59
    (WW) AIGLX: 3D driver claims to not support visual 0x5a
    (WW) AIGLX: 3D driver claims to not support visual 0x5b
    (WW) AIGLX: 3D driver claims to not support visual 0x5c
    (WW) AIGLX: 3D driver claims to not support visual 0x5d
    (WW) AIGLX: 3D driver claims to not support visual 0x5e
    (WW) AIGLX: 3D driver claims to not support visual 0x5f
    (WW) AIGLX: 3D driver claims to not support visual 0x60
    (WW) AIGLX: 3D driver claims to not support visual 0x61
    (WW) AIGLX: 3D driver claims to not support visual 0x62
    (WW) AIGLX: 3D driver claims to not support visual 0x63
    (WW) AIGLX: 3D driver claims to not support visual 0x64
    (WW) AIGLX: 3D driver claims to not support visual 0x65
    (WW) AIGLX: 3D driver claims to not support visual 0x66
    (WW) AIGLX: 3D driver claims to not support visual 0x67
    (WW) AIGLX: 3D driver claims to not support visual 0x68
    (WW) AIGLX: 3D driver claims to not support visual 0x69
    (WW) AIGLX: 3D driver claims to not support visual 0x6a
    (WW) AIGLX: 3D driver claims to not support visual 0x6b
    (WW) AIGLX: 3D driver claims to not support visual 0x6c
    (WW) AIGLX: 3D driver claims to not support visual 0x6d
    (WW) AIGLX: 3D driver claims to not support visual 0x6e
    (WW) AIGLX: 3D driver claims to not support visual 0x6f
    (WW) AIGLX: 3D driver claims to not support visual 0x70
    (WW) AIGLX: 3D driver claims to not support visual 0x71
    (WW) AIGLX: 3D driver claims to not support visual 0x72
    (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) fglrx(0): Shutdown CMMQS
    (II) fglrx(0): [drm] removed 1 reserved context for kernel
    (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x4d000 at 0xb7af0000
    Thanks :)
    edit: weird thing (or not) but DPMS (or whatever it is, the thing that turns off my monitor after some time) seems to work, altough moving the mouse or pressing the keyboard doesn't wake up the screen. Has this something to do with my mouse and keyboard not being recognized by xorg ?
    edit2: omg yes it is ! I added:
    urxvtc -e 'screen'
    so when I startx an un-window-managered fullscreen terminal launches with a screen session, and if I ssh on it I can type in this terminal from another computer, and the screen actually displays what I'm typing, so that's definitely an input problem !
    Final Edit: Well all solved, concerning the "frozen" stuff, it was just that my keyboard and mouse weren't detected because of the new hotpulg thingy (check http://wiki.archlinux.org/index.php/Xor … otplugging for more info, or just add 'hal' to your rc.conf), then restored my original xorg.conf, rebooted and it all went back to normal (: ). Hope this helps.
    Last edited by arsenist (2008-12-13 03:28:42)

    Has this something to do with my mouse and keyboard not being recognized by xorg
    Hmm, I wonder what it would reveal if someone read the news? http://www.archlinux.org/news/424/
    Even your Xorg.0.log is telling you the problem.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling PS/2 Mouse
    Last edited by jacko (2008-12-13 03:28:40)

  • [SOLVED]Xorg+Virtualbox

    Hi all. I've launched latest Arch on my Windows 7 using Virtualbox. I've installed KDE and used hal method (without xorg.conf) to autodetect all the components. Evertyhing works fine, KDE lunches as on my second machine where Archlinux is native OS, but I'm unable to set the resolution higher then 800x600. Shoud I use a video driver or create xorg.conf? Please help. Thnx
    Last edited by Nixxx (2010-02-10 20:37:40)

    Nixxx wrote:thnx, I did all you've suggested but still the same. X -xonfigure generates default xorg but resolution remains the same. I've used hwd, it sets desired resolutin but freezes mouse and keyboard.
    Nixxx,
    I run Vbox inside ARCH and one of the virtual machines is itself Arch. Its not exactly what you have, but inside the
    virtual machine it should be the same environment.
    Having 'xf86-input-evdev' installed, 'hal' in the DAEMONS line of '/etc/rc.conf', my xorg.conf is as follows:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "vboxvideo"
    VendorName "InnoTek Systemberatung GmbH"
    BoardName "VirtualBox Graphics Adapter"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    No problems whatsoever with resolution, in my case 1900x1200.
    Hope it somehow helps.
    Mektub

  • Macbook Pro Retina 13 with Yosemite Slow Shutdown

    Hi everybody,
    My rMBP now takes 30 seconds to shutdown. When I click to shutdown It presents the black screen with the wheel.
    I never installed the parallels and I already did a snapshot with AdwareMedic:
    AdwareMedic 2.2 system report - quinta-feira, 15 de Janeiro de 2015 @ 15:24:59
    Mac OS X version 10.10.1
    15:24  up 13 mins, 1 user, load averages: 1.19 1.23 0.87
    Safari extensions
    None
    Chrome extensions
    None
    Firefox extensions
    None
    Login items
    iTunesHelper, Dropbox
    Startup items
    None
    System startup items
    None
    User launch agents
    None
    System launch agents
    total 8
    -rw-r--r--  1 root  wheel  721 Nov 11  2013 org.macosforge.xquartz.startx.plist
    System launch daemons
    total 24
    -rw-r--r--  1 root  wheel  462 Dec 18 04:46 com.adobe.fpsaud.plist
    -rw-r--r--  1 root  wheel  568 Aug 25  2010 com.microsoft.office.licensing.helper.plist
    -rw-r--r--  1 root  wheel  670 Nov 11  2013 org.macosforge.xquartz.privileged_startx.plist
    Third-party kernel extensions
    None
    User cron tasks
    None
    Root cron tasks
    launchd.conf contents
    None
    DNS settings
    Server: 192.168.1.254
    Hosts file
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1 localhost
    255.255.255.255 broadcasthost
    ::1             localhost
    Scan log
    2015-01-15 15:20:55: ----- Scan Started -----
    2015-01-15 15:20:55: Scanning with signatures version 47
    2015-01-15 15:21:04: No adware found
    2015-01-15 15:21:04: ----- Scan Ended -----
    So, everything seems ok but it takes 30 seconds instead of 2-3.
    Anyone can help me?
    None

    Hi Alex,
    Thank you very much for your reply. :-)
    Actually, I had already checked the alternatives online and the Macbook Pro 13'' is only available with a dual-core processor. No possibility to order it with a quad-core processor. That's why I was wondering if a change/update of the processor can be made afterwards.
    Thank you,
    NeytiriLuna

  • Nvidia TV out problem after upgrade [solved]

    I upgraded my system today after a long drought.  I'm running a mythtv system on a CRT tv.  There is an LCD monitor on the system.
    I couldn't get X to work, as it couldn't find my mouse (or apparently keyboard) since the system appeared frozen after I started X.  I found information that, if I understood it correctly, seemed to indicate that xorg.conf is no longer needed and hal should be installed to run things.  I put hal in my rc.conf, rebooted, and now I have a working X configuration running gnome.
    My TV is another matter.  Typically during boot up the picture on the TV rolls vertically until I start X, then it stabilizes.  Now, it is continuing to roll and is in black and white.  I haven't found anything to help me figure this one out, so I thought I'd ask while I continue to look.
    Last edited by timm (2009-02-20 21:23:38)

    Duh, basic Arch-ness.  If the default doesn't work, build your own!  I rebuilt an xorg.conf file with info from my old one that wouldn't work, but based on the new one generated from hwd -x.
    Seems to work fine so far.

  • Crash on gdm startup... or freeze rather.

    Hi, this also happened when I was setting up gdm on another computer, when gdm started, the system froze, the mouse would not move, the keyboard would not type, and ctrl + alt + backspace didn't kill X. I have to power it off manually. This is what is happening after the gdm daemon loads. Does anyone know a solution, I set arch up a while ago and didn't get this issue, so I know it's not the computer, I may have missed a step but I don't know what it could be. Does anyone know what is wrong here and what I can do to fix it?

    sHyLoCk wrote:Install Xterm and put exec xterm in ~/.xinitrc . See this.
    Or xinit or startx.. i know the drill and it doesn't work. xterm is installed and the most i ever saw is a basic startx image before i had a system crash.
    hunterthomson wrote:
    markg85 wrote:
    sHyLoCk wrote:Did you install the whole gnome and gnome-extra packages?
    I didn't even install gnome yet. only GDM that is related to gnome.
    I installed SLiM (also a login manager in the arch linux repo) and it simply crashes my pc when i start it. Same when i do just "startx" (which is NOT starting SLiM or GDM. i haven't set those options yet).
    Just an idea but could it work to enable the testing repository and update everything to testing? perhaps this issue is fixed in testing (just guessing nad hoping here!)
    But again.. i find it extremely strange that X is not even logging anything when i start it when it was using HAL. (so, no xorg.conf file) it does log stuff with an xorg.conf file but nothing worth reporting.
    It sounds like it has nothing to do with GDM. Before installing GDM or Gnome get Xorg working. You should be able to startx and have it load up TWM window manager just fine.
    Go though the Xorg wiki from start to finish and it should work fine then. It sounds like you need to make sure you have the stuff installed that you need. Make sure Hal is installed and running and make sure you have a xorg.conf file in /etc/X11/xorg.conf Also, what video card do you have?
    On top of that as long as the keyboard is not locked up you can hit ctrl+alt+F2 or F2-6 to mover to a different virtual terminal. F7 is where the Xserver is running and F1 is the stdout for the Xsession and all applications that are running in it. Also, if you have another computer running on the network you can SSH into the computer and stop Xserver from there. The Linux Kernel will almost never crash so you can always SSH into it.
    I know it has nothing to do with GDM but just tried that one.. you never know ^_^ but it failed as hard as SLiM or just startx.
    Your hal and xorg part is strange. Hal is there to replace xorg.conf. if hal is not installed you must have an xorg.conf file. Anyway i redid the xorg part exactly like the wiki page describes it and still the exact same issue.
    My video card (like said 2 posts back ) is 8600 GT. Ubuntu and Fedora where running just fine with it when i had those installed. So it most be possible to get it working.
    I didn't try the ssh stuff yet but i will give that a try in a few minutes although if it works it only saves me reboots.

  • Can't mount camera in xfce4.4

    I have been trying to get my digital camera to work for but to no avail. I am in groups storage, camera and disks, but when I try to access my my camera's memory through thunar it tells me there is a security provision in place and that I don't have permission to access the device. I tried this while running thunar as root and get the same issue. I have dbus and hal in my rc.conf. Does anybody have any ideas here? Thanks for any help.

    I create " mkdir /media/camera " and when i plug in the USB-Cable i mounte as root the camera " mount /dev/sdX /media/camera "
    Users and Root now can accsess  the Camera,  "Camera Button" in Thunar.

  • Disable handling multimedia keys by Xserver

    Hi there,
    i've got problem with multimedia keys. Yes, i want disable it. Earlier(some time ago) i had my own handling scripts in acpi, that were using acpi_fakekey known from debian/ubuntu, to generate key action in Xserver. Some day, i have seen, that keys behave like be double pushed, so i disabled my scripts and everything was ok until, i've decided to use mpd to play music, and now i want to execute mpc client to play/pause directly from acpi by scripts. I hope i wrote it so You can understand me... Question is how to disable asus extra buttons
    From Xorg.log
    (**) Asus Laptop extra buttons: always reports core events
    (**) Asus Laptop extra buttons: Device: "/dev/input/event2"
    (II) Asus Laptop extra buttons: Found 1 mouse buttons
    (II) Asus Laptop extra buttons: Found keys
    (II) Asus Laptop extra buttons: Configuring as keyboard
    (**) Asus Laptop extra buttons: YAxisMapping: buttons 4 and 5
    (**) Asus Laptop extra buttons: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    All input device handled by hal.
    I think i should somehow disable device in hal(by some tricky conf in /etc/hal/fdi/policy/file.fdi) or disable this device to Xserver.
    Please help.

    Ok, I've taken a look at 'System Settings -> Input actions' and there is nothing in there that relates to multimedia keys. The only actions configured are the default Konqueror gestures and printscreen. Is that a problem? Should I set the inputs there? Should the config from .Xmodmap not supercede any KDE configuration? If not, how should I configure calls like 'XF86AudioStop', etc. that are software independent in the KDE input mapper?
    Sorry about all those questions, btw.

  • Help me, why i canot auto mount Usb harddisk?

    hi all,
    i have install a new archlinux, but i found i cant auto mount Usb harddisk
    Canot mount volume
    Canot get volume.fstype.alternative
    i have install hal,dbus , ntfs-3g, and add hal,dbus to rc.conf, why it still donnot work?

    yes, i add to storage group:
    [root@myhost figo]# groups figo
    wheel network video audio optical storage power users dbus hal stb-admin figo
    [root@myhost figo]#
    i have confuse, i use dolpin which is kde4 program, i cant mount my usb harddisk, but
    i have nautilus ,it canot mount.
    [root@myhost figo]# hal-device /dev/sdb1
    libhal.c 522 : invalid udi: /dev/sdb1 doesn't startwith '/org/freedesktop/Hal/devices/'.
    (null): (null)
    [root@myhost figo]#
    what is the problem?

Maybe you are looking for

  • 3 iOs 5 bugs no one seems to be talking about

    I've noticed 3 bugs in iOs 5 that no one seems to be talking about. 1.  Sometimes the setup personal hotspot toggle in settings will keep thinking even if you don't tap on it.  I believe this contributes to the poor battery life.  I've found the only

  • In the evaluation mode im nt able to view my ocr result for more than 2 seconds

    im doing my final year project on image processing using labview 2010(evaluation). im using a microsoft webcam(VX-700). my objective is character recognition using vision. im able to capture an image and store the same. the software also recognizes t

  • OS X Yosemite Pro Apps issue

    Hello, I have the following Pro Apps: Final Cut Pro X (10.1) Motion (5.0) OS X Server (3.0.2) I cannot open them. They have the O with a slash in it (Ø). They are relatively new, so I don't know why they won't open.  I've tried going to show contents

  • Why does the body of the email vanish??

    I have the most annoying issue with mail that is beginning to wind up my clients! About one in five of the emails I send appear in the other person's inbox with no text in the body of the email – instead, the text is attached in a file (the name of w

  • My screen is white, why?

    I was charging my IPod Touch and when I tried to use it the screen turned white. None of my applications are showing.  What happened?  I only have a blank white screen?