(Solved) Scheda 7300GS Driver Nvidia 290.10 e Gnome-Shell

 

 

 

Finalmente i possessori di questa scheda, la 7300GS, possono tornare ad usare i driver Nvidia, dato che con l'ultima release, la 290.10, sono stati risolti i problemi che causavano il freeze con Gnome-Shell.

 

290.10 for Linux x86/x86_64 released
 

Release highlights since 290.06:

  • Fixed a bug that would cause OpenGL applications to crash when run with recent releases of glibc such as glibc 2.14.90.
  • Improved the performance of FBO bind operations when using Xinerama by ~30% in some cases.
  • Fixed a bug that could cause stereo corruption when driving a stereo display and a non-stereo display from the same GPU.
  • Fixed a bug that could cause display devices on a secondary GPU to get swapped between X screens when restarting the X server.
  • Fixed a bug that could result in line flickering in full-scene anti- aliasing contexts.
  • Fixed a bug that caused the physical dimensions of rotated monitors to be reported incorrectly.
  • Add support for the pre-VBO DrawArrays command in the server-side GLX driver module. The NVIDIA client-side GLX implementation never sends this command, but the server needs to support it for compatibility with other GLX client implementations.
  • Fixed a regression that caused blank/white windows when exhausting video memory on GeForce 6 and 7 series GPUs while using composited desktops.
  • Fixed a bug that caused a crash when glDrawArrays was used with a non-VBO vertex attribute array to draw on a Xinerama screen other than screen 0 using an indirect GLX context

 

The 290.10 NVIDIA Accelerated Linux Graphics Driver Set for Linux/x86 is available for download via FTP.
The 290.10 NVIDIA Accelerated Linux Graphics Driver Set for Linux/x86_64 is available for download via FTP.

 

Update 4/11/2011: purtroppo danno ancora un po di problemi.

enjoy 😉

Slideshow veloci usando mencoder

 

 

 

 

 

Creare da una cartella piena di immagini, in maniera semplice e veloce, uno Slideshow , usando mencoder.

 

$ mencoder "mf://*.jpg" -mf fps=0.5 -ovc lavc -lavcopts vhq:vbitrate=1500 -vf scale=640:480 -o video.avi

 

enjoy 😉

Deb per Kernel 3.1.1-ck2 Debian Squeeze/W/S e LMDE

 

 

 

 

Condivido l'ultimo kernel patchato Kolivas, compreso di tutte le patch debian. Per architettura i386 ed amd64. Per ricompilarlo basta seguire queste guide, la num.1 o la num.2. Per chi si cimenta nella compilazione consiglio di farlo da Squeeze, in quanto da Sid, anche se apparentemente i pacchetti vengono costruiti ed installati senza errori, all'avvio si ottiene un kernel panic, almeno a me è successo questo, credo in virtù della versione di gcc. Nell'altro caso l'errore che si potrà incontrare è sempre il solito lguest:

 

make[1]: Leaving directory `/usr/src/linux-3.1.1'
/usr/bin/make -j2 EXTRAVERSION=-ck2-edm  ARCH=i386 \
                 -C Documentation/lguest
make: *** Documentation/lguest: File o directory non esistente.  Stop.
make: *** [debian/stamp/build/kernel] Error
2

 

che si risolve andando ad escludere dal  .config:

 

# CONFIG_LGUEST_GUEST is not set

# CONFIG_LGUEST is not set

 

enjoy 😉

Exstensions classic-systray e windowoverlay-icons Gnome 3.0 Debian Wheezy/Sid

 

 

 

 

Aggiunte due nuove estensioni, classic-systray e windowoverlay-icons. La prima permette di avere l'icone delle notifiche sulla top bar in alto a destra, proprio come con Gnome 2. La seconda invece, mostra un icona per ogni finestra aperta, nel riepilogo delle Applicazioni.

 

 

 

enjoy 😉

Convertire video mkv in avi usando mencoder

 

 

 

 

Ho avuto la necessità di convertire un video mkv (Matroska) in avi, per un lettore dvd/dvx. Ho provato diverse soluzioni, sia da terminale con ffmpeg, sia con altri programmi dedicati, ma la qualità nella maggior parte dei casi è stata a dir poco pessima. La soluzione ottimale senza "perdita" di qualità, e soprattutto in un tempo ragionevole, nel mio caso, è stato il doppio processo usato con mencoder.

 

$ mencoder -o /dev/null -oac mp3lame -ovc xvid -xvidencopts pass=1 file.mkv

$ mencoder -o file.avi -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=2000 file.mkv

 

enjoy 😉

Gnome 3 Tips

 

 

 

 

Comandi da terminale utili da integrare con alcune estensioni, ed altri, che vengono utilizzati da Gnome Tweak Tool. Tutto viene controllato da gsettings:

 

 

edmond@Debianbox:/$ gsettings
Usage:
  gsettings COMMAND [ARGS…]

Commands:
  help                      Show this information
  list-schemas              List installed schemas
  list-relocatable-schemas  List relocatable schemas
  list-keys                 List keys in a schema
  list-children             List children of a schema
  list-recursively          List keys and values, recursively
  range                     Queries the range of a key
  get                       Get the value of a key
  set                       Set the value of a key
  reset                     Reset the value of a key
  writable                  Check if a key is writable
  monitor                   Watch for changes

Use 'gsettings help COMMAND' to get detailed help.
 

 

mostrare icone sul desktop ed abilitare tasto dx:


$ gsettings set org.gnome.desktop.background draw-background true
$ gsettings set org.gnome.desktop.background show-desktop-icons true


mostrare data accanto l'orario:
 

$ gsettings set org.gnome.shell.clock show-date true

 

mostrare secondi:

$ gsettings set org.gnome.shell.clock show-seconds true

 

cambiare sfondo desktop:

 

$ gsettings set org.gnome.desktop.background picture-uri 'file:///percorso_immagine'

 

Configurare l'estensione Dock, che di default si piazza a destra:
 

$ gsettings set org.gnome.shell.extensions.dock position left

 

Configurare l'estensione weather:

 

cambiare icona:

 

$ gsettings set org.gnome.shell.extensions.weather use-symbolic-icons true

 

mostrare solo l'icona, senza testo:

 

$ gsettings set org.gnome.shell.extensions.weather show-text-in-panel false

 

enjoy 😉

(Errori) Iceweasel 8 Gtk-WARNING Debian Sid

 

 

 

 

Gli ultimi aggiornamenti su Debian Sid hanno portato al crash di Iceweasel:

 

(plugin-container:7906): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «murrine»

 

questo errore è dovuto al fatto che Iceweasel è stato aggiornato alla versione 8, mantre il langpack, è rimasto alla versione 7. Per risolvere basta avviare iceweasel in safe-mode, e disabilitare tutte l'estensioni, per poi le riattivarle, ma senza il langpack:

 

$ iceweasel -safe-mode

 

 

 

a questo punto attendere l'aggiornamento del langpack su Sid, oppure scaricarlo da qua.

 

enjoy 😉