Debian 3.1 - CPU Auslastung vom Start weg fast 100%

hydra

hydra

praetorian
Habe einen Laptop mit Pentium-M 1,7 Ghz.
Konfiguration:

Debian 3.1
Kernel 2.6.12.3 inkl. ACPI
KDE 3.4

Der PC-läuft vom Start weg unter Volllast, es lässt sich kaum damit arbeiten. ?(

root@debian# ps ux

ergab, dass der X-Server die CPU mehr als 50% auslastet.
Ist das normal?
Vermutlich ist da was falsch konfiguriert, ich werde die XConfig noch nachträglich posten.
Welche Infos, Logs wären noch interessant um herauszufinden was da los ist?
Thx!
 
Nein das ist ganz und gar nicht normal , ja poste bitte mal die X Config :)
Noch eine Frage wie ist denn die CPU-Auslastung wenn X nicht gestartet ist.

MFG

Dennis
 
Wie kann ich verhindern X zu starten?
Oder wie kann ich X killen?

Ich weiß zwar, dass ich dieses /tmp/X0.lock löschen muss aber wie stoppe ich den X-server?
Einfach root# kill <PID_von_X>?
 
Entweder "killall X" oder STRG+ALT+BACKSPACE

MFG

Dennis
 
hydra schrieb:
Oder wie kann ich X killen?
Einmalig:
[Strg] + [Alt] + [F1]
als root anmelden
init 3 eingeben

Dauerhaft:
in der /etc/inittab
die Zeile
Code:
# The default runlevel.
id:5:initdefault:
umändern in
Code:
# The default runlevel.
id:3:initdefault:
 
mo_no schrieb:
Och menno ... das hatten wir doch schon mal, dass das bei Debian Rille ist ... Runlevel 2-5 ist gleich ...
Code:
cat /etc/inittab:
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

/etc/init.d/[kgx]dm stop

sollte es auch tun, falls Du etwas derartiges nutzt ... vorher natürlich mit [Strg]+[ALT]+F1 auf ne Konsole wechseln ...
 
So hier meine XConfig, die meiner Meinung nach sauber ist.
Unter X kann ich nichts machen weil der PC so ausgelastet ist.

Code:
Section "Files"
	RgbPath	"/usr/X11R6/lib/X11/rgb"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Buttons"		"5"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"ati"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	31.5-80.5
	VertRefresh	60-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

wenn ich auf der Console bin, schreibt er mir alle paar sekunden:
Code:
[ACPI Debug] Integer: 00000000F   oder eine ähnliche Hexzahl

Wahrscheinlich ist beim ACPI was verbockt?
dmesg:

Code:
Linux version 2.6.12.3 (root@debian) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Sun Jul 31 15:19:12 CEST 2005
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
 BIOS-e820: 000000001fff0000 - 000000001fffffc0 (ACPI data)
 BIOS-e820: 000000001fffffc0 - 0000000020000000 (ACPI NVS)
 BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
