archlinux中xorg启动时当机。
时间:2009-12-26
来源:互联网
贴上配置文件和log,大家帮忙分析一下,谢谢。
(不知道为什么,从Linux复制到Windows的文本,在Windows中的肇事本里全部都挤在一起,郁闷。)
上面显示应该是鼠标的问题,我的是笔记本电脑。
-----------Xorg.0.log---------
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
X.Org X Server 1.7.3.901 (1.7.4 RC 1)
Release Date: 2009-12-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-ARCH i686
Current Operating System: Linux DRAW 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686
Kernel command line: root=/dev/disk/by-uuid/5b754852-eae9-4adf-881e-e755fd02d7ae ro vga=773
Build Date: 12 December 2009 12:59:40PM
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 25 14:51:28 2009
(II) Loader magic: 0x81e4c60
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(--) using VT number 7
(--) PCI:*(0:0:2:0) 8086:3582:10cf:1281 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xd8000000/134217728, 0xd0000000/524288, I/O @ 0x00001800/8
(--) PCI: (0:0:2:1) 8086:3582:10cf:1281 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe0000000/134217728, 0xd0080000/524288
List of video drivers:
intel
vesa
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.7.1, module version = 2.9.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.7.0.901, module version = 2.2.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) Primary Device is: PCI 00@00:02:0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) VESA: driver for VESA chipsets: vesa
(++) Using config file: "/root/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
Xorg has configured a multihead system, please check your config.
Your xorg.conf file is /root/xorg.conf.new
To test the server, run 'X -config /root/xorg.conf.new'
-------------Xorg.conf----------------------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
#InputDevice "Mouse0" "CorePointer"
#InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri2"
Load "dri"
Load "extmod"
Load "dbe"
Load "glx"
EndSection
Section "ServerFlags"
Option "AutoAddDevice" "false"
Option "AllowEmptyInput" "false"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card1"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
-------------------------------
作者: wildlei 发布时间: 2009-12-26
文字挤在一起是因为linux的换行是0xa,windows和dos是0xd,0xa,用wordpad打开就不会出现这种情况了。
#InputDevice "Mouse0" "CorePointer"
#InputDevice "Keyboard0" "CoreKeyboard"
Option "AutoAddDevice" "false"
InputDevice这两行禁用了,AutoAddDevice又设置成false,x11没有为你配置输入设备。
要么启用hal,要么加上下面段落
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "InterMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
作者: lifc 发布时间: 2009-12-26
我刚试了一下,还是不行。
hal,我加到了rc.conf中了。
xorg.conf我加上你刚写的那几行,还是老样子,当机~~~
不加载xorg.conf也是老样子,当机。
作者: wildlei 发布时间: 2009-12-26
InputDevice "Keyboard0" "CoreKeyboard"
上面这两行加入Section "ServerLayout",后面几行随便找地方添加。如果成功可以脱离hal运行,只是动态插拔USB HID输入设备(键盘鼠标)不能立刻认到。对ArchLinux不熟悉,gentoo里面hal如果是新加入到USE里面需要重新编译相关包。
另外先不要配置双屏,X是如何启动的,启动后有没有启动xterm或者什么窗口管理器?加上这几行之后报告错误没有?
如果你的系统支持sshd可以登录进去看看,确实死机说明硬件(通常显卡)有冲突,没死机应该就是输入设备配置不当。
作者: lifc 发布时间: 2009-12-26
双显示器双显卡,是这台笔记本电脑自身的,装Win的时候也是显示两个显示器,两个显卡。
直接用startx启动,不带xorg.conf,当机。
用X -config /root/xorg.conf.new,也是当机。
我刚又试了一下,Xorg.0.log是运行X -configure时生成的LOG,
编辑xorg.conf.new之后再用X -config /root/xorg.conf.new运行,也是当机,只能硬重启,连LOG都没生成。
单安装xorg.其窗口管理器都没有安装。
作者: wildlei 发布时间: 2009-12-26
作者: 独钓寒江雪 发布时间: 2009-12-26
http://wiki.archlinux.org/index.php/...9C.80xorg.conf
记得wiki和官方新闻都有的,难道装前都没看哦
另外从log看,xserver没出问题,不知道是其他的啥引起死机,找不出原因就换版本试试了
作者: huntxu 发布时间: 2009-12-26
老样子,不行,当机。
作者: wildlei 发布时间: 2009-12-26
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
你的xorg.conf里设成false怎么还是on?
作者: huntxu 发布时间: 2009-12-26
作者: huntxu
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0 (WW) Disabling Keyboard0 你的xorg.conf里设成false怎么还是on? |
能否想办法区分真死机(冲突)和假死机,没生成日志看起来像是真死了。显卡驱动换一下,vesa/intel分别试,不要一起加载两个。
作者: lifc 发布时间: 2009-12-26
作者: qiang_liu8183 发布时间: 2009-12-26
我用wiki里面的,很简单,没有什么问题过
作者: xiele 发布时间: 2009-12-26
Driver "intel"
改成
Driver "vase"
再次运行,屏幕闪了一下,出了几条白条,再次黑屏,当机。
作者: wildlei 发布时间: 2009-12-26
作者: lifc 发布时间: 2009-12-26
作者: wildlei
我把
Driver "intel" 改成 Driver "vase" 再次运行,屏幕闪了一下,出了几条白条,再次黑屏,当机。 |
Driver "intel"
改成
Driver "vase"
就行的~~~
作者: qiang_liu8183 发布时间: 2009-12-26
现在问题好像越来越大了,
贴上刚刚生成的LOG,和现在的xorg.conf
--------------Xorg.0.log------------------
1417 岀I 括 d括 ]qbd c係c5 3 Q€6括 括 赨榗赨漜 # Generated by dhcpcd from eth0
nameserver 218.85.152.99
nameserver 218.85.157.99
Linux version 2.6.31-ARCH (root@architect) (gcc version 4.4.2 (GCC) ) #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
NSC Geode by NSC
Cyrix CyrixInstead
Centaur CentaurHauls
Transmeta GenuineTMx86
Transmeta TransmetaCPU
UMC UMC UMC UMC
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000ce000 - 00000000000d0000 (reserved)
BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000f6f0000 (usable)
BIOS-e820: 000000000f6f0000 - 000000000f6fb000 (ACPI data)
BIOS-e820: 000000000f6fb000 - 000000000f700000 (ACPI NVS)
BIOS-e820: 000000000f700000 - 0000000010000000 (reserved)
BIOS-e820: 00000000fec10000 - 00000000fec20000 (reserved)
BIOS-e820: 00000000ffb00000 - 00000000ffc00000 (reserved)
BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
DMI 2.3 present.
Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
last_pfn = 0xf6f0 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
00000-9FFFF write-back
A0000-BFFFF uncachable
C0000-CBFFF write-protect
CC000-DBFFF uncachable
DC000-DFFFF write-back
E0000-FFFFF write-protect
MTRR variable ranges enabled:
0 base 000000000 mask FF0000000 write-back
1 base 00F700000 mask FFFF00000 uncachable
2 base 00F800000 mask FFF800000 uncachable
3 disabled
4 disabled
5 disabled
6 disabled
7 disabled
PAT not supported by CPU.
Scanning 0 areas for low memory corruption
modified physical RAM map:
modified: 0000000000000000 - 0000000000010000 (reserved)
modified: 0000000000010000 - 000000000009f800 (usable)
modified: 000000000009f800 - 00000000000a0000 (reserved)
modified: 00000000000ce000 - 00000000000d0000 (reserved)
modified: 00000000000dc000 - 0000000000100000 (reserved)
modified: 0000000000100000 - 000000000f6f0000 (usable)
modified: 000000000f6f0000 - 000000000f6fb000 (ACPI data)
modified: 000000000f6fb000 - 000000000f700000 (ACPI NVS)
modified: 000000000f700000 - 0000000010000000 (reserved)
modified: 00000000fec10000 - 00000000fec20000 (reserved)
modified: 00000000ffb00000 - 00000000ffc00000 (reserved)
modified: 00000000fff00000 - 0000000100000000 (reserved)
initial memory mapped : 0 - 01800000
init_memory_mapping: 0000000000000000-000000000f6f0000
0000000000 - 0000400000 page 4k
0000400000 - 000f400000 page 2M
000f400000 - 000f6f0000 page 4k
kernel direct mapping tables up to f6f0000 @ 10000-15000
RAMDISK: 0f648000 - 0f6df737
ACPI: RSDP 000f5b10 00014 (v00 FUJ )
ACPI: RSDT 0f6f4a25 00030 (v01 FUJ FJNB185 01090000 FUJ 00000100)
ACPI: FACP 0f6faf8c 00074 (v01 FUJ FJNB185 01090000 FUJ 00000100)
ACPI: DSDT 0f6f4a55 060ED (v01 FUJ FJNB185 01090000 MSFT 0100000E)
ACPI: FACS 0f6fbfc0 00040
ACPI: SSDT 0f6fab42 00296 (v01 FUJ FJNB185 01090000 INTL 20030522)
ACPI: BOOT 0f6faf64 00028 (v01 FUJ FJNB185 01090000 FUJ 00000100)
0MB HIGHMEM available.
246MB LOWMEM available.
mapped low ram: 0 - 0f6f0000
low ram: 0 - 0f6f0000
node 0 low ram: 00000000 - 0f6f0000
node 0 bootmap 00011000 - 00012ee0
(9 early reservations) ==> bootmem [0000000000 - 000f6f0000]
#0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
#1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
#2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
#3 [0001000000 - 000156da44] TEXT DATA BSS ==> [0001000000 - 000156da44]
#4 [000f648000 - 000f6df737] RAMDISK ==> [000f648000 - 000f6df737]
#5 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
#6 [000156e000 - 00015740c2] BRK ==> [000156e000 - 00015740c2]
#7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
#8 [0000011000 - 0000013000] BOOTMAP ==> [0000011000 - 0000013000]
Zone PFN ranges:
DMA 0x00000010 -> 0x00001000
Normal 0x00001000 -> 0x0000f6f0
HighMem 0x0000f6f0 -> 0x0000f6f0
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
0: 0x00000010 -> 0x0000009f
0: 0x00000100 -> 0x0000f6f0
On node 0 totalpages: 63103
free_area_init_node: node 0, pgdat c141b740, node_mem_map c1575200
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 3951 pages, LIFO batch:0
Normal zone: 462 pages used for memmap
Normal zone: 58658 pages, LIFO batch:15
Using APIC driver default
ACPI: PM-Timer IO Port: 0xfc08
SMP: Allowing 1 CPUs, 0 hotplug CPUs
Local APIC disabled by BIOS -- you can enable it with "lapic"
APIC: disable apic facility
nr_irqs_gsi: 16
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000ce000
PM: Registered nosave memory: 00000000000ce000 - 00000000000d0000
PM: Registered nosave memory: 00000000000d0000 - 00000000000dc000
PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
Allocating PCI resources starting at 10000000 (gap: 10000000:eec10000)
NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
PERCPU: Embedded 14 pages at c1767000, static data 34332 bytes
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 62609
Kernel command line: root=/dev/disk/by-uuid/5b754852-eae9-4adf-881e-e755fd02d7ae ro vga=773
PID hash table entries: 1024 (order: 10, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
Initializing HighMem for node 0 (00000000:00000000)
Memory: 243748k/252864k available (3111k kernel code, 8468k reserved, 1120k data, 416k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xcfef0000 - 0xff7fe000 ( 761 MB)
lowmem : 0xc0000000 - 0xcf6f0000 ( 246 MB)
.init : 0xc1422000 - 0xc148a000 ( 416 kB)
.data : 0xc1309ddd - 0xc1421ea8 (1120 kB)
.text : 0xc1000000 - 0xc1309ddd (3111 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:512
Fast TSC calibration using PIT
Detected 1599.755 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.82 BogoMIPS (lpj=5332516)
Security Framework initialized
Mount-cache hash table entries: 512
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
mce: CPU supports 5 MCE banks
------------[ cut here ]------------
WARNING: at arch/x86/kernel/apic/apic.c:247 native_apic_write_dummy+0x4b/0x60()
Hardware name: FMVNUL3KC3
Modules linked in:
Pid: 0, comm: swapper Not tainted 2.6.31-ARCH #1
Call Trace:
[<c10464da>] ? warn_slowpath_common+0x7a/0xc0
[<c101f2ab>] ? native_apic_write_dummy+0x4b/0x60
[<c1046540>] ? warn_slowpath_null+0x20/0x40
[<c101f2ab>] ? native_apic_write_dummy+0x4b/0x60
[<c1016601>] ? intel_init_thermal+0xd1/0x1d0
[<c10149c3>] ? mce_init+0xc3/0xf0
[<c10ed693>] ? __kmalloc+0x93/0x210
[<c1015bc5>] ? mce_intel_feature_init+0x15/0x70
[<c13014ed>] ? mcheck_init+0x261/0x2b5
[<c12ff55a>] ? identify_cpu+0x377/0x386
[<c10ecabf>] ? kmem_cache_alloc+0x6f/0x170
[<c1429dc9>] ? identify_boot_cpu+0xa/0x1e
[<c1429f90>] ? check_bugs+0x14/0x108
[<c109add0>] ? __delayacct_tsk_init+0x20/0x50
[<c1422a31>] ? start_kernel+0x332/0x353
[<c14224f0>] ? unknown_bootoption+0x0/0x1bd
---[ end trace a7919e7f17c0a725 ]---
CPU0: Thermal monitoring enabled (TM1)
Performance Counters:
no APIC, boot with the "lapic" boot parameter to force-enable it.
no hardware sampling interrupt available.
p6 PMU driver.
... version: 0
... bit width: 32
... generic counters: 2
... value mask: 00000000ffffffff
... max period: 000000007fffffff
... fixed-purpose counters: 0
... counter mask: 0000000000000003
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 11k freed
ACPI: Core revision 20090521
ACPI: setting ELCR to 0200 (from 0800)
weird, boot CPU (#0) not listed by the BIOS.
SMP motherboard not detected.
Local APIC not detected. Using dummy APIC emulation.
SMP disabled
Brought up 1 CPUs
Total of 1 processors activated (3200.82 BogoMIPS).
CPU0 attaching NULL sched-domain.
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfd972, last bus=3
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using PIC for interrupt routing
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: reg 10 32bit mmio: [0xd8000000-0xdfffffff]
pci 0000:00:02.0: reg 14 32bit mmio: [0xd0000000-0xd007ffff]
pci 0000:00:02.0: reg 18 io port: [0x1800-0x1807]
pci 0000:00:02.0: supports D1
pci 0000:00:02.1: reg 10 32bit mmio: [0xe0000000-0xe7ffffff]
pci 0000:00:02.1: reg 14 32bit mmio: [0xd0080000-0xd00fffff]
pci 0000:00:02.1: supports D1
pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f]
pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f]
pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xd0100000-0xd01003ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region fc00-fc7f claimed by ICH4 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region fc80-fcbf claimed by ICH4 GPIO
pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
pci 0000:00:1f.1: reg 20 io port: [0x1810-0x181f]
pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
pci 0000:00:1f.3: reg 20 io port: [0x1880-0x189f]
pci 0000:00:1f.5: reg 10 io port: [0x1c00-0x1cff]
pci 0000:00:1f.5: reg 14 io port: [0x18c0-0x18ff]
pci 0000:00:1f.5: reg 18 32bit mmio: [0xd0100c00-0xd0100dff]
pci 0000:00:1f.5: reg 1c 32bit mmio: [0xd0100800-0xd01008ff]
pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1f.5: PME# disabled
pci 0000:01:0a.0: reg 10 32bit mmio: [0x000000-0x000fff]
pci 0000:01:0a.0: supports D1 D2
pci 0000:01:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:0a.0: PME# disabled
pci 0000:01:0a.1: reg 10 32bit mmio: [0x000000-0x000fff]
pci 0000:01:0a.1: supports D1 D2
pci 0000:01:0a.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:0a.1: PME# disabled
pci 0000:01:0c.0: reg 10 32bit mmio: [0xd0200000-0xd0201fff]
pci 0000:01:0c.0: supports D1 D2
pci 0000:01:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:0c.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge 32bit mmio: [0xd0200000-0xd02fffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11)
PCI: Using ACPI for IRQ routing
Expanded resource reserved due to conflict with Adapter ROM
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 10 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: ioport range 0x4d0-0x4d1 has been reserved
system 00:01: ioport range 0xf800-0xf87f has been reserved
system 00:01: ioport range 0xf880-0xf8ff has been reserved
system 00:01: ioport range 0xfc00-0xfc7f has been reserved
system 00:01: ioport range 0xfc80-0xfcbf has been reserved
system 00:01: ioport range 0xfd00-0xfd6f has been reserved
system 00:01: ioport range 0xfe00-0xfe01 has been reserved
system 00:01: ioport range 0xff00-0xff1f has been reserved
system 00:01: iomem range 0xcd400-0xcd7ff has been reserved
system 00:01: iomem range 0xffb00000-0xffbfffff has been reserved
system 00:01: iomem range 0xfec10000-0xfec1ffff has been reserved
pci 0000:01:0a.0: CardBus bridge, secondary bus 0000:02
pci 0000:01:0a.0: IO window: 0x002000-0x0020ff
pci 0000:01:0a.0: IO window: 0x002400-0x0024ff
pci 0000:01:0a.0: PREFETCH window: 0x10000000-0x13ffffff
pci 0000:01:0a.0: MEM window: 0x1c000000-0x1fffffff
pci 0000:01:0a.1: CardBus bridge, secondary bus 0000:03
pci 0000:01:0a.1: IO window: 0x002800-0x0028ff
pci 0000:01:0a.1: IO window: 0x002c00-0x002cff
pci 0000:01:0a.1: PREFETCH window: 0x14000000-0x17ffffff
pci 0000:01:0a.1: MEM window: 0x20000000-0x23ffffff
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1e.0: IO window: 0x2000-0x2fff
pci 0000:00:1e.0: MEM window: 0xd0200000-0xd02fffff
pci 0000:00:1e.0: PREFETCH window: 0x10000000-0x17ffffff
pci 0000:00:1e.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
pci 0000:01:0a.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
pci 0000:01:0a.1: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
pci_bus 0000:00: resource 0 io: [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
pci_bus 0000:01: resource 0 io: [0x2000-0x2fff]
pci_bus 0000:01: resource 1 mem: [0xd0200000-0xd02fffff]
pci_bus 0000:01: resource 2 pref mem [0x10000000-0x17ffffff]
pci_bus 0000:01: resource 3 io: [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
pci_bus 0000:02: resource 0 io: [0x2000-0x20ff]
pci_bus 0000:02: resource 1 io: [0x2400-0x24ff]
pci_bus 0000:02: resource 2 pref mem [0x10000000-0x13ffffff]
pci_bus 0000:02: resource 3 mem: [0x1c000000-0x1fffffff]
pci_bus 0000:03: resource 0 io: [0x2800-0x28ff]
pci_bus 0000:03: resource 1 io: [0x2c00-0x2cff]
pci_bus 0000:03: resource 2 pref mem [0x14000000-0x17ffffff]
pci_bus 0000:03: resource 3 mem: [0x20000000-0x23ffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs...
Freeing initrd memory: 605k freed
Simple Boot Flag at 0x7f set to 0x1
apm: BIOS not found.
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1261830689.126:1): initialized
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 477
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:00:02.0: Boot video device
vesafb: framebuffer at 0xd8000000, mapped to 0xcff80000, using 1536k, total 8000k
vesafb: mode is 1024x768x8, linelength=1024, pages=9
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
input: Macintosh mouse button emulation as /devices/virtual/input/input0
PNP: PS/2 Controller [PNP0f13:PS2M] at 0x0,0x0 irq 12
PNP: PS/2 controller has invalid data port 0x0; using default 0x60
PNP: PS/2 controller has invalid command port 0x0; using default 0x64
PNP: PS/2 controller doesn't have KBD irq; using default 1
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
Using IPI No-Shortcut mode
registered taskstats version 1
Initalizing network drop monitor service
Freeing unused kernel memory: 416k freed
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Switched to high resolution mode on CPU 0
SCSI subsystem initialized
libata version 3.00 loaded.
ata_piix 0000:00:1f.1: version 2.13
ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
ata_piix 0000:00:1f.1: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
ata2.00: ATAPI: CD-224E, 4.9A, max UDMA/33
ata1.00: ATA-6: HTS541040G9AT00, MB2IA60A, max UDMA/100
ata1.00: 78140160 sectors, multi 16: LBA
ata2.00: configured for UDMA/33
ata1.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access ATA HTS541040G9AT00 MB2I PQ: 0 ANSI: 5
scsi 1:0:0:0: CD-ROM TEAC CD-224E 4.9A PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
sd 0:0:0:0: [sda] Attached SCSI disk
sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with writeback data mode.
rtc_cmos 00:04: RTC can wake from S4
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram
udev: starting version 146
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 1:0:0:0: Attached scsi generic sg1 type 5
input: PC Speaker as /devices/platform/pcspkr/input/input2
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
ACPI: Power Button [PWRB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
ACPI: Lid Switch [LID]
ACPI: Battery Slot [CMB1] (battery present)
Marking TSC unstable due to TSC halts in idle
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor LNXCPU:00: registered as cooling_device0
ACPI: AC Adapter [AC] (on-line)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:02/input/input6
ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
intel_rng: FWH not detected
input: Fujitsu FUJ02B1 as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:07/FUJ02B1:00/input/input7
ACPI: Fujitsu FUJ02B1 [FJEX] (on)
fujitsu-laptop: driver 0.5.0 successfully loaded.
Linux agpgart interface v0.103
parport_pc 00:09: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
lp: driver loaded but no devices found
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 11, io mem 0xd0100000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
agpgart-intel 0000:00:00.0: Intel 855GM Chipset
agpgart-intel 0000:00:00.0: detected 8060K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xd8000000
ppdev: user-space parallel port driver
psmouse serio4: ID: 73 73 73
lp0: using parport0 (interrupt-driven).
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001820
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001840
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001860
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
iTCO_vendor_support: vendor-support=0
yenta_cardbus 0000:01:0a.0: CardBus bridge found [10cf:11e0]
yenta_cardbus 0000:01:0a.0: O2: res at 0x94/0xD4: ea/00
yenta_cardbus 0000:01:0a.0: O2: enabling read prefetch/write burst
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
iTCO_wdt: No card detected
yenta_cardbus 0000:01:0a.0: ISA IRQ mask 0x0438, PCI irq 11
yenta_cardbus 0000:01:0a.0: Socket status: 30000006
yenta_cardbus 0000:01:0a.0: pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x2000-0x2fff: clean.
yenta_cardbus 0000:01:0a.0: pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xd02fffff
yenta_cardbus 0000:01:0a.0: pcmcia: parent PCI bridge Memory window: 0x10000000 - 0x17ffffff
input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input8
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
b44 0000:01:0c.0: PCI INT A -> Link[LNKE] -> GSI 11 (level, low) -> IRQ 11
Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
Intel ICH 0000:00:1f.5: setting latency timer to 64
ssb: Sonics Silicon Backplane found on PCI device 0000:01:0c.0
b44.c:v2.0
yenta_cardbus 0000:01:0a.1: CardBus bridge found [10cf:11e0]
eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:0b:5d:71:62:64
yenta_cardbus 0000:01:0a.1: ISA IRQ mask 0x0438, PCI irq 11
yenta_cardbus 0000:01:0a.1: Socket status: 30000006
pci_bus 0000:01: Raising subordinate bus# of parent bus (#01) from #03 to #06
yenta_cardbus 0000:01:0a.1: pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
pcmcia_socket pcmcia_socket1: cs: IO port probe 0x2000-0x2fff: clean.
yenta_cardbus 0000:01:0a.1: pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xd02fffff
yenta_cardbus 0000:01:0a.1: pcmcia: parent PCI bridge Memory window: 0x10000000 - 0x17ffffff
intel8x0_measure_ac97_clock: measured 51377 usecs (2476 samples)
intel8x0: clocking to 48000
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: clean.
pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: clean.
pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
EXT3 FS on sda5, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with writeback data mode.
Adding 1076312k swap on /dev/sda6. Priority:-1 extents:1 across:1076312k
Clocksource tsc unstable (delta = -457988000 ns)
1319
1399
-------------------------------------------
-------------Xorg.conf-------------------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri2"
Load "dri"
Load "extmod"
Load "dbe"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card1"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
---------------------------
作者: wildlei 发布时间: 2009-12-26
我刚按照你的配置运行了一下,出现几乎一样的问题:startx后开了一大两小三个终端窗口,但键盘鼠标完全没反应,硬盘灯偶尔闪一下说明没全死,/var/log/Xorg.0.log也是0字节,但这时sshd却可以登进去杀掉x11。
去掉键盘鼠标那几行,启动hal服务就一切正常,但我不想用hal和dbus所以还要再研究一下。
PS: 装了xf86-input-keyboard和xf86-input-mouse以及fx86-input-evdev但还是没反应。
作者: lifc 发布时间: 2009-12-26
Option "AllowEmptyInput" "false"
EndSection
这里这样写可以正常用了,这点和gentoo下面不同。另外鼠标描述要改一下:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
/dev/input/mouse0改成mice或者mouse1,我这个本有触摸屏和指点球,如果用mice就是全部鼠标事件都接收,mouse0/1/2就只接收特定设备的事件。
配置给你做参考。我没有运行framebuffer,显卡是驱动mach64(驱动换vesa报告没有对应modeline不能用)你要根据情况修改。
xorg.conf.gz (994 字节, 3 次查看) |
作者: lifc 发布时间: 2009-12-26
xf86-input-mouse
xf86-input-evdev
这些我都安装了。
我连窗口都没看到,就黑黑的屏幕。
刚在网上找到一个参数,加个去可以看到鼠标也可以动,但是键盘没反应,没法退出,只能硬重启。
Xorg -config xorg.conf.new -retro
我那可怜的硬盘都不知道被重启几次了。
作者: wildlei 发布时间: 2009-12-26
Option "AllowEmptyInput" "false"
EndSection
泪流满面,非常感谢lifc兄,TMD的终于可以了。谢谢。
作者: wildlei 发布时间: 2009-12-26
现在是vesa可以用。
作者: wildlei 发布时间: 2009-12-26
作者: wildlei
我刚刚又度了一下,把显卡驱动换成intel,当机。
现在是vesa可以用。 |
作者: lifc 发布时间: 2009-12-26
作者: wildlei
我连窗口都没看到,就黑黑的屏幕。
刚在网上找到一个参数,加个去可以看到鼠标也可以动,但是键盘没反应,没法退出,只能硬重启。 Xorg -config xorg.conf.new -retro 我那可怜的硬盘都不知道被重启几次了。 |
作者: lifc 发布时间: 2009-12-26
作者: lorking 发布时间: 2009-12-27
pacman -S dbus
相信我,尽管启动时已经显示dbus已经启动,实际上那是dbus-core。
作者: waiting4you 发布时间: 2009-12-28
作者: lifc 发布时间: 2009-12-28
作者: wildlei 发布时间: 2009-12-29
作者: tocai 发布时间: 2010-02-09
装两个驱动吧,
xf86-input-{keyboard,mouse}
作者: parset 发布时间: 2010-02-09
作者: 7dehao 发布时间: 2010-02-13
作者: tocai 发布时间: 2010-02-13
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28