HDAPS for a Thinkpad

I can't seem to get HDAPS working via tp_smapi on my Thinkpad T510.
I have install tp_smapi.  Here is my /etc/modules-load.d/tp_smapi.conf:
tp_smapi
This is everything in /sys/devices/platform/smapi:
ac_connected
BAT0
BAT1
driver
driver_override
modalias
power
smapi_request
subsystem
uevent
When I looked for hdaps.ko, I could not find it anywhere on my system.  I also noticed that I had no directory called "updates" in my /lib/modules/$(uname -r) path.  So I made one and copied hdaps.ko.gz from /usr/lib/modules/extramodules-3.18-ARCH/.  I thought that was weird, since apparently the installation of tp_smapi should have put the file in an "updates" folder in a different path.
I then added hdaps to my modules array:
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES="piix ide_disk reiserfs"
MODULES="hdaps"
I then adjusted the axes in /etc/modprobe.d/modprobe.conf:
options hdaps invert=7
I ran
sudo mkinitcpio -g /boot/initramfs-linux.img
After that I installed hdapsd.  When I try to start the hdapsd service, I get this:
#systemctl start hdaps
#Failed to start hdaps.service: Unit hdaps.service failed to load: No such file or directory.
If I look in /etc/systemd/system I do not see an hdaps service:
dbus-org.freedesktop.NetworkManager.service
dbus-org.freedesktop.nm-dispatcher.service
display-manager.service
getty.target.wants
graphical.target.wants
multi-user.target.wants
sysinit.target.wants
I know that at least the accelerometer is working because I can see it with hdaps-gl.  When I installed hdapsicon it says that the disk heads are parking when I shake the laptop a bit, but I think it is lying, given the above (as well as the fact that a video I played doesn't freeze when the disk heads are allegely parked).
This is my lsmod, as you can see hdaps and tp_smapi are there:
Module Size Used by
nls_iso8859_1 12461 1
nls_cp437 16553 1
vfat 21231 1
fat 61984 1 vfat
fuse 87410 3
ctr 12927 1
ccm 17534 1
toshiba_acpi 27104 0
sparse_keymap 12818 1 toshiba_acpi
toshiba_haps 12867 0
hp_accel 25246 0
lis3lv02d 17883 1 hp_accel
input_polldev 13118 1 lis3lv02d
hdaps 17719 1
joydev 17063 0
mousedev 17272 0
nvidia 10512002 72
uvcvideo 83143 0
coretemp 12820 0
videobuf2_vmalloc 12816 1 uvcvideo
intel_powerclamp 17122 0
videobuf2_memops 12519 1 videobuf2_vmalloc
videobuf2_core 39635 1 uvcvideo
v4l2_common 12995 1 videobuf2_core
videodev 135040 3 uvcvideo,v4l2_common,videobuf2_core
kvm 426425 0
crct10dif_pclmul 13394 0
crc32_pclmul 12915 0
crc32c_intel 21809 0
ghash_clmulni_intel 12978 0
aesni_intel 167997 2
aes_x86_64 16719 1 aesni_intel
drm 263481 3 nvidia
lrw 12757 1 aesni_intel
iTCO_wdt 12831 0
gf128mul 12970 1 lrw
i2c_i801 16965 0
arc4 12536 2
iwldvm 184887 0
mac80211 608652 1 iwldvm
media 18365 2 uvcvideo,videodev
ppdev 16782 0
iTCO_vendor_support 12649 1 iTCO_wdt
glue_helper 12649 1 aesni_intel
ablk_helper 12572 1 aesni_intel
mxm_wmi 12515 0
cryptd 18553 3 ghash_clmulni_intel,aesni_intel,ablk_helper
i2c_core 50152 5 drm,i2c_i801,nvidia,v4l2_common,videodev
evdev 21544 15
snd_hda_codec_conexant 21937 1
snd_hda_codec_hdmi 49263 4
snd_hda_codec_generic 63087 1 snd_hda_codec_conexant
mac_hid 12633 0
intel_ips 17420 0
serio_raw 12849 0
psmouse 107442 0
thinkpad_acpi 69074 1
nvram 13034 1 thinkpad_acpi
pcspkr 12595 0
snd_hda_intel 26387 5
hwmon 12930 2 coretemp,thinkpad_acpi
iwlwifi 156878 1 iwldvm
snd_hda_controller 26938 1 snd_hda_intel
parport_pc 26351 0
snd_hda_codec 112621 5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
wmi 17339 2 toshiba_acpi,mxm_wmi
thermal 17559 0
e1000e 219976 0
snd_hwdep 17244 1 snd_hda_codec
snd_pcm 88785 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
cfg80211 453926 3 iwlwifi,mac80211,iwldvm
snd_timer 26614 1 snd_pcm
snd 73436 19 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi
soundcore 13031 2 snd,snd_hda_codec
intel_agp 17432 0
ptp 17692 1 e1000e
parport 35749 2 ppdev,parport_pc
rfkill 18867 4 cfg80211,toshiba_acpi,thinkpad_acpi
intel_gtt 17848 1 intel_agp
shpchp 35210 0
tpm_tis 17182 0
tpm 31467 1 tpm_tis
pps_core 17225 1 ptp
lpc_ich 20768 0
mei_me 17941 0
battery 17452 0
ac 12715 0
mei 75336 1 mei_me
button 12953 0
video 18043 0
acpi_cpufreq 17218 1
processor 27777 1 acpi_cpufreq
sch_fq_codel 17343 6
tp_smapi 27621 0
thinkpad_ec 12813 2 hdaps,tp_smapi
ext4 510292 3
crc16 12343 1 ext4
mbcache 17171 1 ext4
jbd2 86379 1 ext4
sr_mod 21903 0
cdrom 47479 1 sr_mod
sd_mod 43575 5
mmc_block 34914 2
atkbd 22254 0
libps2 12739 2 atkbd,psmouse
ahci 33248 4
libahci 27215 1 ahci
ehci_pci 12512 0
ehci_hcd 69939 1 ehci_pci
libata 181518 2 ahci,libahci
firewire_ohci 43373 0
sdhci_pci 22137 0
scsi_mod 147580 3 libata,sd_mod,sr_mod
sdhci 39051 1 sdhci_pci
led_class 12855 5 toshiba_acpi,sdhci,hp_accel,iwldvm,thinkpad_acpi
firewire_core 56700 1 firewire_ohci
crc_itu_t 12347 1 firewire_core
mmc_core 110515 3 mmc_block,sdhci,sdhci_pci
usbcore 199382 3 uvcvideo,ehci_hcd,ehci_pci
usb_common 12561 1 usbcore
i8042 18002 3 toshiba_acpi,hp_accel,libps2
serio 18282 8 serio_raw,atkbd,i8042,hp_accel,psmouse
I have also created a "joy" group and added myself to it, but that didn't seem to change anything.
Help?
EDIT:  I noticed in systemctl that 2 hdaps services were running([email protected] and [email protected]):
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable File Formats File System Automount Point
sys-devices-pci0000:00-0000:00:01.0-0000:01:00.0-backlight-acpi_video0.device loaded active plugged /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0
sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card1.device loaded active plugged High Definition Audio Controller
sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device loaded active plugged 5 Series/3400 Series Chipset KT Controller
sys-devices-pci0000:00-0000:00:19.0-net-enp0s25.device loaded active plugged 82577LM Gigabit Network Connection
sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged 5 Series/3400 Series Chipset High Definition Audio
sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-ieee80211-phy0-rfkill0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0
sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-wlp3s0.device loaded active plugged Centrino Wireless-N 1000 [Condor Peak] (Centrino Wireless-N 1000 BGN)
sys-devices-pci0000:00-0000:00:1c.4-0000:0d:00.0-mmc_host-mmc0-mmc0:8fe4-block-mmcblk0-mmcblk0p1.device loaded active plugged /sys/devices/pci0000:00/0000:00:1c.4/0000:0d:00.0/mmc_host/mmc0/mmc0:8fe4/block/mmcblk0/mmcblk0p1
sys-devices-pci0000:00-0000:00:1c.4-0000:0d:00.0-mmc_host-mmc0-mmc0:8fe4-block-mmcblk0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1c.4/0000:0d:00.0/mmc_host/mmc0/mmc0:8fe4/block/mmcblk0
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device loaded active plugged ST9320423AS 1
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device loaded active plugged ST9320423AS 2
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device loaded active plugged ST9320423AS 3
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device loaded active plugged ST9320423AS 4
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device loaded active plugged ST9320423AS
sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device loaded active plugged HL-DT-STDVDRAM_GT30N
sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
sys-devices-platform-thinkpad_acpi-sound-card29.device loaded active plugged /sys/devices/platform/thinkpad_acpi/sound/card29
sys-module-configfs.device loaded active plugged /sys/module/configfs
sys-module-fuse.device loaded active plugged /sys/module/fuse
sys-subsystem-net-devices-enp0s25.device loaded active plugged 82577LM Gigabit Network Connection
sys-subsystem-net-devices-wlp3s0.device loaded active plugged Centrino Wireless-N 1000 [Condor Peak] (Centrino Wireless-N 1000 BGN)
sys-subsystem-rfkill-devices-rfkill0.device loaded active plugged /sys/subsystem/rfkill/devices/rfkill0
-.mount loaded active mounted /
boot.mount loaded active mounted /boot
dev-hugepages.mount loaded active mounted Huge Pages File System
dev-mqueue.mount loaded active mounted POSIX Message Queue File System
home.mount loaded active mounted /home
proc-sys-fs-binfmt_misc.mount loaded active mounted Arbitrary Executable File Formats File System
run-media-glenn-18BF\x2dBFA0.mount loaded active mounted /run/media/glenn/18BF-BFA0
run-user-1000-gvfs.mount loaded active mounted /run/user/1000/gvfs
run-user-1000.mount loaded active mounted /run/user/1000
run-user-620.mount loaded active mounted /run/user/620
sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
sys-kernel-config.mount loaded active mounted Configuration File System
sys-kernel-debug.mount loaded active mounted Debug File System
tmp.mount loaded active mounted Temporary Directory
systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
session-c1.scope loaded active abandoned Session c1 of user lightdm
session-c2.scope loaded active running Session c2 of user glenn
accounts-daemon.service loaded active running Accounts Service
avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack
colord.service loaded active running Manage, Install and Generate Color Profiles
dbus.service loaded active running D-Bus System Message Bus
[email protected] loaded active running hdapsd hard drive active protection system daemon - sda
kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
lightdm.service loaded active running Light Display Manager
NetworkManager.service loaded active running Network Manager
polkit.service loaded active running Authorization Manager
rtkit-daemon.service loaded active running RealtimeKit Scheduling Policy Service
systemd-backlight@backlight:acpi_video0.service loaded active exited Load/Save Screen Backlight Brightness of backlight:acpi_video0
systemd-binfmt.service loaded active exited Set Up Additional Binary Formats
systemd-fsck@dev-disk-by\x2duuid-322b3cd8\x2d0d51\x2d4860\x2db75c\x2dfba060dccf37.service loaded active exited File System Check on /dev/disk/by-uuid/322b3cd8-0d51-4860-b75c-fba060dccf37
systemd-fsck@dev-disk-by\x2duuid-4d6ce268\x2d9316\x2d4747\x2d9efa\x2d234b4d127675.service loaded active exited File System Check on /dev/disk/by-uuid/4d6ce268-9316-4747-9efa-234b4d127675
systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
[email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill0
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
udisks2.service loaded active running Disk Manager
upower.service loaded active running Daemon for power management
[email protected] loaded active running User Manager for UID 1000
[email protected] loaded active running User Manager for UID 620
wpa_supplicant.service loaded active running WPA supplicant
-.slice loaded active active Root Slice
system-getty.slice loaded active active system-getty.slice
system-hdapsd.slice loaded active active system-hdapsd.slice
system-systemd\x2dbacklight.slice loaded active active system-systemd\x2dbacklight.slice
system-systemd\x2dfsck.slice loaded active active system-systemd\x2dfsck.slice
system-systemd\x2drfkill.slice loaded active active system-systemd\x2drfkill.slice
system.slice loaded active active System Slice
user-1000.slice loaded active active user-1000.slice
user-620.slice loaded active active user-620.slice
user.slice loaded active active User and Session Slice
avahi-daemon.socket loaded active running Avahi mDNS/DNS-SD Stack Activation Socket
dbus.socket loaded active running D-Bus System Message Bus Socket
dm-event.socket loaded active listening Device-mapper event daemon FIFOs
lvm2-lvmetad.socket loaded active listening LVM2 metadata daemon socket
systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/log)
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
dev-disk-by\x2duuid-73e0d726\x2dfedf\x2d41ea\x2d8ede\x2d64b1ed94707d.swap loaded active active /dev/disk/by-uuid/73e0d726-fedf-41ea-8ede-64b1ed94707d
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network.target loaded active active Network
nss-user-lookup.target loaded active active User and Group Name Lookups
paths.target loaded active active Paths
remote-fs.target loaded active active Remote File Systems
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
timers.target loaded active active Timers
logrotate.timer loaded active waiting Daily rotation of log files
man-db.timer loaded active waiting Daily man-db cache update
shadow.timer loaded active waiting Daily verification of password and group files
systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
119 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Do these running services indicate that HDAPS is indeed running?  If so, what is a good way to verify that it is actually working?
Last edited by ac3raven (2015-03-05 13:11:03)

Does this help?
http://support.lenovo.com/en_US/product-and-parts/detail.page?&LegacyDocID=MIGR-70300

Similar Messages

  • ??? iMAC 2012 27" used as display for LENOVO THINKPAD T500 ???

    I have a Lenovo Thinkpad T500 (must use for work) and my home computer is a 2012 iMac 27". I would liek to use the iMac as an external display for my thinkpad. I've read everywhere online and haven't found the answer I'm looking for!
    I bought a displayport TO minidisplay port cable (both male ends) and connected the imac + thinkpad. Executing CMD f2(displayport activating function) does nothing though. I've tried fn+CMD+f2 etc..etc..  I've read these cables can go BOTH ways... (but have also read some only go one way?) The thinkpad has a dvi output as well but I was hoping to use this DP/MDP cable to connect the two computers as it seemed more logical than using the old DVI/VGA formats...
    Has anyone got any experience doing this or anything that might help me solve this dilemma.
    Thanks for your time!

    Hi, if it doesn't have a real MiniDisplay Port, I doubt the adapter has what is needed to do it from what I've read.
    ScreenRecycler...
    http://www.screenrecycler.com/ScreenRecycler.html

  • Drivers for the Biometric Coprocessor for the ThinkPad W530

    I am looking for the drivers for the Biometric Coprocessor for the ThinkPad W530 running Windows 7 (64-bit). Can anyone assist with this? Thanks!
    Solved!
    Go to Solution.

    http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS029769
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • MSATA or 2.5" SSD for Lenovo Thinkpad s230u Twist?

    The Subject sort of explains itself, however I will add some more infromation for convenience sake:
    Generally speaking I think of myself as fairly knowlageble about computers and their hardware. When it comes to laptops however I'm not so knowlagable, thus I would like to get a professional oppinion on the subject of SSD for laptops.
    So I'm thinking of getting a Crucial m500 SSD (I'm so happy with my older m4 that I have full confidence in it's stability and speed) with 240GB of storage space, it comes in both mSATA and in the regular 2.5" x 7mm format. Thus I ask wheter or not to choose 2.5" or mSATA for my Thinkpad s230u Twist. It already has a 500Gb  Hitachi harddrive provided originaly by Lenovo, thus if I choose the mSATA I would be able to have a total of 740Gb of fast and reliable storage.
    What are your oppinions on such an installation? should I just go for mSATA or choose the regular 2.5" format?
    Rainmaker91
    P.S: I should probably just inform that Lenovos solutions is not an option due to it's extreme price and the drives beeing outdated. Also I don't need the Lenovo warranty and support due to the "Warranty" provided by law in my country.
    Solved!
    Go to Solution.

    I have replaced my 500GB HD with a 2.5" Samsung 830 series, 128 GB SSD. After researching the benefits of both the "Main Drive" socket and the mSATA socket, I learned that in virtually ALL Laptops, the mSATA socket is limited to only mSATA II speeds, ie. 3 GB/sec, while the Main Drive socket can handle the 6 GB/sec characteristic of the SATA III properties. This higher speed is, after all, why one would go to the trouble of replacing the Drive to begin with. I did also put a 120 GB mSATA SSD in my WWAN socket (I have an Edge 530), where I store most of my new programs for easy, fast retrieval...So, I would definitely go with the 2.5" SSD.....fruhlpmd.....

  • WinXP 64 Bit Drivers for T61 Thinkpad (7661-G28)

    I installed Vista64 on an additional drive and was constantly running into application crashes as well as what apppears to be system pauses when a window was in focus.   Things just froze and if you brought up task manager they would start responding again.  I installed windows Vista Ultimate (SP1) for this. I was trying to take advantage of all my memory in the system 4GB brecause I am trying to setup a demo disk with Virtual Workstation so I need the memory for the virtual environment. 
    Anyway I gave up (after learning about how to remove the new Vista boot loader on a dual boot machine) and decided to go back to 64 bit XP to get a stable system.  The problem with this is of course the lack of driver support for 64 bit XP on thinkpads.  I have read  most of the posts in the forum on 64 bit options for XP and I have tried all of the suggestions for them.  I still do not have but one drivers active.  I was able to get the Ethernet driver working but still can not load the wireless (4965AG), audio(SoundMax Digital HD AUdio), SM Driver, or video (Intel 965 Chipset) drivers.  Has anyone had any luck with a model T61 and 64 bit drivers for Windows XP(64)?
    Any help is appreciated.

    i've never tried before but my personal opinion, it won't work.

  • Warranty service needed for my thinkpad keyboard. Who do I call? I have a protection plan.

     I have a protection plan from Lenovo.  A key broke on the key pad.
    Thanks
    Randy
    Solved!
    Go to Solution.

    Welcome to the forum!  You'll find the phone number you need in this list:
    ThinkPad Worldwide Support Center phone list
    They will probably just ship a new keyboard to you.  When it arrives, go to this link to find a video showing you how to replace it:
    Movie matrices - Notebooks
    And to this link for the Hardware Maintenance Manual:
    Hardware Maintenance Manual index - ThinkPad
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • Xorg.conf for IBM thinkpad X31

    Could someone post their working xorg.conf for X31 with the new xorg 1.6+
    the wiki one does not work.
    Thanks

    can you link it, i cannot find it in wiki
    here is my log file with no xorg.conf file
    I am not able to see any errors in the last line..but iam not able to get X started
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux myhost 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 07:06:02 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    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 May 25 10:38:14 2009
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc Radeon Mobility M6 LY rev 0, Mem @ 0xe0000000/134217728, 0xc0100000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
    (==) Using default built-in configuration (30 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default ati Device 0"
    Driver "ati"
    EndSection
    Section "Screen"
    Identifier "Builtin Default ati Screen 0"
    Device "Builtin Default ati Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default ati Screen 0"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default ati Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default ati Device 0"
    (==) No monitor specified for screen "Builtin Default ati Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (2)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (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 AllowEmptyInput.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (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) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, 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.6.1, 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.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 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 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 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    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 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 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 Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
    (II) VESA: driver for VESA chipsets: vesa
    (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]
    (WW) Falling back to old probe method for vesa
    (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
    (II) RADEON(0): Creating default Display subsection in Screen section
    "Builtin Default ati Screen 0" for depth/fbbpp 24/32
    (==) 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
    (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.6.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.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 Radeon Mobility M6 LY (AGP)" (ChipID = 0x4c59)
    (--) 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.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (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 disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Detected total video RAM=16384K, accessible=65536K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 16384 kByte (32 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 1600x1200
    (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: 14400, sclk: 144.000000, mclk: 144.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=14400
    (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 VGA-0 has no monitor section
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): Port0:
    XRANDR name: VGA-0
    Connector: VGA
    CRT1: INTERNAL_DAC1
    DDC reg: 0x60
    (II) RADEON(0): Port1:
    XRANDR name: LVDS
    Connector: LVDS
    LCD1: INTERNAL_LVDS
    DDC reg: 0x0
    (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    (II) RADEON(0): Added native panel mode: 1024x768
    (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 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.6.1, 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.6.1, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (==) 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
    (II) UnloadModule: "vesa"
    (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (--) 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
    disable LVDS
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) 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,4096)
    (II) RADEON(0): Reserved area from (0,1024) to (1024,1026)
    (II) RADEON(0): Largest offscreen area available: 1024 x 3070
    (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 0 kb for textures at offset 0x1000000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    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) [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 1x
    (II) RADEON(0): [agp] Mode 0x1f000201 [AGP 0x8086/0x3340; Card 0x1002/0x4c59 0x1014/0x052f]
    (II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
    (II) RADEON(0): [agp] ring handle = 0xd0000000
    (II) RADEON(0): [agp] Ring mapped at 0xb77da000
    (II) RADEON(0): [agp] ring read ptr handle = 0xd0101000
    (II) RADEON(0): [agp] Ring read ptr mapped at 0xb77d9000
    (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd0102000
    (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xb64fa000
    (II) RADEON(0): [agp] GART texture map handle = 0xd0302000
    (II) RADEON(0): [agp] GART Texture map mapped at 0xb601a000
    (II) RADEON(0): [drm] register handle = 0x28020000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xe3ffe000 0xffff0000
    (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
    Dashed Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
    32 128x128 slots
    18 256x256 slots
    5 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 3062
    (II) RADEON(0): Detected Radeon Mobility M6, 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.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): Set up overlay video
    (II) RADEON(0): Set up textured video
    disable primary dac
    disable LVDS
    disable LVDS
    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
    set RMX
    set LVDS
    enable LVDS
    disable primary dac
    (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 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) 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/radeon_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 270 x 203
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) ThinkPad Extra Buttons: always reports core events
    (**) ThinkPad Extra Buttons: Device: "/dev/input/event8"
    (II) ThinkPad Extra Buttons: Found keys
    (II) ThinkPad Extra Buttons: Configuring as keyboard
    (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (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 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) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (**) TPPS/2 IBM TrackPoint: always reports core events
    (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event7"
    (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    (**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
    (**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
    (**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) 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" "us"
    (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" "us"
    (II) ThinkPad Extra Buttons: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) TPPS/2 IBM TrackPoint: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    disable LVDS
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xffff0000 0xe3ffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003fffc0
    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 0xf80f1000 at 0xb78db000
    (II) RADEON(0): [drm] Closed DRM master.
    Last edited by venky80 (2009-05-25 18:45:21)

  • L200P vs L220x for 1680x1050 Thinkpad?

    This should be in the really stupid question category, but I need some help.
    I'm looking at Thinkvision displays and need one to go with my 1680x1050 Thinkpad. Use will be general office productivity and system development. The reason for the external display is to try to help with some eye problems that I've been having when working for long periods off the Thinkpad itself.
    I want a display with a height adjustment.
    L200P seems to be a good fit for my resolution.
    Is there any reason why L220X would be better? Does a higher resolution display turn out looking worse when the Thinkpad has a lower resolution?
    Thanks for any guidance. My goal is crisp, clear, and easy on the eyes.

    This should be in the really stupid question category, but I need some help.
    I'm looking at Thinkvision displays and need one to go with my 1680x1050 Thinkpad. Use will be general office productivity and system development. The reason for the external display is to try to help with some eye problems that I've been having when working for long periods off the Thinkpad itself.
    I want a display with a height adjustment.
    L200P seems to be a good fit for my resolution.
    Is there any reason why L220X would be better? Does a higher resolution display turn out looking worse when the Thinkpad has a lower resolution?
    Thanks for any guidance. My goal is crisp, clear, and easy on the eyes.

  • New Bootmgr for my Thinkpad needed [Old: RnR - Can't find the delete command for older Rescue's]

    EDIT: Read my Reply to see my new much greater problem...
    Hey,
    I recently Updated my Thinkvantage software after a few month and now have gotten the toolbox. There came the Problem up, that i Used RnR the last time like 1 Year ago, which couldn't be.
    I messed around a bit (i only had 50 GB free space and my old recovery file was another 23GB) and startet the rescue giving the new rescue file a maximum of 60 BG, so i have 10 GB free.
    It said, that this might not be enough but i could just give it a try, now i sit at 0GB free, my PC is slow as Hell and so on, i canceled the rescue and deleted some of my files.
    Now I'd like to know how i can delete the Rescue files (the dropdown menu with delete rescue file is gone through the update, so i cannot follow the instruction of the help page), so i have more free space available.
    Also i'd like to know if i then should try another rescue, hoping it fits on the then 70 GB free space (i stopped the rescue this time at about 50%)
    or should i just try my best and get my data on some other volume wich unfortunatelly i don't have with me, as im in another country...
    hope you got all Informations to help me and thanks for your Support
    John
    PS: if it's of importance it's a t500 with 2055A81 with 250 GB storage

    answering to myself with a now much bigger problem:
    1. what happend?
    I just wanted to set back the computer thinking it might run faster again...
    So i started the Thinkpad Recovery(RnR), it rebooted into the thinkvantage RnR Boot mode where it began to recover but stopped after 1 Minute at 0% recovery and didn't get any further in the next 4 Hours (with CPU and HDD idling all the time), as there was no option to stop it and no settings or something i thought it wouldn't do anything at all anymore and switched it off by force...
    ... restart: Bootmgr is missing press Ctrl + Alt + Del to reboot
    2. first analysis:
    i can get into Bios, i can boot from the CD, i cannot enter the Thinkpad OS (via pressing the Thinkvantage Button on startup) and i can't run Windows
    3. Googlin' around
    i found this Artikle from http://www.howtogeek.com/howto/windows-vista/fixin​g-bootmgr-is-missing-error-while-trying-to-boot-wi​..., followed the instruction downloaded the recovery CD, was able to boot from it and tryed to follow the Guide, but on the 4th Picture it didn't show my installed Windows looked around further and further and found:
    http://neosmart.net/wiki/display/EBCD/Recovering+t​he+Vista+Bootloader+from+the+DVD
    trying it out I had success with the Nuclear Holocaust way, so I now atleast can find my Windows in the recovery tool, but still the System-startup-repair was detecting my error but unable to fix it (Error: Botmanager doesn't exist or is damaged; Tried to fix the file with Filerepair; Conclusion Error. Errorcode = 0x2)
    I even found http://forum.notebookreview.com/showthread.php?t=2​12433, where there is a link to the Lenovo/Thinkpad tool with wich I possibly can retrieve something, but my laptop just doesn't have any Floppy drive (i also tried the file uploaded to rapidshare in this thread, which was the diskette but bootable via CD-Rom (didn't work as it seems to be set to drive A: and so i can't repair anything with it))
    4. Conclusion
    - maybe I'm pulling at the wrong end of the rope (http://neosmart.net/blog/2007/bootsectexe-modifies​-the-bootsector-not-the-mbr/)
    - ( http://forums.cnet.com/5208-7587_102-0.html?thread​ID=311230 ) maybe this guy is right and RnR from the thinkpad just wipes your boot files so there is too much damage to fix it
    Should I try to
    a) secure as many Files as possible? (booting with Knoppix(Live Linux Filesystem on Bootable CD)  did not work at all, but maybe i had an too old version)
    b) try to somehow get the RnR from the thinkpad to run again, so it might completely reset the PC to it's former state (No Idea how to do it)
    c) I read somewhere you can launch your installed Vista in safety-mode with a propper CD/DVD, even without the Bootmgr, has anyone Experience with that?
    TIA for any help you can offer me, i don't have the time to send in my laptop, would be great if someone from your developers could write me a little batch file, that i could run via the CMD (i can easily access my USB stick via the CMD provided by the Windows Vista recovery Disk) and which would well give me back the boot entrys that RnR deletes at the beginning or just creates a new one. Something that could remotely start the RnR to just bring back the old state could also work wonders, i used the Option, where you don't have to reinstall all programs, so maybe the RnR which also resets my installed programs would work well and fix the problem...
    I realy hope you guys can help me out as I'm in dire need
    Yours sincerely
    John

  • A2107 Ideapad 12v adapter: will the OA36247 for the Thinkpad Tablet 1838 work for this unit?

    Hi-
    I've got a Thinkpad Slate Tablet (Android OS) and the 12v adapter that goes with this unit...will the adapter work with the other Lenovo tablets such as the A2107 Ideapad? Thanks in advance for rendered clarity.
    Solved!
    Go to Solution.

    The A2107 has a micro usb power adaptor so any micro usb charger will work. I use my Motorola car adaptor in the car and my laptop usb cable at work to charge it.

  • Where exactly do I find drivers for my ThinkPad Yoga?

    I'm trying to find the exact driver download page for my device. According to the label on the bottom, my device has the type 20C0-S0AX00. Searching for this on the driver download page does not find that model - but I'm pretty sure that my device really exists :-)
    Where can I find the drivers?
    Solved!
    Go to Solution.

    This one work?
    http://support.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-yoga-series-laptops/thinkpad-...
    Maybe System Update will be easier?
    http://support.lenovo.com/en/documents/ht080136
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Buyer Beware - Horrible Production​/ Shipping Time for Lenovo ThinkPad

    I ordered my Lenovo ThinkPad T530 on January 27th, with the quoted estimated shipping time to be 02/08. I get an e-mail on 02/05 saying that my order would be delayed and shipped out within 30 days of this notification. This pushed my shipment date to 02/28 with expected arrival time for 03/04.
    Here's my timeline:
    01/27/13 - Placed order
    02/05/13 - DELAYED NOTIFICATION, expected shipment to be delivered within "30 days of this notice"
    02/08/13 - DELAYED NOTIFICATION, expected to be shipped on 02/28/13 arrival on 03/04/13
    03/04/13 (12:50PM) - Checked my order status and it said that my shipment won't be shipped until 03/13/13 arrival on 03/20/13. Sent an e-mail to Lenovo. e-mail included.
    03/04/13 (03:57PM) - DELAYED NOTIFICATION, expected to be shipped on 03/13/13 arrival on 03/20/13
    03/04/13 (04:23PM) - Received e-mail from Lenovo representative Shadiqulla *** - e-mail included.
    So my order has been delayed THREE TIMES. When was my laptop suppose to be shipped? 02/04/13
    As of 03/04/13, they told me my order has been DELAYED AGAIN. So forgive me if I don't take your generic copy and paste apology as a sign that you guys are actually doing something that actually helps the people who buy your product.
    I would love a refund, but at this point, what can I say, I'm an optimist, and I'm pretty *** patient, so I'll wait until the 13th, but I just wanted to warn the rest of you.
    This is ridiculous and highly inconvenient. I've waited over 36 DAYS for this product and it's still not even in production. You obviously don't care for your customers. This has been the worst experience I've ever had with a company and I hope everyone else is more cautious about purchasing anything from them. Because if this is the example of their customer service now, imagine what it's like when you have the computer down the line.
    I'm forwarding my experience to the BBB and I'll keep things updated.
    -Christy
    E-mail to Lenovo:
    To whom it may concern,
    I ordered my laptop on 01/27 and not only has it been delayed TWICE, but I wasn't even notified when the THIRD delay occurred. If you truly "value" your customers, then you wouldn't continue to test their patience by giving a horrible estimate time of the shipment date, when you're short on parts. That way, I would have time to secure a different laptop from a different manufacturer. I had high hopes for Lenovo through personal recommendations, but no matter how good the product, the *** customer service can only go so far. Your company makes me feel like a dog.
    The order tracker provides practically provides ZERO tracking, because during the past month, nothing has been placed or updated except for how my laptop is continually delayed. This is ridiculous!
    For the sake of keeping my anger in check:
    What is the ACTUAL status of my order? Has it even been BUILT? It was suppose to arrive 2/4, then delayed shipping to 2/28 with 3/04 arrival, now delayed again to 3/13 arrival on 03/20.
    Give actual updates, what's the point of having an order status page - have something actually useful and reliable.
    Change the estimated shipping time for the other ThinkPads on your site. My same model and custom built is suppose to be shipped at the same time that someone else places an order for today - that's just ridiculous!
    I've been extremely patient when you said it would arrive a month after the quoted shipping time. Thank-you for providing me with the *** experience I've ever had with a company. I was suppose to have it shipped by 03/05 at the latest, and you just tried to sneak the last delay past me. Actually deliver on your word and deliver your product! This is beyond ludicrous I'm suppose to have my laptop already!
    Sincerely,
    Christy *********
    Order# *********
    P.S. I apologize to the poor souls who's going to read this.
    E-mail received from Lenovo:
    Dear Christy,
    Thank you for contacting Lenovo, the maker of the products for those who Do
    With regards to your concern, we understand the frustration you have gone thorough and we sincerely apologize for all the inconvenience caused, However we would like to inform you that the order is due to ship on 03/13/2013. It may ship sooner as the given date is an estimated ship date. Once the order ships you will receive a confirmation e-mail and within 3 to 5 business days the order will be delivered. The delay has happened due to unavailability of parts due to a very high demand. However we will definitely ensure that the machine is assembled at the earliest and shipped to you at the earliest. 
    We sincerely apologize for all the inconvenience caused. 
    For further questions or concerns please reply to  this email.  We will be happy  to further assist  you 
    Thank you for choosing  Lenovo.
    Sincerely, 
    Sadiqulla ***
    Lenovo North America
    [email protected]
    Lenovo  support 
    http://support.lenovo.com/en_US/?menu-id=support&r​ef-id=products
    Order status Online  
    http://ovp.lenovo.com/lenovo-ovp/public/showDetail​!publicStatusIndex.action?orderNumber=
    Lenovo service
    http://support.lenovo.com/en_US/lenovo-service/def​ault.page?
    Moderator comment: Remark(s) contravening the Community Rules removed - veiled profanity. Private information of Lenovo employee(s) also removed.

    I ordered my ultrabook  from Levono because we use (hundreds) of them in our organization and I wanted one for home to also do work related business on. When I ordered it, I was told by the salesperson that I would recieve it soon because I live a few miles from the US headquarters and not far from the NC warehouse. I then got an Email that contradicted what I was told;  my machine would be delivered 6 weeks later; shipped from China.  I ordered this unit because I am aware of Levono's reputation for quality and impressed by how soon they became big player in the USA laptop market.  Ir Levono wants to stay competative; they absolutely have to deliver, and deliver sooner. In today's world, people and businesses depend on laptops, and when they need them, need them right away. I would be happy to get this sooner, and much more likely to advertise Levono, and buy from them again, if I did.

  • New HDD for my thinkpad T23

    Hello
    I have one hardware problem so I hope that somebody can help  me.
    I have an notebook, IBM thinkpad T23, model 2648-8PG. It's HDD is 20GB. For me it is a little space, so
    I want replace that HDD with WesternDigital's(WD) HDD IDE 120 GB. Before buying, can somebody tell me
    does my T23 recognize the new HDD? Can It's IDE controller support new HDD?
    Thank you very much
    Solved!
    Go to Solution.

    stanisa, welcome to the forum,
    no problems, go ahead with the 120GB drive
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Where can I find FN Onscreen display drivers for lenova thinkpad T400

    Hi,
    I mistakenly had deleted/removed the FN Onscreen display drivers from my T400 lenova thinkpad. Now I cannot see the volume display or screen light on/off display in the laptop. Can anyone help me in getting this back or where I can install this FN onscreen display driver/software..Explain me in details where can I get it..
    Please advice...
    Thanks in advance
    Regards,
    Srinivas

    You would have to install the Hotkey utility.
    \\ I do not respond to PM regarding individual tech support. Keep discussions in the forum for the benefit of others //

  • Unable to order recovery cds for used Thinkpad T60p's

    I picked up three thinkpad t60p units second hand from my university's surplus auction, but per their policy the hard drives were totally wiped (including all partitions). I have looked up the FRU part numbers (43T8618 & 46V2346) here and wish to purchase the cds & dvds as spare parts. I tried to enter the part numbers here but it said the part could not be found in the database. I then tried calling the phone number on that page (1-800-765-5944), but I kept on getting bumped around to different numbers. I DO NOT wish to pay for a tech support call, I just want to order the parts! In fact I can't call support at all since they require a serial number but I do not have a way to get this information. This is due to the fact that the bios have been password protected but I do not have the bios password (the surplus guys have no clue), the stickers on the bottom having seen better days (serial number is not legible on two and only partially legible on the last), and obviously there is no OS to boot into. The only information I have is the model number (8741-CTO) and the operating system that was on them prior to the wipe (two were xp professional and one was vista ultimate). Anyway, I'm not concerned about trying to get this covered under warranty, as I am prepared to pay for the parts, if only I could actually order them! Please, somebody from lenovo, how the heck do I order these parts?

    Yes, I know all about the supervisor password situation. Unfortunately these were part of 1000+ notebooks the surplus depot was auctioning off in lots and the supervisor password situation seems to have be on departmental level and unique to only a small subset of those sold. This is a state institution and, as such, little details like passwords tend to fall through the cracks. Since they were auctioned off and are no longer university property, the records (such as who had them/serial numbers/etc) were removed from the auditing system. I'm not going to return them because I got them for a song. Thus, I am going to be spending the next couple of months using some of my spare time to track down the department they came from using the tried and true method of trial-and-error. In the mean time, I would like to have them operational and having the supervisor password is irrelevant for this, since the system tries to boot from the optical drive and then the hdd. You know, why can't they put the serial number and what not inside the battery bay where it is less likely to come into contact with foreign substances/greasy hands/sharp surfaces? But more importantly, why is it such a hassle to order these disks? I mean, I have had to order restore disks in the past from HP and it is easy as pie. I just place my order with the parts system online, no serial numbers, no calls to tech support, or any other nonsense needed. Seriously, it isn't like these will work on a non-Lenovo system since you still need a valid key/slic in the system's eeprom. The search continues, but I think I will go the e-bay route for the XP Pro disks. I still need the Vista Ultimate recovery disks, however.
    Message Edited by nwourms on 01-31-2009 10:28 AM

Maybe you are looking for