On node 0 totalpages: 131056
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126960 pages, LIFO batch:31
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 OID_00                                ) @ 0x000e6010
ACPI: RSDT (v001 INSYDE RSDT_000 0x00000001 _CSI 0x00010103) @ 0x1fffcbe6
ACPI: FADT (v001 INSYDE FACP_000 0x00000100 _CSI 0x00010103) @ 0x1ffffb00
ACPI: BOOT (v001 INSYDE SYS_BOOT 0x00000100 _CSI 0x00010103) @ 0x1ffffb90
ACPI: DBGP (v001 INSYDE DBGP_000 0x00000100 _CSI 0x00010103) @ 0x1ffffbc0
ACPI: SSDT (v001 INSYDE   GV3Ref 0x00001001 INTL 0x02012044) @ 0x1fffcc1a
ACPI: DSDT (v001  MITAC TOPPER__ 0x00001004 INTL 0x02002025) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
Allocating PCI resources starting at 20000000 (gap: 20000000:dfb80000)
Built 1 zonelists
Kernel command line: root=/dev/hda6 ro 
Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to ffffd000 (01402000)
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 32768 bytes)
Detected 1696.089 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 513840k/524224k available (3079k kernel code, 9832k reserved, 1373k data, 176k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3366.91 BogoMIPS (lpj=1683456)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: afe9f9bf 00000000 00000000 00000000 00000180 00000000 00000000
CPU: After vendor identify, caps: afe9f9bf 00000000 00000000 00000000 00000180 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: After all inits, caps: afe9f9bf 00000000 00000000 00000040 00000180 00000000 00000000
CPU: Intel(R) Pentium(R) M processor 1.70GHz stepping 06
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
 tbxface-0118 [02] acpi_load_tables      : ACPI Tables successfully acquired
Parsing all Control Methods:............................................................................................................
Table [DSDT](id F005) - 417 Objects with 52 Devices 108 Methods 15 Regions
Parsing all Control Methods:..
Table [SSDT](id F003) - 3 Objects with 0 Devices 2 Methods 0 Regions
ACPI Namespace successfully loaded at root c05ae900
ACPI: setting ELCR to 0200 (from 0ca8)
evxfevnt-0094 [03] acpi_enable           : Transition to ACPI mode successful
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xe9864, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20050309
evgpeblk-0979 [06] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
evgpeblk-0987 [06] ev_create_gpe_block   : Found 6 Wake, Enabled 3 Runtime GPEs in this block
Completing Region/Field/Buffer/Package initialization:...............................................
Initialized 14/15 Regions 0/0 Fields 21/21 Buffers 12/19 Packages (429 nodes)
Executing all Device _STA and_INI methods:...................................[ACPI Debug] String: [0x0A] "LINK-A STA"
.[ACPI Debug] String: [0x0A] "LINK-B STA"
.[ACPI Debug] String: [0x0A] "LINK-C-STA"
.[ACPI Debug] String: [0x0A] "LINK-D-STA"
..[ACPI Debug] String: [0x0A] "LINK-F-STA"
...............
55 Devices found containing: 55 _STA, 2 _INI methods
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
[ACPI Debug] String: [0x0A] "LINK-A STA"
[ACPI Debug] String: [0x0A] "LINK-A STA"
[ACPI Debug] String: [0x09] "LINKA-CRS"
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 *10 11)
[ACPI Debug] String: [0x0A] "LINK-A DIS"
[ACPI Debug] String: [0x0A] "LINK-B STA"
[ACPI Debug] String: [0x0A] "LINK-B STA"
[ACPI Debug] String: [0x0A] "LINK-B-CRS"
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 11)
[ACPI Debug] String: [0x0A] "LINK-B DIS"
[ACPI Debug] String: [0x0A] "LINK-C-STA"
[ACPI Debug] String: [0x0A] "LINK-C-STA"
[ACPI Debug] String: [0x09] "LINKC-CRS"
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 10 *11)
[ACPI Debug] String: [0x0A] "LINK-C-DIS"
[ACPI Debug] String: [0x0A] "LINK-D-STA"
[ACPI Debug] String: [0x0A] "LINK-D-STA"
[ACPI Debug] String: [0x0A] "LINK-D-CRS"
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 10 *11)
[ACPI Debug] String: [0x0A] "LINK-D-DIS"
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 10 *11)
[ACPI Debug] String: [0x0A] "LINK-F-STA"
[ACPI Debug] String: [0x0A] "LINK-F-STA"
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 10 11)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 10 11) *7
ACPI: Embedded Controller [EC0] (gpe 28)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
[ACPI Debug] Integer: 0x0000000F
[ACPI Debug] String: [0x0A] "LINK-A STA"
[ACPI Debug] String: [0x0A] "LINK-B STA"
[ACPI Debug] String: [0x0A] "LINK-C-STA"
[ACPI Debug] String: [0x0A] "LINK-D-STA"
[ACPI Debug] String: [0x0A] "LINK-F-STA"
pnp: PnP ACPI: found 9 devices
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
TC classifier action (bugs to netdev@vger.kernel.org cc hadi@cyberus.ca)
pnp: 00:06: ioport range 0x680-0x6ff has been reserved
pnp: 00:06: ioport range 0x200-0x20f has been reserved
pnp: 00:06: ioport range 0x290-0x297 has been reserved
pnp: 00:06: ioport range 0x1000-0x107f could not be reserved
pnp: 00:06: ioport range 0x1300-0x133f has been reserved
pnp: 00:06: ioport range 0x77c-0x77f has been reserved
Simple Boot Flag at 0x37 set to 0x80
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
[ACPI Debug] Integer: 0x00000001
ACPI: AC Adapter [AC] (on-line)
[ACPI Debug] Integer: 0x0000000F
ACPI: Battery Slot [BAT0] (battery absent)
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SBTN]
ACPI: Lid Switch [LID]
ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Processor [CPU0] (supports 8 throttling states)
Real Time Clock Driver v1.12
Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec (nowayout= 0)
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 855GM Chipset.
agpgart: AGP aperture is 256M @ 0xb0000000
[drm] Initialized drm 1.0.0 20040925
Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Hangcheck: Using monotonic_clock().
PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.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
serio: i8042 KBD port at 0x60,0x64 irq 1
io scheduler noop registered
io scheduler cfq registered
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:02:02.0[A] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:02:02.0 to 64
eth0: RealTek RTL8139 at 0xe082c800, 00:40:d0:12:34:56, IRQ 11
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
[ACPI Debug] String: [0x09] "LINKC-SRS"
[ACPI Debug] String: [0x0A] "LINK-C-STA"
[ACPI Debug] String: [0x09] "LINKC-CRS"
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
ICH4: chipset revision 3
ICH4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1100-0x1107, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1108-0x110f, BIOS settings: hdc:pio, hdd:DMA
Probing IDE interface ide0...
hda: FUJITSU MHT2060AT, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdd: HL-DT-ST DVD-RW GWA-4040N, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 117210240 sectors (60011 MB) w/8192KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 >
hdd: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1250 $ Ben Collins <bcollins@debian.org>
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 3
PCI: setting IRQ 3 as level-triggered
ACPI: PCI Interrupt 0000:02:05.0[A] -> Link [LNKG] -> GSI 3 (level, low) -> IRQ 3
PCI: Setting latency timer of device 0000:02:05.0 to 64
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[3]  MMIO=[d0000000-d00007ff]  Max Packet=[2048]
[ACPI Debug] String: [0x0A] "LINK-B-SRS"
[ACPI Debug] String: [0x0A] "LINK-B STA"
[ACPI Debug] String: [0x0A] "LINK-B-CRS"
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt 0000:02:04.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
Yenta: CardBus bridge found at 0000:02:04.0 [1734:1055]
Yenta: ISA IRQ mask 0x0000, PCI irq 5
Socket status: 30000006
usbmon: debugs is not available
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:1d.7[D] -> Link [LNKH] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: irq 10, io mem 0xfebff000
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
USB Universal Host Controller Interface driver v2.2
[ACPI Debug] String: [0x09] "LINKA-SRS"
[ACPI Debug] String: [0x0A] "LINK-A STA"
[ACPI Debug] String: [0x09] "LINKA-CRS"
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 10, io base 0x00001200
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 2-1: new low speed USB device using uhci_hcd and address 2
[ACPI Debug] String: [0x0A] "LINK-D-STA"
[ACPI Debug] String: [0x0A] "LINK-D-CRS"
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1d.1[B] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001600
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
mice: PS/2 mouse device common for all mice
input: PC Speaker
i2c /dev entries driver
Advanced Linux Sound Architecture Driver Version 1.0.9rc2  (Thu Mar 24 10:33:39 2005 UTC).
ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
PCI: Setting latency timer of device 0000:00:1f.5 to 64
input: AT Translated Set 2 keyboard on isa0060/serio0
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0040d0010023f850]
Synaptics Touchpad, model: 1, fw: 5.9, id: 0xf6eb1, caps: 0xa04713/0x0
input: SynPS/2 Synaptics TouchPad on isa0060/serio3
intel8x0_measure_ac97_clock: measured 49509 usecs
intel8x0: clocking to 48000
ALSA device list:
  #0: Intel 82801DB-ICH4 with ALC655 at 0xf0000400, irq 5
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP established hash table entries: 32768 (order: 6, 262144 bytes)
TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 32768 bind 32768)
NET: Registered protocol family 1
NET: Registered protocol family 10
Disabled Privacy Extensions on device c04ff3c0(lo)
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
PM: Checking swsusp image.
swsusp: Resume From Partition /dev/hda7
swsusp: Suspend partition has wrong signature?
swsusp: Error -22 check for resume file
PM: Resume from disk failed.
ACPI wakeup devices: 
SBTN  LAN USB0 USB1 USB3 AC97 MC97 
ACPI: (supports S0 S3 S4 S5)
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
EXT3-fs: hda6: orphan cleanup on readonly fs
ext3_orphan_cleanup: deleting unreferenced inode 537785
ext3_orphan_cleanup: deleting unreferenced inode 537784
ext3_orphan_cleanup: deleting unreferenced inode 537776
ext3_orphan_cleanup: deleting unreferenced inode 651651
EXT3-fs: hda6: 4 orphan inodes deleted
EXT3-fs: recovery complete.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 176k freed
Adding 995988k swap on /dev/hda5.  Priority:-1 extents:1
[ACPI Debug] Integer: 0x00000001
EXT3 FS on hda6, internal journal
SCSI subsystem initialized
sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
[ACPI Debug] Integer: 0x00000001
[ACPI Debug] Integer: 0x00000001
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
usbcore: registered new driver hiddev
input: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Optical] on usb-0000:00:1d.0-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
 
Es kann ja nichts schaden die vorhandene /etc/X11/XF86Config-4 zu sichern und testweise per xf86config eine neue zu erstellen.
 
Hallo
Mal so in's Blaue..
IMHO lausch bei meinem sarge der fontserver wenn er denn läuft ( und das tut er bei mir nicht) am Port 7110.
Du könntest ja mal versuchen das zu ändern,
unix/:7110
bzw die Zeile ganz auskommentieren. Ich denke, wenn du einen Fontserver wirklich brauchen würdest, dass wüsstest du das auch. Außerdem wird der bei dir garnicht geladen, hingegebn seltsamerweise an dieser Stelle synaptic ?(
Aber ob der X wirklich die Ursache ist, wage ich zu bezweifeln.
Schau doch mal nach Errors in der
cat /var/log/XFree86.0.log| grep '(EE)'
Eventuell kannst du da etwas mehr finden.
Gruß Wolfgang
 
Also ist das Problem auch ohne X?

Dann boote mal mit dem Parameter acpi=off

MFG

Dennis
 

Ähnliche Themen

IBM T22, Debian Etch 4, X-server start nach Neuinstall

Zurück
Oben