[Beryl] Riuscire a farlo girare con nvidia 6100

Configurazione e uso dell'interfaccia utente predefinita fino alla versione 16.04 di Ubuntu.
Scrivi risposta
ikaroweb
Prode Principiante
Messaggi: 83
Iscrizione: sabato 12 maggio 2007, 19:14
Contatti:

[Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da ikaroweb »

Salve ragazzi è da tempo che ci sbatto la testa  >:( ma non riesco a far girare beryl sul mio pc vi posto le caratteristiche del mio pc:

MB: Asrock AM2NF4G-SATA2
Scheda Video: Nvidia 6100 Integrata
Cpu: Amd 4200+ x2 64bit
Ram: 1Giga
Ubuntu: 7.04

Questo è il mio xorg.conf

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /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 xorg.conf(5) manual page.
# (Type "man 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/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Monitor Generico"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Scheda video generica"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Scheda video generica"
    Monitor        "Monitor Generico"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
Ho installato i driver seguendo la guida del wiki, ma quando vado ad installare beryl e lo avvio gli sfondi delle finestre diventano neri e i bordi delle finestre scompaiono, non so che fare confido in voi.

:(
Avatar utente
spider54
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1168
Iscrizione: venerdì 9 febbraio 2007, 14:32
Località: Roma

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da spider54 »

prova a leggere qui
c'è di tutto troverai anche quello che ti interessa:
http://forum.ubuntu-it.org/viewtopic.php?t=37608
:(
“Il valore della vita non sta nella lunghezza dei suoi giorni, ma nell’uso che se ne fa: si può vivere molto a lungo, ma molto poco.”
(Micheal De Montaigne)
Avatar utente
pinguin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1066
Iscrizione: mercoledì 15 febbraio 2006, 10:38

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da pinguin »

io ho la tua stessa scheda nvidia
ti posto il mio xorg.conf

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Thu Nov  9 17:55:59 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           "i2c"
    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"
    Option         "XkbOptions" "lv3:ralt_switch"
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       32.0 - 81.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
    Option         "RenderAccel" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
poi va disabilitato sync to vblank nelle configurazioni di beryl e in quelle di nvidia-settings (sheda OpenGL settings)
in beryl è bene disabilitare anche detect refresh rate e impostarlo manuale
comunque ti informo che io ho un funzionamento buono (sia con compiz che con beryl) solo con i pacchetti dei repo ufficiali di ubuntu (compiz 0.3.6 e beryl 0.21)
con tutti gli altri che si trovano in repo semi-ufficiali o non-ufficiali il problema delle schermate nere si presenta comunque quando apro la quarta o quinta
dovrebbe essere un problema dovuto alla gestione della memoria condivisa della nostra scheda integrata
Nella scatola era scritto: "Richiede Windows Xp o superiore"
Così ho installato Linux :-)
ikaroweb
Prode Principiante
Messaggi: 83
Iscrizione: sabato 12 maggio 2007, 19:14
Contatti:

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da ikaroweb »

@spider54

ho gia provato ma niente ho sempre la schermata nera

@pinguin

Guardando il tuo xorg nel mio mancano queste righe:

    Option        "RenderAccel" "true"
    Option        "AddARGBGLXVisuals" "true"
    Option        "AllowGLXWithComposite" "true"

quindi dovrei aggiungere queste tre e vedere come si comporta beryl.
Quale guida hai seguito per installare beryl?

Edit:
Ho aggiunto le 3 righe in questione e disabilitato le voci da te citate ora lo tengo in test per tutta la notte vediamo se domattina è ancora funzionante o meno.
Vi aggiorno!  ;D
Ultima modifica di ikaroweb il martedì 12 giugno 2007, 23:37, modificato 1 volta in totale.
Avatar utente
pinguin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1066
Iscrizione: mercoledì 15 febbraio 2006, 10:38

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da pinguin »

ikaroweb ha scritto: Quale guida hai seguito per installare beryl?

Edit:
Ho aggiunto le 3 righe in questione e disabilitato le voci da te citate ora lo tengo in test per tutta la notte vediamo se domattina è ancora funzionante o meno.
Vi aggiorno!  ;D
Ho iniziato con edgy e le guide le ho guardate un po' tutte, quella in questo forum e quella del sito beryl project in particolare
ora con feisty e xorg 7.2 le cose vanno meglio (almeno con le versioni che ti ho detto) e tante impostazioni sono superflue
comunque il problema di base è la nostra scheda poco performante e con mem condivisa
tenerlo acceso tutta la notte senza aprire e chiudere (soprattutto aprire) tante finestre non serve a molto come test perchè va in sleeping
al massimo vedi se ritorna correttamente dallo screensaver
Nella scatola era scritto: "Richiede Windows Xp o superiore"
Così ho installato Linux :-)
ikaroweb
Prode Principiante
Messaggi: 83
Iscrizione: sabato 12 maggio 2007, 19:14
Contatti:

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da ikaroweb »

Allora la notte è passata tranquilla.  ;D
Pinguin ho provato a testare anche di notte perchè l'ultima volta al mattino riaccendendo il monitor non vedevo nulla ma solo la schermata nera.  :o
Comunque continuo a testare tutto il giorno e vediamo come si comporta, comunque prima quando non aggiungevo le tue righe e cambiavo i settaggi di nvidia e beryl già all'avvio di beryl c'erano problemi.  ???
Vi aggiorno stasera sulla situazione.  (b2b)
Avatar utente
pinguin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1066
Iscrizione: mercoledì 15 febbraio 2006, 10:38

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da pinguin »

attendo fiducioso  (good)
Nella scatola era scritto: "Richiede Windows Xp o superiore"
Così ho installato Linux :-)
ikaroweb
Prode Principiante
Messaggi: 83
Iscrizione: sabato 12 maggio 2007, 19:14
Contatti:

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da ikaroweb »

Allora dopo alcune ore di "stress" l'unico inconveniente che ho notato è che alcune finestre hanno lo sfondo nero, per il resto funziona tutto egregiamente.
Come risolvere il problema dello sfondo nero?
Avatar utente
pinguin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1066
Iscrizione: mercoledì 15 febbraio 2006, 10:38

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da pinguin »

ikaroweb ha scritto: ....
Come risolvere il problema dello sfondo nero?
Comprando una scheda migliore da installare nello slot PCI-E?  ;D
Io ci sto pensando seriamente
Nella scatola era scritto: "Richiede Windows Xp o superiore"
Così ho installato Linux :-)
ikaroweb
Prode Principiante
Messaggi: 83
Iscrizione: sabato 12 maggio 2007, 19:14
Contatti:

Re: [Beryl] Riuscire a farlo girare con nvidia 6100

Messaggio da ikaroweb »

Si anche io, devo decidere quale visto che io non gioco col pc ma servirebbe per averne una migliore di questa. ;D
Scrivi risposta

Ritorna a “Unity”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti