|
Moderador
Registrado em: Dec 2005
Localização: Guarulhos, SP
Mensagens: 4.811
|
Após atualizações, mouse, placa de rede e som não funcionam mais.
Ontem fiz algumas atualizações e instalei novos programas, não lembro de todos que eu fiz, instalei o adept, apt-build e outros relacionados com autoria de DVD. Hoje fui utilizar novamente e nada de mouse funcionar, o ponteiro aparece no meio, mas não se move e nem os botões funcionam. Na bandeja do sistema o KMix e algum outro aplicativo (seria o adept?) estão com um X. Tentei rodar o alsaconf e ele não reconhece a placa de som. A internet não funciona, significa que a placa de rede também não está configurada. Então para resolver primeiramente pensei em revisar o xorg.conf pra fazer o mouse funcionar, contudo nenhuma modificação surtiu efeito.
Fui procurar alguma coisa que pudesse me ajudar nos logs, e as únicas coisas estranhas que eu ví, parece o sistema está reconhecendo a minha placa-mãe como uma MSI K8T-Neo2Fir (quem me dera se fosse real  ), contudo meu PC é um processador Celeron D e provavelmente a placa-mãe é baseada no chipset P4M800PRO...
xorg.conf
Código:
Section "ServerLayout"
Identifier "X.org do Kurumin"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# Configuração do Mouse:
# Nesta opção você configura o tipo de mouse conectado no micro
# As opções disponíveis são: "PS/2 Mouse", "Serial Mouse" e "USB Mouse"
# Se o cursor do seu mouse estiver lento, err�ico ou impreciso,
# experimente usar a opção "USB Mouse", que usa um driver mais preciso.
# Synaptics TouchPad not detected
# USB Mouse not detected
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "Serial Mouse" "CorePointer"
# ALPS TouchPad not detected
EndSection
#
# Esta opção permite que o X abra mesmo que o mouse esteja desconectado:
#
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
# Não altere as linhas abaixo a menos que saiba o que está fazendo!
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
Option "XkbOptions" "abnt2"
EndSection
## Esta opção configura um teclado us-internacional no IceWM e outros gerenciadores diferentes do KDE.
## Para usá-la, você deve descomentar todas as linhas e remover a se�o acima.
#Section "InputDevice"
# Identifier "Keyboard0"
# Driver "kbd"
# Option "CoreKeyboard"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" ""
#EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
# Substitua a linha acima por esta se a rodinha do mouse não estiver funcionando:
# Option "Protocol "IMPS/2"
# Substitua a linha acima por esta se seu mouse não estiver funcionando:
# Option "Protocol "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
#Section "InputDevice"
# Identifier "USB Mouse"
# Driver "mouse"
# Option "Device" "/dev/input/mice"
# Option "SendCoreEvents" "true"
# Option "Protocol" "IMPS/2"
# Substitua a linha acima por esta se seu mouse n� estiver funcionando
# Option "Protocol" "ExplorerPS/2"
# Option "ZAxisMapping" "4 5"
# Option "Buttons" "5"
#EndSection
# Mouses especiais:
# Mouse com 5 botões (dois botoes laterais) e roda (se a fun�o dos dois botões extra e da roda
# ficarem trocadas, substitua a linha "Option "ZAxisMapping" "4 5" por "Option "ZAxisMapping" "6 7"):
#Section "InputDevice"
# Identifier "Mouse7bt"
# Driver "mouse"
# Option "Protocol" "ExplorerPS/2"
# Option "ZAxisMapping" "4 5"
# Option "Buttons" "7"
# Option "Device" "/dev/input/mice"
#EndSection
# Mouse com 5 bot�s (dois botoes laterais) e DUAS rodas de scrool:
#Section "InputDevice"
# Identifier "Mouse9bt"
# Driver "mouse"
# Option "Protocol" "ExplorerPS/2"
# Option "ZAxisMapping" "6 7 8 9"
# Option "Buttons" "9"
# Option "Device" "/dev/input/mice"
#EndSection
#Section "InputDevice"
# Identifier "ALPS TouchPad"
# Driver "synaptics"
# Option "Device" "/dev/psaux"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "120"
# Option "RightEdge" "830"
# Option "TopEdge" "120"
# Option "BottomEdge" "650"
# Option "FingerLow" "14"
# Option "FingerHigh" "15"
# Option "MaxTapTime" "0"
# Option "MaxTapMove" "110"
# Option "EmulateMidButtonTime" "75"
# Option "VertScrollDelta" "20"
# Option "HorizScrollDelta" "20"
# Option "MinSpeed" "0.2"
# Option "MaxSpeed" "0.5"
# Option "AccelFactor" "0.01"
# Option "EdgeMotionMinSpeed" "15"
# Option "EdgeMotionMaxSpeed" "15"
# Option "UpDownScrolling" "1"
# Option "CircularScrolling" "1"
# Option "CircScrollDelta" "0.1"
# Option "CircScrollTrigger" "2"
#EndSection
#Section "InputDevice"
# Identifier "Synaptics TouchPad"
# Driver "synaptics"
# Option "Device" "/dev/input/mouse"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.09"
# Option "MaxSpeed" "0.18"
# Option "AccelFactor" "0.0015"
# Option "SHMConfig" "on"
# Option "Emulate3Buttons" "true"
# Option "Repeater" "/dev/ps2mouse"
#EndSection
# Auto-generated by KNOPPIX mkxf86config
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
VendorName "AOC"
ModelName "AOCct510g"
# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
HorizSync 30.0 - 54.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 120.0 # Very conservative. May flicker.
# VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
EndSection
Section "Device" # (sw_cursor is needed for some ati and ati cards)
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
#Option "NvAGP" "0"
Identifier "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
# Aqui vai o driver usado pela placa de v�eo. Os drivers dispon�eis n�:
# chips, cirrus, cyrix, fbdev, glint, i740, i810, mga, neomagic, nv
# r128, ati, rendition, s3virge, sis, tdfx, tga, trident, tseng, vesa, vga
#
# O vesa �um driver gen�ico que funciona na maioria das placas de v�eo
# O fbdev �outro drivers gen�ico que aproveita o recurso de acesso direto �mem�ia
# de v�eo suportado pelo Kernel. Se voc�v�o pinguin durante o boot em texto do sistema,
# significa que a sua placa suporta o fbdev.
Driver "via"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection
#
# Aqui vai a configuração da resolução e taxa de atualização usada pelo monitor.
# As váias se�es determinam as resoluções disponíveis para cada configuração de profundidade
# de cor, enquanto a opção "DefaultColorDepth" determina qual será usada.
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
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 "DRI"
Mode 0666
EndSection
syslog
Código:
FATAL: Module w83627hf not found.
Dec 27 18:12:13 fate syslogd 1.4.1#19: restart.
Dec 27 18:12:14 fate kernel: klogd 1.4.1#19, log source = /proc/kmsg started.
Dec 27 18:12:14 fate kernel: Linux version 2.6.18.1-slh-up-2 (slh@athlon-xp2000) (gcc version 4.1.2 20061020 (prerelease) (Debian 4.1.1-17)) #1 PREEMPT Wed Oct 25 18:46:42 CEST 2006
Dec 27 18:12:14 fate kernel: BIOS-provided physical RAM map:
Dec 27 18:12:14 fate kernel: BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
Dec 27 18:12:14 fate kernel: BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
Dec 27 18:12:14 fate kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Dec 27 18:12:14 fate kernel: BIOS-e820: 0000000000100000 - 000000000eef0000 (usable)
Dec 27 18:12:14 fate kernel: BIOS-e820: 000000000eef0000 - 000000000eef3000 (ACPI NVS)
Dec 27 18:12:14 fate kernel: BIOS-e820: 000000000eef3000 - 000000000ef00000 (ACPI data)
Dec 27 18:12:14 fate kernel: BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
Dec 27 18:12:14 fate kernel: 0MB HIGHMEM available.
Dec 27 18:12:14 fate kernel: 238MB LOWMEM available.
Dec 27 18:12:14 fate kernel: found SMP MP-table at 000f37a0
Dec 27 18:12:14 fate kernel: On node 0 totalpages: 61168
Dec 27 18:12:14 fate kernel: DMA zone: 4096 pages, LIFO batch:0
Dec 27 18:12:14 fate kernel: Normal zone: 57072 pages, LIFO batch:15
Dec 27 18:12:14 fate kernel: DMI 2.3 present.
Dec 27 18:12:14 fate kernel: ACPI: RSDP (v000 P4M80P ) @ 0x000f7930
Dec 27 18:12:14 fate kernel: ACPI: RSDT (v001 P4M80P AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0eef3040
Dec 27 18:12:14 fate kernel: ACPI: FADT (v001 P4M80P AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0eef30c0
Dec 27 18:12:14 fate kernel: ACPI: MADT (v001 P4M80P AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0eef8080
Dec 27 18:12:14 fate kernel: ACPI: DSDT (v001 P4M80P AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
Dec 27 18:12:14 fate kernel: ACPI: PM-Timer IO Port: 0x408
Dec 27 18:12:14 fate kernel: ACPI: Local APIC address 0xfee00000
Dec 27 18:12:14 fate kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Dec 27 18:12:14 fate kernel: Processor #0 15:4 APIC version 20
Dec 27 18:12:14 fate kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
Dec 27 18:12:14 fate kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
Dec 27 18:12:14 fate kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
Dec 27 18:12:14 fate kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Dec 27 18:12:14 fate kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 27 18:12:14 fate kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dec 27 18:12:14 fate kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dec 27 18:12:14 fate kernel: Using ACPI for processor (LAPIC) configuration information
Dec 27 18:12:14 fate kernel: Intel MultiProcessor Specification v1.1
Dec 27 18:12:14 fate kernel: Virtual Wire compatibility mode.
Dec 27 18:12:14 fate kernel: OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
Dec 27 18:12:14 fate kernel: I/O APIC #4 Version 17 at 0xFEC00000.
Dec 27 18:12:14 fate kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
Dec 27 18:12:14 fate kernel: Processors: 1
Dec 27 18:12:14 fate kernel: Allocating PCI resources starting at 10000000 (gap: 0ef00000:efd00000)
Dec 27 18:12:14 fate kernel: Detected 2266.834 MHz processor.
Dec 27 18:12:14 fate kernel: Built 1 zonelists. Total pages: 61168
Dec 27 18:12:14 fate kernel: Kernel command line: ro nomce quiet apm=power-off vga=791
Dec 27 18:12:14 fate kernel: mapped APIC to ffffd000 (fee00000)
Dec 27 18:12:14 fate kernel: Enabling fast FPU save and restore... done.
Dec 27 18:12:14 fate kernel: Enabling unmasked SIMD FPU exception support... done.
Dec 27 18:12:14 fate kernel: Initializing CPU#0
Dec 27 18:12:14 fate kernel: PID hash table entries: 1024 (order: 10, 4096 bytes)
Dec 27 18:12:14 fate kernel: Console: colour dummy device 80x25
Dec 27 18:12:14 fate kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec 27 18:12:14 fate kernel: Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Dec 27 18:12:14 fate kernel: Memory: 236396k/244672k available (3130k kernel code, 7720k reserved, 919k data, 280k init, 0k highmem)
Dec 27 18:12:14 fate kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Dec 27 18:12:14 fate kernel: Calibrating delay using timer specific routine.. 4539.18 BogoMIPS (lpj=9078366)
Dec 27 18:12:14 fate kernel: Security Framework v1.0.0 initialized
Dec 27 18:12:14 fate kernel: Mount-cache hash table entries: 512
Dec 27 18:12:14 fate kernel: CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000001
Dec 27 18:12:14 fate kernel: CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000001
Dec 27 18:12:14 fate kernel: monitor/mwait feature present.
Dec 27 18:12:14 fate kernel: using mwait in idle threads.
Dec 27 18:12:14 fate kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Dec 27 18:12:14 fate kernel: CPU: L2 cache: 256K
Dec 27 18:12:14 fate kernel: CPU: After all inits, caps: bfebfbff 00000000 00000000 00000180 0000441d 00000000 00000001
Dec 27 18:12:14 fate kernel: CPU: Intel(R) Celeron(R) CPU 2.26GHz stepping 09
Dec 27 18:12:14 fate kernel: Checking 'hlt' instruction... OK.
Dec 27 18:12:14 fate kernel: checking if image is initramfs... it is
Dec 27 18:12:14 fate kernel: Freeing initrd memory: 960k freed
Dec 27 18:12:14 fate kernel: ACPI: Core revision 20060707
Dec 27 18:12:14 fate kernel: ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
Dec 27 18:12:14 fate kernel: ACPI: setting ELCR to 0200 (from 0e20)
Dec 27 18:12:14 fate kernel: NET: Registered protocol family 16
Dec 27 18:12:14 fate kernel: EISA bus registered
Dec 27 18:12:14 fate kernel: ACPI: bus type pci registered
Dec 27 18:12:14 fate kernel: PCI: PCI BIOS revision 2.10 entry at 0xf9f30, last bus=1
Dec 27 18:12:14 fate kernel: PCI: Using configuration type 1
Dec 27 18:12:14 fate kernel: Setting up standard PCI resources
Dec 27 18:12:14 fate kernel: ACPI: Interpreter enabled
Dec 27 18:12:14 fate kernel: ACPI: Using PIC for interrupt routing
Dec 27 18:12:14 fate kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Dec 27 18:12:14 fate kernel: PCI: Probing PCI hardware (bus 00)
Dec 27 18:12:14 fate kernel: PCI: MSI-K8T-Neo2Fir, attempting to turn soundcard ON
Dec 27 18:12:14 fate kernel: PCI: MSI-K8T-Neo2Fir, soundcard on
Dec 27 18:12:14 fate kernel: Boot video device is 0000:01:00.0
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 *11 12)
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 11 12) *5
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 *10 11 12)
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [ALKA] (IRQs *20), disabled.
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
Dec 27 18:12:14 fate kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Dec 27 18:12:14 fate kernel: pnp: PnP ACPI init
Dec 27 18:12:14 fate kernel: pnp: PnP ACPI: found 14 devices
Dec 27 18:12:14 fate kernel: Generic PHY: Registered new driver
Dec 27 18:12:14 fate kernel: SCSI subsystem initialized
Dec 27 18:12:14 fate kernel: PCI: Using ACPI for IRQ routing
Dec 27 18:12:14 fate kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Dec 27 18:12:14 fate kernel: pnp: 00:02: ioport range 0x400-0x47f could not be reserved
Dec 27 18:12:14 fate kernel: pnp: 00:02: ioport range 0x500-0x50f has been reserved
Dec 27 18:12:14 fate kernel: PCI: Bridge: 0000:00:01.0
Dec 27 18:12:14 fate kernel: IO window: d000-dfff
Dec 27 18:12:14 fate kernel: MEM window: fb000000-fcffffff
Dec 27 18:12:14 fate kernel: PREFETCH window: f4000000-f7ffffff
Dec 27 18:12:14 fate kernel: PCI: Setting latency timer of device 0000:00:01.0 to 64
Dec 27 18:12:14 fate kernel: NET: Registered protocol family 2
Dec 27 18:12:14 fate kernel: IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
Dec 27 18:12:14 fate kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Dec 27 18:12:14 fate kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Dec 27 18:12:14 fate kernel: TCP: Hash tables configured (established 8192 bind 4096)
Dec 27 18:12:14 fate kernel: TCP reno registered
Dec 27 18:12:14 fate kernel: Machine check exception polling timer started.
Dec 27 18:12:14 fate kernel: Total HugeTLB memory allocated, 0
Dec 27 18:12:14 fate kernel: VFS: Disk quotas dquot_6.5.1
Dec 27 18:12:14 fate kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Dec 27 18:12:14 fate kernel: SGI XFS with ACLs, security attributes, realtime, no debug enabled
Dec 27 18:12:14 fate kernel: SGI XFS Quota Management subsystem
Dec 27 18:12:14 fate kernel: Initializing Cryptographic API
Dec 27 18:12:14 fate kernel: io scheduler noop registered
Dec 27 18:12:14 fate kernel: io scheduler anticipatory registered (default)
Dec 27 18:12:14 fate kernel: io scheduler deadline registered
Dec 27 18:12:14 fate kernel: io scheduler cfq registered
Dec 27 18:12:14 fate kernel: 0000:00:10.4 EHCI: BIOS handoff failed (BIOS bug ?) 01010001
Dec 27 18:12:14 fate kernel: vesafb: framebuffer at 0xf4000000, mapped to 0xcf880000, using 3072k, total 16384k
Dec 27 18:12:14 fate kernel: vesafb: mode is 1024x768x16, linelength=2048, pages=9
Dec 27 18:12:14 fate kernel: vesafb: protected mode interface info at c000:6c40
Dec 27 18:12:14 fate kernel: vesafb: pmi: set display start = c00c6c8e, set palette = c00c6cff
Dec 27 18:12:14 fate kernel: vesafb: scrolling: redraw
Dec 27 18:12:14 fate kernel: vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Dec 27 18:12:14 fate kernel: Console: switching to colour frame buffer device 128x48
Dec 27 18:12:14 fate kernel: fb0: VESA VGA frame buffer device
Dec 27 18:12:14 fate kernel: isapnp: Scanning for PnP cards...
Dec 27 18:12:14 fate kernel: isapnp: No Plug & Play device found
Dec 27 18:12:14 fate kernel: Real Time Clock Driver v1.12ac
Dec 27 18:12:14 fate kernel: Floppy drive(s): fd0 is 1.44M
Dec 27 18:12:14 fate kernel: FDC 0 is a post-1991 82077
Dec 27 18:12:14 fate kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Dec 27 18:12:14 fate kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Dec 27 18:12:14 fate kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Dec 27 18:12:14 fate kernel: VP_IDE: IDE controller at PCI slot 0000:00:0f.0
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
Dec 27 18:12:14 fate kernel: PCI: setting IRQ 11 as level-triggered
Dec 27 18:12:14 fate kernel: ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
Dec 27 18:12:14 fate kernel: PCI: VIA IRQ fixup for 0000:00:0f.0, from 255 to 11
Dec 27 18:12:14 fate kernel: VP_IDE: chipset revision 6
Dec 27 18:12:14 fate kernel: VP_IDE: not 100%% native mode: will probe irqs later
Dec 27 18:12:14 fate kernel: VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.0
Dec 27 18:12:14 fate kernel: ide0: BM-DMA at 0xf800-0xf807, BIOS settings: hda:DMA, hdb:DMA
Dec 27 18:12:14 fate kernel: ide1: BM-DMA at 0xf808-0xf80f, BIOS settings: hdc:pio, hdd:pio
Dec 27 18:12:14 fate kernel: Probing IDE interface ide0...
Dec 27 18:12:14 fate kernel: hda: HDS728080PLAT20, ATA DISK drive
Dec 27 18:12:14 fate kernel: hdb: LITE-ON CD-RW SOHR-5239V, ATAPI CD/DVD-ROM drive
Dec 27 18:12:14 fate kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec 27 18:12:14 fate kernel: Probing IDE interface ide1...
Dec 27 18:12:14 fate kernel: Probing IDE interface ide1...
Dec 27 18:12:14 fate kernel: hda: max request size: 512KiB
Dec 27 18:12:14 fate kernel: hda: 160836480 sectors (82348 MB) w/1719KiB Cache, CHS=16383/255/63, UDMA(133)
Dec 27 18:12:14 fate kernel: hda: cache flushes supported
Dec 27 18:12:14 fate kernel: hda: hda1 hda2 hda3 hda4
Dec 27 18:12:14 fate kernel: hdb: ATAPI 52X CD-ROM CD-R/RW drive, 1536kB Cache, UDMA(33)
Dec 27 18:12:14 fate kernel: Uniform CD-ROM driver Revision: 3.20
Dec 27 18:12:14 fate kernel: 3ware Storage Controller device driver for Linux v1.26.02.001.
Dec 27 18:12:14 fate kernel: 3ware 9000 Storage Controller device driver for Linux v2.26.02.007.
Dec 27 18:12:14 fate kernel: libata version 2.00 loaded.
Dec 27 18:12:14 fate kernel: RocketRAID 3xxx SATA Controller driver v1.0 (060426)
Dec 27 18:12:14 fate kernel: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Dec 27 18:12:14 fate kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 27 18:12:14 fate kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 27 18:12:14 fate kernel: mice: PS/2 mouse device common for all mice
Dec 27 18:12:14 fate kernel: md: linear personality registered for level -1
Dec 27 18:12:14 fate kernel: md: raid0 personality registered for level 0
Dec 27 18:12:14 fate kernel: md: raid1 personality registered for level 1
Dec 27 18:12:14 fate kernel: md: raid10 personality registered for level 10
Dec 27 18:12:14 fate kernel: raid6: int32x1 582 MB/s
Dec 27 18:12:14 fate kernel: raid6: int32x2 604 MB/s
Dec 27 18:12:14 fate kernel: raid6: int32x4 532 MB/s
Dec 27 18:12:14 fate kernel: raid6: int32x8 481 MB/s
Dec 27 18:12:14 fate kernel: raid6: mmxx1 1328 MB/s
Dec 27 18:12:14 fate kernel: raid6: mmxx2 1582 MB/s
Dec 27 18:12:14 fate kernel: raid6: sse1x1 797 MB/s
Dec 27 18:12:14 fate kernel: raid6: sse1x2 1564 MB/s
Dec 27 18:12:14 fate kernel: raid6: sse2x1 1641 MB/s
Dec 27 18:12:14 fate kernel: raid6: sse2x2 2473 MB/s
Dec 27 18:12:14 fate kernel: raid6: using algorithm sse2x2 (2473 MB/s)
Dec 27 18:12:14 fate kernel: md: raid6 personality registered for level 6
Dec 27 18:12:14 fate kernel: md: raid5 personality registered for level 5
Dec 27 18:12:14 fate kernel: md: raid4 personality registered for level 4
Dec 27 18:12:14 fate kernel: raid5: automatically using best checksumming function: pIII_sse
Dec 27 18:12:14 fate kernel: pIII_sse : 3566.000 MB/sec
Dec 27 18:12:14 fate kernel: raid5: using function: pIII_sse (3566.000 MB/sec)
Dec 27 18:12:14 fate kernel: md: multipath personality registered for level -4
Dec 27 18:12:14 fate kernel: md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
Dec 27 18:12:14 fate kernel: md: bitmap version 4.39
Dec 27 18:12:14 fate kernel: device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
Dec 27 18:12:14 fate kernel: device-mapper: multipath: version 1.0.4 loaded
Dec 27 18:12:14 fate kernel: device-mapper: multipath round-robin: version 1.0.0 loaded
Dec 27 18:12:14 fate kernel: device-mapper: multipath emc: version 0.0.3 loaded
Dec 27 18:12:14 fate kernel: EDAC MC: Ver: 2.0.1 Oct 25 2006
Dec 27 18:12:14 fate kernel: EISA: Probing bus 0 at eisa.0
Dec 27 18:12:14 fate kernel: EISA: Detected 0 cards.
Dec 27 18:12:14 fate kernel: NET: Registered protocol family 1
Dec 27 18:12:14 fate kernel: Using IPI Shortcut mode
Dec 27 18:12:14 fate kernel: ACPI: (supports S0 S1 S4 S5)
Dec 27 18:12:14 fate kernel: Freeing unused kernel memory: 280k freed
Dec 27 18:12:14 fate kernel: Time: tsc clocksource has been installed.
Dec 27 18:12:14 fate kernel: input: AT Translated Set 2 keyboard as /class/input/input0
Dec 27 18:12:14 fate kernel: ReiserFS: hda3: found reiserfs format "3.6" with standard journal
Dec 27 18:12:14 fate kernel: ReiserFS: hda3: using ordered data mode
Dec 27 18:12:14 fate kernel: ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Dec 27 18:12:14 fate kernel: ReiserFS: hda3: checking transaction log (hda3)
Dec 27 18:12:14 fate kernel: ReiserFS: hda3: Using r5 hash to sort names
Dec 27 18:12:14 fate kernel: hda: set_drive_speed_status: status=0x58 { DriveReady SeekComplete DataRequest }
Dec 27 18:12:14 fate kernel: ide: failed opcode was: unknown
Dec 27 18:12:14 fate kernel: hda: dma_intr: status=0x58 { DriveReady SeekComplete DataRequest }
Dec 27 18:12:14 fate kernel: ide: failed opcode was: unknown
Dec 27 18:12:14 fate kernel: Adding 522104k swap on /dev/hda2. Priority:-1 extents:1 across:522104k
Dec 27 18:12:14 fate kernel: ReiserFS: hda4: found reiserfs format "3.6" with standard journal
Dec 27 18:12:14 fate kernel: ReiserFS: hda4: using ordered data mode
Dec 27 18:12:14 fate kernel: ReiserFS: hda4: journal params: device hda4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Dec 27 18:12:14 fate kernel: ReiserFS: hda4: checking transaction log (hda4)
Dec 27 18:12:14 fate kernel: ReiserFS: hda4: Using r5 hash to sort names
Dec 27 18:19:25 fate kdm: :0[1699]: PAM unable to dispatch function
Dec 27 18:19:25 fate kdm: :0[1699]: pam_setcred(DELETE_CRED) for alberto failed: Bad item passed to pam_*_item()
Dec 27 18:19:25 fate kdm: :0[1699]: PAM unable to dispatch function
Dec 27 18:19:25 fate kdm[1636]: Unknown session exit code 0 (sig 11) from manager process
Dec 27 18:32:14 fate -- MARK --
Dec 27 18:32:52 fate gconfd (alberto-5237): iniciando (vers� 2.16.0), pid 5237 usu�io 'alberto'
Dec 27 18:32:52 fate gconfd (alberto-5237): Endere� "xml:readonly:/etc/gconf/gconf.xml.mandatory" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 0
Dec 27 18:32:52 fate gconfd (alberto-5237): O endere� "xml:readwrite:/home/kurumin/.gconf" resolvido para uma fonte de configura�o com permiss�s de escrita na posi�o 1
Dec 27 18:32:52 fate gconfd (alberto-5237): Endere� "xml:readonly:/etc/gconf/gconf.xml.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 2
Dec 27 18:32:52 fate gconfd (alberto-5237): Endere� "xml:readonly:/var/lib/gconf/debian.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 3
Dec 27 18:32:52 fate gconfd (alberto-5237): Endere� "xml:readonly:/var/lib/gconf/defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 4
Dec 27 18:33:10 fate gconfd (alberto-5237): Recebido sinal 15, desligando corretamente
Dec 27 18:33:10 fate gconfd (alberto-5237): Terminando
Dec 27 18:42:13 fate shutdown[7147]: shutting down for system reboot
Dec 27 18:42:13 fate init: Switching to runlevel: 6
Dec 27 18:42:16 fate kernel: Kernel logging (proc) stopped.
Dec 27 18:42:16 fate kernel: Kernel log daemon terminating.
Dec 27 18:42:17 fate exiting on signal 15
Código:
Vers� do Kurumin:
7.0b52.6.18.1-slh-up-2
----dmesg----
hda: set_drive_speed_status: status=0x58 { DriveReady SeekComplete DataRequest }
ide: failed opcode was: unknown
hda: dma_intr: status=0x58 { DriveReady SeekComplete DataRequest }
ide: failed opcode was: unknown
Adding 522104k swap on /dev/hda2. Priority:-1 extents:1 across:522104k
ReiserFS: hda4: found reiserfs format "3.6" with standard journal
ReiserFS: hda4: using ordered data mode
ReiserFS: hda4: journal params: device hda4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda4: checking transaction log (hda4)
ReiserFS: hda4: Using r5 hash to sort names
----fdisk----
Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 975 7831656 83 Linux
/dev/hda2 9947 10011 522112+ 82 Linux swap / Solaris
/dev/hda3 * 976 2034 8506417+ 83 Linux
/dev/hda4 2035 9946 63553140 83 Linux
Partition table entries are not in disk order
----lspci----
00:00.0 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. PT890 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:05.0 Modem: Motorola Unknown device 3052 (rev 04)
00:0f.0 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: VIA Technologies, Inc. UniChrome Pro IGP (rev 01)
----lsmod----
Module Size Used by
evdev 7680 1
----lsusb----
----ifconfig----
lo Encapsulamento do Link: Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
UP LOOPBACKRUNNING MTU:16436 M�rica:1
RX packets:158 errors:0 dropped:0 overruns:0 frame:0
TX packets:158 errors:0 dropped:0 overruns:0 carrier:0
colis�s:0 txqueuelen:0
RX bytes:9420 (9.1 KiB) TX bytes:9420 (9.1 KiB)
----route----
Tabela de Roteamento IP do Kernel
Destino Roteador M�caraGen. Op�es M�rica Ref Uso Iface
----hostname----
fate
----resolv.conf----
search lan
nameserver 10.0.0.138
----hosts----
127.0.0.1 fate localhost
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
----iptables----
----iptables_nat---
----ignora_ping---
0
----ip_forward---
0
----netstat----
tcp 0 0 *:sunrpc *:* OU�
tcp 0 0 fate:7634 *:* OU�
----hda----
/dev/hda:
Model=HDS728080PLAT20, FwRev=PF2OA2AA, SerialNo=PFD819SYU41DVF
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=51
BuffType=DualPortCache, BuffSize=1719kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=160836480
IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5
AdvancedPM=yes: disabled (255) WriteCache=enabled
Drive conforms to: ATA/ATAPI-7 T13 1532D revision 1: ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6 ATA/ATAPI-7
* signifies the current active mode
----hdb----
/dev/hdb:
Model=LITE-ON CD-RW SOHR-5239V, FwRev=2$0D, SerialNo=2006070600
Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
BuffType=unknown, BuffSize=0kB, MaxMultSect=0
(maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
IORDY=yes, tPIO={min:227,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 *udma2
AdvancedPM=no
Drive conforms to: Unspecified: ATA/ATAPI-5
* signifies the current active mode
----hdc----
----hdd----
----fstab----
/dev/hda3 / reiserfs noatime,notail 0 1
/dev/hda2 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /mnt/floppy vfat users,rw,noauto 0 0
/dev/cdrom /mnt/cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/hda1 /mnt/hda1 ext3 noauto,users,exec 0 0
/dev/hda4 /mnt/hda4 reiserfs noauto,users,exec 0 0
sys /sys sysfs noauto 0 0
/dev/pts /dev/pts devpts mode=0622 0 0
usbfs /proc/bus/usb usbfs defaults 0 0
/dev/hda4 /home reiserfs notail 0 2
----lilo----
----who----
2006-12-27 20:49 395 id=si term=0 exit=0
system boot 2006-12-27 20:49
run-level 5 2006-12-27 20:49 last=S
2006-12-27 20:49 1538 id=l5 term=0 exit=0
alberto - tty1 2006-12-27 21:04 00:01 1661
LOGIN tty2 2006-12-27 20:49 1662 id=2
alberto + pts/0 2006-12-27 21:13 . 10297 (:0.0)
----syslog----
Dec 27 20:59:03 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/debian.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 3
Dec 27 20:59:03 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 4
Dec 27 21:01:33 fate gconfd (alberto-4154): SIGHUP recebido, recarregando todos os bancos de dados
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/etc/gconf/gconf.xml.mandatory" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 0
Dec 27 21:01:33 fate gconfd (alberto-4154): O endere� "xml:readwrite:/home/kurumin/.gconf" resolvido para uma fonte de configura�o com permiss�s de escrita na posi�o 1
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/etc/gconf/gconf.xml.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 2
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/debian.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 3
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 4
Dec 27 21:02:33 fate gconfd (alberto-4154): O servidor GConf n� est�sendo usado, desligando.
Dec 27 21:02:33 fate gconfd (alberto-4154): Terminando
----messages----
Dec 27 20:59:03 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/debian.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 3
Dec 27 20:59:03 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 4
Dec 27 21:01:33 fate gconfd (alberto-4154): SIGHUP recebido, recarregando todos os bancos de dados
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/etc/gconf/gconf.xml.mandatory" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 0
Dec 27 21:01:33 fate gconfd (alberto-4154): O endere� "xml:readwrite:/home/kurumin/.gconf" resolvido para uma fonte de configura�o com permiss�s de escrita na posi�o 1
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/etc/gconf/gconf.xml.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 2
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/debian.defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 3
Dec 27 21:01:33 fate gconfd (alberto-4154): Endere� "xml:readonly:/var/lib/gconf/defaults" resolvido para uma fonte de configura�o com permiss�s apenas de leitura na posi�o 4
Dec 27 21:02:33 fate gconfd (alberto-4154): O servidor GConf n� est�sendo usado, desligando.
Dec 27 21:02:33 fate gconfd (alberto-4154): Terminando
----fim----
----df----
Sist. Arq. 1K-blocos Usad Dispon. Uso% Montado em
/dev/hda3 8506104 2459140 6046964 29% /
tmpfs 118904 0 118904 0% /lib/init/rw
udev 10240 36 10204 1% /dev
tmpfs 118904 0 118904 0% /dev/shm
/dev/hda4 63551144 7135520 56415624 12% /home
----free----
total used free shared buffers cached
Mem: 237808 228664 9144 0 49860 122836
-/+ buffers/cache: 55968 181840
Swap: 522104 0 522104
----mount----
/dev/hda3 on / type reiserfs (rw,noatime,notail)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/hda4 on /home type reiserfs (rw,notail)
----X11----
Section "ServerLayout"
Identifier "X.org do Kurumin"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "Serial Mouse" "CorePointer"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
Option "XkbOptions" "abnt2"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "Mouse7bt"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Mouse9bt"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "6 7 8 9"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "ALPS TouchPad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "0"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection
Section "InputDevice"
Identifier "Synaptics TouchPad"
Driver "synaptics"
Option "Device" "/dev/input/mouse"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
VendorName "AOC"
ModelName "AOCe556"
EndSection
Identifier "Card0"
Driver "vesa"
VendorName "All"
BoardName "All"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
----rcS.d----
README
S02hostname.sh
S02mountkernfs.sh
S02proc
S03udev
S04mountdevsubfs.sh
S05bootlogd
S05keymap.sh
S05splash
S09ativadma
S10checkroot.sh
S12mtab.sh
S20modutils
S30checkfs.sh
S30procps.sh
S35mountall.sh
S36mountall-bootclean.sh
S36udev-mtab
S37hwsetup
S38acpid
S39dns-clean
S40ifupdown
S40networking
S40pcmciautils
S45mountnfs.sh
S46mountnfs-bootclean.sh
S50alsa-utils
S50hwclock.sh
S51cleantemp
S55bootmisc.sh
S55urandom
S70x11-common
S75sudo
S99stop-bootlogd-single
----rc5.d----
K11cron
README
S01ksplash
S10sysklogd
S11klogd
S12kerneld
S20firestarter
S20makedev
S99kdm
S99rc.local
S99rmnologin
S99stop-bootlogd
__________________
Informações úteis - Como usar os recursos do fórum.
Guia do FórumGdH!
Última edição por Alberto E. Kuniyoshi : 28-12-2006 às 9:45.
Motivo: Adicionando mais informações...
|