You are not logged in.

#1 2008-12-16 18:04:23

^-Ubermensch-^
Member
Registered: 2008-07-08
Posts: 58

X randomly crashing at the boot of system.

When i open the pc X randomly crashes, Ctrl-Alt-Backspace does not work, Ctrl-Alt-F1 does not bring me into a terminal, and manually rebooting is the only way to get out of it. I must repeat the process several times until it crashes more. When it stabilizes, when the PC is turned on not more crashes.

Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    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        "ZAxisMapping"    "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "stylus"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "eraser"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "cursor"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver        "nvidia"
    Busid        "PCI:1:0:0"
    Option "RenderAccel" "True"    
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "Acer AL1714"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor        "Acer AL1714"
    Option        "AddARGBGLXVisuals" "True"
    Option        "AllowGLXWithComposite" "True"
    Defaultdepth    24
    Option         "UseEdidDpi" "FALSE"
        Option "DPI" "96 x 96"    
    SubSection "Display"
    Viewport    0 0
        Depth       16
Modes        "1280x1024"    "1152x864"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
EndSection

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

Section "Module"
    Load        "glx"
EndSection
(II) NVIDIA(0): Initialized AGP GART.
(EE) NVIDIA(0): Error recovery failed.
(EE) NVIDIA(0):  *** Aborting ***
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Initialized AGP GART.
(WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors.  Falling
(WW) NVIDIA(0):     back to legacy PCI mode.
(II) NVIDIA(0): Initialized AGP GART.
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)

Last edited by ^-Ubermensch-^ (2008-12-16 18:08:58)

Offline

#2 2008-12-20 11:53:35

^-Ubermensch-^
Member
Registered: 2008-07-08
Posts: 58

Re: X randomly crashing at the boot of system.

Help me please!!!:rolleyes ::rolleyes::rolleyes:

Offline

#3 2008-12-20 18:36:19

deej
Member
Registered: 2008-02-08
Posts: 395

Re: X randomly crashing at the boot of system.

Help ( ??? ) on its' way roll

Is this a new install ?

My stock answer to problems of this nature is to examine the log files
in "/var/log/" to see if they can shed any light on what's going on.

Secondly, when setting up X, I always run:

# X -configure

Then copy [ you can test it first, following the instructions on screen ] the
xorg file to /etc/X11/ and renaming it xorg.conf. Then I run:

# nvidia-xconfig --add-argb-glx-visuals --composite

to let nvidia put its' two-penny worth in. I then adjust /etc/inittab to start
in X; make sure to edit the line to 'kdm' to read "/usr/bin/kdm".

Reboot, see how it goes. Any problems, check the log files and let us know.

Deej

Last edited by deej (2008-12-20 18:36:44)

Offline

Board footer

Powered by FluxBB