Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Lenny, non parte più X

    Dopo l'ultimo aggiornamento di lenny, kdm si avvia ma non riesco ad eseguire il login.
    Ho provato a stoppare kdm ed eseguire startx ma non cambia nulla.
    Si lamenta a proposito della keymap.
    Ho provato a usare i vesa al posto dei driver nvidia ma non è servito.
    Qualcuno di voi ha riscontrato problemi simili?
    Cosa mi consigliate di fare?


    Ecco l'errore che ricevo
    # cat Xorg.0.log | grep "(EE)"
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (EE) Error compiling keymap (server-0)
    (EE) XKB: Couldn't compile keymap
    (EE) Error compiling keymap (server-0)
    (EE) XKB: Couldn't compile keymap
    Questo è il mio xorg.conf
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    EndSection

    Section "Device"
    Driver "vesa"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    EndSection

    #Section "Modules"
    # load "glx"
    #EndSection

    Section "InputDevice"
    Driver "synaptics"
    Identifier "ALPS Touchpad"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "event"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.25"
    Option "MaxSpeed" "0.50"
    Option "AccelFactor" "0.030"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
    EndSection
    Faccio parte di questo mondo, cambiare me stesso significa cambiare il mondo.

  2. #2
    puoi provare a riconfigurare xserver o la mappa tastiera

    dpkg-reconfigure console-data per la tastiera

    dpkg-reconfigure xserver-xorg pr riconfigurare xserver

    in alternativa in /etc/X11 trovi delle copie di backup di xorg.conf rinomina xorg.conf e tra i vari backup rinomina xorg.conf quello piu' grosso

    su sid ad esempio dpkg-reconfigure genera una semispecie di aborto di file che contiene pochissimi dati

  3. #3
    Sembra impossibile ma ora funziona di nuovo e l'unica cosa che ho fatto è stato rimuovere i pacchetti in /var/cache/apt/archives perchè il disco era pieno.
    Ad ogni modo ho trovato essere un bug di X
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486

    e qualcuno sembra aver trovato una mezza soluzione

    http://groups.google.com/group/linux...448e635f55205a
    solved the problem.

    I did:

    $ xkbset q
    XKB not supported for display :0.0

    then, I did:

    $ setxkbmap us

    at this point, the keyboard indicator was able to show me the correct
    keyboard layout. I did

    $ setxkbmap it

    and the same happened for the Italian keyboard layout. Still, the
    keyboard indicator would not work. So I removed the Italian layout and
    added it back again, then want to the keyboard options, changed some of
    them, than changed them back again.

    All the above described operations were apparently necessary to restore
    correct working. Now the keyboard indicator works again for me.

    I am not sure whether this bug should be closed. It could be showing
    that the keyboard indicator settings somehow are corrupted when
    upgrading xorg, and they need to be restored manually.
    Faccio parte di questo mondo, cambiare me stesso significa cambiare il mondo.

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 © 2024 vBulletin Solutions, Inc. All rights reserved.