[Risolto] [Beryl] Parte ma si blocca tutto dopo 1 minuto..

Configurazione e uso dell'interfaccia utente predefinita fino alla versione 16.04 di Ubuntu.
m4ssimo
Prode Principiante
Messaggi: 117
Iscrizione: lunedì 1 maggio 2006, 13:44

[Risolto] [Beryl] Parte ma si blocca tutto dopo 1 minuto..

Messaggio da m4ssimo »

Ciao a tutti,
Scusate se ancora chiedo sulla questione beryl ma non mi do pace!
Ho un computer un pò vecchiotto con una scheda grafica nVidia GeForce2 e mi sono fissato di far funzionare beryl su questa macchina!

Ho installato i driver appositi usando lo script Envy.
Ho editato xorg.conf come opportuno, seguendo tutorial in inglese, italiano,spagnolo e anche tedesco  (rotfl)

Fatto ciò quando lo avvio Beryl parte (riesco a usare il famoso cubo) ma quando provo a ridurre ad icona una finestra qualsiasi si blocca tutto (terminali non grafici compresi) e devo perforza riavviare.Uso ubuntu feisty
Penso che questo sia dovuto da un errore che avviene nella partenza di Beryl. eccovi l'output:

Codice: Seleziona tutto

**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : failed

No GLX_EXT_texture_from_pixmap
beryl: No GLXFBConfig for default depth, falling back on visinfo.
Vi posto anche il mio xorg.conf

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
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" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV15 [GeForce2 GTS/Pro]"
    Driver         "nvidia"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV15 [GeForce2 GTS/Pro]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "UseFBDev" "true"
    Option "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "enable"
EndSection
Spero che qualcuno mi sappia aiutare perchè non so più cosa fare...

Vi ringrazio anticipatamente

[shadow=red,left]Ciao a tutti![/shadow]
Ultima modifica di m4ssimo il sabato 11 agosto 2007, 14:03, modificato 1 volta in totale.
Avatar utente
RoboticalMind
Prode Principiante
Messaggi: 101
Iscrizione: venerdì 19 gennaio 2007, 14:56

Re: [Beryl] Parte ma si blocca tutto dopo 1 minuto..

Messaggio da RoboticalMind »

Codice: Seleziona tutto

Checking for GLX_EXT_texture_from_pixmap        : failed
Questa riga indica che c'è qualcosa che non va.
Prova a reinstallare i driver della scheda video.
Disinstalla quelli vecchi poi vai su Sistema -> Amministrazione -> Gestore driver con restrizioni. Digita la password e clicca su «Driver grafici accelerati NVIDIA». Segui la procedura d'installazione e una volta fatto riavvia il computer.
Se non riesci a far funzionare beryl nemmeno così allora prova a installare XGL: http://wiki.ubuntu-it.org/CompositeManager/Xgl
Divilinux

Re: [Beryl] Parte ma si blocca tutto dopo 1 minuto..

Messaggio da Divilinux »

vediamo se mi ricordo..l'estensione

GLX_EXT_texture_from_pixmap

funziona per schede nvidia con driver della serie 9** mentre coi driver precedenti(serie 7** e 8**) e solo su server Xgl
Forse i driver della tua scheda nvidia sono i legacy?
m4ssimo
Prode Principiante
Messaggi: 117
Iscrizione: lunedì 1 maggio 2006, 13:44

Re: [Beryl] Parte ma si blocca tutto dopo 1 minuto..

Messaggio da m4ssimo »

Allora ciao a tutti...inanzitutto ragazzi gravie a tutti voi ho risolto: ho semplicemente avviato la sessione con XGL e funziona tutto!L'errore rimane (quello sopra indiicato) ma beryl funziona alla perfezione!

Ciao a tutti e grazie!
Scrivi risposta

Ritorna a “Unity”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti