Xorg disables keyboard and mice [solved]

after last update I cant use the trackpoint and keyboard on my IBM T40 under x, only the touchpad works.
here is my xorg.conf
# File generated by xorgconfig.
# Copyright 2004 The X.Org Foundation
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
# Refer to the xorg.conf(5) man page for details about the format of
# this file.
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
# Load "type1"
Load "freetype"
# Load "xtt"
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
EndSection
# Files section. This allows default font and rgb paths to be set
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
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"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
EndSection
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/mice"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "BottomEdge" "4200"
Option "SHMConfig" "on"
Option "FingerLow" "25"
Option "LeftEdge" "1700"
Option "MaxTapMove" "220"
Option "MaxTapTime" "180"
Option "FingerHigh" "30"
Option "VertScrollDelta" "100"
Option "TopEdge" "1700"
Option "AccelFactor" "0.0015"
Option "RightEdge" "5300"
EndSection
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
Identifier "My Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5, 35.15, 35.5
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-70
EndSection
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
#Section "Device"
# Identifier "Standard VGA"
# VendorName "Unknown"
# BoardName "Unknown"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
## Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
#EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
Option "DynamicClocks" "on"
Option "AGPMode" "4"
Option "RenderAccel" "on"
Option "EnablePageFlip" "on"
Option "BIOSHotkeys" "on"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
# Screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "** ATI Radeon (generic) [radeon]"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
# ServerLayout sections.
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "SynapticsMouse1" "AlwaysCore"
EndSection
# Section "DRI"
# InputDevice "SynapticsMouse1" "AlwaysCore"
# Mode 0666
# EndSection
and the Xorg.0.log
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686
Current Operating System: Linux t40 2.6.28-ARCH #1 SMP PREEMPT Tue Jan 6 10:26:22 UTC 2009 i686
Build Date: 17 December 2008 08:20:05PM
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: Mon Jan 12 13:04:51 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "** ATI Radeon (generic) [radeon]"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) |-->Input Device "SynapticsMouse1"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
/usr/share/fonts/misc,
/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"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse1
(WW) Disabling Keyboard1
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d5fe0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 7
(--) PCI:*(0@1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe0000000/0, 0xc0100000/0, I/O @ 0x00003000/0, BIOS @ 0x????????/131072
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded by default.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.5.3, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(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.5.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 6.9.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.99.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(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 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 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 RV730 (AGP),
ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670],
ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), 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 RV670,
ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
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 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 Radeon RV710,
ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
ATI Radeon HD 3430, 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 Radeon HD 3200 Graphics,
ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics
(II) Primary Device is: PCI 01@00:00:0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) RADEON(0): TOTO SAYS 00000000c0100000
(II) RADEON(0): MMIO registers at 0x00000000c0100000: 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 "AGPMode" "4"
(**) RADEON(0): Option "EnablePageFlip" "on"
(**) RADEON(0): Option "RenderAccel" "on"
(**) RADEON(0): Option "DynamicClocks" "on"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(II) 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 Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
(--) RADEON(0): Linear framebuffer at 0x00000000e0000000
(II) RADEON(0): AGP 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.5.3, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(II) RADEON(0): Legacy BIOS detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
(**) RADEON(0): Page Flipping enabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) RADEON(0): Max desktop size set to 2048x1200
(II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
(II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
(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: 12000, max_out_pll: 35000, min_in_pll: 40, max_in_pll: 3000, xclk: 18300, sclk: 183.000000, mclk: 260.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=35000; xclk=18300
(II) RADEON(0): Bios Connector table:
(II) RADEON(0): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1
(II) RADEON(0): Port1: DDCType-0x64, DACType-2, TMDSType-1, ConnectorType-3
(II) RADEON(0): Port4: DDCType-0x0, DACType-0, TMDSType-0, ConnectorType-7
(II) RADEON(0): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5
(II) RADEON(0): Output VGA-0 using monitor section My Monitor
(II) RADEON(0): I2C bus "VGA-0" initialized.
(II) RADEON(0): Output DVI-0 has no monitor section
(II) RADEON(0): DFP table revision: 2
(II) RADEON(0): I2C bus "DVI-0" initialized.
(II) RADEON(0): Output LVDS has no monitor section
(II) RADEON(0): Panel ID string: 1024x768
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(WW) RADEON(0): LVDS Info:
XRes: 1024, YRes: 768, DotClock: 65000
HBlank: 320, HOverPlus: 16, HSyncWidth: 136
VBlank: 38, VOverPlus: 2, VSyncWidth: 6
(II) RADEON(0): Output S-video has no monitor section
(II) RADEON(0): Default TV standard: NTSC
(II) RADEON(0): TV standards supported by chip: NTSC PAL NTSC-J
(II) RADEON(0): Port0:
Monitor -- AUTO
Connector -- VGA
DAC Type -- Primary
TMDS Type -- None
DDC Type -- 0x60
(II) RADEON(0): Port1:
Monitor -- AUTO
Connector -- DVI-D
DAC Type -- None
TMDS Type -- Internal
DDC Type -- 0x64
(II) RADEON(0): Port2:
Monitor -- AUTO
Connector -- LVDS
DAC Type -- None
TMDS Type -- None
DDC Type -- 0x0
(II) RADEON(0): Port3:
Monitor -- AUTO
Connector -- STV
DAC Type -- TVDAC/ExtDAC
TMDS Type -- None
DDC Type -- 0x0
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
finished output detect: 0
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
finished output detect: 1
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
finished output detect: 2
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
finished output detect: 3
finished all detect
before xf86InitialConfiguration
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1024x768
(WW) RADEON(0): Mode 1280x1024 is out of range.
(WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
(II) RADEON(0): Adding Screen mode: 800x600
(II) RADEON(0): Adding Screen mode: 640x480
(II) RADEON(0): Total number of valid Screen mode(s) added: 2
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): Output VGA-0 disconnected
(II) RADEON(0): Output DVI-0 disconnected
(II) RADEON(0): Output LVDS connected
(II) RADEON(0): Output S-video disconnected
(II) RADEON(0): Using exact sizes for initial modes
(II) RADEON(0): Output LVDS using initial mode 1024x768
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.5.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(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.5.3, module version = 1.2.1
ABI class: X.Org Video Driver, version 4.1
(==) RADEON(0): Assuming overlay scaler buffer width is 1536
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) 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) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) RADEON(0): RADEONScreenInit e0000000 0 0
Entering TV Save
Save TV timing tables
saveTimingTables: reading timing tables
TV Save done
(II) RADEON(0): Dynamic Clock Scaling Enabled
(==) RADEON(0): Using 24 bit depth buffer
(II) RADEON(0): RADEONInitMemoryMap() :
(II) RADEON(0): mem_size : 0x04000000
(II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000
(II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Using 8 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 5 MB for GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1024,1026)
(II) RADEON(0): Largest offscreen area available: 1024 x 7165
(II) RADEON(0): Will use front buffer at offset 0x0
(II) RADEON(0): Will use back buffer at offset 0x800000
(II) RADEON(0): Will use depth buffer at offset 0xc00000
(II) RADEON(0): Will use 16384 kb for textures at offset 0x1000000
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 = 0xe0000000
(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
(**) RADEON(0): Using AGP 4x
(II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3340; Card 0x1002/0x4c57]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0xd0000000
(II) RADEON(0): [agp] Ring mapped at 0xb5856000
(II) RADEON(0): [agp] ring read ptr handle = 0xd0101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0xb803d000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd0102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xb5656000
(II) RADEON(0): [agp] GART texture map handle = 0xd0302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xb5176000
(II) RADEON(0): [drm] register handle = 0xc0100000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000 0x1fff0000
(II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
(==) 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 11
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0xe3ffe000 is: 0xe3ffe000
(WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xd07fd000
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000 0xe3ffe000
(II) RADEON(0): MC_AGP_LOCATION : 0xd07fd000
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): Render acceleration enabled
(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
(II) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00402000
(II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00406000
(II) RADEON(0): Largest offscreen area available: 1024 x 7157
(II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
compiled for 1.5.3, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(II) RADEON(0): Set up overlay video
(II) RADEON(0): Set up textured video
init memmap
init common
init crtc1
init pll1
restore memmap
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000 0xe3ffe000
(II) RADEON(0): MC_AGP_LOCATION : 0xd07fd000
restore common
restore crtc1
restore pll1
restore LVDS
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) RADEON(0): Option "BIOSHotkeys" is not used
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 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_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/radeon_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) RADEON(0): Setting screen physical size to 270 x 203
(II) Synaptics touchpad driver version 0.99.3
(--) SynapticsMouse1 auto-dev sets device to /dev/input/event8
(**) Option "Device" "/dev/input/event8"
(II) SynapticsMouse1: x-axis range 1472 - 5472
(II) SynapticsMouse1: y-axis range 1408 - 4448
(II) SynapticsMouse1: pressure range 0 - 255
(II) SynapticsMouse1: finger width range 0 - 0
(II) SynapticsMouse1: buttons: left right middle double triple
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(--) SynapticsMouse1 touchpad found
(**) Option "AlwaysCore"
(**) SynapticsMouse1: always reports core events
(II) evaluating device (SynapticsMouse1)
(II) XINPUT: Adding extended input device "SynapticsMouse1" (type: TOUCHPAD)
(--) SynapticsMouse1 touchpad found
(II) RADEON(0): Damage tracking initialized for page flipping
(EE) config/hal: couldn't initialise context: (null) ((null))
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1024x768
(WW) RADEON(0): Mode 1280x1024 is out of range.
(WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
(II) RADEON(0): Adding Screen mode: 800x600
(II) RADEON(0): Adding Screen mode: 640x480
(II) RADEON(0): Total number of valid Screen mode(s) added: 2
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1024x768
(WW) RADEON(0): Mode 1280x1024 is out of range.
(WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
(II) RADEON(0): Adding Screen mode: 800x600
(II) RADEON(0): Adding Screen mode: 640x480
(II) RADEON(0): Total number of valid Screen mode(s) added: 2
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1024x768
(WW) RADEON(0): Mode 1280x1024 is out of range.
(WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
(II) RADEON(0): Adding Screen mode: 800x600
(II) RADEON(0): Adding Screen mode: 640x480
(II) RADEON(0): Total number of valid Screen mode(s) added: 2
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "VGA-0:ddc2" removed.
(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
(II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DVI-0:ddc2" removed.
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
(II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
in RADEONProbeOutputModes
(II) RADEON(0): Added native panel mode: 1024x768
(WW) RADEON(0): Mode 1280x1024 is out of range.
(WW) RADEON(0): Valid FP modes must be between 320x200-1024x768
(II) RADEON(0): Adding Screen mode: 800x600
(II) RADEON(0): Adding Screen mode: 640x480
(II) RADEON(0): Total number of valid Screen mode(s) added: 2
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) UnloadModule: "synaptics"
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0x1fff0000 0xe3ffe000
(II) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
finished PLL2
Entering Restore TV
Restore TV PLL
Restore TVHV
Restore TV Restarts
Restore Timing Tables
Restore TV standard
Leaving Restore TV
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf8046000 at 0xb803e000
(II) RADEON(0): [drm] Closed DRM master.
Last edited by eg4matze (2009-01-12 12:47:16)

hal couldnt start, I rebuild it with abs, now everything works

Similar Messages

  • Apple Wireless Keyboard and Mice Drop Off | Hot Run Temp 2 Life | Crash

    I find that The Apple Wireless Keyboard and Mice stay connected but lose functionality. I have to reboot the mouse and keyboard. Pairing the devices again also fixed the problem temporarily. The drops are quite annoying and I see some commonality in some of the other posts.
    In Second Life the processor runs at 183 degrees which is much higher
    Mac Crashes. Never had this before the Grey Screen of Death. I think this occurred in Itunes.

    I'm also having Bluetooth problems. The mouse periodically "slows to a crawl" and I have to cycle it's power.

  • HT1461 Are wireless keyboards and mice not supported with Boot Camp?

    I unfortunately need to use Windows to run a program my family needs.  Do I really need a USB plug-in keyboard and mouse versus the wireless ones that come with the iMac?

    Wireless keyboards and mice work very well with Windows.
    During installation though you will be required to provide keyboard input to select menu options. This is required prior to Windows or Windows wireless drivers being installed. Hence the reason that you need a connected keyboard during installation.

  • I have two iMac's on the same desk. Once iMac pairs with both keyboards and mice.  The other pairs with the mouse, but I cannot get the keyboard to connect.  How do I get a keyboard and mouse to connect to each iMac independently?

    I have two iMac's on the same desk (about a foot apart). One iMac pairs with both keyboards and mice.  The other pairs with the mouse only; I cannot get the keyboard to connect.  How do I get a keyboard and mouse to connect to each iMac independently?

    Antaeus00 wrote:
    I tried sending a request for help,
    But did you succeeed in sending a request for help?
    Did you receive a response? How long has it been since you sent a request?
    but I need someone with more authority to talk to.
    There is no one with more authority than iTunes store support. We herem are only users.

  • HP Pavilion G4 Series Built-In Keyboard and Mice isn't Working

    The built in keyboard is working in BIOS but when it's starting up with the OS isn't working the built in Keyboard and Mice too, i didn't know how to fix it, i already tried to uninstall the Keyboard then Reboot, doesn't working, i also tried the remove the battery and ac adapter holding on the Power Button atleast 30secs., Please Please Please Help Me!!! Thanks in advance

    @BlackEsq 
    Thank you for using HP support forum. I have sent you a private message. If you’re unsure how to check your private messages please click here.
    Thank you,
    Omar
    I Work for HP

  • Disabling keyboard and enabling barcode scanner in forms10g

    I have attached keyboard and barcode scanner with CPU. I want to disable keyboard navigation for one oracle form 10g and enable only barcode scanner without detachment of kleyborad.

    It might be if you disable the keyboard system you would disable your barcode scanning, depending on
    what level this keyboard blocking occurred. I mean at some point the multiple keyboard like inputs could be going through the same driver. Just a thought.
    If you think people are going to put extraneous characters in there I guess you will have to do a lot of error checking/cleanup on the scanned data and make the field larger than it needs be?. Doesn't look very easy to block the keyboard.
    However, zillions of malwares have hooked
    into keyboard driver traffic for keylogging. It's one of those innumerable typical things where the valid usage expertise has not caught up with the bad usage knowledge. BTW the users could also mouse around and screw this up. If you can block
    their mousing in the form that would be good probably.

  • How to manage 25 keyboards and mice?

    I'm very lucky to have a lab with 25 brand new iMacs (21.5-inch, Late 2012).  After initial setup and pairing with each machine, I lableled each keyboard and mouse.  When I returned to the lab the next day, not some of the mice would not pair with their "paired" computer.  This created a huge hassle with so many peripherals.  Is there a way to further name each device so they will only pair to one computer?  I would really like to not leave the devices out.
    Cheers.

    Sorry, I forgot to add that all peripherals were collected and locked away after initial setup.

  • Keyboards and mice or mouses

    Does anyone besides moi-self think it is truly odd -- perhaps scandalous, perhaps just downright silly -- that Apple discontinued the "old" wireless keyboard before making available a "new and improved" wireless keyboard? I.e., the new, beautiful, gorgeous, sexy iMac doesn't have -- won't have for about 3-4 weeks -- a wireless keyboard. Now I've always thought it was downright dumb that such a sleek machine needed to be contrapted with wires for keyboard and mouse, but now -- we can't even pay extra for enhancing our image of sleekness! I've checked a couple retailers, and the "old" keyboards have sold out.
    Furthermore, the "new and improved" keyboard won't have function or numeric keypads! Good grief. Has Apple forgotten the word "option"?
    OK, that's my vent.
    I do love my new iMac, which I bought for the office, being very happy with a 2 year old model at home.

    What type of connection? DVI? Are you sure it is a onboard graphics Card? Most monitor failure is the result of power supply you might want to try that.

  • Wireless keyboards and mice.

    I'm just wondering if there are any good wireless keyboards/mouse sets around. The Apple wireless keyboard and mouse is a tad expensive. I'd like a relatively cheap keyboard and mouse that also looks well with my iMac like the Apple keyboard and mouse. Any suggestions?

    I'm using Logitech's S 530 wireless keyboard and mouse. It's very versatile and works just fine. I think it's about $60 US.

  • KDE: Xorg 1.8 and synaptics [SOLVED]

    Hi,
    It appears that the synaptiks package from AUR works just fine with the default /etc/X11/xorg.conf.d/10-synaptics.conf.
    I just had to check System Settings->Keyboard & Mouse->Touchpad->Touchpad Configuration->Scrolling boxes in order to get my scrolling capabilities back.

    So, added that near the top after ServerLayout
    now it hangs with flashing cursor though I get different info
    warning this server has a video ABI version of 7.0 that this driver does not officially support.etc. etc. etc.
    Use the -ignorABI option to override this check.
    failed to load module nvidia
    fatal server error
    no screen found
    Can you think of what I've done wrong?
    i'm running latest everything though not 'testing' repo.
    maybe put the 'ServerFlags" near the bottom?
    Last edited by yvonney (2010-04-18 00:51:47)

  • ADF Button components: How to disable drag and drop [SOLVED]

    Hi everyone
    I need to develop an application which allows not the user to drag and drop button components. I've converted every single af:commandbutton to h:commandbutton, to prevent this behaviour, but a huge lot of other problems arose from this "solution". I'm using JDeveloper 10.1.3.3.0.4157, and I'm a beginner, so please be patient with me.
    Thanks in advance.

    Maybe I've drifted off-topic with this, but I found the way to achieve this. The only limitation is that the change must be done on the client's computer. The drag and drop feature can be disabled by going to the about:config page in Firefox, and setting nglayout.enable_drag_images to false. It can also be done in a more "portable" way by creating a user.js script in the profile folder and setting it from there. Thank you all for stopping by and reading.

  • Disable keyboard and mouse wheel

    Is that possible in the Acrobat Professional ver 7?
    I want to disable everything except "Esc" and put the javascript navigation buttons. I could not find this information anywhere but I was told it's possible. Any hint would be greatly appreciated.

    wilhja wrote:
    I found some registry keys that will supposedly do what I am looking for but I'm not sure how to use labview to write them. 
    Hello,
    when you know the registry keys, have a look at the
    Windows Registry Access VIs
    http://zone.ni.com/reference/en-XX/help/371361E-01/glang/windows_registry_access_vi/
    You can easily open and write the keys.
    Best regards,
    NWO

  • Disabling KeyBoard and other security features  using JNLP

    I am developing a secure assessment application. Its a web application. I want to make sure that the examinee does not cheat during the test. I want to make sure that the examinee does not move away from the assessment screen. I am planning to develop a java web start application which will launch a browser as pop up full screen and then disable the key board so that the examinee cannot move away from the screen.
    Will this be possible? How do I go about it? I am very new to Java Web start. Please guide
    -de paul

    I am developing a secure assessment application. Its a web application. I want to make sure that the examinee does not cheat during the test. I want to make sure that the examinee does not move away from the assessment screen. I am planning to develop a java web start application which will launch a browser as pop up full screen and then disable the key board so that the examinee cannot move away from the screen.
    Will this be possible? How do I go about it? I am very new to Java Web start. Please guide
    -de paul

  • When I disable my left windows key for gameing using Microsoft keyboard and mouse software, I can no longer type in firefox. How can i fix this?

    Microsoft Keyboard and Mouse Software that you install with Microsoft keyboard and mice, (latest version) allows you to disable your windows key so that you don't accidentally hit it when gaming. When I take advantage of this feature, I can no longer type in Firefox. Typing in Firefox is completely disabled. Other browsers, windows, applications work, but not Firefox. What is it about the windows key that firefox needs for typing. Strange problem, but annoying because I have to use a different browser while game. Certainly not a deal breaker, but kinda strange.

    Try:
    *[[/questions/947513]]

  • Keyboard and Mouse don't work after upgrade

    Hi, about one week ago, i've made a system wide upgrade and after reboot my keyboard and mouse stopped working. My hard disk is encrypted and without keyboard i remain at the prompt which asks my password to unlock the encrypted partitions. So i don't even arrive to login manager. I tried all the solutions i could find but none of them worked for me.  I saw similar posts on the forum and i'm sorry if i'm posting it in wrong place.
    Here is my  Xorg.0.log file, it seems like because of hotplugging, xorg disables mouse and keyboard but i couldn't disable hotplugging with the given methods like adding flag to the /etc/X11/xorg.conf file:
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    I 've installed/deleted xf86-input-keyboard/mouse and reinstalled xf86-input-evdev etc and it didn't work.
    I tried to downgrade to different versions of kernel, i didn't work.
    There are "00-keyboard.conf"   "10-evdev.conf"      "10-quirks.conf"     "50-synaptics.conf"    files under  /etc/X11/xorg.conf.d
    So i don't know what to do else, i hope someone can help me.

    ewaller wrote:
    When you boot to the Ubuntu system, before you chroot, look at the output of lsmod and note the modules in use.  In particular, I am interested in modules that contain 'lpc',  So try lsmod | grep lpc
    lpc_ich 21163 0
    Post the module names that that finds here.  Also, look in your initrd for modules for the LPC bus driver.  It does not exist in mine.
    ./usr/lib/modules
    ./usr/lib/modules/3.15.8-1-ARCH
    ./usr/lib/modules/3.15.8-1-ARCH/modules.alias.bin
    ./usr/lib/modules/3.15.8-1-ARCH/modules.builtin.bin
    ./usr/lib/modules/3.15.8-1-ARCH/modules.devname
    ./usr/lib/modules/3.15.8-1-ARCH/modules.dep.bin
    ./usr/lib/modules/3.15.8-1-ARCH/kernel
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/padlock-aes.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/rmd256.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/blowfish_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/blowfish_common.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/tcrypt.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/dm-mod.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/aes-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/af_alg.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/padlock-sha.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sha512_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ccp.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/authenc.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ctr.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/camellia-aesni-avx-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/serpent-avx-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sr_mod.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sha256-ssse3.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/glue_helper.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/md4.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/rng-core.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/async_raid6_recov.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/async_tx.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/serio.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/seqiv.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/twofish-x86_64-3way.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ccp-crypto.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crypto_user.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/usb-common.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/dm-region-hash.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/twofish_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crypto_null.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ansi_cprng.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cast5_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/hmac.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cast_common.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/deflate.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cdrom.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cmac.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/rsa.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cast5-avx-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cast6_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/usb-storage.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/i8042.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/xts.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/serpent-avx2.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/scsi_mod.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/seed.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ehci-hcd.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/algif_skcipher.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/public_key.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/xor.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/zlib.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/camellia-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crc-t10dif.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/authencesn.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/mbcache.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/vmac.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sha256_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sd_mod.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/async_pq.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/mpi.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/usbcore.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/dm-crypt.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ehci-pci.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/dm-log.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ecb.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/raid6_pq.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crc16.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/algif_hash.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/camellia_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crc32c_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/serpent-sse2-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crct10dif_common.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/dm-snapshot.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ccm.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/salsa20_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/blowfish-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/twofish-avx-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/rmd128.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sha1_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/xhci-hcd.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/camellia-aesni-avx2.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/lz4_compress.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/raid6test.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/oid_registry.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/salsa20-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sha512-ssse3.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/rmd160.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/gf128mul.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/lz4hc.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/gcm.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cts.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/xcbc.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/async_xor.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/dm-mirror.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/x509_key_parser.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/asn1_decoder.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crct10dif-pclmul.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/aesni-intel.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crct10dif_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/usbhid.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/lrw.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ext4.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/dm-bufio.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/arc4.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/michael_mic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/libahci.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/uas.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/jbd2.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/tea.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crc32c-intel.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cast6-avx-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/sha1-ssse3.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/lz4.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/pcrypt.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/hid.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/fcrypt.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/des_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/twofish-x86_64.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/libps2.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/pcbc.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/tgr192.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cbc.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ablk_helper.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/serpent_generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/asymmetric_keys.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/rmd320.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/anubis.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/khazad.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/libata.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ghash-clmulni-intel.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/async_memcpy.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/twofish_common.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ahci.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/wp512.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/lz4hc_compress.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/crc32-pclmul.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/atkbd.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/ghash-generic.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/md5.ko
    ./usr/lib/modules/3.15.8-1-ARCH/kernel/cryptd.ko
    ./usr/lib/modules/3.15.8-1-ARCH/modules.symbols.bin
    But, my keyboard and touchpad don't exist in the ISA bus address space.  Things that used to live on the 1980's vintage ISA bus (like serial UARTS and ancient keyboard controllers) are now serviced by the serial LPC bus.  I think you don't have that driver available in the initrd preboot environment
    Sorry, i'm not good at these things, so which driver i should install if it's the case? (By the way, i added  atkbd to the MODULES= and "earlymodules=atkbd modules-load=atkbd" to the kernel parameters, but i didn't make any change.)
    Pse wrote:
    Note that you shouldn't do this as a permanent solution, but just to get through the bootloader issue for now, manually edit /boot/grub/grub.cfg and change the relevant lines to point to the LTS kernel (in other words, grub-mkconfig should NOT fail, but that's not your biggest problem right now). This way the entry that pointed to the common kernel should now point to the LTS one.
    You can find the LTS kernel files in /boot; the names should give them away. Remember to change both the kernel and initrd lines in grub.cfg.
    In fact, i also have done as you told(by changing lines to the lts) and read about the error that grub-mkconfig gives me. It says it's ok, error is not important it should work properly. So i have some problem with my bootloader. I can't see the boot option anyway. Problem must be about UEFI because i remember that i had booting problems also when i first installed arch to my computer. I see all lts and lts.img files under /boot directory but somehow don't see as boot option.
    Anyway, thanks a lot for all your help, maybe i do something wrong, i can't solve the problen. I'm going to reinstall my system, because i don't have time anymore. I hope at least this post would be useful for somebody else.

Maybe you are looking for