[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Crash di X



Se avvio un programma che carica una modalità video differente dall'attuale ho un crash di xorg quando termino tale programma (ad esempio il gioco armagetronad).

Invece funzionano normalmente Ctrl-Alt-+ e Ctrl-Al-- per cambiare le risoluzioni del video.

Ho notato che se faccio Ctrl-Alt-F8 ho un freeze di X con schermo nero (solo premendo il tasto di spegnimento viene, tramite APM, fatto lo shutdown).

Volevo sapere se qualcuno di voi ha lo stesso problema e se qualcuno ha qualcosa da consigliarmi.

Probabilmente questo problema l'ho da mesi, ma non usando quasi mai programmi di questo tipo non ci avevo fatto caso.

Non riesco a trovare nessuna informazione utile, sui bug non ho trovato nessun errore simile a quello che ho io e in rete la quasi totalità di questi errori erano del 2001 e 2004 quando c'erano dei bug su X.

Ho provato a:
* usare vesa al posto di nv
* commentare i moduli caricati in xorg
ma non cambia nulla.

L'errore che trovo in:

******************
1) /var/log/gdm/:0.log

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x81) [0x80c8631]
1: /lib/i686/cmov/libc.so.6 [0xb7d8d208]
2: /usr/lib/xorg/modules/extensions//libGLcore.so(XMesaResizeBuffers+0x29) [0xb491d1a9]
3: /usr/lib/xorg/modules/extensions//libGLcore.so [0xb4919d80]
4: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c1e90a]
5: /usr/bin/X(ReparentWindow+0x1a7) [0x807cfa7]
6: /usr/bin/X(ProcReparentWindow+0xd5) [0x808e775]
7: /usr/bin/X [0x8154aa1]
8: /usr/bin/X(Dispatch+0x19f) [0x808ed3f]
9: /usr/bin/X(main+0x495) [0x8076e85]
10: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d79030]
11: /usr/bin/X(FontFileCompleteXLFD+0x1e5) [0x80761a1]

Fatal server error:
Caught signal 11.  Server aborting

******************
2) /var/log/syslog

Jul 22 21:33:07 localhost gdm[2663]: gdm_slave_xioerror_handler: errore fatale di X. Riavvio di :0 in corso.

******************
3) /var/log/Xorg.0.log

(WW) Warning, couldn't open module type1
(EE) Failed to load module "type1" (module does not exist, 0)
(EE) AIGLX: Screen 0 is not DRI capable

2953 X: client 2 rejected from local host (uid 1000)

***********************

Il mio xorg.conf è il seguente:

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

Section "Files"
        FontPath     "unix/:7100"
        FontPath        "/usr/share/fonts/X11/misc:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Serverflags"
        Option "DontZap" "off"
        Option "DontZoom" "off"
        Option "AllowNonLocalXvidtune" "on"
        Option "AllowMouseOpenFail" "on"
        Option "BlankTime" "7"
        Option "StandbyTime" "30"
        Option "SuspendTime" "35"
        Option "OffTime" "40"
        Option "Pixmap" "32"
EndSection

Section "Module"
        Load  "bitmap"    # carica i font bitmap
        Load  "freetype"  # carica i font freetype
        Load  "type1"     # carica i font type1
# Load "xtt" # carica i font truetype <- da un errore va in conflitto con freetype
        Load  "dbe"
        Load  "ddc"
        Load  "dri"       # per il 3D
        Load  "glx"       # per il 3D
        Load  "extmod"
        Load  "GLcore"
        Load  "int10"
#       Load  "pex5"
        Load  "record"
        Load  "vbe"
#       Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "it"
        Option      "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"

        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
#        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option      "CorePointer"
        Option      "Device" "/dev/psaux"
EndSection

Section "Monitor"
        Identifier   "Generic Monitor"
        VendorName   "Philips"
        ModelName    "17B CM-28"
        HorizSync    30.0 - 66.0
        VertRefresh  50.0 - 130.0
        DisplaySize  329 248
ModeLine "1280x960@65" 108.0 1280 1376 1488 1672 960 961 964 984 +hsync +vsync
#       Option       "DPMS"
EndSection

Section "Device"
        Identifier  "Generic Video Card"
        Driver      "nv"
#       Driver  "vesa"
#        Driver      "nvidia"
#       ChipSet     "GeForce2 GTS"
#        ChipSet     "GeForce2 GTS/Pro"
        VideoRam    32768
        BusID           "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "Generic Video Card"
        Monitor    "Generic Monitor"
        DefaultDepth     24
        Option  "Accel" "on"
        Option  "NoMTRR" "off"
        SubSection "Display"
                Depth     1
Modes "1024x768" "1280x1024" "1600x1200" "1280x960@65" "1152x864" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
Modes "1024x768" "1280x1024" "1600x1200" "1280x960@65" "1152x864" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
Modes "1024x768" "1280x1024" "1600x1200" "1280x960@65" "1152x864" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
Modes "1024x768" "1280x1024" "1600x1200" "1280x960@65" "1152x864" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
Modes "1024x768" "1280x1024" "1600x1200" "1280x960@65" "1152x864" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
Modes "1600x1200" "1280x1024" "1280x960@65" "1152x864" "1024x768" "800x600" "640x480"
                Virtual    1024 768
                Visual     "TrueColor"
#               Visual     "DirectColor"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection


Ciao
Davide



Reply to: