PDA

View Full Version : Debian instabile


Mnka
18-02-2006, 06:47
La mia Debian netinstall aggiornata ad ETCH si è sivelata instabilissima.
Non posso lasciare acceso il computer per più di un giorno che mi si spegne da solo.
Sarà che durante la configurazione di XOrg non ho messo la quantità di ram della scheda video?

:help:

wubby
18-02-2006, 07:12
La mia Debian netinstall aggiornata ad ETCH si è sivelata instabilissima.
Non posso lasciare acceso il computer per più di un giorno che mi si spegne da solo.
Sarà che durante la configurazione di XOrg non ho messo la quantità di ram della scheda video?
Puoi escludere un problema hardware? Quale kernel hai installato? Per Xorg dovresti postare il file di conf: /etc/X11/xorg.conf

VegetaSSJ5
18-02-2006, 10:54
di sicuro non dipende dal fatto che non hai messo la quantità di ram della scheda video nella configurazione di xorg... ;)
secondo me si tratta di un problema hardware... :O hai provato a cambiare alimentatore?

Mnka
18-02-2006, 12:36
Nel dubbio, ecco il contenuto di Xorg.conf:


Section "Files"
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/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

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

Section "Device"
Identifier "ATI Technologies, Inc. Radeon R300 NE [Radeon 9500 Pro]"
Driver "ati"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "Philips107T4"
Option "DPMS"
HorizSync 30-71
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon R300 NE [Radeon 9500 Pro]"
Monitor "Philips107T4"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection

Non penso sia un problema hardware, con windows il computer può stare acceso anche per settimane senza dare problemi...

Quale potrebbe essere un programma per testare l'hardware al fine di escludere questa possibile causa?

mow
18-02-2006, 13:43
butta il pc :ciapet: :Prrr: :sofico:

OdinoXP
19-02-2006, 00:33
butta il pc :ciapet: :Prrr: :sofico:
:rotfl: :rotfl: :rotfl: :sbonk:

In attesa che qualcuno più esperto di me sopraggiunga, ti consiglio
di postare l'output del comando dmesg e il log di Xorg ;)

Se vuoi testare un po l'hw puoi cominciare con le ram, usando
MEMTEST86 (http://www.memtest86.com/), però sei hai detto
che con winzozz è tutto a posto, allora escluderei una problematica del genere.