[SOLVED] Address space collision after kernel 3.0 upgrade

After upgrading to linux 3.0.1 I get the following error messages from kernel:
kernel: [ 0.313527] pci_root PNP0A08:00: address space collision: host bridge window [mem 0x000cc000-0x000cffff] conflicts with Video ROM [mem 0x000c0000-0x000ce9ff]
kernel: [ 0.313537] pci_root PNP0A08:00: address space collision: host bridge window [mem 0x000d0000-0x000d3fff] conflicts with Adapter ROM [mem 0x000cf000-0x000d0fff]
Anyone having similar issues? What could this be related to?
Everything seems to work fine so far... but this message is making me a little nervous....
Last edited by king.flasher.dave (2011-08-31 14:20:33)

The kernel is reporting a BIOS bug (in the DSDT table). Many BIOS tables say nonsense things like two pieces of hardware being addressable at the same location of memory.  Most likely it's been that way all along, but over time the kernel devs check for more of these things, thus new error messages come out.
If all of your hardware still works, then you can ignore it. Otherwise, you can try upgrading BIOS firmware in the hope that a newer version doesn't have the bug. (Or you can correct the table yourself and get the kernel to use the corrected copy from disk instead of the one in firmware, but I've found that to be very hard to accomplish.)

Similar Messages

  • [SOLVED] High disk activity after kernel boot

    Hi,
    after kernel loading (just before getty starts) i notice extremely high disk activity for ~20 seconds for no reason. I think that it is something related to systemd and mount services.
    When i set rootfs to read-only in syslinux kernel parameters then the system starts normally without delay. So, i think that something is constantly writing to (or checking?) my hard disk right after boot sequence.
    I'm using  kernel 3.7.9-1-ARCH.
    $ systemd --version
    systemd 197
    +PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
    $ systemd-analyze
    Startup finished in 3121ms (kernel) + 6238ms (userspace) = 9360ms
    $ systemd-analyze blame
    1289ms NetworkManager.service
    1173ms colord.service
    812ms systemd-logind.service
    722ms systemd-binfmt.service
    660ms systemd-udevd.service
    639ms systemd-sysctl.service
    314ms tmp.mount
    305ms systemd-remount-fs.service
    300ms upower.service
    219ms systemd-tmpfiles-setup.service
    168ms polkit.service
    160ms dev-sda2.swap
    156ms systemd-vconsole-setup.service
    129ms wpa_supplicant.service
    125ms dev-mqueue.mount
    121ms dev-hugepages.mount
    108ms systemd-udev-trigger.service
    101ms verynice.service
    59ms systemd-user-sessions.service
    48ms boot.mount
    47ms hpfall.service
    46ms home.mount
    43ms cpupower.service
    27ms sys-kernel-config.mount
    4ms proc-sys-fs-binfmt_misc.mount
    Syslinux kernel parameters (either ro or rw has the same result)
    APPEND root=/dev/sda3 rw nomodeset vga=current clocksource=acpi_pm libahci.ignore_sss=1
    Tried also with fsck hook and removing sda3 from fstab
    APPEND root=/dev/sda3 rw nomodeset vga=current clocksource=acpi_pm libahci.ignore_sss=1 rootflags=noatime,barrier=0
    my fstab:
    # UUID=925aba97-6805-442b-bb51-3ea6c16a5a86
    /dev/sda3 / ext4 rw,noatime,barrier=0 0 0
    # UUID=dd60df02-7992-43c1-a0e0-79441e23268e
    /dev/sda1 /boot ext4 rw,noatime 0 0
    # UUID=d2621666-f2c5-4f36-8da3-c0f21a23246c
    /dev/sda4 /home ext4 rw,noatime 0 0
    # UUID=3d70bc7d-5b0c-4adc-ba84-f32c9d132bcc
    /dev/sda2 none swap defaults 0 0
    Thanks for your time.
    Last edited by anelehto (2013-02-23 14:27:41)

    It was a problem with preload and its configuration.. I removed it and everything went back to normal!

  • [SOLVED] nfsroot install broken after kernel upgrade 3.5.6 to 3.6.2

    It seems my nfsroot installations have broken after the kernel upgrade to 3.6.2.
    This is as far as the boot process gets now (hand copied from the screen):
    IP-Config: eth0 complete (from 10.48.50.20):
    address: 10.48.50.240 broadcast: 10.48.50.255 netmask: 255.255.255.0
    gateway: 0.0.0.0 dns0 : 0.0.0.0 dns1: 0.0.0.0
    domain : local
    rootserver: 10.48.50.20 rootpath:
    filename : /var/tftpboot/pxelinux.0
    NFS-Mount: 10.48.50.20:/srv/nfs4/kvmhost0-rootfs
    Waiting 10 seconds for device /dev/nfs ...
    mount: Protocol not supported
    :: running cleanup hook [udev]
    ERROR: Failed to mount the real root device.
    Bailing out, you are on your own. Good luck.
    sh: can't access tty; job control turned off
    [rootfs /]#
    On the server this is what is logged:
    Oct 16 21:10:04 tuon dhcpd: DHCPDISCOVER from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPOFFER on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPREQUEST for 10.48.50.240 (10.48.50.20) from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPACK on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:14 tuon rpc.mountd[1323]: authenticated mount request from 10.48.50.240:684 for /srv/nfs4/kvmhost0-rootfs (/srv/nfs4/kvmhost0-rootfs)
    Oct 16 21:10:14 tuon rpc.mountd[1323]: refused unmount request from 10.48.50.240 for /new_root (/): not exported
    It looks to me like the client is sending the mount request, the server accepts and then for some reason the client thinks it has failed. I can't even see anything strange in the wireshark traces comparing the working client (3.5.6) to the broken one (3.6.2).
    Anyone else using nfsroot successfully with the latest kernel?
    Any other ideas?
    (by the way - despite my directory names, this is using nfs v3 for the rootfs)
    Last edited by kmshanah (2012-10-18 03:18:07)

    mikep wrote:
    Just to confirm that I also have this problem with nfsroot (nfs4 this time) with 3.6.2. Downgrading the kernel does make it go away.
    When it is working normally I do seem to get refused unmount messages at shutdown for some reason
    refused unmount request from 192.168.1.86 for / (/): not exported
    , but the /new_root bit is new and I have no idea where it comes from.
    refused unmount request from 192.168.1.86 for /new_root (/): not exported
    So I wonder if it asking for the wrong path.
    That unmount issue will be solved by FS#32021.
    Unfortunately, that doesn't help with mounting in the first place with 3.6.2

  • [SOLVED] Unable to boot after kernel 3.9.2

    After update to 3.9.2, I was unable to boot. After bios screen I see a black screen with only a white cursor and it hangs forever.
    I was able to boot from a usb live image, mount my fs, arch-chroot and downgrade to 3.8.11, then it all worked.
    I am using gummiboot with EFI, from SSD drive.
    my hwinfo --short
    cpu:
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1200 MHz
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1200 MHz
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1200 MHz
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1200 MHz
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1200 MHz
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1200 MHz
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1800 MHz
    Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 1200 MHz
    keyboard:
    /dev/input/event0 AT Translated Set 2 keyboard
    mouse:
    /dev/input/mice Sony Vaio Jogdial
    /dev/input/mice SynPS/2 Synaptics TouchPad
    graphics card:
    Intel VGA compatible controller
    sound:
    Intel Audio device
    storage:
    Intel Mobile 82801 SATA RAID Controller
    network:
    wlp2s0 Intel WLAN controller
    enp5s0 Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller
    network interface:
    lo Loopback network interface
    enp5s0 Ethernet network interface
    wlp2s0 Ethernet network interface
    disk:
    /dev/sda TOSHIBA THNSNF25
    /dev/sdb TOSHIBA THNSNF25
    partition:
    /dev/sda1 Partition
    /dev/sda2 Partition
    /dev/sda3 Partition
    /dev/sdb1 Partition
    usb controller:
    Intel USB Controller
    Intel USB Controller
    Intel USB Controller
    bios:
    BIOS
    bridge:
    Intel Host bridge
    Intel PCI bridge
    Intel PCI bridge
    Intel PCI bridge
    Intel PCI bridge
    Intel ISA bridge
    hub:
    Linux 3.8.11-1-ARCH xhci_hcd xHCI Host Controller
    Linux 3.8.11-1-ARCH xhci_hcd xHCI Host Controller
    Linux 3.8.11-1-ARCH ehci_hcd EHCI Host Controller
    Hub
    Linux 3.8.11-1-ARCH ehci_hcd EHCI Host Controller
    Hub
    memory:
    Main Memory
    unknown:
    FPU
    DMA controller
    PIC
    Timer
    Keyboard controller
    Intel Communication controller
    Intel SMBus
    Realtek Unclassified device
    /dev/input/event10 Ricoh USB2.0 Camera
    Last edited by farseerfc (2013-05-21 04:27:36)

    Thank you antoineniek
    I am also use Sony Vaio, SVZ1311AJ
    here is my bootctl:
    System:
    Machine ID: d5945540d2dc4d7bb04a0f6289b33208
    Boot ID: af45e33783764c2cabdaee8e91f6ef4e
    Firmware: UEFI 2.31 (INSYDE Corp. 4096.01)
    Secure Boot: disabled
    Setup Mode: setup
    Selected Firmware Entry:
    Title: EFI HDD Device
    Partition: /dev/disk/by-partuuid/36253875-a2ec-484f-8aba-5cbc68a6608e
    Boot Loader:
    Product: gummiboot 30
    Partition: /dev/disk/by-partuuid/36253875-a2ec-484f-8aba-5cbc68a6608e
    File: └─/EFI/BOOT/BOOTX64.EFI
    Selected Boot Loader Entry:
    Title: Arch Linux
    File: /boot/loader/entries/arch.conf
    And my dmidecode
    # dmidecode 2.12
    # SMBIOS entry point at 0x9aebcb98
    SMBIOS 2.7 present.
    18 structures occupying 743 bytes.
    Table at 0x9A989000.
    Handle 0x0000, DMI type 0, 24 bytes
    BIOS Information
    Vendor: Insyde Corp.
    Version: R0091C6
    Release Date: 05/07/2012
    Address: 0xE0000
    Runtime Size: 128 kB
    ROM Size: 3072 kB
    Characteristics:
    PNP is supported
    BIOS is upgradeable
    BIOS shadowing is allowed
    Boot from CD is supported
    Selectable boot is supported
    EDD is supported
    8042 keyboard services are supported (int 9h)
    CGA/mono video services are supported (int 10h)
    ACPI is supported
    USB legacy is supported
    Smart battery is supported
    BIOS boot specification is supported
    Function key-initiated network boot is supported
    Targeted content distribution is supported
    UEFI is supported
    BIOS Revision: 0.91
    Firmware Revision: 0.91
    Handle 0x0001, DMI type 1, 27 bytes
    System Information
    Manufacturer: Sony Corporation
    Product Name: SVZ1311AJ
    Version: J004TSH4
    Serial Number: 54582290-0013879
    UUID: 0D678980-8C6B-11E2-9426-3C07717887B2
    Wake-up Type: Power Switch
    SKU Number: N/A
    Family: VAIO
    Handle 0x0002, DMI type 2, 10 bytes
    Base Board Information
    Manufacturer: Sony Corporation
    Product Name: VAIO
    Version: N/A
    Serial Number: N/A
    Asset Tag: N/A
    Features:
    Board is a hosting board
    Handle 0x0003, DMI type 3, 17 bytes
    Chassis Information
    Manufacturer: Sony Corporation
    Type: Notebook
    Lock: Not Present
    Version: N/A
    Serial Number: N/A
    Asset Tag: N/A
    Boot-up State: Safe
    Power Supply State: Safe
    Thermal State: Safe
    Security Status: None
    OEM Information: 0x00000000
    Handle 0x0004, DMI type 4, 40 bytes
    Processor Information
    Socket Designation: N/A
    Type: Central Processor
    Family: Core i7
    Manufacturer: GenuineIntel
    ID: A9 06 03 00 FF FB EB BF
    Signature: Type 0, Family 6, Model 58, Stepping 9
    Flags:
    FPU (Floating-point unit on-chip)
    VME (Virtual mode extension)
    DE (Debugging extension)
    PSE (Page size extension)
    TSC (Time stamp counter)
    MSR (Model specific registers)
    PAE (Physical address extension)
    MCE (Machine check exception)
    CX8 (CMPXCHG8 instruction supported)
    APIC (On-chip APIC hardware supported)
    SEP (Fast system call)
    MTRR (Memory type range registers)
    PGE (Page global enable)
    MCA (Machine check architecture)
    CMOV (Conditional move instruction supported)
    PAT (Page attribute table)
    PSE-36 (36-bit page size extension)
    CLFSH (CLFLUSH instruction supported)
    DS (Debug store)
    ACPI (ACPI supported)
    MMX (MMX technology supported)
    FXSR (FXSAVE and FXSTOR instructions supported)
    SSE (Streaming SIMD extensions)
    SSE2 (Streaming SIMD extensions 2)
    SS (Self-snoop)
    HTT (Multi-threading)
    TM (Thermal monitor supported)
    PBE (Pending break enabled)
    Version: Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz
    Voltage: 1.4 V
    External Clock: 100 MHz
    Max Speed: 2100 MHz
    Current Speed: 2100 MHz
    Status: Populated, Enabled
    Upgrade: None
    L1 Cache Handle: 0x0005
    L2 Cache Handle: 0x0006
    L3 Cache Handle: 0x0007
    Serial Number: N/A
    Asset Tag: N/A
    Part Number: N/A
    Core Count: 4
    Core Enabled: 4
    Thread Count: 8
    Characteristics:
    64-bit capable
    Multi-Core
    Hardware Thread
    Execute Protection
    Enhanced Virtualization
    Power/Performance Control
    Handle 0x0005, DMI type 7, 19 bytes
    Cache Information
    Socket Designation: L1 Cache
    Configuration: Enabled, Not Socketed, Level 1
    Operational Mode: Write Through
    Location: Internal
    Installed Size: 256 kB
    Maximum Size: 256 kB
    Supported SRAM Types:
    Unknown
    Installed SRAM Type: Unknown
    Speed: Unknown
    Error Correction Type: Parity
    System Type: Unknown
    Associativity: Unknown
    Handle 0x0006, DMI type 7, 19 bytes
    Cache Information
    Socket Designation: L2 Cache
    Configuration: Enabled, Not Socketed, Level 2
    Operational Mode: Write Through
    Location: Internal
    Installed Size: 1024 kB
    Maximum Size: 1024 kB
    Supported SRAM Types:
    Unknown
    Installed SRAM Type: Unknown
    Speed: Unknown
    Error Correction Type: Multi-bit ECC
    System Type: Unified
    Associativity: 8-way Set-associative
    Handle 0x0007, DMI type 7, 19 bytes
    Cache Information
    Socket Designation: L3 Cache
    Configuration: Enabled, Not Socketed, Level 3
    Operational Mode: Write Back
    Location: Internal
    Installed Size: 6144 kB
    Maximum Size: 6144 kB
    Supported SRAM Types:
    Unknown
    Installed SRAM Type: Unknown
    Speed: Unknown
    Error Correction Type: Multi-bit ECC
    System Type: Unified
    Associativity: 12-way Set-associative
    Handle 0x0008, DMI type 11, 5 bytes
    OEM Strings
    String 1: 0000073306J
    String 2: FNC-EXTB
    String 3: AYM63CN6oU8U7SR9uU8TnihJnn_1xbtkRSyXt6oU7Y7SRAoU8T
    String 4: Reserved
    String 5: 8.0.4.1441
    Handle 0x0009, DMI type 16, 15 bytes
    Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: None
    Maximum Capacity: Unknown
    Error Information Handle: Not Provided
    Number Of Devices: 2
    Handle 0x000A, DMI type 17, 21 bytes
    Memory Device
    Array Handle: 0x0009
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 4096 MB
    Form Factor: SODIMM
    Set: None
    Locator: SODIMM1
    Bank Locator: Bank 0
    Type: DDR3
    Type Detail: Unknown
    Handle 0x000B, DMI type 17, 21 bytes
    Memory Device
    Array Handle: 0x0009
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 4096 MB
    Form Factor: SODIMM
    Set: None
    Locator: SODIMM2
    Bank Locator: Bank 1
    Type: DDR3
    Type Detail: Unknown
    Handle 0x000C, DMI type 19, 15 bytes
    Memory Array Mapped Address
    Starting Address: 0x00000000000
    Ending Address: 0x001FFFFFFFF
    Range Size: 8 GB
    Physical Array Handle: 0x0009
    Partition Width: 2
    Handle 0x000D, DMI type 20, 19 bytes
    Memory Device Mapped Address
    Starting Address: 0x00000000000
    Ending Address: 0x000FFFFFFFF
    Range Size: 4 GB
    Physical Device Handle: 0x000A
    Memory Array Mapped Address Handle: 0x000C
    Partition Row Position: Unknown
    Interleave Position: Unknown
    Interleaved Data Depth: Unknown
    Handle 0x000E, DMI type 20, 19 bytes
    Memory Device Mapped Address
    Starting Address: 0x00100000000
    Ending Address: 0x001FFFFFFFF
    Range Size: 4 GB
    Physical Device Handle: 0x000B
    Memory Array Mapped Address Handle: 0x000C
    Partition Row Position: Unknown
    Interleave Position: Unknown
    Interleaved Data Depth: Unknown
    Handle 0x000F, DMI type 32, 20 bytes
    System Boot Information
    Status: No errors detected
    Handle 0x0010, DMI type 136, 11 bytes
    OEM-specific Type
    Header and Data:
    88 0B 10 00 01 44 49 52 53 09 04
    Strings:
    Sony Corporation
    Handle 0x0011, DMI type 127, 4 bytes
    End Of Table
    Waiting for a solution.

  • [SOLVED] Low quality windows after kernel upgrading

    Hello,
    I've got such a weird situation. After I upgraded to 3.12-2, my KDE windows got a low quality style. You can figure out better what I mean with this screenshot.
    I did try to reinstall the video driver (I'm using the integrated gpu currently), delete and recreate the KDE cache, and downgrade the kernel. But an even stranger thing is that although I downgraded the kernel, the system kept using the 3.12.2-2; I was able to use neither dhcpcd nor X too.
    I strongly think it's an hardware compatibility problem, don't you?
    Last edited by Grant (2013-12-07 12:23:46)

    berbae wrote:
    Grant wrote:I did try to re-install the video driver, delete and recreate the KDE cache, and downgrade the kernel.
    It would have been better to post the exact commands you used and their result (what video driver? what KDE cache? what kernel? )
    I strongly think it's an hardware compatibility problem, don't you?
    How could that prevent you from downgrading the kernel?
    So you say that you downgraded the kernel, to 3.12.1-3 I presume, you rebooted and the machine still uses the 3.12.2-1 kernel!
    It's very strange : did the downgrading finished normally? Look into the pacman.log file and the kernel log messages in dmesg; and the xorg server log also, if possible with the new kernel and with the previous one. There is also the .xsession-errors file in $HOME.
    I know it's strange! I've never come across a similiar problem. And I'm gonna tell you more: it kept doing that even when the *.3-1 came out. I had to use the brute force. I manually removed the kernel images, the packages in the cache, and upgraded with --force, all that in live mode, and it worked fine.

  • [SOLVED] can't boot after kernel upgrade

    I'm on 3.5.4-1-ARCH, then I upgrade to linux-3.5.6-1 and reboot. The result is a message that cant load "autofs4" module. And a "uname -r" says me: 3.5.4-1-ARCH instead of 3.5.6!!
    I've tried to run depmod after the upgrade with de same result.
    Last edited by siot (2012-10-09 20:11:23)

    It sounds as if the new kernel did not find its way to your boot partition.  This could have been because the boot partition was not mounted when you did the upgrade (in which case the file is in the /boot mount point of your root partition) or that you are not booting from the partition you are expecting (Do you, per chance, have two boot partitions?)
    Regardless, boot from an install media and fix it from the command line.  if the files are in /boot of the root partition rather then one the boot partition, mount both volumes and just move the files.  If there are multiple boot partitions, move the files to the correct partition.  Once you reboot, fix the /etc/fstab to point to the correct boot partition.

  • [SOLVED] Huge power consumption after kernel upgrade.

    Dear All,
    I have recently bought the new lenovo thinkpad X1 equipped with a Core I5 processors and 4GB of RAM.
    I am quite satisfied with this machine except for the fact that the fan is extremely loud (but perhaps a bios upgrade will fix problem).
    Now my problem:
    When I first installed Arch (first days of August) I ran powertop and the power consumption was around 10 Watts when idle with wifi card turned off.
    Now, after some upgrades, the power consumption raises to 18W in idle and consequently the battery lasts less than 2h.
    Here my current configuration:
    Linux think-x1 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64 Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz GenuineIntel GNU/Linux
    and here the powertop output obtained with the cpu frequency governor set to "On demand":
    Cn Avg residency P-states (frequencies)
    C0 (cpu running) ( 5.3%) Turbo Mode 0.1%
    polling 0.0ms ( 0.0%) 2.50 Ghz 0.0%
    C1 mwait 0.2ms ( 0.1%) 2.21 Ghz 0.0%
    C2 mwait 0.3ms ( 0.0%) 1200 Mhz 0.1%
    C3 mwait 2.4ms ( 0.0%) 800 Mhz 99.8%
    C4 mwait 13.1ms (94.6%)
    Wakeups-from-idle per second : 76.1 interval: 3.0s
    Power usage (ACPI estimate): 15.7W (2.8 hours)
    Top causes for wakeups:
    46.5% (135.7) kworker/0:0
    17.7% ( 51.7) PS/2 keyboard/mouse/touchpad interrupt
    11.9% ( 34.7) [kernel scheduler] Load balancing tick
    8.6% ( 25.0) [iwlagn] <interrupt>
    2.9% ( 8.3) [i915] <interrupt>
    2.6% ( 7.7) [acpi] <interrupt>
    1.8% ( 5.3) chromium
    1.6% ( 4.7) [kernel core] hrtimer_start (tick_sched_timer)
    1.5% ( 4.3) kworker/0:1
    0.7% ( 2.0) minilogd
    0.7% ( 2.0) [kernel core] iwl_bg_watchdog (iwl_bg_watchdog)
    0.6% ( 1.7) X
    0.6% ( 1.7) [kernel core] intel_gpu_idle_timer (intel_gpu_idle_timer)
    0.3% ( 1.0) Terminal
    0.3% ( 1.0) [kernel core] tpt_trig_timer (tpt_trig_timer)
    0.2% ( 0.7) [mmc0, mei, ehci_hcd:usb3] <interrupt>
    0.2% ( 0.7) upowerd
    0.1% ( 0.3) init
    0.1% ( 0.3) gpg-agent
    0.1% ( 0.3) [kernel core] ieee80211_sta_reset_conn_monitor (ieee80211_sta_conn_mon_timer)
    0.1% ( 0.3) wicd-client
    0.1% ( 0.3) kworker/u:3
    0.1% ( 0.3) watchdog/0
    I have also tried to disable most of the running daemons and unload some modules, but I have never got less than 14/15W when idle, which in my opinion is definitely too much!
    As far as I'm concerned, the kworker process is responsible most of the wakeups. 
    Any ideas?
    Last edited by jacopo_c (2011-09-05 13:12:16)

    pogeymanz wrote:I read somewhere that the kernel devs really don't see this as an issue. They just expect that laptop owners should know to try these boot parameters. So, definitely not by 3.1.
    from https://bugzilla.redhat.com/show_bug.cgi?id=727579:
    Dave Jones 2011-08-03 15:32:21 EDT
    enabling it by default in 3.0 caused regressions for some people, so it was
    disabled. Hopefully Intel figures it out, and we can switch it back on by
    default in 3.1 / 2.6.41 (until then, you'll have to set it by hand).
    Interesting stuff, also recommend this thread on phoronix:
    http://phoronix.com/forums/showthread.p … Regression
    Last edited by masteryod (2011-09-12 00:30:00)

  • [solved] Problems with display after kernel update.

    After using pacman -Syu and getting the newest kernel and Nvidia drivers I experience some major problems.
    My Arch freezes when I try to run some apps. Firefox, konqueror and some others work fine, but when I type "glxinfo | grep direct" or try to execute something using wine the problems begin. Terminal doesn't return any errors (it doesn't get a chance to do so, freeze is instant).
    Edit:
    I've used script from nvidia.com
    Last edited by dcfighter (2008-08-11 00:42:51)

    I examined /etc/fonts/conf.avail and found 2 files
    70-no-bitmaps.conf and
    70-yes-bitmaps.conf
    But the content of this files the same! Defined value was set to "false"
    I delete "no" file and correct "yes" file
    <fontconfig>
    <Accept>
    <selectfont>
    <acceptfont>
    <pattern>
    <patelt><bool>true</bool></patelt>
    </pattern>
    </acceptfont>
    </selectfont>
    </fontconfig>
    After this, Helvetica fonts became more likely

  • [SOLVED] No sound modules after kernel update

    Hello,
    after updating my kernel, I have no sound modules. Alsaconf can't detect card. My lspci sound card:
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    My lsmod:
    Module Size Used by
    joydev 9895 0
    usbhid 35352 0
    hid 82435 1 usbhid
    nvidia 12069499 40
    broadcom 7270 0
    tg3 133684 0
    ehci_hcd 40794 0
    intel_ips 11245 0
    psmouse 55501 0
    libphy 16985 2 broadcom,tg3
    i7core_edac 16231 0
    serio_raw 4294 0
    i2c_i801 8187 0
    pcspkr 1819 0
    evdev 9530 10
    usbcore 144144 3 usbhid,ehci_hcd
    edac_core 37552 3 i7core_edac
    i2c_core 20460 2 nvidia,i2c_i801
    sg 25429 0
    iTCO_wdt 11789 0
    button 4470 0
    iTCO_vendor_support 1961 1 iTCO_wdt
    processor 24224 0
    fuse 66858 2
    ext4 375413 3
    mbcache 5881 1 ext4
    jbd2 70667 1 ext4
    crc16 1359 1 ext4
    raid0 7958 2
    md_mod 100392 3 raid0
    sr_mod 14951 0
    cdrom 36553 1 sr_mod
    sd_mod 28275 8
    pata_acpi 3376 0
    ata_piix 22077 6
    libata 166724 2 pata_acpi,ata_piix
    scsi_mod 132794 4 sg,sr_mod,sd_mod,libata
    And my kernel:
    Linux nekroman 3.1.2-1-ARCH #1 SMP PREEMPT Tue Nov 22 09:17:56 CET 2011 x86_64 Intel(R) Core(TM) i5 CPU 760 @ 2.80GHz GenuineIntel GNU/Linux
    Thanks for help.
    //edit:
    Reinstalled kernel and it works!
    Last edited by Nekroman (2011-11-25 15:08:32)

    how did you re-install the kernel?  I've never done that, and am too experiencing sound issues.
    --nixIT

  • [SOLVED]Tuner stoped working after kernel update (2.6.25)

    I upgraded kernel 2.6.24 to 2.6.25 and my Hauppauge WINTV tuner stopped working. Although it was recognized as I show in dmesg I had the following error "tuner 1-0061: tuner type not set". I downgraded to kernel 2.6.24 (and also downgraded nvidia and lirc packages which were dependencies) and the tuner works fine. This time tuner type is set correctly "tuner 1-0061: type set to Philips PAL/SECAM m" What should I do to make it work with newest kernel?
    This is some info from dmesg relevant to my tuner card.
    cx88[0]: subsystem: 0070:3401, board: Hauppauge WinTV 34xxx models [card=1,autodetected]
    cx88[0]: TV tuner type -1, Radio tuner type -1
    cx2388x alsa driver version 0.0.6 loaded
    tveeprom 1-0050: Hauppauge model 34519, rev J260, serial# 10439851
    tveeprom 1-0050: tuner model is LG S001D MK3 (idx 60, type 38)
    tveeprom 1-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) (eeprom 0x74)
    tveeprom 1-0050: audio processor is CX880 (idx 30)
    tveeprom 1-0050: has radio
    cx88[0]: hauppauge eeprom: model=34519
    input: cx88 IR (Hauppauge WinTV 34xxx as /devices/pci0000:00/0000:00:1e.0/0000:05:00.0/input/input6
    lp0: using parport0 (interrupt-driven).
    cx88[0]/0: found at 0000:05:00.0, rev: 5, irq: 23, latency: 32, mmio: 0xfa000000
    tuner 1-0043: chip found @ 0x86 (cx88[0])
    tda9887 1-0043: tda988[5/6/7] found @ 0x43 (tuner)
    tuner 1-0043: type set to tda9887
    tuner 1-0061: chip found @ 0xc2 (cx88[0])
    tuner-simple 1-0061: type set to 38 (Philips PAL/SECAM multi (FM1216ME MK3))
    tuner 1-0061: type set to Philips PAL/SECAM m
    tuner-simple 1-0061: type set to 38 (Philips PAL/SECAM multi (FM1216ME MK3))
    tuner 1-0061: type set to Philips PAL/SECAM m
    cx88[0]/0: registered device video0 [v4l2]
    cx88[0]/0: registered device vbi0
    cx88[0]/0: registered device radio0
    cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
    NVRM: loading NVIDIA UNIX x86 Kernel Module 169.12 Thu Feb 14 17:53:07 PST 2008
    Last edited by axel (2008-06-16 18:13:23)

    I tried the latest 2.26.5.6 kernel and I get the same tuner 1-0061: tuner type not set message. This time when I open xawtv I can watch the first channel in my list, but I can't change between channels. Radio doesn't work at all.
    Below I include modules that are loaded in kernel .25 and after that those loaded with the working .24 one. Any ideas?
    kernel 2.6.25
    Module Size Used by
    ac 4484 0
    acpi_cpufreq 7692 0
    agpgart 28244 2 intel_agp,nvidia
    ahci 25224 0
    ata_generic 5636 0
    ata_piix 17668 5
    battery 10372 0
    btcx_risc 4488 3 cx8800,cx88_alsa,cx88xx
    button 6416 0
    cdrom 33952 1 sr_mod
    compat_ioctl32 1536 1 cx8800
    coretemp 6400 0
    cpufreq_ondemand 7180 2
    crc_itu_t 2304 1 firewire_core
    cx8800 28956 0
    cx88_alsa 10504 1
    cx88xx 59560 2 cx8800,cx88_alsa
    dock 7952 1 libata
    ehci_hcd 33804 0
    evdev 9472 4
    ext3 124040 4
    fan 4356 0
    ff_memless 5128 1 usbhid
    firewire_core 36928 1 firewire_ohci
    firewire_ohci 16512 0
    freq_table 4112 2 cpufreq_ondemand,acpi_cpufreq
    hid 39296 1 usbhid
    hwmon_vid 3328 1 it87
    i2c_algo_bit 6020 1 cx88xx
    i2c_core 19348 17 tuner,tea5767,tda8290,tda18271,tda827x,tuner_xc2028,xc5000,tda9887,tuner_simple,mt20xx,tea5761,cx88xx,i2c_algo_bit,tveeprom,v4l2_common,i2c_i801,nvidia
    i2c_i801 9232 0
    ieee1394 79288 1 ohci1394
    intel_agp 23740 0
    ipv6 256196 10
    ir_common 32772 1 cx88xx
    it87 19856 0
    jbd 44052 1 ext3
    libata 142096 5 pata_acpi,ata_piix,ahci,ata_generic,pata_jmicron
    lp 9444 0
    mbcache 7172 1 ext3
    mt20xx 12040 1 tuner
    nvidia 7096356 30
    ohci1394 28720 0
    parport 31596 3 parport_pc,ppdev,lp
    parport_pc 34884 1
    pata_acpi 4992 0
    pata_jmicron 4224 0
    pcspkr 2816 0
    ppdev 7556 0
    ppp_generic 24348 0
    processor 32096 2 thermal,acpi_cpufreq
    r8169 25476 0
    rtc_cmos 9120 0
    rtc_core 15516 1 rtc_cmos
    rtc_lib 2944 1 rtc_core
    scsi_mod 92204 4 sg,sd_mod,sr_mod,libata
    sd_mod 23320 6
    sg 27188 0
    slhc 6016 1 ppp_generic
    snd 46628 14 cx88_alsa,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    snd_hda_intel 336440 1
    snd_hwdep 7428 1 snd_hda_intel
    snd_mixer_oss 14848 1 snd_pcm_oss
    snd_page_alloc 8072 2 snd_hda_intel,snd_pcm
    snd_pcm 68228 3 cx88_alsa,snd_hda_intel,snd_pcm_oss
    snd_pcm_oss 38656 0
    snd_seq 48432 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6796 2 snd_seq_oss,snd_seq
    snd_seq_midi_event 6656 1 snd_seq_oss
    snd_seq_oss 30336 0
    snd_timer 19848 2 snd_seq,snd_pcm
    soundcore 6496 1 snd
    sr_mod 15300 0
    tda18271 31496 1 tda8290
    tda827x 10116 1 tda8290
    tda8290 12676 1 tuner
    tda9887 9348 1 tuner
    tea5761 4868 1 tuner
    tea5767 6404 1 tuner
    thermal 15260 0
    tuner 35296 0
    tuner_simple 8712 1 tuner
    tuner_xc2028 19984 1 tuner
    tveeprom 14608 1 cx88xx
    uhci_hcd 22288 0
    usbcore 129776 4 usbhid,ehci_hcd,uhci_hcd
    usbhid 42944 0
    v4l1_compat 13956 1 videodev
    v4l2_common 10624 2 tuner,cx8800
    videobuf_core 15876 3 cx8800,cx88xx,videobuf_dma_sg
    videobuf_dma_sg 11396 3 cx8800,cx88_alsa,cx88xx
    videodev 31616 3 tuner,cx8800,cx88xx
    xc5000 10244 1 tuner
    kernel 2.6.24
    Module Size Used by
    ac 4612 0
    acpi_cpufreq 11292 0
    agpgart 28120 2 nvidia,intel_agp
    ahci 23812 0
    ata_generic 5380 0
    ata_piix 14852 5
    battery 10756 0
    btcx_risc 4488 3 cx88_alsa,cx8800,cx88xx
    button 6544 0
    cdrom 34080 1 sr_mod
    compat_ioctl32 1536 1 cx8800
    cpufreq_ondemand 7180 2
    crc_itu_t 2304 1 firewire_core
    cx8800 29104 0
    cx88_alsa 10376 1
    cx88xx 58792 2 cx88_alsa,cx8800
    ehci_hcd 33804 0
    evdev 9344 4
    ext3 124040 4
    fan 3844 0
    ff_memless 5128 1 usbhid
    firewire_core 36800 1 firewire_ohci
    firewire_ohci 16000 0
    freq_table 4112 2 cpufreq_ondemand,acpi_cpufreq
    hid 38272 1 usbhid
    hwmon_vid 3328 1 it87
    i2c_algo_bit 6020 1 cx88xx
    i2c_core 19584 11 tuner,tea5767,tda8290,tuner_simple,mt20xx,tea5761,cx88xx,i2c_algo_bit,tveeprom,i2c_i801,nvidia
    i2c_i801 8848 0
    ieee1394 81464 1 ohci1394
    intel_agp 22164 0
    ipv6 253764 10
    ir_common 30724 1 cx88xx
    it87 18060 0
    jbd 44308 1 ext3
    libata 141424 5 pata_acpi,ata_piix,ahci,ata_generic,pata_jmicron
    lp 9220 0
    mbcache 7168 1 ext3
    mt20xx 11912 1 tuner
    nvidia 7817696 28
    ohci1394 28976 0
    parport 31560 3 parport_pc,ppdev,lp
    parport_pc 35300 1
    pata_acpi 5248 0
    pata_jmicron 4352 0
    pcspkr 2944 0
    ppdev 7556 0
    ppp_generic 24596 0
    processor 29144 2 thermal,acpi_cpufreq
    r8169 25732 0
    rtc_cmos 7712 0
    rtc_core 15752 1 rtc_cmos
    rtc_lib 3072 1 rtc_core
    sd_mod 23168 6
    sg 26896 0
    slhc 6016 1 ppp_generic
    snd 46436 14 cx88_alsa,snd_hda_intel,snd_seq_oss,snd_seq,snd_seq_device,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    snd_hda_intel 292000 1
    snd_hwdep 7556 1 snd_hda_intel
    snd_mixer_oss 14848 1 snd_pcm_oss
    snd_page_alloc 8072 2 snd_hda_intel,snd_pcm
    snd_pcm 70404 3 cx88_alsa,snd_hda_intel,snd_pcm_oss
    snd_pcm_oss 38432 0
    snd_seq 48464 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6796 2 snd_seq_oss,snd_seq
    snd_seq_midi_event 6656 1 snd_seq_oss
    snd_seq_oss 30336 0
    snd_timer 19588 2 snd_seq,snd_pcm
    soundcore 6496 1 snd
    sr_mod 15268 0
    tda8290 11140 1 tuner
    tea5761 4740 1 tuner
    tea5767 5636 1 tuner
    thermal 12956 0
    tuner 40224 0
    tuner_simple 8584 1 tuner
    tveeprom 14736 1 cx88xx
    uhci_hcd 23312 0
    usbcore 128620 4 usbhid,uhci_hcd,ehci_hcd
    usbhid 42560 0
    v4l1_compat 13828 1 videodev
    v4l2_common 16256 4 tuner,cx8800,cx88xx,videodev
    videobuf_core 15620 3 cx8800,cx88xx,videobuf_dma_sg
    videobuf_dma_sg 11524 3 cx88_alsa,cx8800,cx88xx
    videodev 26624 2 cx8800,cx88xx

  • After kernel and xorg upgrade, xorg crashes at login

    I've upgraded several packages and have some trouble with Xorg since then. Those are the upgraded packages:
    [2009-12-26 18:08] upgraded libdrm (2.4.16-1 -> 2.4.17-2)
    [2009-12-26 18:08] upgraded libgl (7.6-2 -> 7.7-1)
    [2009-12-26 18:08] upgraded ati-dri (7.6-2 -> 7.7-1)
    [2009-12-26 18:08] upgraded git (1.6.5.7-1 -> 1.6.6-1)
    [2009-12-26 18:09] upgraded gnome-bluetooth (2.28.3-1 -> 2.28.6-1)
    [2009-12-26 18:09] upgraded gnome-user-share (2.28.1-1 -> 2.28.2-1)
    [2009-12-26 18:09] upgraded hdparm (9.27-1 -> 9.27-2)
    [2009-12-26 18:09] upgraded kernel26-firmware (2.6.32.2-1 -> 2.6.32.2-2)
    [2009-12-26 18:10] upgraded kernel26 (2.6.30.6-1 -> 2.6.32.2-2)
    [2009-12-26 18:10] upgraded lib32-libdrm (2.4.16-1 -> 2.4.17-2)
    [2009-12-26 18:10] upgraded lib32-libgl (7.6-2 -> 7.6.1-1)
    [2009-12-26 18:10] upgraded lib32-mesa (7.6-2 -> 7.6.1-1)
    [2009-12-26 18:10] upgraded libgnome (2.28.0-1 -> 2.28.0-2)
    [2009-12-26 18:10] upgraded libxcb (1.4-1 -> 1.5-1)
    [2009-12-26 18:10] upgraded mesa (7.6-2 -> 7.7-1)
    [2009-12-26 18:10] upgraded pm-utils (1.2.6.1-2 -> 1.2.6.1-3)
    [2009-12-26 18:10] upgraded pycups (1.9.46-2 -> 1.9.47-1)
    [2009-12-26 18:10] upgraded ruby-gnome2 (0.19.3-1 -> 0.19.3-2)
    [2009-12-26 18:10] upgraded run-parts (3.2.1-1 -> 3.2.2-1)
    [2009-12-26 18:10] upgraded system-config-printer-common (1.1.13-1 -> 1.1.15-1)
    [2009-12-26 18:10] upgraded system-config-printer-gnome (1.1.13-1 -> 1.1.15-1)
    [2009-12-26 18:11] upgraded totem (2.28.4-1 -> 2.28.5-1)
    [2009-12-26 18:11] upgraded udev (146-2 -> 149-1)
    [2009-12-26 18:11] upgraded xf86-input-evdev (2.2.5-1 -> 2.3.2-1)
    [2009-12-26 18:11] upgraded xf86-input-keyboard (1.3.2-2 -> 1.4.0-1)
    [2009-12-26 18:11] upgraded xf86-input-mouse (1.4.0-2 -> 1.5.0-1)
    [2009-12-26 18:11] upgraded xf86-video-ati (6.12.2-2 -> 6.12.4-3)
    [2009-12-26 18:11] upgraded xf86-video-vesa (2.2.0-1 -> 2.2.1-1)
    [2009-12-26 18:11] upgraded xorg-server-utils (7.4-7 -> 7.5-3)
    [2009-12-26 18:11] upgraded xorg-server (1.6.3.901-1 -> 1.7.3.902-1)
    [2009-12-26 18:11] upgraded zlib (1.2.3.3-3 -> 1.2.3.4-1)
    [2009-12-26 18:14] upgraded flvstreamer (1.8k-1 -> 1.9-1)
    [2009-12-29 12:59] upgraded lib32-libgcrypt (1.4.4-2 -> 1.4.5-1)
    [2009-12-29 12:59] upgraded lib32-libgl (7.6.1-1 -> 7.7-1)
    [2009-12-29 12:59] upgraded lib32-mesa (7.6.1-1 -> 7.7-1)
    [2009-12-29 12:59] upgraded libass (0.9.7-1 -> 0.9.8-1)
    [2009-12-29 12:59] upgraded lucene (2.9.0-1 -> 3.0.0-1)
    [2009-12-29 12:59] upgraded subversion (1.6.6-2 -> 1.6.6-3)
    [2009-12-29 12:59] upgraded tzdata (2009s-1 -> 2009t-1)
    [2009-12-29 12:59] upgraded zlib (1.2.3.4-1 -> 1.2.3.4-3)
    I have tried to disable KMS, and tried further to disable Compiz, to no avail. Every time I log into Xorg, I either get a black screen with nothing showing (I can move the cursor, though), or sometimes I can see the wallpaper. When I do see the wallpaper, however, Xorg eventually freezes. When I do not see the wallpaper, nothing happens.
    Anyway, if you need any more information, tell me, I'll tell it.

    @rocking turtle
    I just uninstalled xf86-input-mouse and xf86-input-keyboard. I had already configured my input devices to work with xf86-input-evdev.
    The login process went a little further than usual (gnome-panel loaded) but then Xorg crashed and I was forced back to GDM.
    @ewaller
    I'm posting my rc.conf, /var/log/Xorg.0.log and the interesting stuff you wanted from everyting.log:
    The intereting stuff in everything.log seems to point at libdrm, and my stupid ATI card.
    Dec 30 10:07:36 cipher kernel: [drm] Initialized drm 1.1.0 20060810
    Dec 30 10:07:36 cipher kernel: [drm] radeon defaulting to userspace modesetting.
    Dec 30 10:07:36 cipher kernel: pci 0000:01:00.0: setting latency timer to 64
    Dec 30 10:07:36 cipher kernel: [drm] Initialized radeon 1.31.0 20080528 for 0000:01:00.0 on minor 0
    Dec 30 10:07:36 cipher kernel: [drm] Setting GART location based on new memory map
    Dec 30 10:07:36 cipher kernel: [drm] Loading R500 Microcode
    Dec 30 10:07:36 cipher kernel: platform radeon_cp.0: firmware: requesting radeon/R520_cp.bin
    Dec 30 10:07:36 cipher load-modules.sh: 'platform:radeon_cp' is not a valid module or alias name
    Dec 30 10:07:36 cipher kernel: [drm] Num pipes: 1
    Dec 30 10:07:36 cipher kernel: [drm] writeback test succeeded in 1 usecs
    Dec 30 10:07:44 cipher gdm-simple-greeter[4794]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
    Dec 30 10:07:44 cipher gdm-simple-greeter[4794]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
    Dec 30 10:07:45 cipher gdm-simple-greeter[4794]: WARNING: Unable to read from file /etc/arch-release
    Dec 30 10:07:46 cipher gdm-simple-greeter[4794]: Pango-WARNING: Invalid UTF-8 string passed to pango_layout_set_text()
    Dec 30 10:08:01 cipher nautilus: Nautilus-Actions 1.12.2 initializing...
    Dec 30 10:08:54 cipher kernel: CE: hpet increasing min_delta_ns to 15000 nsec
    Dec 30 10:09:51 cipher kernel: CE: hpet increasing min_delta_ns to 22500 nsec
    Dec 30 10:13:14 cipher NetworkManager: <info> (wlan0): supplicant connection state: completed -> group handshake
    Dec 30 10:13:14 cipher NetworkManager: <info> (wlan0): supplicant connection state: group handshake -> completed
    Dec 30 10:13:51 cipher kernel: [drm] Num pipes: 1
    Dec 30 10:13:52 cipher kernel: [drm] Setting GART location based on new memory map
    Dec 30 10:13:52 cipher kernel: [drm] Loading R500 Microcode
    Dec 30 10:13:52 cipher kernel: platform radeon_cp.0: firmware: requesting radeon/R520_cp.bin
    Dec 30 10:13:52 cipher kernel: [drm] Num pipes: 1
    Dec 30 10:13:52 cipher kernel: [drm] writeback test succeeded in 1 usecs
    Dec 30 10:13:52 cipher load-modules.sh: 'platform:radeon_cp' is not a valid module or alias name
    Dec 30 10:13:54 cipher gdm-simple-greeter[5211]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
    Dec 30 10:13:54 cipher gdm-simple-greeter[5211]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
    Dec 30 10:13:54 cipher gdm-simple-greeter[5211]: WARNING: Unable to read from file /etc/arch-release
    Dec 30 10:13:54 cipher gdm-simple-greeter[5211]: Pango-WARNING: Invalid UTF-8 string passed to pango_layout_set_text()
    Dec 30 10:14:03 cipher gnome-session[5241]: WARNING: Could not launch application 'wally.desktop': Unable to start application: Failed to execute child process "wally" (No such file or directory)
    Dec 30 10:14:03 cipher gnome-session[5241]: WARNING: Could not launch application 'awn.desktop': Unable to start application: Failed to execute child process "awn-autostart" (No such file or directory)
    Dec 30 10:14:13 cipher nautilus: Nautilus-Actions 1.12.2 initializing...
    Dec 30 10:14:51 cipher kernel: [drm] Num pipes: 1
    Dec 30 10:14:51 cipher kernel: compiz[5424]: segfault at 4 ip 00007fdda45f93b0 sp 00007fff520a1358 error 4 in libxcb-glx.so.0.0.0[7fdda45f0000+12000]
    Dec 30 10:14:52 cipher kernel: [drm] Setting GART location based on new memory map
    Dec 30 10:14:52 cipher kernel: [drm] Loading R500 Microcode
    Dec 30 10:14:52 cipher kernel: platform radeon_cp.0: firmware: requesting radeon/R520_cp.bin
    Dec 30 10:14:52 cipher kernel: [drm] Num pipes: 1
    Dec 30 10:14:52 cipher kernel: [drm] writeback test succeeded in 1 usecs
    Dec 30 10:14:52 cipher load-modules.sh: 'platform:radeon_cp' is not a valid module or alias name
    Dec 30 10:14:53 cipher gdm-simple-greeter[5630]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
    Dec 30 10:14:53 cipher gdm-simple-greeter[5630]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
    Dec 30 10:14:53 cipher gdm-simple-greeter[5630]: WARNING: Unable to read from file /etc/arch-release
    Dec 30 10:14:54 cipher gdm-simple-greeter[5630]: Pango-WARNING: Invalid UTF-8 string passed to pango_layout_set_text()
    Dec 30 10:15:02 cipher nautilus: Nautilus-Actions 1.12.2 initializing...
    Here's my /var/log/Xorg.0.log:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.902 (1.7.4 RC 2)
    Release Date: 2009-12-26
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH x86_64
    Current Operating System: Linux cipher 2.6.32-ARCH #1 SMP PREEMPT Sat Dec 26 09:02:58 CET 2009 x86_64
    Kernel command line: root=/dev/disk/by-uuid/cc39eaa7-c39d-4f29-916d-cf0cb8c14611 ro vga=792 boot=quiet
    Build Date: 26 December 2009 02:34:45PM
    Current version of pixman: 0.16.4
    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: Wed Dec 30 10:14:51 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) Option "AIGLX" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /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 enabled
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
    (II) Loader magic: 0x7c09c0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 9
    (--) PCI:*(0:1:0:0) 1002:7145:1028:2003 ATI Technologies Inc Radeon Mobility X1400 rev 0, Mem @ 0xd0000000/268435456, 0xefdf0000/65536, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (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) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3.901, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 6.12.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (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 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 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI 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 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 HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI FirePro RG220, 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 RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI RS880
    (II) Primary Device is: PCI 01@00:00:0
    (II) RADEON(0): TOTO SAYS 00000000efdf0000
    (II) RADEON(0): MMIO registers at 0x00000000efdf0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "DRI" "true"
    (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.7.3.902, module version = 0.1.0
    ABI class: X.Org Video Driver, version 6.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Mobility Radeon X1400" (ChipID = 0x7145)
    (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
    (II) RADEON(0): PCIE card detected
    (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.7.3.902, module version = 1.0.0
    ABI class: X.Org Video Driver, version 6.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1028 SubsystemID: 0x2003
    IOBaseAddress: 0xee00
    Filename: BR18652D.bin
    BIOS Bootup Message:
    M54P Dell Key largo A12 DDR2 BU BIOS 432e/396m Channel B
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0x7ffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0x7ffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 432000
    (II) RADEON(0): Default Memory Clock: 396000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.31.0
    (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=131072K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (64 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 432.000000, mclk: 396.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=64800 max=110000; xclk=40000
    (WW) RADEON(0): LVDS Info:
    XRes: 1280, YRes: 800, DotClock: 68900
    HBlank: 128, HOverPlus: 21, HSyncWidth: 32
    VBlank: 16, VOverPlus: 1, VSyncWidth: 3
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): Skipping Component Video
    encoder: 0x15
    encoder: 0xf
    (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): I2C bus "LVDS" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: VGA-0
    Connector: VGA
    CRT1: INTERNAL_KLDSCP_DAC1
    DDC reg: 0x7e40
    (II) RADEON(0): Port1:
    XRANDR name: LVDS
    Connector: LVDS
    LCD1: INTERNAL_LVTM1
    DDC reg: 0x7e30
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 0
    (II) RADEON(0): I2C device "LVDS:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output LVDS using initial mode 1280x800
    (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (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.7.3.902, 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
    (==) RADEON(0): Using XAA acceleration architecture
    (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.7.3.902, module version = 1.2.1
    ABI class: X.Org Video Driver, version 6.0
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) RADEON(0): RADEONScreenInit d0000000 0 0
    Output LCD1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x08000000
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 32 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 29 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1280) to (1280,1282)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6909
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x1978000
    (II) RADEON(0): Will use depth buffer at offset 0x1fb8000
    (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0x7ff8000
    (II) RADEON(0): Will use 92160 kb for textures at offset 0x25f8000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xd0000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [pci] 32768 kB allocated with handle 0x0507f900
    (II) RADEON(0): [pci] ring handle = 0x1b7ff000
    (II) RADEON(0): [pci] Ring mapped at 0x7fe92fe69000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0x2b800000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0x7fe93c4a0000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x1b800000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x7fe92fc69000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0x1b801000
    (II) RADEON(0): [pci] GART Texture map mapped at 0x7fe92dfe9000
    (II) RADEON(0): [drm] register handle = 0x2fff8000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 16
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xd7ffd000 is: 0xd7ffd000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (**) RADEON(0): Option "XaaNoOffscreenPixmaps" "true"
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (==) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000
    (II) RADEON(0): Largest offscreen area available: 1280 x 6901
    (II) RADEON(0): Set up textured video
    Output CRT1 disable success
    Output LCD1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Output LCD1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Mode 1280x800 - 1408 816 10
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    freq: 68900000
    best_freq: 68900000
    best_feedback_div: 689
    best_ref_div: 18
    best_post_div: 15
    (II) RADEON(0): crtc(0) Clock: mode 68900, PLL 68900
    (II) RADEON(0): crtc(0) PLL : refdiv 18, fbdiv 0x2B1(689), pdiv 15
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output digital setup success
    Output LCD1 enable success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 disable success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 338 x 211
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "ca"
    (**) Option "xkb_variant" "fr"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event9"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse
    (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event8"
    (II) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    (II) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    (II) Logitech USB-PS/2 Optical Mouse: Found relative axes
    (II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
    (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    (II) config/hal: Adding input device Chicony USB Keyboard
    (**) Chicony USB Keyboard: always reports core events
    (**) Chicony USB Keyboard: Device: "/dev/input/event7"
    (II) Chicony USB Keyboard: Found keys
    (II) Chicony USB Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Chicony USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "ca"
    (**) Option "xkb_variant" "fr"
    (II) config/hal: Adding input device Chicony USB Keyboard
    (**) Chicony USB Keyboard: always reports core events
    (**) Chicony USB Keyboard: Device: "/dev/input/event6"
    (II) Chicony USB Keyboard: Found keys
    (II) Chicony USB Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Chicony USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "ca"
    (**) Option "xkb_variant" "fr"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event4"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "ca"
    (**) Option "xkb_variant" "fr"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "ca"
    (**) Option "xkb_variant" "fr"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event5"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "ca"
    (**) Option "xkb_variant" "fr"
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    Dac detection success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on output: LVDS ----------------------
    (II) RADEON(0): Manufacturer: CPT Model: 140b Serial#: 0
    (II) RADEON(0): Year: 2007 Week: 14
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.613 redY: 0.336 greenX: 0.311 greenY: 0.563
    (II) RADEON(0): blueX: 0.152 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    (II) RADEON(0): Unknown vendor-specific block f
    (II) RADEON(0): CT7810154WB4
    (II) RADEON(0): *=DPn
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff000e140b1400000000
    (II) RADEON(0): 0e110103802115780a092d9d564f9027
    (II) RADEON(0): 21505400000001010101010101010101
    (II) RADEON(0): 010101010101ea1a0080502010301520
    (II) RADEON(0): 13004bcf100000190000000f00000000
    (II) RADEON(0): 0000000000206e050f00000000fe0043
    (II) RADEON(0): 543738313031353457423420000000fe
    (II) RADEON(0): 002a3d44506e94b7ff010120202000f7
    (II) RADEON(0): EDID vendor "CPT", prod id 5131
    And my rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="America/Toronto"
    KEYMAP="cf"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!pcspkr !snd_pcsp !bcm43xx !ndiswrapper loop b43 fuse)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="cipher"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="dhcp"
    INTERFACES=(lo !eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(@openntpd @stdb @httpd @mysqld @cups @samba syslog-ng network netfs @crond alsa dbus hal fam networkmanager !gdm)
    Oh and hell, if you want to have a look on my xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    # InputDevice "Mouse0" "CorePointer"
    # InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "ServerFlags"
    Option "AIGLX" "true"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "extmod"
    Load "dbe"
    Load "glx"
    Load "dri"
    Load "drm"
    Load "freetype"
    Load "synaptics"
    EndSection
    #Section "InputDevice"
    # Identifier "Keyboard0"
    # Driver "kbd"
    # Option "XkbLayout" "ca"
    # Option "XkbVariant" "fr"
    #EndSection
    #Section "InputDevice"
    # Identifier "Mouse0"
    # Driver "mouse"
    # Option "Protocol" "auto"
    # Option "Device" "/dev/input/mice"
    # Option "ZAxisMapping" "4 5 6 7"
    #EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "CPT"
    ModelName "140b"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility X1400"
    BusID "PCI:1:0:0"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    # SubSection "Display"
    # Viewport 0 0
    # Depth 1
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 4
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 8
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 15
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 16
    # EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Any bit of help is appreciated.

  • IPhone 3GS: problem with address book changes after 5.0.1 upgrade

    Hello World,
    I upgrade my and my Wife iPhones 3GS to 5.0.1,
    my Wife's one has a big problem:
    - in the address book/contact menu disappears + sign (upper right) in order to add or modify contact
    I tried to search in some forums, but I didn't find any solution.
    I already tried to:
    - soft reset
    - hard reset
    - restore backup
    but no way to solve this problem.
    I hope in someone help ...
    Thanks,
    Francesco
    aka Frank from Italy

    My parents are also having that same problem on their mac mini after updating to 10.5.4. Their Mail app is also giving the same error. I'll post back if I find an answer... and if anyone else knows how to resolve this problem, please let us know.
    Thanks,
    Brian

  • [SOLVED] Synapse not working after recents other packages upgrades

    Hi !
    After having upgraded a lot of packages, I figured out that Synapse is no longer working. It gives me the following output when trying to start it from shell :
    [16:46:43.878282 Info] Starting up...
    [16:46:43.944439 Info] [UILauncher] Binding activation to <Control><Alt>space
    [16:46:43.944501 GtkHotkey-Debug] Listener Type: GtkHotkeyX11Listener
    Preparing to bind <Control><Alt>space
    Got accel 32, 12
    Got keycode 65
    Got modmask 12
    [16:46:43.957062 Info] [GuiViewVirgilio] Screen is composited.
    [16:46:43.957242 Info] [GuiViewVirgilio] Using cedilla input method.
    [16:46:44.080733 Warning] desktop-file-service.vala:95: Pantheon is not understood
    [16:46:44.092847 GLib-Critical] g_path_get_basename: assertion 'file_name != NULL' failed
    Erreur de segmentation (core dumped)
    Here's the package I've updated and caused this bug to appear...
    [2013-10-09 14:03] [PACMAN] upgraded glib2 (2.36.4-1 -> 2.38.0-1)
    Thanks for your help,
    SilverWyrda.
    Last edited by SilverWyrda (2013-10-09 20:09:55)

    Thank you for your replies. I can confirm that removing gnome-weather app "solves" the issue even with the very latest updates. It seems in fact to be the line DBusActivatable=true in the .desktop entry that causes this bug as it is explained on http://web.archiveorange.com/archive/v/ … YqAEh0yuaA.
    Mystery solved !

  • [SOLVED] /dev/raw1394 missing after 2.6.32 upgrade

    After upgrading the kernel from 2.6.31 I no longer have /dev/raw1394. 'modprobe raw1394' returns 'FATAL: Module raw1394 not found.'
    I also found that the directory /lib/modules/2.6.31-ARCH/kernel/drivers/ieee1394 was not recreated in the 2.6.32 tree.
    Have not had this issue with past kernel upgrades. Other than the raw1394 module error message during boot there are no other errors (at least that I could find).
    No luck searching the forums - any ideas?
    Thanks,
    Steve
    Last edited by schatzs (2010-01-01 16:53:01)

    I figured it out. The latest kernel switched over to the new FireWire driver stack and /dev/raw1394 will not be created. Take a look at http://ieee1394.wiki.kernel.org/index.p … _Migration.
    I think that 'raw1394' no longer needs to be in the module list in /etc/rc.conf.
    Steve

  • I recently had a kernel panic in which I think my hard drive only had so much space left after I ran a bunch of drivers I thought I needed. I uninstalled all and moved files. For some odd reason I'm not getting sound of of my hdtv/monitor.HELP?

    I recently had a kernel panic in which I think my hard drive only had so much space left after I ran a bunch of drivers I thought I needed. I uninstalled all and moved files. For some odd reason I'm not getting sound of of my hdtv/monitor.HELP? I uninstalled all the drives and apps I download. I moived files either to trash if not needed, and others to other external drives. I went into disk utility and did a repair disk permission and verify disk. Clean out junk files. Now my hdtv/monitor does not give me any sound, nor does my mac mini. Can someone please tell me what to do?

    What drivers?

Maybe you are looking for

  • How oracle decide whetehr to use index or full scan (statistics)

    Hi Guys, Let say i have a index on a column. The table and index statistics has been gathered. (without histograms). Let say i perform a select * from table where a=5; Oracle will perform a full scan. But from which statistics it will be able to know

  • Weekly status report of user login in a client in SAP R/3

    Hello, I checked transaction like AL08, SM04  etc..but they show only the last login time and date. Is there any report which can show a weekly login status or can anybody guide me how to make on or if anybody has already made one ? Thanking in antic

  • How do I fit my browser to my screen size

    Hi everyone, So I'm wondering how I can open safari and have the entire page cover my screen. Also, I'm using MS word, and it only takes up half my screen in full screen mode. It's my second day on a mac ever and I'm loving it just not used to it. TY

  • Adding 0's before a number

    Hi all,       I have a text field where if i enter 008 its reading as 8, but I want to read it as what ever number I enter in InfoPath form.I tried with number field didn't work. Any suggestions please. Thanks,

  • Session tracking help please

    Hi everyone ! I had an application working under Websphere 3.5.4 and JDK 1.2.2. This application used many session variables. I have stopped working on it, and now that I want to use again, I get this stupid usual : Unhandled error! You might want to