Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12
  1. #1

    UBUNTU, problemi con firefox

    Ciao, oggi ho installato per la prima volta un sistema linux sul mio notebook, tutto bene, configurato stampante e connessione wireless senza problemi, però c'è il firefox che mi fa girare un pò le scatole, spesso e volentieri si chiude al caricamento di una pagina, cosa può essere?
    Ringrazio anticipatamente.
    Saluti

  2. #2
    Utente di HTML.it L'avatar di bereshit
    Registrato dal
    Oct 2005
    Messaggi
    2,874
    probabilmente un bug..firefox 2 è ancora poco testato..
    L'ultima Xubuntu su Notebook Dual core 1,5 GHz e 2 Giga di RAM
    "Free as in Free speech not as in free beer"
    GDR Sperimentale

  3. #3
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    se lavori con qualche skin o estensioni in particolare puoi provare a disinstallarle per vedere se il problema è legato ad esse.

    come alternativa più estrema puoi cancellare la directory /home/.mozilla che verrà ricreata al successivo riavvio del browser.

    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  4. #4
    ecco, cancellando la cartella home/.mozilla il problema si risolve, ma come reinstallo o meglio, come si reinstalla il plug-in flash eccolo richiudersi a ogni caricamento di pagine con contenuti flash..
    BHo..

  5. #5
    Usi il flash 7 o la beta del flash 9?
    Urashima Keitaro

  6. #6
    bho..
    se lo scarica in automatico quando la pagina contiene un plug-in flash..

  7. #7
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    potresti avviare firefox da consolle, e notare che tipo di errore restituisce quando si chiude, magari ci è d'aiuto per capire come si manifesta questo problema per quanto pare evidente che sia collegato con il flashplayer.

    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  8. #8
    uhm...
    lo farei volentieri se sapessi come fare..

  9. #9
    Bastava scrivere "firefox" ehehe..

    comunque l'ho fatto e questo è l'errore che mi da:

    The program 'Gecko' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadMatch (invalid parameter attributes)'.
    (Details: serial 118 error_code 8 request_code 143 minor_code 3)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)

  10. #10
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    come vedi è già qualcosa, se non altro c'è una base di partenza più specifica dalla quale partire.

    cercando un pò sembra che l'errore sia dovuto a una configurazione di x quindi bisogna andare a modificare un valore nel file /etx/X11/xorg.conf

    a quanto sembra infatti l'errore è dipeso dalla profondità dei bit impostati per lo schermo, dovresti avere in quel file una sezione similare a questa:

    codice:
    Section "Screen"
        Identifier     "Default Screen"
        Device         "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
        Monitor        "TPV D1770"
        DefaultDepth    24
        SubSection     "Display"
    assicurati che il valore DefaultDepth sia a 24 e non a 16, puoi tranquillamente usare gedit per editare il file xorg.conf, ricorda di farlo con i privilegi di root ed esegui a scanso di equivoci anche un backup prima di modificarlo.

    codice:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.copia
    codice:
    sudo gedit /etc/X11/xorg.conf
    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

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.