Visualizzazione dei risultati da 1 a 10 su 10

Discussione: X non parte più

  1. #1

    X non parte più

    Dopo aver caricato tutti i moduli iniziali, sullo "Starting up X11 session manager..." X si blocca ed esce solo la clessidra del mouse.

    Nota: perde tantissimo tempo allo "Starting NFS service" se il notebook è spento (prima non lo faceva).

    Ho fatto uno stupido "swaret --upgrade", aggiornando il sistema (lo so, è stata una ca..ta, ho voluto provare e ne sto pagando le conseguenze ). Penso che sia qualche pacchetto che ha sconquassato tutto. Sapreste consigliarli come - tentare di - risolvere il problema?

    Grazie!

  2. #2
    Potresti postare qualche log file e magari la tua configurazione, cosi' magari si puo' capire meglio il tuo problema. Ciao
    Linux user number 395693| Acer TravelMate 4672WMLI powered by GNU/Linux Ubuntu 7.10

  3. #3
    ... Nonostante sia utente linux da oltre un anno, ho sempre da imparare e chiedo: quale file potrei postarti? Ti ringrazio...

  4. #4
    Utente di HTML.it L'avatar di Guglie
    Registrato dal
    Dec 2002
    Messaggi
    1,572
    probabilmente c'è qualcosa che non va in xorg.conf
    (non capisco cosa c'entra NFS con X)
    powered by GNU/Linux Gentoo
    A Elbereth Gilthoniel o menel palan-diriel, le nallon sí di-nguruthos! A tiro nin, Fanuilos!

  5. #5
    (non capisco cosa c'entra NFS con X)
    Praticamente nulla. E' solo una cosa che ho notato dopo aver fatto questo stupido upgrade, facilmente non c'entra nulla ma ho preferito segnalarlo. Magari è qualche altro problema ancora...

    Il mio xorg.conf è questo:

    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    EndSection

    Section "Module"
    Load "record"
    Load "extmod"
    Load "dbe"
    Load "dri"
    Load "glx"
    Load "xtrap"
    Load "freetype"
    Load "type1"
    Load "freetype"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "4 5"
    Option "Emulate 3Buttons" "no"
    EndSection

    Section "Monitor"
    #DisplaySize 340 270 # mm
    Identifier "Monitor0"
    VendorName "PHL"
    ModelName "Philips 170S4"
    #HorizSync 31.5 - 64.3
    HorizSync 30 - 64
    VertRefresh 56.0 - 76.0
    Option "DPMS"
    EndSection

    Section "Device"
    ### Available Driver options are:-
    ### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # [i]
    #Option "AGPMode" # [i]
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # [i]
    #Option "GARTSize" # [i]
    #Option "RingSize" # [i]
    #Option "BufferSize" # [i]
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "PanelOff" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "MonitorLayout" # [<str>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "VideoKey" # [i]
    #Option "MergedFB" # [<bool>]
    #Option "CRT2HSync" # [<str>]
    #Option "CRT2VRefresh" # [<str>]
    #Option "CRT2Position" # [<str>]
    #Option "MetaModes" # [<str>]
    #Option "MergedDPI" # [<str>]
    #Option "NoMergedXinerama" # [<bool>]
    #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "Unknown Board"
    BusID "PCI:1:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

  6. #6
    Utente di HTML.it L'avatar di Guglie
    Registrato dal
    Dec 2002
    Messaggi
    1,572
    prova a postare il log di xorg che dovresti avere in /var/log
    powered by GNU/Linux Gentoo
    A Elbereth Gilthoniel o menel palan-diriel, le nallon sí di-nguruthos! A tiro nin, Fanuilos!

  7. #7
    se si ferma alla clessidra sembra piu un problema di kde
    o di kdm
    guarda semmai i log di kdm o ricontrola con uno swaret --upgrade che non ti abbia lasciato qualche pacchetto da aggiornare

  8. #8
    Penso sia qualcosa che riguarda i fonts, al termine del file di log di Xorg ho questi messaggi:

    Warning: font renderer for ".ttf" already registered at priority 0
    Warning: font renderer for ".TTF" already registered at priority 0
    Warning: font renderer for ".ttc" already registered at priority 0
    Warning: font renderer for ".TTC" already registered at priority 0
    Warning: font renderer for ".otf" already registered at priority 0
    Warning: font renderer for ".OTF" already registered at priority 0
    Warning: font renderer for ".otc" already registered at priority 0
    Warning: font renderer for ".OTC" already registered at priority 0
    Warning: font renderer for ".pfa" already registered at priority 0
    Warning: font renderer for ".PFA" already registered at priority 0
    Warning: font renderer for ".pfb" already registered at priority 0
    Warning: font renderer for ".PFB" already registered at priority 0
    Warning: font renderer for ".BDF" already registered at priority -10
    Warning: font renderer for ".PCF" already registered at priority -10
    Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
    SetClientVersion: 0 8

  9. #9
    Utente di HTML.it L'avatar di Guglie
    Registrato dal
    Dec 2002
    Messaggi
    1,572
    no, non credo: quelli sono solo messaggi di warning
    di solito i problemi sono quando il server X non trova lo schermo, la scheda grafica, la tastiera o il mouse
    powered by GNU/Linux Gentoo
    A Elbereth Gilthoniel o menel palan-diriel, le nallon sí di-nguruthos! A tiro nin, Fanuilos!

  10. #10
    Una cosa importante che mi son dimenticato di dire: accedendo con una sessione di X alternativa (CTRL+ALT+...), e lanciando startx (dopo aver cancellato il file di lock di xorg) ... funziona! Con un po' di cose strane (tipo: non riconosce più il masterizzatore e amarok non parte per errori al kbuildsycoca), ma funziona.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.