LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2133|回复: 7

桌面鼠标无法用滚轮滚动网页?虽然装上Nvidia驱动,但觉得好似不用一样。

[复制链接]
发表于 2007-3-7 12:45:19 | 显示全部楼层 |阅读模式
如题。我的GNOME下鼠标滚轮没有起作用,是不是鼠标配置有问题啊?我的鼠标是PS2。以下是我的xorg.conf,帮忙找找错。

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "us"
        Option                "XkbVariant"        "pc105"
        Option                "XkbOptions"        "pc105"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "S/2"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "vesa"
        BusID                "CI:2:0:0"
        VideoRam        128000
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        28-51
        VertRefresh        43-60
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
 楼主| 发表于 2007-3-7 12:46:42 | 显示全部楼层

这是xorg.0.log

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux LionDEB 2.6.18-4-486 #1 Wed Feb 21 15:25:16 UTC 2007 i686
Build Date: 17 February 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar  7 20:15:42 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
        Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/X11R6/lib/X11/fonts/misc,
        /usr/share/fonts/X11/cyrillic,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/X11R6/lib/  X11/fonts/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.0
        X.Org XInput driver : 0.6
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1695,1000 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1695,1000 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1695,1000 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1695,1000 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1695,1000 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1695,1000 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1695,1000 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1695,1000 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1695,1000 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1695,1000 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1695,1000 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1695,1008 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1695,1000 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:08:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 10de,0322 card 1043,8180 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1        0        0x0000c000 - 0x0000cfff (0x1000) IX
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xe2000000 - 0xe2ffffff (0x1000000) MX
(II) Bus 1 prefetchable memory range:
        [0] -1        0        0x20000000 - 0x200fffff (0x100000) MX
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
        [0] -1        0        0xe0000000 - 0xe1ffffff (0x2000000) MX
(II) Bus 2 prefetchable memory range:
        [0] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX
(--) PCI:*(2:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xe0000000/24, 0xd8000000/27
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xe2010000 - 0xe20100ff (0x100) MX
        [1] -1        0        0xe3001000 - 0xe3001fff (0x1000) MX
        [2] -1        0        0xe3000000 - 0xe3000fff (0x1000) MX
        [3] -1        0        0xe3005000 - 0xe30050ff (0x100) MX
        [4] -1        0        0xe3004000 - 0xe3004fff (0x1000) MX
        [5] -1        0        0xe3003000 - 0xe3003fff (0x1000) MX
        [6] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [7] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [8] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [9] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX
        [10] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [11] -1        0        0x0000d800 - 0x0000d87f (0x80) IX
        [12] -1        0        0x0000d400 - 0x0000d4ff (0x100) IX
        [13] -1        0        0x0000d000 - 0x0000d007 (0x8) IX
        [14] -1        0        0x0000e400 - 0x0000e41f (0x20) IX
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xe2010000 - 0xe20100ff (0x100) MX
        [1] -1        0        0xe3001000 - 0xe3001fff (0x1000) MX
        [2] -1        0        0xe3000000 - 0xe3000fff (0x1000) MX
        [3] -1        0        0xe3005000 - 0xe30050ff (0x100) MX
        [4] -1        0        0xe3004000 - 0xe3004fff (0x1000) MX
        [5] -1        0        0xe3003000 - 0xe3003fff (0x1000) MX
        [6] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [7] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [8] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [9] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX
        [10] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [11] -1        0        0x0000d800 - 0x0000d87f (0x80) IX
        [12] -1        0        0x0000d400 - 0x0000d4ff (0x100) IX
        [13] -1        0        0x0000d000 - 0x0000d007 (0x8) IX
        [14] -1        0        0x0000e400 - 0x0000e41f (0x20) IX
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0xe2010000 - 0xe20100ff (0x100) MX
        [5] -1        0        0xe3001000 - 0xe3001fff (0x1000) MX
        [6] -1        0        0xe3000000 - 0xe3000fff (0x1000) MX
        [7] -1        0        0xe3005000 - 0xe30050ff (0x100) MX
        [8] -1        0        0xe3004000 - 0xe3004fff (0x1000) MX
        [9] -1        0        0xe3003000 - 0xe3003fff (0x1000) MX
        [10] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [11] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [12] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [13] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [14] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [15] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX
        [16] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [17] -1        0        0x0000d800 - 0x0000d87f (0x80) IX
        [18] -1        0        0x0000d400 - 0x0000d4ff (0x100) IX
        [19] -1        0        0x0000d000 - 0x0000d007 (0x8) IX
        [20] -1        0        0x0000e400 - 0x0000e41f (0x20) IX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.1.1, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
dlopen: /usr/lib/libGLcore.so.1: undefined symbol: _nv000040gl
(EE) Failed to load /usr/lib/xorg/modules/extensions/libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.3.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 02:00:0
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0xe2010000 - 0xe20100ff (0x100) MX
        [5] -1        0        0xe3001000 - 0xe3001fff (0x1000) MX
        [6] -1        0        0xe3000000 - 0xe3000fff (0x1000) MX
        [7] -1        0        0xe3005000 - 0xe30050ff (0x100) MX
        [8] -1        0        0xe3004000 - 0xe3004fff (0x1000) MX
        [9] -1        0        0xe3003000 - 0xe3003fff (0x1000) MX
        [10] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [11] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [12] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [13] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [14] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [15] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX
        [16] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [17] -1        0        0x0000d800 - 0x0000d87f (0x80) IX
        [18] -1        0        0x0000d400 - 0x0000d4ff (0x100) IX
        [19] -1        0        0x0000d000 - 0x0000d007 (0x8) IX
        [20] -1        0        0x0000e400 - 0x0000e41f (0x20) IX
(II) resource ranges after probing:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0xe2010000 - 0xe20100ff (0x100) MX
        [5] -1        0        0xe3001000 - 0xe3001fff (0x1000) MX
        [6] -1        0        0xe3000000 - 0xe3000fff (0x1000) MX
        [7] -1        0        0xe3005000 - 0xe30050ff (0x100) MX
        [8] -1        0        0xe3004000 - 0xe3004fff (0x1000) MX
        [9] -1        0        0xe3003000 - 0xe3003fff (0x1000) MX
        [10] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [11] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [12] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [13] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [14] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [15] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [16] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [17] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [18] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX
        [19] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [20] -1        0        0x0000d800 - 0x0000d87f (0x80) IX
        [21] -1        0        0x0000d400 - 0x0000d4ff (0x100) IX
        [22] -1        0        0x0000d000 - 0x0000d007 (0x8) IX
        [23] -1        0        0x0000e400 - 0x0000e41f (0x20) IX
        [24] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [25] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules/libvbe.so
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) Loading sub module "vm86"
(II) LoadModule: "vm86"
(II) Loading /usr/lib/xorg/modules/libvm86.so
(II) Module vm86: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 131072 kB
(II) VESA(0): VESA VBE OEM: NVIDIA
(II) VESA(0): VESA VBE OEM Software Rev: 4.52
(II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
(II) VESA(0): VESA VBE OEM Product: NV34 Board - c116dn  
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev   
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level none
(II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) VESA(0): VESA VBE DDC read failed
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 101 (640x480)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 10
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 10
        LinNumberOfImagePages: 10
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 102 (800x600)
        ModeAttributes: 0x31f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 100
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
        LinBytesPerScanLine: 100
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 108500000
Mode: 103 (800x600)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 800
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 104 (1024x768)
        ModeAttributes: 0x31f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 128
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
        LinBytesPerScanLine: 128
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 108500000
Mode: 105 (1024x768)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 3
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1024
        BnkNumberOfImagePages: 3
        LinNumberOfImagePages: 3
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 106 (1280x1024)
        ModeAttributes: 0x31f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 160
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 3
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
        LinBytesPerScanLine: 160
        BnkNumberOfImagePages: 3
        LinNumberOfImagePages: 3
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 108500000
Mode: 107 (1280x1024)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 10e (320x200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 30
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 30
        LinNumberOfImagePages: 30
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*Mode: 10f (320x200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 111 (640x480)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 4
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 4
        LinNumberOfImagePages: 4
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*Mode: 112 (640x480)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 2560
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 114 (800x600)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 2
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1600
        BnkNumberOfImagePages: 2
        LinNumberOfImagePages: 2
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*Mode: 115 (800x600)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 3200
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 3200
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 117 (1024x768)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 2048
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*Mode: 118 (1024x768)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 4096
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 4096
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 11a (1280x1024)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 2560
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*(II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
Mode: 11b (1280x1024)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 5120
        BnkNumberOfImagePages: 0
        LinNumberOfImagePages: 0
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 130 (320x200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 62
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 320
        BnkNumberOfImagePages: 62
        LinNumberOfImagePages: 62
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 131 (320x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 30
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 320
        BnkNumberOfImagePages: 30
        LinNumberOfImagePages: 30
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 132 (320x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 14
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 14
        LinNumberOfImagePages: 14
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*Mode: 133 (320x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 134 (320x240)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 30
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 320
        BnkNumberOfImagePages: 30
        LinNumberOfImagePages: 30
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 135 (320x240)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 19
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 640
        BnkNumberOfImagePages: 19
        LinNumberOfImagePages: 19
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*Mode: 136 (320x240)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 10
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 10
        LinNumberOfImagePages: 10
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 13d (640x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 6
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1280
        BnkNumberOfImagePages: 6
        LinNumberOfImagePages: 6
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*(II) VESA(0): Not using built-in mode "640x400" (vrefresh out of range)
Mode: 13e (640x400)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 2
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 2560
        BnkNumberOfImagePages: 2
        LinNumberOfImagePages: 2
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000
Mode: 145 (1600x1200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1600
        XResolution: 1600
        YResolution: 1200
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1600
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 146 (1600x1200)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 3200
        XResolution: 1600
        YResolution: 1200
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 3200
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 147 (1400x1050)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 1400
        XResolution: 1400
        YResolution: 1050
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 1400
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 0
        LinRedFieldPosition: 0
        LinGreenMaskSize: 0
        LinGreenFieldPosition: 0
        LinBlueMaskSize: 0
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
Mode: 148 (1400x1050)
        ModeAttributes: 0x39f
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 2800
        XResolution: 1400
        YResolution: 1050
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 2800
        BnkNumberOfImagePages: 1
        LinNumberOfImagePages: 1
        LinRedMaskSize: 5
        LinRedFieldPosition: 11
        LinGreenMaskSize: 6
        LinGreenFieldPosition: 5
        LinBlueMaskSize: 5
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 0
        LinRsvdFieldPosition: 0
        MaxPixelClock: 229500000
*(II) VESA(0): Not using built-in mode "2048x1536" (hsync out of range)
Mode: 152 (2048x1536)
        ModeAttributes: 0x3db
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc000b373
        BytesPerScanline: 8192
        XResolution: 2048
        YResolution: 1536
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 8
        RsvdFieldPosition: 24
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
        LinBytesPerScanLine: 8192
        BnkNumberOfImagePages: 0
        LinNumberOfImagePages: 0
        LinRedMaskSize: 8
        LinRedFieldPosition: 16
        LinGreenMaskSize: 8
        LinGreenFieldPosition: 8
        LinBlueMaskSize: 8
        LinBlueFieldPosition: 0
        LinRsvdMaskSize: 8
        LinRsvdFieldPosition: 24
        MaxPixelClock: 229500000

(II) VESA(0): Total Memory: 2048 64KB banks (131072kB)
(II) VESA(0): Generic Monitor: Using hsync range of 28.00-51.00 kHz
(II) VESA(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(++) VESA(0): DPI set to (96, 96)
(II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
(II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
(II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(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 7.1.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0xe2010000 - 0xe20100ff (0x100) MX
        [5] -1        0        0xe3001000 - 0xe3001fff (0x1000) MX
        [6] -1        0        0xe3000000 - 0xe3000fff (0x1000) MX
        [7] -1        0        0xe3005000 - 0xe30050ff (0x100) MX
        [8] -1        0        0xe3004000 - 0xe3004fff (0x1000) MX
        [9] -1        0        0xe3003000 - 0xe3003fff (0x1000) MX
        [10] -1        0        0xd0000000 - 0xcfffffff (0x0) MXO
        [11] -1        0        0xd8000000 - 0xdfffffff (0x8000000) MX(B)
        [12] -1        0        0xe0000000 - 0xe0ffffff (0x1000000) MX(B)
        [13] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [14] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [15] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [16] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [17] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [18] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX
        [19] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [20] -1        0        0x0000d800 - 0x0000d87f (0x80) IX
        [21] -1        0        0x0000d400 - 0x0000d4ff (0x100) IX
        [22] -1        0        0x0000d000 - 0x0000d007 (0x8) IX
        [23] -1        0        0x0000e400 - 0x0000e41f (0x20) IX
        [24] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [25] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 131072 kB
(II) VESA(0): VESA VBE OEM: NVIDIA
(II) VESA(0): VESA VBE OEM Software Rev: 4.52
(II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
(II) VESA(0): VESA VBE OEM Product: NV34 Board - c116dn  
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev   
(==) VESA(0): Write-combining range (0xd8000000,0x8000000)
(II) VESA(0): virtual address = 0xafb84000,
        physical address = 0xd8000000, size = 134217728
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(**) Option "dpms"
(**) VESA(0): DPMS enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(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 XFree86-Bigfont
(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
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "rotocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "XkbVariant" "pc105"
(**) Generic Keyboard: XkbVariant: "pc105"
(**) Option "XkbOptions" "pc105"
(**) Generic Keyboard: XkbOptions: "pc105"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "rotocol" "S/2"
(**) Configured Mouse: Device: "/dev/psaux"
(**) Configured Mouse: Protocol: "S/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us(pc105)" };
    xkb_geometry             { include "pc(pc105)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/X11R6/lib/  X11/fonts/Type1, removing from list!
Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-7 12:55:02 | 显示全部楼层
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "CI:2:0:0"
VideoRam 128000
EndSection
当我把 Driver “vesa" -》Driver ”nvidia" 无法进入桌面。但我的系统工具中有NVIDIA Xserver Settings这项内容呢?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-7 13:06:31 | 显示全部楼层

这是进不了桌面的启动信息。把Driver "vesa"改为Driver &quo

Mar  6 13:03:45 LionDEB kernel: Processor #0 6:10 APIC version 16
Mar  6 13:03:45 LionDEB kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Mar  6 13:03:45 LionDEB kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Mar  6 13:03:45 LionDEB kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
Mar  6 13:03:45 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar  6 13:03:45 LionDEB kernel: ACPI: BIOS IRQ0 pin2 override ignored.
Mar  6 13:03:45 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar  6 13:03:45 LionDEB kernel: ACPI: IRQ9 used by override.
Mar  6 13:03:45 LionDEB kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Mar  6 13:03:45 LionDEB kernel: Using ACPI (MADT) for SMP configuration information
Mar  6 13:03:45 LionDEB kernel: Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
Mar  6 13:03:45 LionDEB kernel: Detected 2091.137 MHz processor.
Mar  6 13:03:45 LionDEB kernel: Built 1 zonelists.  Total pages: 65520
Mar  6 13:03:45 LionDEB kernel: Kernel command line: root=/dev/hdc1 ro 26
Mar  6 13:03:45 LionDEB kernel: mapped APIC to ffffd000 (fee00000)
Mar  6 13:03:45 LionDEB kernel: mapped IOAPIC to ffffc000 (fec00000)
Mar  6 13:03:45 LionDEB kernel: Enabling fast FPU save and restore... done.
Mar  6 13:03:45 LionDEB kernel: Enabling unmasked SIMD FPU exception support... done.
Mar  6 13:03:45 LionDEB kernel: Initializing CPU#0
Mar  6 13:03:45 LionDEB kernel: PID hash table entries: 1024 (order: 10, 4096 bytes)
Mar  6 13:03:45 LionDEB kernel: Console: colour VGA+ 80x25
Mar  6 13:03:45 LionDEB kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Mar  6 13:03:45 LionDEB kernel: Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mar  6 13:03:45 LionDEB kernel: Memory: 252368k/262080k available (1502k kernel code, 9108k reserved, 601k data, 256k init, 0k highmem)
Mar  6 13:03:45 LionDEB kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar  6 13:03:45 LionDEB kernel: Calibrating delay using timer specific routine.. 4185.40 BogoMIPS (lpj=8370809)
Mar  6 13:03:45 LionDEB kernel: Security Framework v1.0.0 initialized
Mar  6 13:03:45 LionDEB kernel: SELinux:  Disabled at boot.
Mar  6 13:03:45 LionDEB kernel: Capability LSM initialized
Mar  6 13:03:45 LionDEB kernel: Mount-cache hash table entries: 512
Mar  6 13:03:45 LionDEB kernel: CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  6 13:03:45 LionDEB kernel: CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  6 13:03:45 LionDEB kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar  6 13:03:45 LionDEB kernel: CPU: L2 Cache: 256K (64 bytes/line)
Mar  6 13:03:45 LionDEB kernel: CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
Mar  6 13:03:45 LionDEB kernel: Compat vDSO mapped to ffffe000.
Mar  6 13:03:45 LionDEB kernel: CPU: AMD Athlon(tm) XP 2600+ stepping 00
Mar  6 13:03:45 LionDEB kernel: Checking 'hlt' instruction... OK.
Mar  6 13:03:45 LionDEB kernel: ACPI: Core revision 20060707
Mar  6 13:03:45 LionDEB kernel: ENABLING IO-APIC IRQs
Mar  6 13:03:45 LionDEB kernel: ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
Mar  6 13:03:45 LionDEB kernel: checking if image is initramfs... it is
Mar  6 13:03:45 LionDEB kernel: Freeing initrd memory: 4242k freed
Mar  6 13:03:45 LionDEB kernel: NET: Registered protocol family 16
Mar  6 13:03:45 LionDEB kernel: EISA bus registered
Mar  6 13:03:45 LionDEB kernel: ACPI: bus type pci registered
Mar  6 13:03:45 LionDEB kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb500, last bus=2
Mar  6 13:03:45 LionDEB kernel: PCI: Using configuration type 1
Mar  6 13:03:45 LionDEB kernel: Setting up standard PCI resources
Mar  6 13:03:45 LionDEB kernel: ACPI: Interpreter enabled
Mar  6 13:03:45 LionDEB kernel: ACPI: Using IOAPIC for interrupt routing
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar  6 13:03:45 LionDEB kernel: PCI: Probing PCI hardware (bus 00)
Mar  6 13:03:45 LionDEB kernel: PCI: nForce2 C1 Halt Disconnect fixup
Mar  6 13:03:45 LionDEB kernel: Boot video device is 0000:02:00.0
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
Mar  6 13:03:45 LionDEB kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar  6 13:03:45 LionDEB kernel: pnp: PnP ACPI init
Mar  6 13:03:45 LionDEB kernel: pnp: PnP ACPI: found 16 devices
Mar  6 13:03:45 LionDEB kernel: PnPBIOS: Disabled by ACPI PNP
Mar  6 13:03:45 LionDEB kernel: PCI: Using ACPI for IRQ routing
Mar  6 13:03:45 LionDEB kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Mar  6 13:03:45 LionDEB kernel: pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
Mar  6 13:03:45 LionDEB kernel: pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
Mar  6 13:03:45 LionDEB kernel: pnp: 00:00: ioport range 0x4400-0x447f has been reserved
Mar  6 13:03:45 LionDEB kernel: pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
Mar  6 13:03:45 LionDEB kernel: pnp: 00:00: ioport range 0x4200-0x427f has been reserved
Mar  6 13:03:45 LionDEB kernel: pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
Mar  6 13:03:45 LionDEB kernel: pnp: 00:01: ioport range 0x5000-0x503f has been reserved
Mar  6 13:03:45 LionDEB kernel: PCI: Bridge: 0000:00:08.0
Mar  6 13:03:45 LionDEB kernel:   IO window: c000-cfff
Mar  6 13:03:45 LionDEB kernel:   MEM window: e2000000-e2ffffff
Mar  6 13:03:45 LionDEB kernel:   PREFETCH window: 20000000-200fffff
Mar  6 13:03:45 LionDEB kernel: PCI: Bridge: 0000:00:1e.0
Mar  6 13:03:45 LionDEB kernel:   IO window: disabled.
Mar  6 13:03:45 LionDEB kernel:   MEM window: e0000000-e1ffffff
Mar  6 13:03:45 LionDEB kernel:   PREFETCH window: d8000000-dfffffff
Mar  6 13:03:45 LionDEB kernel: PCI: Setting latency timer of device 0000:00:08.0 to 64
Mar  6 13:03:45 LionDEB kernel: NET: Registered protocol family 2
Mar  6 13:03:45 LionDEB kernel: IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
Mar  6 13:03:45 LionDEB kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Mar  6 13:03:45 LionDEB kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Mar  6 13:03:45 LionDEB kernel: TCP: Hash tables configured (established 8192 bind 4096)
Mar  6 13:03:45 LionDEB kernel: TCP reno registered
Mar  6 13:03:45 LionDEB kernel: audit: initializing netlink socket (disabled)
Mar  6 13:03:45 LionDEB kernel: audit(1173157385.908:1): initialized
Mar  6 13:03:45 LionDEB kernel: VFS: Disk quotas dquot_6.5.1
Mar  6 13:03:45 LionDEB kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Mar  6 13:03:45 LionDEB kernel: Initializing Cryptographic API
Mar  6 13:03:45 LionDEB kernel: io scheduler noop registered
Mar  6 13:03:45 LionDEB kernel: io scheduler anticipatory registered
Mar  6 13:03:45 LionDEB kernel: io scheduler deadline registered
Mar  6 13:03:45 LionDEB kernel: io scheduler cfq registered (default)
Mar  6 13:03:45 LionDEB kernel: isapnp: Scanning for PnP cards...
Mar  6 13:03:45 LionDEB kernel: isapnp: No Plug & Play device found
Mar  6 13:03:45 LionDEB kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Mar  6 13:03:45 LionDEB kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  6 13:03:45 LionDEB kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  6 13:03:45 LionDEB kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  6 13:03:45 LionDEB kernel: 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  6 13:03:45 LionDEB kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Mar  6 13:03:45 LionDEB kernel: PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12
Mar  6 13:03:45 LionDEB kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar  6 13:03:45 LionDEB kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar  6 13:03:45 LionDEB kernel: mice: PS/2 mouse device common for all mice
Mar  6 13:03:45 LionDEB kernel: EISA: Probing bus 0 at eisa.0
Mar  6 13:03:45 LionDEB kernel: Cannot allocate resource for EISA slot 4
Mar  6 13:03:45 LionDEB kernel: Cannot allocate resource for EISA slot 5
Mar  6 13:03:45 LionDEB kernel: EISA: Detected 0 cards.
Mar  6 13:03:45 LionDEB kernel: TCP bic registered
Mar  6 13:03:45 LionDEB kernel: NET: Registered protocol family 1
Mar  6 13:03:45 LionDEB kernel: NET: Registered protocol family 17
Mar  6 13:03:45 LionDEB kernel: NET: Registered protocol family 8
Mar  6 13:03:45 LionDEB kernel: NET: Registered protocol family 20
Mar  6 13:03:45 LionDEB kernel: Using IPI Shortcut mode
Mar  6 13:03:45 LionDEB kernel: ACPI: (supports S0 S1 S4 S5)
Mar  6 13:03:45 LionDEB kernel: Freeing unused kernel memory: 256k freed
Mar  6 13:03:45 LionDEB kernel: Time: tsc clocksource has been installed.
Mar  6 13:03:45 LionDEB kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Mar  6 13:03:45 LionDEB kernel: ACPI: Fan [FAN] (on)
Mar  6 13:03:45 LionDEB kernel: ACPI: Thermal Zone [THRM] (22 C)
Mar  6 13:03:45 LionDEB kernel: usbcore: registered new driver usbfs
Mar  6 13:03:45 LionDEB kernel: usbcore: registered new driver hub
Mar  6 13:03:45 LionDEB kernel: forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCH] -> GSI 22 (level, high) -> IRQ 177
Mar  6 13:03:45 LionDEB kernel: PCI: Setting latency timer of device 0000:00:04.0 to 64
Mar  6 13:03:45 LionDEB kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar  6 13:03:45 LionDEB kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar  6 13:03:45 LionDEB kernel: ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Mar  6 13:03:45 LionDEB kernel: 8139too Fast Ethernet driver 0.9.27
Mar  6 13:03:45 LionDEB kernel: eth0: forcedeth.c: subsystem: 01695:1000 bound to 0000:00:04.0
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 21 (level, high) -> IRQ 185
Mar  6 13:03:45 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.2 to 64
Mar  6 13:03:45 LionDEB kernel: ehci_hcd 0000:00:02.2: EHCI Host Controller
Mar  6 13:03:45 LionDEB kernel: ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
Mar  6 13:03:45 LionDEB kernel: ehci_hcd 0000:00:02.2: debug port 1
Mar  6 13:03:45 LionDEB kernel: PCI: cache line size of 64 is not supported by device 0000:00:02.2
Mar  6 13:03:45 LionDEB kernel: ehci_hcd 0000:00:02.2: irq 185, io mem 0xe3005000
Mar  6 13:03:45 LionDEB kernel: ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar  6 13:03:45 LionDEB kernel: usb usb1: configuration #1 chosen from 1 choice
Mar  6 13:03:45 LionDEB kernel: hub 1-0:1.0: USB hub found
Mar  6 13:03:45 LionDEB kernel: hub 1-0:1.0: 6 ports detected
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 20 (level, high) -> IRQ 193
Mar  6 13:03:45 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Mar  6 13:03:45 LionDEB kernel: ohci_hcd 0000:00:02.0: OHCI Host Controller
Mar  6 13:03:45 LionDEB kernel: ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
Mar  6 13:03:45 LionDEB kernel: ohci_hcd 0000:00:02.0: irq 193, io mem 0xe3003000
Mar  6 13:03:45 LionDEB kernel: usb usb2: configuration #1 chosen from 1 choice
Mar  6 13:03:45 LionDEB kernel: hub 2-0:1.0: USB hub found
Mar  6 13:03:45 LionDEB kernel: hub 2-0:1.0: 3 ports detected
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] enabled at IRQ 22
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCG] -> GSI 22 (level, high) -> IRQ 177
Mar  6 13:03:45 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.1 to 64
Mar  6 13:03:45 LionDEB kernel: ohci_hcd 0000:00:02.1: OHCI Host Controller
Mar  6 13:03:45 LionDEB kernel: ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
Mar  6 13:03:45 LionDEB kernel: ohci_hcd 0000:00:02.1: irq 177, io mem 0xe3004000
Mar  6 13:03:45 LionDEB kernel: usb usb3: configuration #1 chosen from 1 choice
Mar  6 13:03:45 LionDEB kernel: hub 3-0:1.0: USB hub found
Mar  6 13:03:45 LionDEB kernel: hub 3-0:1.0: 3 ports detected
Mar  6 13:03:45 LionDEB kernel: NFORCE2: IDE controller at PCI slot 0000:00:09.0
Mar  6 13:03:45 LionDEB kernel: NFORCE2: chipset revision 162
Mar  6 13:03:45 LionDEB kernel: NFORCE2: not 100%% native mode: will probe irqs later
Mar  6 13:03:45 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  6 13:03:45 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  6 13:03:45 LionDEB kernel: NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
Mar  6 13:03:45 LionDEB kernel:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdbMA
Mar  6 13:03:45 LionDEB kernel:     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcMA, hddMA
Mar  6 13:03:45 LionDEB kernel: Probing IDE interface ide0...
Mar  6 13:03:45 LionDEB kernel: hda: WDC WD800BB-55JKC0, ATA DISK drive
Mar  6 13:03:45 LionDEB kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar  6 13:03:45 LionDEB kernel: Probing IDE interface ide1...
Mar  6 13:03:45 LionDEB kernel: hdc: Maxtor 32049H2, ATA DISK drive
Mar  6 13:03:45 LionDEB kernel: ide1 at 0x170-0x177,0x376 on irq 15
Mar  6 13:03:45 LionDEB kernel: SCSI subsystem initialized
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [APC1] -> GSI 16 (level, high) -> IRQ 201
Mar  6 13:03:45 LionDEB kernel: eth0: RealTek RTL8139 at 0xc000, 00:50:fc:9a:71:b4, IRQ 201
Mar  6 13:03:45 LionDEB kernel: eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
Mar  6 13:03:45 LionDEB kernel: 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
Mar  6 13:03:45 LionDEB kernel: libata version 2.00 loaded.
Mar  6 13:03:45 LionDEB kernel: hda: max request size: 128KiB
Mar  6 13:03:45 LionDEB kernel: hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
Mar  6 13:03:45 LionDEB kernel: hda: cache flushes supported
Mar  6 13:03:45 LionDEB kernel:  hda: hda1 hda2 < hda5 hda6 hda7 >
Mar  6 13:03:45 LionDEB kernel: hdc: max request size: 128KiB
Mar  6 13:03:45 LionDEB kernel: hdc: 40021632 sectors (20491 MB) w/2048KiB Cache, CHS=39704/16/63, UDMA(100)
Mar  6 13:03:45 LionDEB kernel:  hdc: hdc1 hdc2 < hdc5 hdc6 hdc7 hdc8 hdc9 hdc10 >
Mar  6 13:03:45 LionDEB kernel: Attempting manual resume
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc1: found reiserfs format "3.6" with standard journal
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc1: using ordered data mode
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc1: journal params: device hdc1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc1: checking transaction log (hdc1)
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc1: Using r5 hash to sort names
Mar  6 13:03:45 LionDEB kernel: Linux agpgart interface v0.101 (c) Dave Jones
Mar  6 13:03:45 LionDEB kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar  6 13:03:45 LionDEB kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mar  6 13:03:45 LionDEB kernel: agpgart: Detected NVIDIA nForce2 chipset
Mar  6 13:03:45 LionDEB kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Mar  6 13:03:45 LionDEB kernel: input: PC Speaker as /class/input/input1
Mar  6 13:03:45 LionDEB kernel: Real Time Clock Driver v1.12ac
Mar  6 13:03:45 LionDEB kernel: reset set in interrupt, calling d0a15178
Mar  6 13:03:45 LionDEB kernel: floppy0: no floppy controllers found
Mar  6 13:03:45 LionDEB kernel: parport: PnPBIOS parport detected.
Mar  6 13:03:45 LionDEB kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Mar  6 13:03:45 LionDEB kernel: Intel 810 + AC97 Audio, version 1.01, 15:50:22 Feb 21 2007
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
Mar  6 13:03:45 LionDEB kernel: ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 185
Mar  6 13:03:45 LionDEB kernel: PCI: Setting latency timer of device 0000:00:06.0 to 64
Mar  6 13:03:45 LionDEB kernel: i810: NVIDIA nForce Audio found at IO 0xd800 and 0xd400, MEM 0x0000 and 0x0000, IRQ 185
Mar  6 13:03:45 LionDEB kernel: i810_audio: Audio Controller supports 6 channels.
Mar  6 13:03:45 LionDEB kernel: i810_audio: Defaulting to base 2 channel mode.
Mar  6 13:03:45 LionDEB kernel: i810_audio: Resetting connection 0
Mar  6 13:03:45 LionDEB kernel: ac97_codec: AC97  codec, id: ALG96 (Unknown)
Mar  6 13:03:45 LionDEB kernel: i810_audio: only 48Khz playback available.
Mar  6 13:03:45 LionDEB kernel: i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
Mar  6 13:03:45 LionDEB kernel: i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
Mar  6 13:03:45 LionDEB kernel: i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5040
Mar  6 13:03:45 LionDEB kernel: input: ImPS/2 Generic Wheel Mouse as /class/input/input2
Mar  6 13:03:45 LionDEB kernel: ts: Compaq touchscreen protocol output
Mar  6 13:03:45 LionDEB kernel: Adding 939760k swap on /dev/hdc10.  Priority:-1 extents:1 across:939760k
Mar  6 13:03:45 LionDEB kernel: loop: loaded (max 8 devices)
Mar  6 13:03:45 LionDEB kernel: device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc5: found reiserfs format "3.6" with standard journal
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc5: using ordered data mode
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc5: journal params: device hdc5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc5: checking transaction log (hdc5)
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc5: Using r5 hash to sort names
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc6: found reiserfs format "3.6" with standard journal
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc6: using ordered data mode
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc6: journal params: device hdc6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc6: checking transaction log (hdc6)
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc6: Using r5 hash to sort names
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc8: found reiserfs format "3.6" with standard journal
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc8: using ordered data mode
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc8: journal params: device hdc8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc8: checking transaction log (hdc8)
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc8: Using r5 hash to sort names
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc7: found reiserfs format "3.6" with standard journal
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc7: using ordered data mode
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc7: journal params: device hdc7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc7: checking transaction log (hdc7)
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc7: Using r5 hash to sort names
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc9: found reiserfs format "3.6" with standard journal
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc9: using ordered data mode
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc9: journal params: device hdc9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc9: checking transaction log (hdc9)
Mar  6 13:03:45 LionDEB kernel: ReiserFS: hdc9: Using r5 hash to sort names
Mar  6 13:03:45 LionDEB kernel: ACPI: Power Button (FF) [PWRF]
Mar  6 13:03:45 LionDEB kernel: ACPI: Power Button (CM) [PWRB]
Mar  6 13:37:51 LionDEB kernel: NET: Registered protocol family 10
Mar  6 13:37:51 LionDEB kernel: lo: Disabled Privacy Extensions
Mar  6 13:37:51 LionDEB kernel: IPv6 over IPv4 tunneling driver
Mar  6 13:38:01 LionDEB kernel: eth1: no IPv6 routers present
Mar  6 14:38:10 LionDEB kernel: Kernel logging (proc) stopped.
Mar  6 14:38:10 LionDEB kernel: Kernel log daemon terminating.
Mar  6 18:07:21 LionDEB kernel: klogd 1.4.1#18, log source = /proc/kmsg started.
Mar  6 18:07:21 LionDEB kernel: 000000fec00000 - 00000000fec01000 (reserved)
Mar  6 18:07:21 LionDEB kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Mar  6 18:07:21 LionDEB kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Mar  6 18:07:21 LionDEB kernel: 255MB LOWMEM available.
Mar  6 18:07:21 LionDEB kernel: On node 0 totalpages: 65520
Mar  6 18:07:21 LionDEB kernel:   DMA zone: 4096 pages, LIFO batch:0
Mar  6 18:07:21 LionDEB kernel:   Normal zone: 61424 pages, LIFO batch:15
Mar  6 18:07:21 LionDEB kernel: DMI 2.2 present.
Mar  6 18:07:21 LionDEB kernel: ACPI: RSDP (v000 Nvidia                                ) @ 0x000f7460
Mar  6 18:07:21 LionDEB kernel: ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3000
Mar  6 18:07:21 LionDEB kernel: ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3040
Mar  6 18:07:21 LionDEB kernel: ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff7b80
Mar  6 18:07:21 LionDEB kernel: ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
Mar  6 18:07:21 LionDEB kernel: ACPI: PM-Timer IO Port: 0x4008
Mar  6 18:07:21 LionDEB kernel: ACPI: Local APIC address 0xfee00000
Mar  6 18:07:21 LionDEB kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Mar  6 18:07:21 LionDEB kernel: Processor #0 6:10 APIC version 16
Mar  6 18:07:21 LionDEB kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Mar  6 18:07:21 LionDEB kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Mar  6 18:07:21 LionDEB kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
Mar  6 18:07:21 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar  6 18:07:21 LionDEB kernel: ACPI: BIOS IRQ0 pin2 override ignored.
Mar  6 18:07:21 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar  6 18:07:21 LionDEB kernel: ACPI: IRQ9 used by override.
Mar  6 18:07:21 LionDEB kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Mar  6 18:07:21 LionDEB kernel: Using ACPI (MADT) for SMP configuration information
Mar  6 18:07:21 LionDEB kernel: Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
Mar  6 18:07:21 LionDEB kernel: Detected 2091.215 MHz processor.
Mar  6 18:07:21 LionDEB kernel: Built 1 zonelists.  Total pages: 65520
Mar  6 18:07:21 LionDEB kernel: Kernel command line: root=/dev/hdc1 ro 26
Mar  6 18:07:21 LionDEB kernel: mapped APIC to ffffd000 (fee00000)
Mar  6 18:07:21 LionDEB kernel: mapped IOAPIC to ffffc000 (fec00000)
Mar  6 18:07:21 LionDEB kernel: Enabling fast FPU save and restore... done.
Mar  6 18:07:21 LionDEB kernel: Enabling unmasked SIMD FPU exception support... done.
Mar  6 18:07:21 LionDEB kernel: Initializing CPU#0
Mar  6 18:07:21 LionDEB kernel: PID hash table entries: 1024 (order: 10, 4096 bytes)
Mar  6 18:07:21 LionDEB kernel: Console: colour VGA+ 80x25
Mar  6 18:07:21 LionDEB kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Mar  6 18:07:21 LionDEB kernel: Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mar  6 18:07:21 LionDEB kernel: Memory: 252368k/262080k available (1502k kernel code, 9108k reserved, 601k data, 256k init, 0k highmem)
Mar  6 18:07:21 LionDEB kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar  6 18:07:21 LionDEB kernel: Calibrating delay using timer specific routine.. 4185.35 BogoMIPS (lpj=8370706)
Mar  6 18:07:21 LionDEB kernel: Security Framework v1.0.0 initialized
Mar  6 18:07:21 LionDEB kernel: SELinux:  Disabled at boot.
Mar  6 18:07:21 LionDEB kernel: Capability LSM initialized
Mar  6 18:07:21 LionDEB kernel: Mount-cache hash table entries: 512
Mar  6 18:07:21 LionDEB kernel: CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  6 18:07:21 LionDEB kernel: CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  6 18:07:21 LionDEB kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar  6 18:07:21 LionDEB kernel: CPU: L2 Cache: 256K (64 bytes/line)
Mar  6 18:07:21 LionDEB kernel: CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
Mar  6 18:07:21 LionDEB kernel: Compat vDSO mapped to ffffe000.
Mar  6 18:07:21 LionDEB kernel: CPU: AMD Athlon(tm) XP 2600+ stepping 00
Mar  6 18:07:21 LionDEB kernel: Checking 'hlt' instruction... OK.
Mar  6 18:07:21 LionDEB kernel: ACPI: Core revision 20060707
Mar  6 18:07:21 LionDEB kernel: ENABLING IO-APIC IRQs
Mar  6 18:07:21 LionDEB kernel: ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
Mar  6 18:07:21 LionDEB kernel: checking if image is initramfs... it is
Mar  6 18:07:21 LionDEB kernel: Freeing initrd memory: 4242k freed
Mar  6 18:07:21 LionDEB kernel: NET: Registered protocol family 16
Mar  6 18:07:21 LionDEB kernel: EISA bus registered
Mar  6 18:07:21 LionDEB kernel: ACPI: bus type pci registered
Mar  6 18:07:21 LionDEB kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb500, last bus=2
Mar  6 18:07:21 LionDEB kernel: PCI: Using configuration type 1
Mar  6 18:07:21 LionDEB kernel: Setting up standard PCI resources
Mar  6 18:07:21 LionDEB kernel: ACPI: Interpreter enabled
Mar  6 18:07:21 LionDEB kernel: ACPI: Using IOAPIC for interrupt routing
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar  6 18:07:21 LionDEB kernel: PCI: Probing PCI hardware (bus 00)
Mar  6 18:07:21 LionDEB kernel: PCI: nForce2 C1 Halt Disconnect fixup
Mar  6 18:07:21 LionDEB kernel: Boot video device is 0000:02:00.0
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
Mar  6 18:07:21 LionDEB kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar  6 18:07:21 LionDEB kernel: pnp: PnP ACPI init
Mar  6 18:07:21 LionDEB kernel: pnp: PnP ACPI: found 16 devices
Mar  6 18:07:21 LionDEB kernel: PnPBIOS: Disabled by ACPI PNP
Mar  6 18:07:21 LionDEB kernel: PCI: Using ACPI for IRQ routing
Mar  6 18:07:21 LionDEB kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Mar  6 18:07:21 LionDEB kernel: pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
Mar  6 18:07:21 LionDEB kernel: pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
Mar  6 18:07:21 LionDEB kernel: pnp: 00:00: ioport range 0x4400-0x447f has been reserved
Mar  6 18:07:21 LionDEB kernel: pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
Mar  6 18:07:21 LionDEB kernel: pnp: 00:00: ioport range 0x4200-0x427f has been reserved
Mar  6 18:07:21 LionDEB kernel: pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
Mar  6 18:07:21 LionDEB kernel: pnp: 00:01: ioport range 0x5000-0x503f has been reserved
Mar  6 18:07:21 LionDEB kernel: PCI: Bridge: 0000:00:08.0
Mar  6 18:07:21 LionDEB kernel:   IO window: c000-cfff
Mar  6 18:07:21 LionDEB kernel:   MEM window: e2000000-e2ffffff
Mar  6 18:07:21 LionDEB kernel:   PREFETCH window: 20000000-200fffff
Mar  6 18:07:21 LionDEB kernel: PCI: Bridge: 0000:00:1e.0
Mar  6 18:07:21 LionDEB kernel:   IO window: disabled.
Mar  6 18:07:21 LionDEB kernel:   MEM window: e0000000-e1ffffff
Mar  6 18:07:21 LionDEB kernel:   PREFETCH window: d8000000-dfffffff
Mar  6 18:07:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:08.0 to 64
Mar  6 18:07:21 LionDEB kernel: NET: Registered protocol family 2
Mar  6 18:07:21 LionDEB kernel: IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
Mar  6 18:07:21 LionDEB kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Mar  6 18:07:21 LionDEB kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Mar  6 18:07:21 LionDEB kernel: TCP: Hash tables configured (established 8192 bind 4096)
Mar  6 18:07:21 LionDEB kernel: TCP reno registered
Mar  6 18:07:21 LionDEB kernel: audit: initializing netlink socket (disabled)
Mar  6 18:07:21 LionDEB kernel: audit(1173175600.896:1): initialized
Mar  6 18:07:21 LionDEB kernel: VFS: Disk quotas dquot_6.5.1
Mar  6 18:07:21 LionDEB kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Mar  6 18:07:21 LionDEB kernel: Initializing Cryptographic API
Mar  6 18:07:21 LionDEB kernel: io scheduler noop registered
Mar  6 18:07:21 LionDEB kernel: io scheduler anticipatory registered
Mar  6 18:07:21 LionDEB kernel: io scheduler deadline registered
Mar  6 18:07:21 LionDEB kernel: io scheduler cfq registered (default)
Mar  6 18:07:21 LionDEB kernel: isapnp: Scanning for PnP cards...
Mar  6 18:07:21 LionDEB kernel: isapnp: No Plug & Play device found
Mar  6 18:07:21 LionDEB kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Mar  6 18:07:21 LionDEB kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  6 18:07:21 LionDEB kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  6 18:07:21 LionDEB kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  6 18:07:21 LionDEB kernel: 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  6 18:07:21 LionDEB kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Mar  6 18:07:21 LionDEB kernel: PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12
Mar  6 18:07:21 LionDEB kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar  6 18:07:21 LionDEB kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar  6 18:07:21 LionDEB kernel: mice: PS/2 mouse device common for all mice
Mar  6 18:07:21 LionDEB kernel: EISA: Probing bus 0 at eisa.0
Mar  6 18:07:21 LionDEB kernel: Cannot allocate resource for EISA slot 4
Mar  6 18:07:21 LionDEB kernel: Cannot allocate resource for EISA slot 5
Mar  6 18:07:21 LionDEB kernel: EISA: Detected 0 cards.
Mar  6 18:07:21 LionDEB kernel: TCP bic registered
Mar  6 18:07:21 LionDEB kernel: NET: Registered protocol family 1
Mar  6 18:07:21 LionDEB kernel: NET: Registered protocol family 17
Mar  6 18:07:21 LionDEB kernel: NET: Registered protocol family 8
Mar  6 18:07:21 LionDEB kernel: NET: Registered protocol family 20
Mar  6 18:07:21 LionDEB kernel: Using IPI Shortcut mode
Mar  6 18:07:21 LionDEB kernel: ACPI: (supports S0 S1 S4 S5)
Mar  6 18:07:21 LionDEB kernel: Freeing unused kernel memory: 256k freed
Mar  6 18:07:21 LionDEB kernel: Time: tsc clocksource has been installed.
Mar  6 18:07:21 LionDEB kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Mar  6 18:07:21 LionDEB kernel: ACPI: Fan [FAN] (on)
Mar  6 18:07:21 LionDEB kernel: ACPI: Thermal Zone [THRM] (22 C)
Mar  6 18:07:21 LionDEB kernel: usbcore: registered new driver usbfs
Mar  6 18:07:21 LionDEB kernel: usbcore: registered new driver hub
Mar  6 18:07:21 LionDEB kernel: forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCH] -> GSI 22 (level, high) -> IRQ 177
Mar  6 18:07:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:04.0 to 64
Mar  6 18:07:21 LionDEB kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar  6 18:07:21 LionDEB kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar  6 18:07:21 LionDEB kernel: ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Mar  6 18:07:21 LionDEB kernel: 8139too Fast Ethernet driver 0.9.27
Mar  6 18:07:21 LionDEB kernel: eth0: forcedeth.c: subsystem: 01695:1000 bound to 0000:00:04.0
Mar  6 18:07:21 LionDEB kernel: NFORCE2: IDE controller at PCI slot 0000:00:09.0
Mar  6 18:07:21 LionDEB kernel: NFORCE2: chipset revision 162
Mar  6 18:07:21 LionDEB kernel: NFORCE2: not 100%% native mode: will probe irqs later
Mar  6 18:07:21 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  6 18:07:21 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  6 18:07:21 LionDEB kernel: NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
Mar  6 18:07:21 LionDEB kernel:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdbMA
Mar  6 18:07:21 LionDEB kernel:     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcMA, hddMA
Mar  6 18:07:21 LionDEB kernel: Probing IDE interface ide0...
Mar  6 18:07:21 LionDEB kernel: hda: WDC WD800BB-55JKC0, ATA DISK drive
Mar  6 18:07:21 LionDEB kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar  6 18:07:21 LionDEB kernel: Probing IDE interface ide1...
Mar  6 18:07:21 LionDEB kernel: hdc: Maxtor 32049H2, ATA DISK drive
Mar  6 18:07:21 LionDEB kernel: ide1 at 0x170-0x177,0x376 on irq 15
Mar  6 18:07:21 LionDEB kernel: SCSI subsystem initialized
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (level, high) -> IRQ 185
Mar  6 18:07:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Mar  6 18:07:21 LionDEB kernel: ohci_hcd 0000:00:02.0: OHCI Host Controller
Mar  6 18:07:21 LionDEB kernel: ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
Mar  6 18:07:21 LionDEB kernel: ohci_hcd 0000:00:02.0: irq 185, io mem 0xe3003000
Mar  6 18:07:21 LionDEB kernel: libata version 2.00 loaded.
Mar  6 18:07:21 LionDEB kernel: usb usb1: configuration #1 chosen from 1 choice
Mar  6 18:07:21 LionDEB kernel: hub 1-0:1.0: USB hub found
Mar  6 18:07:21 LionDEB kernel: hub 1-0:1.0: 3 ports detected
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] enabled at IRQ 20
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCG] -> GSI 20 (level, high) -> IRQ 193
Mar  6 18:07:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.1 to 64
Mar  6 18:07:21 LionDEB kernel: ohci_hcd 0000:00:02.1: OHCI Host Controller
Mar  6 18:07:21 LionDEB kernel: ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
Mar  6 18:07:21 LionDEB kernel: ohci_hcd 0000:00:02.1: irq 193, io mem 0xe3004000
Mar  6 18:07:21 LionDEB kernel: usb usb2: configuration #1 chosen from 1 choice
Mar  6 18:07:21 LionDEB kernel: hub 2-0:1.0: USB hub found
Mar  6 18:07:21 LionDEB kernel: hub 2-0:1.0: 3 ports detected
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 22 (level, high) -> IRQ 177
Mar  6 18:07:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.2 to 64
Mar  6 18:07:21 LionDEB kernel: ehci_hcd 0000:00:02.2: EHCI Host Controller
Mar  6 18:07:21 LionDEB kernel: ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
Mar  6 18:07:21 LionDEB kernel: ehci_hcd 0000:00:02.2: debug port 1
Mar  6 18:07:21 LionDEB kernel: PCI: cache line size of 64 is not supported by device 0000:00:02.2
Mar  6 18:07:21 LionDEB kernel: ehci_hcd 0000:00:02.2: irq 177, io mem 0xe3005000
Mar  6 18:07:21 LionDEB kernel: ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar  6 18:07:21 LionDEB kernel: usb usb3: configuration #1 chosen from 1 choice
Mar  6 18:07:21 LionDEB kernel: hub 3-0:1.0: USB hub found
Mar  6 18:07:21 LionDEB kernel: hub 3-0:1.0: 6 ports detected
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [APC1] -> GSI 16 (level, high) -> IRQ 201
Mar  6 18:07:21 LionDEB kernel: eth0: RealTek RTL8139 at 0xc000, 00:50:fc:9a:71:b4, IRQ 201
Mar  6 18:07:21 LionDEB kernel: eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
Mar  6 18:07:21 LionDEB kernel: 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
Mar  6 18:07:21 LionDEB kernel: hda: max request size: 128KiB
Mar  6 18:07:21 LionDEB kernel: hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
Mar  6 18:07:21 LionDEB kernel: hda: cache flushes supported
Mar  6 18:07:21 LionDEB kernel:  hda: hda1 hda2 < hda5 hda6 hda7 >
Mar  6 18:07:21 LionDEB kernel: hdc: max request size: 128KiB
Mar  6 18:07:21 LionDEB kernel: hdc: 40021632 sectors (20491 MB) w/2048KiB Cache, CHS=39704/16/63, UDMA(100)
Mar  6 18:07:21 LionDEB kernel:  hdc: hdc1 hdc2 < hdc5 hdc6 hdc7 hdc8 hdc9 hdc10 >
Mar  6 18:07:21 LionDEB kernel: Attempting manual resume
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc1: found reiserfs format "3.6" with standard journal
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc1: using ordered data mode
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc1: journal params: device hdc1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc1: checking transaction log (hdc1)
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc1: Using r5 hash to sort names
Mar  6 18:07:21 LionDEB kernel: Linux agpgart interface v0.101 (c) Dave Jones
Mar  6 18:07:21 LionDEB kernel: agpgart: Detected NVIDIA nForce2 chipset
Mar  6 18:07:21 LionDEB kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Mar  6 18:07:21 LionDEB kernel: input: PC Speaker as /class/input/input1
Mar  6 18:07:21 LionDEB kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar  6 18:07:21 LionDEB kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mar  6 18:07:21 LionDEB kernel: Real Time Clock Driver v1.12ac
Mar  6 18:07:21 LionDEB kernel: i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
Mar  6 18:07:21 LionDEB kernel: i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5040
Mar  6 18:07:21 LionDEB kernel: FDC 0 is a post-1991 82077
Mar  6 18:07:21 LionDEB kernel: Intel 810 + AC97 Audio, version 1.01, 15:50:22 Feb 21 2007
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
Mar  6 18:07:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 185
Mar  6 18:07:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:06.0 to 64
Mar  6 18:07:21 LionDEB kernel: i810: NVIDIA nForce Audio found at IO 0xd800 and 0xd400, MEM 0x0000 and 0x0000, IRQ 185
Mar  6 18:07:21 LionDEB kernel: parport: PnPBIOS parport detected.
Mar  6 18:07:21 LionDEB kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Mar  6 18:07:21 LionDEB kernel: i810_audio: Audio Controller supports 6 channels.
Mar  6 18:07:21 LionDEB kernel: i810_audio: Defaulting to base 2 channel mode.
Mar  6 18:07:21 LionDEB kernel: i810_audio: Resetting connection 0
Mar  6 18:07:21 LionDEB kernel: ac97_codec: AC97  codec, id: ALG96 (Unknown)
Mar  6 18:07:21 LionDEB kernel: i810_audio: only 48Khz playback available.
Mar  6 18:07:21 LionDEB kernel: i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
Mar  6 18:07:21 LionDEB kernel: input: ImPS/2 Generic Wheel Mouse as /class/input/input2
Mar  6 18:07:21 LionDEB kernel: ts: Compaq touchscreen protocol output
Mar  6 18:07:21 LionDEB kernel: Adding 939760k swap on /dev/hdc10.  Priority:-1 extents:1 across:939760k
Mar  6 18:07:21 LionDEB kernel: loop: loaded (max 8 devices)
Mar  6 18:07:21 LionDEB kernel: device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc5: found reiserfs format "3.6" with standard journal
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc5: using ordered data mode
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc5: journal params: device hdc5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc5: checking transaction log (hdc5)
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc5: Using r5 hash to sort names
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc6: found reiserfs format "3.6" with standard journal
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc6: using ordered data mode
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc6: journal params: device hdc6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc6: checking transaction log (hdc6)
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc6: Using r5 hash to sort names
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc8: found reiserfs format "3.6" with standard journal
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc8: using ordered data mode
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc8: journal params: device hdc8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc8: checking transaction log (hdc8)
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc8: Using r5 hash to sort names
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc7: found reiserfs format "3.6" with standard journal
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc7: using ordered data mode
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc7: journal params: device hdc7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc7: checking transaction log (hdc7)
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc7: Using r5 hash to sort names
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc9: found reiserfs format "3.6" with standard journal
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc9: using ordered data mode
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc9: journal params: device hdc9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc9: checking transaction log (hdc9)
Mar  6 18:07:21 LionDEB kernel: ReiserFS: hdc9: Using r5 hash to sort names
Mar  6 18:07:21 LionDEB kernel: ACPI: Power Button (FF) [PWRF]
Mar  6 18:07:21 LionDEB kernel: ACPI: Power Button (CM) [PWRB]
Mar  6 18:07:43 LionDEB kernel: nvidia: module license 'NVIDIA' taints kernel.
Mar  6 18:07:43 LionDEB kernel: ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
Mar  6 18:07:43 LionDEB kernel: ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [APC4] -> GSI 19 (level, high) -> IRQ 209
Mar  6 18:07:43 LionDEB kernel: NVRM: loading NVIDIA Linux x86 Kernel Module  1.0-8776  Mon Oct 16 21:56:04 PDT 2006
Mar  6 18:07:43 LionDEB kernel: NVRM: API mismatch: the client has the version 1.0-9746, but
Mar  6 18:07:43 LionDEB kernel: NVRM: this kernel module has the version 1.0-8776.  Please
Mar  6 18:07:43 LionDEB kernel: NVRM: make sure that this kernel module and all NVIDIA driver
Mar  6 18:07:43 LionDEB kernel: NVRM: components have the same version.
Mar  6 18:07:47 LionDEB kernel: NVRM: API mismatch: the client has the version 1.0-9746, but
Mar  6 18:07:47 LionDEB kernel: NVRM: this kernel module has the version 1.0-8776.  Please
Mar  6 18:07:47 LionDEB kernel: NVRM: make sure that this kernel module and all NVIDIA driver
Mar  6 18:07:47 LionDEB kernel: NVRM: components have the same version.
Mar  6 18:07:51 LionDEB kernel: NVRM: API mismatch: the client has the version 1.0-9746, but
Mar  6 18:07:51 LionDEB kernel: NVRM: this kernel module has the version 1.0-8776.  Please
Mar  6 18:07:51 LionDEB kernel: NVRM: make sure that this kernel module and all NVIDIA driver
Mar  6 18:07:51 LionDEB kernel: NVRM: components have the same version.
Mar  6 18:26:23 LionDEB kernel: Kernel logging (proc) stopped.
Mar  6 18:26:23 LionDEB kernel: Kernel log daemon terminating.
Mar  6 18:27:21 LionDEB kernel: klogd 1.4.1#18, log source = /proc/kmsg started.
Mar  6 18:27:21 LionDEB kernel: 000000fec00000 - 00000000fec01000 (reserved)
Mar  6 18:27:21 LionDEB kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Mar  6 18:27:21 LionDEB kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Mar  6 18:27:21 LionDEB kernel: 255MB LOWMEM available.
Mar  6 18:27:21 LionDEB kernel: On node 0 totalpages: 65520
Mar  6 18:27:21 LionDEB kernel:   DMA zone: 4096 pages, LIFO batch:0
Mar  6 18:27:21 LionDEB kernel:   Normal zone: 61424 pages, LIFO batch:15
Mar  6 18:27:21 LionDEB kernel: DMI 2.2 present.
Mar  6 18:27:21 LionDEB kernel: ACPI: RSDP (v000 Nvidia                                ) @ 0x000f7460
Mar  6 18:27:21 LionDEB kernel: ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3000
Mar  6 18:27:21 LionDEB kernel: ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3040
Mar  6 18:27:21 LionDEB kernel: ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff7b80
Mar  6 18:27:21 LionDEB kernel: ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
Mar  6 18:27:21 LionDEB kernel: ACPI: PM-Timer IO Port: 0x4008
Mar  6 18:27:21 LionDEB kernel: ACPI: Local APIC address 0xfee00000
Mar  6 18:27:21 LionDEB kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Mar  6 18:27:21 LionDEB kernel: Processor #0 6:10 APIC version 16
Mar  6 18:27:21 LionDEB kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Mar  6 18:27:21 LionDEB kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Mar  6 18:27:21 LionDEB kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
Mar  6 18:27:21 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar  6 18:27:21 LionDEB kernel: ACPI: BIOS IRQ0 pin2 override ignored.
Mar  6 18:27:21 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar  6 18:27:21 LionDEB kernel: ACPI: IRQ9 used by override.
Mar  6 18:27:21 LionDEB kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Mar  6 18:27:21 LionDEB kernel: Using ACPI (MADT) for SMP configuration information
Mar  6 18:27:21 LionDEB kernel: Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
Mar  6 18:27:21 LionDEB kernel: Detected 2091.248 MHz processor.
Mar  6 18:27:21 LionDEB kernel: Built 1 zonelists.  Total pages: 65520
Mar  6 18:27:21 LionDEB kernel: Kernel command line: root=/dev/hdc1 ro 26
Mar  6 18:27:21 LionDEB kernel: mapped APIC to ffffd000 (fee00000)
Mar  6 18:27:21 LionDEB kernel: mapped IOAPIC to ffffc000 (fec00000)
Mar  6 18:27:21 LionDEB kernel: Enabling fast FPU save and restore... done.
Mar  6 18:27:21 LionDEB kernel: Enabling unmasked SIMD FPU exception support... done.
Mar  6 18:27:21 LionDEB kernel: Initializing CPU#0
Mar  6 18:27:21 LionDEB kernel: PID hash table entries: 1024 (order: 10, 4096 bytes)
Mar  6 18:27:21 LionDEB kernel: Console: colour VGA+ 80x25
Mar  6 18:27:21 LionDEB kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Mar  6 18:27:21 LionDEB kernel: Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mar  6 18:27:21 LionDEB kernel: Memory: 252368k/262080k available (1502k kernel code, 9108k reserved, 601k data, 256k init, 0k highmem)
Mar  6 18:27:21 LionDEB kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar  6 18:27:21 LionDEB kernel: Calibrating delay using timer specific routine.. 4185.35 BogoMIPS (lpj=8370712)
Mar  6 18:27:21 LionDEB kernel: Security Framework v1.0.0 initialized
Mar  6 18:27:21 LionDEB kernel: SELinux:  Disabled at boot.
Mar  6 18:27:21 LionDEB kernel: Capability LSM initialized
Mar  6 18:27:21 LionDEB kernel: Mount-cache hash table entries: 512
Mar  6 18:27:21 LionDEB kernel: CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  6 18:27:21 LionDEB kernel: CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  6 18:27:21 LionDEB kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar  6 18:27:21 LionDEB kernel: CPU: L2 Cache: 256K (64 bytes/line)
Mar  6 18:27:21 LionDEB kernel: CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
Mar  6 18:27:21 LionDEB kernel: Compat vDSO mapped to ffffe000.
Mar  6 18:27:21 LionDEB kernel: CPU: AMD Athlon(tm) XP 2600+ stepping 00
Mar  6 18:27:21 LionDEB kernel: Checking 'hlt' instruction... OK.
Mar  6 18:27:21 LionDEB kernel: ACPI: Core revision 20060707
Mar  6 18:27:21 LionDEB kernel: ENABLING IO-APIC IRQs
Mar  6 18:27:21 LionDEB kernel: ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
Mar  6 18:27:21 LionDEB kernel: checking if image is initramfs... it is
Mar  6 18:27:21 LionDEB kernel: Freeing initrd memory: 4242k freed
Mar  6 18:27:21 LionDEB kernel: NET: Registered protocol family 16
Mar  6 18:27:21 LionDEB kernel: EISA bus registered
Mar  6 18:27:21 LionDEB kernel: ACPI: bus type pci registered
Mar  6 18:27:21 LionDEB kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb500, last bus=2
Mar  6 18:27:21 LionDEB kernel: PCI: Using configuration type 1
Mar  6 18:27:21 LionDEB kernel: Setting up standard PCI resources
Mar  6 18:27:21 LionDEB kernel: ACPI: Interpreter enabled
Mar  6 18:27:21 LionDEB kernel: ACPI: Using IOAPIC for interrupt routing
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar  6 18:27:21 LionDEB kernel: PCI: Probing PCI hardware (bus 00)
Mar  6 18:27:21 LionDEB kernel: PCI: nForce2 C1 Halt Disconnect fixup
Mar  6 18:27:21 LionDEB kernel: Boot video device is 0000:02:00.0
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
Mar  6 18:27:21 LionDEB kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar  6 18:27:21 LionDEB kernel: pnp: PnP ACPI init
Mar  6 18:27:21 LionDEB kernel: pnp: PnP ACPI: found 16 devices
Mar  6 18:27:21 LionDEB kernel: PnPBIOS: Disabled by ACPI PNP
Mar  6 18:27:21 LionDEB kernel: PCI: Using ACPI for IRQ routing
Mar  6 18:27:21 LionDEB kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Mar  6 18:27:21 LionDEB kernel: pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
Mar  6 18:27:21 LionDEB kernel: pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
Mar  6 18:27:21 LionDEB kernel: pnp: 00:00: ioport range 0x4400-0x447f has been reserved
Mar  6 18:27:21 LionDEB kernel: pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
Mar  6 18:27:21 LionDEB kernel: pnp: 00:00: ioport range 0x4200-0x427f has been reserved
Mar  6 18:27:21 LionDEB kernel: pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
Mar  6 18:27:21 LionDEB kernel: pnp: 00:01: ioport range 0x5000-0x503f has been reserved
Mar  6 18:27:21 LionDEB kernel: PCI: Bridge: 0000:00:08.0
Mar  6 18:27:21 LionDEB kernel:   IO window: c000-cfff
Mar  6 18:27:21 LionDEB kernel:   MEM window: e2000000-e2ffffff
Mar  6 18:27:21 LionDEB kernel:   PREFETCH window: 20000000-200fffff
Mar  6 18:27:21 LionDEB kernel: PCI: Bridge: 0000:00:1e.0
Mar  6 18:27:21 LionDEB kernel:   IO window: disabled.
Mar  6 18:27:21 LionDEB kernel:   MEM window: e0000000-e1ffffff
Mar  6 18:27:21 LionDEB kernel:   PREFETCH window: d8000000-dfffffff
Mar  6 18:27:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:08.0 to 64
Mar  6 18:27:21 LionDEB kernel: NET: Registered protocol family 2
Mar  6 18:27:21 LionDEB kernel: IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
Mar  6 18:27:21 LionDEB kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Mar  6 18:27:21 LionDEB kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Mar  6 18:27:21 LionDEB kernel: TCP: Hash tables configured (established 8192 bind 4096)
Mar  6 18:27:21 LionDEB kernel: TCP reno registered
Mar  6 18:27:21 LionDEB kernel: audit: initializing netlink socket (disabled)
Mar  6 18:27:21 LionDEB kernel: audit(1173176800.904:1): initialized
Mar  6 18:27:21 LionDEB kernel: VFS: Disk quotas dquot_6.5.1
Mar  6 18:27:21 LionDEB kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Mar  6 18:27:21 LionDEB kernel: Initializing Cryptographic API
Mar  6 18:27:21 LionDEB kernel: io scheduler noop registered
Mar  6 18:27:21 LionDEB kernel: io scheduler anticipatory registered
Mar  6 18:27:21 LionDEB kernel: io scheduler deadline registered
Mar  6 18:27:21 LionDEB kernel: io scheduler cfq registered (default)
Mar  6 18:27:21 LionDEB kernel: isapnp: Scanning for PnP cards...
Mar  6 18:27:21 LionDEB kernel: isapnp: No Plug & Play device found
Mar  6 18:27:21 LionDEB kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Mar  6 18:27:21 LionDEB kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  6 18:27:21 LionDEB kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  6 18:27:21 LionDEB kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  6 18:27:21 LionDEB kernel: 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  6 18:27:21 LionDEB kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Mar  6 18:27:21 LionDEB kernel: PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12
Mar  6 18:27:21 LionDEB kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar  6 18:27:21 LionDEB kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar  6 18:27:21 LionDEB kernel: mice: PS/2 mouse device common for all mice
Mar  6 18:27:21 LionDEB kernel: EISA: Probing bus 0 at eisa.0
Mar  6 18:27:21 LionDEB kernel: Cannot allocate resource for EISA slot 4
Mar  6 18:27:21 LionDEB kernel: Cannot allocate resource for EISA slot 5
Mar  6 18:27:21 LionDEB kernel: EISA: Detected 0 cards.
Mar  6 18:27:21 LionDEB kernel: TCP bic registered
Mar  6 18:27:21 LionDEB kernel: NET: Registered protocol family 1
Mar  6 18:27:21 LionDEB kernel: NET: Registered protocol family 17
Mar  6 18:27:21 LionDEB kernel: NET: Registered protocol family 8
Mar  6 18:27:21 LionDEB kernel: NET: Registered protocol family 20
Mar  6 18:27:21 LionDEB kernel: Using IPI Shortcut mode
Mar  6 18:27:21 LionDEB kernel: ACPI: (supports S0 S1 S4 S5)
Mar  6 18:27:21 LionDEB kernel: Freeing unused kernel memory: 256k freed
Mar  6 18:27:21 LionDEB kernel: Time: tsc clocksource has been installed.
Mar  6 18:27:21 LionDEB kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Mar  6 18:27:21 LionDEB kernel: ACPI: Fan [FAN] (on)
Mar  6 18:27:21 LionDEB kernel: ACPI: Thermal Zone [THRM] (22 C)
Mar  6 18:27:21 LionDEB kernel: usbcore: registered new driver usbfs
Mar  6 18:27:21 LionDEB kernel: usbcore: registered new driver hub
Mar  6 18:27:21 LionDEB kernel: forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCH] -> GSI 22 (level, high) -> IRQ 177
Mar  6 18:27:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:04.0 to 64
Mar  6 18:27:21 LionDEB kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar  6 18:27:21 LionDEB kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar  6 18:27:21 LionDEB kernel: ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Mar  6 18:27:21 LionDEB kernel: 8139too Fast Ethernet driver 0.9.27
Mar  6 18:27:21 LionDEB kernel: eth0: forcedeth.c: subsystem: 01695:1000 bound to 0000:00:04.0
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 21 (level, high) -> IRQ 185
Mar  6 18:27:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.2 to 64
Mar  6 18:27:21 LionDEB kernel: ehci_hcd 0000:00:02.2: EHCI Host Controller
Mar  6 18:27:21 LionDEB kernel: ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
Mar  6 18:27:21 LionDEB kernel: ehci_hcd 0000:00:02.2: debug port 1
Mar  6 18:27:21 LionDEB kernel: PCI: cache line size of 64 is not supported by device 0000:00:02.2
Mar  6 18:27:21 LionDEB kernel: ehci_hcd 0000:00:02.2: irq 185, io mem 0xe3005000
Mar  6 18:27:21 LionDEB kernel: ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar  6 18:27:21 LionDEB kernel: usb usb1: configuration #1 chosen from 1 choice
Mar  6 18:27:21 LionDEB kernel: hub 1-0:1.0: USB hub found
Mar  6 18:27:21 LionDEB kernel: hub 1-0:1.0: 6 ports detected
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 20 (level, high) -> IRQ 193
Mar  6 18:27:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Mar  6 18:27:21 LionDEB kernel: ohci_hcd 0000:00:02.0: OHCI Host Controller
Mar  6 18:27:21 LionDEB kernel: ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
Mar  6 18:27:21 LionDEB kernel: ohci_hcd 0000:00:02.0: irq 193, io mem 0xe3003000
Mar  6 18:27:21 LionDEB kernel: usb usb2: configuration #1 chosen from 1 choice
Mar  6 18:27:21 LionDEB kernel: hub 2-0:1.0: USB hub found
Mar  6 18:27:21 LionDEB kernel: hub 2-0:1.0: 3 ports detected
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] enabled at IRQ 22
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCG] -> GSI 22 (level, high) -> IRQ 177
Mar  6 18:27:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.1 to 64
Mar  6 18:27:21 LionDEB kernel: ohci_hcd 0000:00:02.1: OHCI Host Controller
Mar  6 18:27:21 LionDEB kernel: ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
Mar  6 18:27:21 LionDEB kernel: ohci_hcd 0000:00:02.1: irq 177, io mem 0xe3004000
Mar  6 18:27:21 LionDEB kernel: usb usb3: configuration #1 chosen from 1 choice
Mar  6 18:27:21 LionDEB kernel: hub 3-0:1.0: USB hub found
Mar  6 18:27:21 LionDEB kernel: hub 3-0:1.0: 3 ports detected
Mar  6 18:27:21 LionDEB kernel: NFORCE2: IDE controller at PCI slot 0000:00:09.0
Mar  6 18:27:21 LionDEB kernel: NFORCE2: chipset revision 162
Mar  6 18:27:21 LionDEB kernel: NFORCE2: not 100%% native mode: will probe irqs later
Mar  6 18:27:21 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  6 18:27:21 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  6 18:27:21 LionDEB kernel: NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
Mar  6 18:27:21 LionDEB kernel:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdbMA
Mar  6 18:27:21 LionDEB kernel:     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Mar  6 18:27:21 LionDEB kernel: Probing IDE interface ide0...
Mar  6 18:27:21 LionDEB kernel: hda: WDC WD800BB-55JKC0, ATA DISK drive
Mar  6 18:27:21 LionDEB kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar  6 18:27:21 LionDEB kernel: Probing IDE interface ide1...
Mar  6 18:27:21 LionDEB kernel: hdc: Maxtor 32049H2, ATA DISK drive
Mar  6 18:27:21 LionDEB kernel: ide1 at 0x170-0x177,0x376 on irq 15
Mar  6 18:27:21 LionDEB kernel: SCSI subsystem initialized
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [APC1] -> GSI 16 (level, high) -> IRQ 201
Mar  6 18:27:21 LionDEB kernel: eth0: RealTek RTL8139 at 0xc000, 00:50:fc:9a:71:b4, IRQ 201
Mar  6 18:27:21 LionDEB kernel: eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
Mar  6 18:27:21 LionDEB kernel: 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
Mar  6 18:27:21 LionDEB kernel: libata version 2.00 loaded.
Mar  6 18:27:21 LionDEB kernel: hda: max request size: 128KiB
Mar  6 18:27:21 LionDEB kernel: hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
Mar  6 18:27:21 LionDEB kernel: hda: cache flushes supported
Mar  6 18:27:21 LionDEB kernel:  hda: hda1 hda2 < hda5 hda6 hda7 >
Mar  6 18:27:21 LionDEB kernel: hdc: max request size: 128KiB
Mar  6 18:27:21 LionDEB kernel: hdc: 40021632 sectors (20491 MB) w/2048KiB Cache, CHS=39704/16/63, UDMA(100)
Mar  6 18:27:21 LionDEB kernel:  hdc: hdc1 hdc2 < hdc5 hdc6 hdc7 hdc8 hdc9 hdc10 >
Mar  6 18:27:21 LionDEB kernel: Attempting manual resume
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc1: found reiserfs format "3.6" with standard journal
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc1: using ordered data mode
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc1: journal params: device hdc1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc1: checking transaction log (hdc1)
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc1: Using r5 hash to sort names
Mar  6 18:27:21 LionDEB kernel: Linux agpgart interface v0.101 (c) Dave Jones
Mar  6 18:27:21 LionDEB kernel: agpgart: Detected NVIDIA nForce2 chipset
Mar  6 18:27:21 LionDEB kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Mar  6 18:27:21 LionDEB kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar  6 18:27:21 LionDEB kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mar  6 18:27:21 LionDEB kernel: i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
Mar  6 18:27:21 LionDEB kernel: i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5040
Mar  6 18:27:21 LionDEB kernel: Real Time Clock Driver v1.12ac
Mar  6 18:27:21 LionDEB kernel: input: PC Speaker as /class/input/input1
Mar  6 18:27:21 LionDEB kernel: FDC 0 is a post-1991 82077
Mar  6 18:27:21 LionDEB kernel: Intel 810 + AC97 Audio, version 1.01, 15:50:22 Feb 21 2007
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
Mar  6 18:27:21 LionDEB kernel: ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 185
Mar  6 18:27:21 LionDEB kernel: PCI: Setting latency timer of device 0000:00:06.0 to 64
Mar  6 18:27:21 LionDEB kernel: i810: NVIDIA nForce Audio found at IO 0xd800 and 0xd400, MEM 0x0000 and 0x0000, IRQ 185
Mar  6 18:27:21 LionDEB kernel: parport: PnPBIOS parport detected.
Mar  6 18:27:21 LionDEB kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Mar  6 18:27:21 LionDEB kernel: i810_audio: Audio Controller supports 6 channels.
Mar  6 18:27:21 LionDEB kernel: i810_audio: Defaulting to base 2 channel mode.
Mar  6 18:27:21 LionDEB kernel: i810_audio: Resetting connection 0
Mar  6 18:27:21 LionDEB kernel: ac97_codec: AC97  codec, id: ALG96 (Unknown)
Mar  6 18:27:21 LionDEB kernel: i810_audio: only 48Khz playback available.
Mar  6 18:27:21 LionDEB kernel: i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
Mar  6 18:27:21 LionDEB kernel: input: ImPS/2 Generic Wheel Mouse as /class/input/input2
Mar  6 18:27:21 LionDEB kernel: ts: Compaq touchscreen protocol output
Mar  6 18:27:21 LionDEB kernel: Adding 939760k swap on /dev/hdc10.  Priority:-1 extents:1 across:939760k
Mar  6 18:27:21 LionDEB kernel: loop: loaded (max 8 devices)
Mar  6 18:27:21 LionDEB kernel: device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc5: found reiserfs format "3.6" with standard journal
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc5: using ordered data mode
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc5: journal params: device hdc5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc5: checking transaction log (hdc5)
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc5: Using r5 hash to sort names
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc6: found reiserfs format "3.6" with standard journal
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc6: using ordered data mode
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc6: journal params: device hdc6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc6: checking transaction log (hdc6)
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc6: Using r5 hash to sort names
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc8: found reiserfs format "3.6" with standard journal
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc8: using ordered data mode
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc8: journal params: device hdc8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc8: checking transaction log (hdc8)
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc8: Using r5 hash to sort names
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc7: found reiserfs format "3.6" with standard journal
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc7: using ordered data mode
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc7: journal params: device hdc7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc7: checking transaction log (hdc7)
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc7: Using r5 hash to sort names
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc9: found reiserfs format "3.6" with standard journal
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc9: using ordered data mode
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc9: journal params: device hdc9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc9: checking transaction log (hdc9)
Mar  6 18:27:21 LionDEB kernel: ReiserFS: hdc9: Using r5 hash to sort names
Mar  6 18:27:21 LionDEB kernel: ACPI: Power Button (FF) [PWRF]
Mar  6 18:27:21 LionDEB kernel: ACPI: Power Button (CM) [PWRB]
Mar  6 18:27:48 LionDEB kernel: nvidia: module license 'NVIDIA' taints kernel.
Mar  6 18:27:48 LionDEB kernel: ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
Mar  6 18:27:48 LionDEB kernel: ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [APC4] -> GSI 19 (level, high) -> IRQ 209
Mar  6 18:27:48 LionDEB kernel: NVRM: loading NVIDIA Linux x86 Kernel Module  1.0-8776  Mon Oct 16 21:56:04 PDT 2006
Mar  6 18:27:48 LionDEB kernel: NVRM: API mismatch: the client has the version 1.0-9746, but
Mar  6 18:27:48 LionDEB kernel: NVRM: this kernel module has the version 1.0-8776.  Please
Mar  6 18:27:48 LionDEB kernel: NVRM: make sure that this kernel module and all NVIDIA driver
Mar  6 18:27:48 LionDEB kernel: NVRM: components have the same version.
Mar  6 18:27:52 LionDEB kernel: NVRM: API mismatch: the client has the version 1.0-9746, but
Mar  6 18:27:52 LionDEB kernel: NVRM: this kernel module has the version 1.0-8776.  Please
Mar  6 18:27:52 LionDEB kernel: NVRM: make sure that this kernel module and all NVIDIA driver
Mar  6 18:27:52 LionDEB kernel: NVRM: components have the same version.
Mar  6 18:27:57 LionDEB kernel: NVRM: API mismatch: the client has the version 1.0-9746, but
Mar  6 18:27:57 LionDEB kernel: NVRM: this kernel module has the version 1.0-8776.  Please
Mar  6 18:27:57 LionDEB kernel: NVRM: make sure that this kernel module and all NVIDIA driver
Mar  6 18:27:57 LionDEB kernel: NVRM: components have the same version.
Mar  6 18:57:21 LionDEB kernel: Kernel logging (proc) stopped.
Mar  6 18:57:21 LionDEB kernel: Kernel log daemon terminating.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-7 13:10:03 | 显示全部楼层

这是还原Driver &quot;vesa&quot;的启动的信息

Mar  7 20:15:23 LionDEB kernel: klogd 1.4.1#18, log source = /proc/kmsg started.
Mar  7 20:15:23 LionDEB kernel: 000000fec00000 - 00000000fec01000 (reserved)
Mar  7 20:15:23 LionDEB kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Mar  7 20:15:23 LionDEB kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Mar  7 20:15:23 LionDEB kernel: 255MB LOWMEM available.
Mar  7 20:15:23 LionDEB kernel: On node 0 totalpages: 65520
Mar  7 20:15:23 LionDEB kernel:   DMA zone: 4096 pages, LIFO batch:0
Mar  7 20:15:23 LionDEB kernel:   Normal zone: 61424 pages, LIFO batch:15
Mar  7 20:15:23 LionDEB kernel: DMI 2.2 present.
Mar  7 20:15:23 LionDEB kernel: ACPI: RSDP (v000 Nvidia                                ) @ 0x000f7460
Mar  7 20:15:23 LionDEB kernel: ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3000
Mar  7 20:15:23 LionDEB kernel: ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3040
Mar  7 20:15:23 LionDEB kernel: ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff7b80
Mar  7 20:15:23 LionDEB kernel: ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
Mar  7 20:15:23 LionDEB kernel: ACPI: PM-Timer IO Port: 0x4008
Mar  7 20:15:23 LionDEB kernel: ACPI: Local APIC address 0xfee00000
Mar  7 20:15:23 LionDEB kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Mar  7 20:15:23 LionDEB kernel: Processor #0 6:10 APIC version 16
Mar  7 20:15:23 LionDEB kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Mar  7 20:15:23 LionDEB kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Mar  7 20:15:23 LionDEB kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
Mar  7 20:15:23 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar  7 20:15:23 LionDEB kernel: ACPI: BIOS IRQ0 pin2 override ignored.
Mar  7 20:15:23 LionDEB kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar  7 20:15:23 LionDEB kernel: ACPI: IRQ9 used by override.
Mar  7 20:15:23 LionDEB kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Mar  7 20:15:23 LionDEB kernel: Using ACPI (MADT) for SMP configuration information
Mar  7 20:15:23 LionDEB kernel: Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
Mar  7 20:15:23 LionDEB kernel: Detected 2091.191 MHz processor.
Mar  7 20:15:23 LionDEB kernel: Built 1 zonelists.  Total pages: 65520
Mar  7 20:15:23 LionDEB kernel: Kernel command line: root=/dev/hdc1 ro 26
Mar  7 20:15:23 LionDEB kernel: mapped APIC to ffffd000 (fee00000)
Mar  7 20:15:23 LionDEB kernel: mapped IOAPIC to ffffc000 (fec00000)
Mar  7 20:15:23 LionDEB kernel: Enabling fast FPU save and restore... done.
Mar  7 20:15:23 LionDEB kernel: Enabling unmasked SIMD FPU exception support... done.
Mar  7 20:15:23 LionDEB kernel: Initializing CPU#0
Mar  7 20:15:23 LionDEB kernel: PID hash table entries: 1024 (order: 10, 4096 bytes)
Mar  7 20:15:23 LionDEB kernel: Console: colour VGA+ 80x25
Mar  7 20:15:23 LionDEB kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Mar  7 20:15:23 LionDEB kernel: Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mar  7 20:15:23 LionDEB kernel: Memory: 252368k/262080k available (1502k kernel code, 9108k reserved, 601k data, 256k init, 0k highmem)
Mar  7 20:15:23 LionDEB kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar  7 20:15:23 LionDEB kernel: Calibrating delay using timer specific routine.. 4185.39 BogoMIPS (lpj=8370786)
Mar  7 20:15:23 LionDEB kernel: Security Framework v1.0.0 initialized
Mar  7 20:15:23 LionDEB kernel: SELinux:  Disabled at boot.
Mar  7 20:15:23 LionDEB kernel: Capability LSM initialized
Mar  7 20:15:23 LionDEB kernel: Mount-cache hash table entries: 512
Mar  7 20:15:23 LionDEB kernel: CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  7 20:15:23 LionDEB kernel: CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar  7 20:15:23 LionDEB kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar  7 20:15:23 LionDEB kernel: CPU: L2 Cache: 256K (64 bytes/line)
Mar  7 20:15:23 LionDEB kernel: CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
Mar  7 20:15:23 LionDEB kernel: Compat vDSO mapped to ffffe000.
Mar  7 20:15:23 LionDEB kernel: CPU: AMD Athlon(tm) XP 2600+ stepping 00
Mar  7 20:15:23 LionDEB kernel: Checking 'hlt' instruction... OK.
Mar  7 20:15:23 LionDEB kernel: ACPI: Core revision 20060707
Mar  7 20:15:23 LionDEB kernel: ENABLING IO-APIC IRQs
Mar  7 20:15:23 LionDEB kernel: ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
Mar  7 20:15:23 LionDEB kernel: checking if image is initramfs... it is
Mar  7 20:15:23 LionDEB kernel: Freeing initrd memory: 4242k freed
Mar  7 20:15:23 LionDEB kernel: NET: Registered protocol family 16
Mar  7 20:15:23 LionDEB kernel: EISA bus registered
Mar  7 20:15:23 LionDEB kernel: ACPI: bus type pci registered
Mar  7 20:15:23 LionDEB kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb500, last bus=2
Mar  7 20:15:23 LionDEB kernel: PCI: Using configuration type 1
Mar  7 20:15:23 LionDEB kernel: Setting up standard PCI resources
Mar  7 20:15:23 LionDEB kernel: ACPI: Interpreter enabled
Mar  7 20:15:23 LionDEB kernel: ACPI: Using IOAPIC for interrupt routing
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar  7 20:15:23 LionDEB kernel: PCI: Probing PCI hardware (bus 00)
Mar  7 20:15:23 LionDEB kernel: PCI: nForce2 C1 Halt Disconnect fixup
Mar  7 20:15:23 LionDEB kernel: Boot video device is 0000:02:00.0
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
Mar  7 20:15:23 LionDEB kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar  7 20:15:23 LionDEB kernel: pnp: PnP ACPI init
Mar  7 20:15:23 LionDEB kernel: pnp: PnP ACPI: found 16 devices
Mar  7 20:15:23 LionDEB kernel: PnPBIOS: Disabled by ACPI PNP
Mar  7 20:15:23 LionDEB kernel: PCI: Using ACPI for IRQ routing
Mar  7 20:15:23 LionDEB kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Mar  7 20:15:23 LionDEB kernel: pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
Mar  7 20:15:23 LionDEB kernel: pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
Mar  7 20:15:23 LionDEB kernel: pnp: 00:00: ioport range 0x4400-0x447f has been reserved
Mar  7 20:15:23 LionDEB kernel: pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
Mar  7 20:15:23 LionDEB kernel: pnp: 00:00: ioport range 0x4200-0x427f has been reserved
Mar  7 20:15:23 LionDEB kernel: pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
Mar  7 20:15:23 LionDEB kernel: pnp: 00:01: ioport range 0x5000-0x503f has been reserved
Mar  7 20:15:23 LionDEB kernel: PCI: Bridge: 0000:00:08.0
Mar  7 20:15:23 LionDEB kernel:   IO window: c000-cfff
Mar  7 20:15:23 LionDEB kernel:   MEM window: e2000000-e2ffffff
Mar  7 20:15:23 LionDEB kernel:   PREFETCH window: 20000000-200fffff
Mar  7 20:15:23 LionDEB kernel: PCI: Bridge: 0000:00:1e.0
Mar  7 20:15:23 LionDEB kernel:   IO window: disabled.
Mar  7 20:15:23 LionDEB kernel:   MEM window: e0000000-e1ffffff
Mar  7 20:15:23 LionDEB kernel:   PREFETCH window: d8000000-dfffffff
Mar  7 20:15:23 LionDEB kernel: PCI: Setting latency timer of device 0000:00:08.0 to 64
Mar  7 20:15:23 LionDEB kernel: NET: Registered protocol family 2
Mar  7 20:15:23 LionDEB kernel: IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
Mar  7 20:15:23 LionDEB kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Mar  7 20:15:23 LionDEB kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Mar  7 20:15:23 LionDEB kernel: TCP: Hash tables configured (established 8192 bind 4096)
Mar  7 20:15:23 LionDEB kernel: TCP reno registered
Mar  7 20:15:23 LionDEB kernel: audit: initializing netlink socket (disabled)
Mar  7 20:15:23 LionDEB kernel: audit(1173269682.900:1): initialized
Mar  7 20:15:23 LionDEB kernel: VFS: Disk quotas dquot_6.5.1
Mar  7 20:15:23 LionDEB kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Mar  7 20:15:23 LionDEB kernel: Initializing Cryptographic API
Mar  7 20:15:23 LionDEB kernel: io scheduler noop registered
Mar  7 20:15:23 LionDEB kernel: io scheduler anticipatory registered
Mar  7 20:15:23 LionDEB kernel: io scheduler deadline registered
Mar  7 20:15:23 LionDEB kernel: io scheduler cfq registered (default)
Mar  7 20:15:23 LionDEB kernel: isapnp: Scanning for PnP cards...
Mar  7 20:15:23 LionDEB kernel: isapnp: No Plug & Play device found
Mar  7 20:15:23 LionDEB kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Mar  7 20:15:23 LionDEB kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  7 20:15:23 LionDEB kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  7 20:15:23 LionDEB kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar  7 20:15:23 LionDEB kernel: 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Mar  7 20:15:23 LionDEB kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Mar  7 20:15:23 LionDEB kernel: PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12
Mar  7 20:15:23 LionDEB kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar  7 20:15:23 LionDEB kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar  7 20:15:23 LionDEB kernel: mice: PS/2 mouse device common for all mice
Mar  7 20:15:23 LionDEB kernel: EISA: Probing bus 0 at eisa.0
Mar  7 20:15:23 LionDEB kernel: Cannot allocate resource for EISA slot 4
Mar  7 20:15:23 LionDEB kernel: Cannot allocate resource for EISA slot 5
Mar  7 20:15:23 LionDEB kernel: EISA: Detected 0 cards.
Mar  7 20:15:23 LionDEB kernel: TCP bic registered
Mar  7 20:15:23 LionDEB kernel: NET: Registered protocol family 1
Mar  7 20:15:23 LionDEB kernel: NET: Registered protocol family 17
Mar  7 20:15:23 LionDEB kernel: NET: Registered protocol family 8
Mar  7 20:15:23 LionDEB kernel: NET: Registered protocol family 20
Mar  7 20:15:23 LionDEB kernel: Using IPI Shortcut mode
Mar  7 20:15:23 LionDEB kernel: ACPI: (supports S0 S1 S4 S5)
Mar  7 20:15:23 LionDEB kernel: Freeing unused kernel memory: 256k freed
Mar  7 20:15:23 LionDEB kernel: Time: tsc clocksource has been installed.
Mar  7 20:15:23 LionDEB kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Mar  7 20:15:23 LionDEB kernel: ACPI: Fan [FAN] (on)
Mar  7 20:15:23 LionDEB kernel: ACPI: Thermal Zone [THRM] (22 C)
Mar  7 20:15:23 LionDEB kernel: usbcore: registered new driver usbfs
Mar  7 20:15:23 LionDEB kernel: usbcore: registered new driver hub
Mar  7 20:15:23 LionDEB kernel: forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCH] -> GSI 22 (level, high) -> IRQ 177
Mar  7 20:15:23 LionDEB kernel: PCI: Setting latency timer of device 0000:00:04.0 to 64
Mar  7 20:15:23 LionDEB kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar  7 20:15:23 LionDEB kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar  7 20:15:23 LionDEB kernel: ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Mar  7 20:15:23 LionDEB kernel: 8139too Fast Ethernet driver 0.9.27
Mar  7 20:15:23 LionDEB kernel: eth0: forcedeth.c: subsystem: 01695:1000 bound to 0000:00:04.0
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 21 (level, high) -> IRQ 185
Mar  7 20:15:23 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.2 to 64
Mar  7 20:15:23 LionDEB kernel: ehci_hcd 0000:00:02.2: EHCI Host Controller
Mar  7 20:15:23 LionDEB kernel: ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
Mar  7 20:15:23 LionDEB kernel: ehci_hcd 0000:00:02.2: debug port 1
Mar  7 20:15:23 LionDEB kernel: PCI: cache line size of 64 is not supported by device 0000:00:02.2
Mar  7 20:15:23 LionDEB kernel: ehci_hcd 0000:00:02.2: irq 185, io mem 0xe3005000
Mar  7 20:15:23 LionDEB kernel: ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar  7 20:15:23 LionDEB kernel: usb usb1: configuration #1 chosen from 1 choice
Mar  7 20:15:23 LionDEB kernel: hub 1-0:1.0: USB hub found
Mar  7 20:15:23 LionDEB kernel: hub 1-0:1.0: 6 ports detected
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 20 (level, high) -> IRQ 193
Mar  7 20:15:23 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.0 to 64
Mar  7 20:15:23 LionDEB kernel: ohci_hcd 0000:00:02.0: OHCI Host Controller
Mar  7 20:15:23 LionDEB kernel: ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
Mar  7 20:15:23 LionDEB kernel: ohci_hcd 0000:00:02.0: irq 193, io mem 0xe3003000
Mar  7 20:15:23 LionDEB kernel: usb usb2: configuration #1 chosen from 1 choice
Mar  7 20:15:23 LionDEB kernel: hub 2-0:1.0: USB hub found
Mar  7 20:15:23 LionDEB kernel: hub 2-0:1.0: 3 ports detected
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCG] enabled at IRQ 22
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCG] -> GSI 22 (level, high) -> IRQ 177
Mar  7 20:15:23 LionDEB kernel: PCI: Setting latency timer of device 0000:00:02.1 to 64
Mar  7 20:15:23 LionDEB kernel: ohci_hcd 0000:00:02.1: OHCI Host Controller
Mar  7 20:15:23 LionDEB kernel: ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
Mar  7 20:15:23 LionDEB kernel: ohci_hcd 0000:00:02.1: irq 177, io mem 0xe3004000
Mar  7 20:15:23 LionDEB kernel: usb usb3: configuration #1 chosen from 1 choice
Mar  7 20:15:23 LionDEB kernel: hub 3-0:1.0: USB hub found
Mar  7 20:15:23 LionDEB kernel: hub 3-0:1.0: 3 ports detected
Mar  7 20:15:23 LionDEB kernel: NFORCE2: IDE controller at PCI slot 0000:00:09.0
Mar  7 20:15:23 LionDEB kernel: NFORCE2: chipset revision 162
Mar  7 20:15:23 LionDEB kernel: NFORCE2: not 100%% native mode: will probe irqs later
Mar  7 20:15:23 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  7 20:15:23 LionDEB kernel: NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
Mar  7 20:15:23 LionDEB kernel: NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
Mar  7 20:15:23 LionDEB kernel:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdbMA
Mar  7 20:15:23 LionDEB kernel:     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcMA, hddMA
Mar  7 20:15:23 LionDEB kernel: Probing IDE interface ide0...
Mar  7 20:15:23 LionDEB kernel: hda: WDC WD800BB-55JKC0, ATA DISK drive
Mar  7 20:15:23 LionDEB kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar  7 20:15:23 LionDEB kernel: Probing IDE interface ide1...
Mar  7 20:15:23 LionDEB kernel: hdc: Maxtor 32049H2, ATA DISK drive
Mar  7 20:15:23 LionDEB kernel: ide1 at 0x170-0x177,0x376 on irq 15
Mar  7 20:15:23 LionDEB kernel: SCSI subsystem initialized
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [APC1] -> GSI 16 (level, high) -> IRQ 201
Mar  7 20:15:23 LionDEB kernel: eth0: RealTek RTL8139 at 0xc000, 00:50:fc:9a:71:b4, IRQ 201
Mar  7 20:15:23 LionDEB kernel: eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
Mar  7 20:15:23 LionDEB kernel: 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
Mar  7 20:15:23 LionDEB kernel: libata version 2.00 loaded.
Mar  7 20:15:23 LionDEB kernel: hda: max request size: 128KiB
Mar  7 20:15:23 LionDEB kernel: hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
Mar  7 20:15:23 LionDEB kernel: hda: cache flushes supported
Mar  7 20:15:23 LionDEB kernel:  hda: hda1 hda2 < hda5 hda6 hda7 >
Mar  7 20:15:23 LionDEB kernel: hdc: max request size: 128KiB
Mar  7 20:15:23 LionDEB kernel: hdc: 40021632 sectors (20491 MB) w/2048KiB Cache, CHS=39704/16/63, UDMA(100)
Mar  7 20:15:23 LionDEB kernel:  hdc: hdc1 hdc2 < hdc5 hdc6 hdc7 hdc8 hdc9 hdc10 >
Mar  7 20:15:23 LionDEB kernel: Attempting manual resume
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc1: found reiserfs format "3.6" with standard journal
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc1: using ordered data mode
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc1: journal params: device hdc1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc1: checking transaction log (hdc1)
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc1: Using r5 hash to sort names
Mar  7 20:15:23 LionDEB kernel: Linux agpgart interface v0.101 (c) Dave Jones
Mar  7 20:15:23 LionDEB kernel: agpgart: Detected NVIDIA nForce2 chipset
Mar  7 20:15:23 LionDEB kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Mar  7 20:15:23 LionDEB kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar  7 20:15:23 LionDEB kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mar  7 20:15:23 LionDEB kernel: input: PC Speaker as /class/input/input1
Mar  7 20:15:23 LionDEB kernel: i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
Mar  7 20:15:23 LionDEB kernel: i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5040
Mar  7 20:15:23 LionDEB kernel: Real Time Clock Driver v1.12ac
Mar  7 20:15:23 LionDEB kernel: FDC 0 is a post-1991 82077
Mar  7 20:15:23 LionDEB kernel: Intel 810 + AC97 Audio, version 1.01, 15:50:22 Feb 21 2007
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
Mar  7 20:15:23 LionDEB kernel: ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 185
Mar  7 20:15:23 LionDEB kernel: PCI: Setting latency timer of device 0000:00:06.0 to 64
Mar  7 20:15:23 LionDEB kernel: i810: NVIDIA nForce Audio found at IO 0xd800 and 0xd400, MEM 0x0000 and 0x0000, IRQ 185
Mar  7 20:15:23 LionDEB kernel: parport: PnPBIOS parport detected.
Mar  7 20:15:23 LionDEB kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Mar  7 20:15:23 LionDEB kernel: i810_audio: Audio Controller supports 6 channels.
Mar  7 20:15:23 LionDEB kernel: i810_audio: Defaulting to base 2 channel mode.
Mar  7 20:15:23 LionDEB kernel: i810_audio: Resetting connection 0
Mar  7 20:15:23 LionDEB kernel: ac97_codec: AC97  codec, id: ALG96 (Unknown)
Mar  7 20:15:23 LionDEB kernel: i810_audio: only 48Khz playback available.
Mar  7 20:15:23 LionDEB kernel: i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
Mar  7 20:15:23 LionDEB kernel: input: ImPS/2 Generic Wheel Mouse as /class/input/input2
Mar  7 20:15:23 LionDEB kernel: ts: Compaq touchscreen protocol output
Mar  7 20:15:23 LionDEB kernel: Adding 939760k swap on /dev/hdc10.  Priority:-1 extents:1 across:939760k
Mar  7 20:15:23 LionDEB kernel: loop: loaded (max 8 devices)
Mar  7 20:15:23 LionDEB kernel: device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc5: found reiserfs format "3.6" with standard journal
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc5: using ordered data mode
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc5: journal params: device hdc5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc5: checking transaction log (hdc5)
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc5: Using r5 hash to sort names
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc6: found reiserfs format "3.6" with standard journal
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc6: using ordered data mode
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc6: journal params: device hdc6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc6: checking transaction log (hdc6)
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc6: Using r5 hash to sort names
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc8: found reiserfs format "3.6" with standard journal
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc8: using ordered data mode
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc8: journal params: device hdc8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc8: checking transaction log (hdc8)
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc8: Using r5 hash to sort names
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc7: found reiserfs format "3.6" with standard journal
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc7: using ordered data mode
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc7: journal params: device hdc7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc7: checking transaction log (hdc7)
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc7: Using r5 hash to sort names
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc9: found reiserfs format "3.6" with standard journal
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc9: using ordered data mode
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc9: journal params: device hdc9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc9: checking transaction log (hdc9)
Mar  7 20:15:23 LionDEB kernel: ReiserFS: hdc9: Using r5 hash to sort names
Mar  7 20:15:24 LionDEB kernel: ACPI: Power Button (FF) [PWRF]
Mar  7 20:15:24 LionDEB kernel: ACPI: Power Button (CM) [PWRB]
Mar  7 20:16:41 LionDEB kernel: NET: Registered protocol family 10
Mar  7 20:16:41 LionDEB kernel: lo: Disabled Privacy Extensions
Mar  7 20:16:41 LionDEB kernel: IPv6 over IPv4 tunneling driver
Mar  7 20:16:51 LionDEB kernel: eth1: no IPv6 routers present
回复 支持 反对

使用道具 举报

发表于 2007-3-7 15:48:38 | 显示全部楼层
装上xserver-xorg-input-all和xserver-xorg-video-all试试,不行的话,重新配置xorg。
回复 支持 反对

使用道具 举报

发表于 2007-3-7 15:56:16 | 显示全部楼层
1. 关于鼠标滚轮:
修改/etc/X11/xorg.conf,主要两点:一是将Protocol改为“ImPS/2”;二是添加
Option          "ZAxisMapping"          "4 5",这一行的含义是将滚轮上滚动作映射为鼠标第4键,将滚轮下滚动作映射为鼠标第5键。

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

2.nvidia驱动
应该是你没有安装最新的nvidia公司的驱动程序,解决方法:
1)安装nvidia驱动程序;
2)不使用Driver "nvidia",改为Driver "nv",这个是自带的驱动程序
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-12 20:56:11 | 显示全部楼层
鼠标不用滚动按airland 说的解决了。这两 天上不LINUXSIR。
至于NVIDIA显卡驱动问题改过NV可以,但仍然无法加载GLX,不知是什么原因。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表