Pagina 1 di 1

Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 3:38
da Meskalamdug
Propongo una discussione per segnalare eventuali problemi della current.
La prima rogna è che la qualità del rendering dei font è inferiore(perlomeno usando dejavu sans e antialiasing),al momento non so come risolverla.
La seconda,su scheda ATI,guardando un film a schermo intero si blocca lo schermo,si può risolvere facendo ctrl+alt+f6 e ctrl+alt+f7
La terza: mplayer sempre su ATI riproduce i video con un orrendo effetto moviola.

Re: Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 3:41
da Meskalamdug
Un altro problema: nfs è più lento,es aprendo un film devo attendere oltre 20 secondi,nella 14.2 non più di 5

Re: Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 10:40
da ilmich
Meskalamdug ha scritto:La terza: mplayer sempre su ATI riproduce i video con un orrendo effetto moviola.
hai provato a cambiare il driver video usato da mplayer!?!?
A me sulla 14.2 scheda ati un po' vecchiotta di default prova ad usare vdpau ma ho degli strani rallentamenti, indicando a mplayer di utilizzare il classico driver X (con il parametro -vo xv) torna come al solito :)

Re: Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 10:54
da ponce
Meskalamdug ha scritto:Un altro problema: nfs è più lento,es aprendo un film devo attendere oltre 20 secondi,nella 14.2 non più di 5
hai provato ad incrementare i parametri rsize e wsize? io, ad esempio, monto gli share nfs in /etc/fstab cosi'

Codice: Seleziona tutto

192.168.1.2:/spazio /spazio nfs defaults,rw,rsize=65536,wsize=65536,nfsvers=3 1 2
man nfs ha scritto:rsize=n
The maximum number of bytes in each network READ request that the NFS client can receive when reading data from a file on an NFS server. The actual data payload size of each NFS READ request is equal to or smaller than the rsize setting. The largest read payload supported by the Linux NFS client is 1,048,576 bytes (one megabyte).
The rsize value is a positive integral multiple of 1024. Specified rsize values lower than 1024 are replaced with 4096; values larger than 1048576 are replaced with 1048576. If a specified value is within the supported range but not a multiple of 1024, it is rounded down to the nearest multiple of 1024.
If an rsize value is not specified, or if the specified rsize value is larger than the maximum that either client or server can support, the client and server negotiate the largest rsize value that they can both support.
The rsize mount option as specified on the mount(8) command line appears in the /etc/mtab file. However, the effective rsize value negotiated by the client and server is reported in the /proc/mounts file.
guarda cos'hai in /proc/mounts e regolati di conseguenza.

Re: Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 11:11
da Black bart
Perdonate,ma leggo current-15.0 però nei repo ufficiali c'è ancora plasma 4 che oltretutto non è più supportato dagli autori di kde!
Pensavo che con la 15 si sarebbe passati a plasma 5...peccato...

Re: Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 11:35
da ponce
Alien Bob lascia intendere che passeremo a kde5 prima del rilascio, ma che per ora con le varie vulnerabilita' globali da affrontare c'erano altre cose da fare

https://www.linuxquestions.org/question ... ost5817027

Re: Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 11:49
da Black bart
Capito...grazie!

Re: Problemi della current(Slackware-15.0)

Inviato: gio 8 feb 2018, 20:11
da Meskalamdug
ponce ha scritto:
Meskalamdug ha scritto:Un altro problema: nfs è più lento,es aprendo un film devo attendere oltre 20 secondi,nella 14.2 non più di 5
hai provato ad incrementare i parametri rsize e wsize? io, ad esempio, monto gli share nfs in /etc/fstab cosi'

Codice: Seleziona tutto

192.168.1.2:/spazio /spazio nfs defaults,rw,rsize=65536,wsize=65536,nfsvers=3 1 2
man nfs ha scritto:rsize=n
The maximum number of bytes in each network READ request that the NFS client can receive when reading data from a file on an NFS server. The actual data payload size of each NFS READ request is equal to or smaller than the rsize setting. The largest read payload supported by the Linux NFS client is 1,048,576 bytes (one megabyte).
The rsize value is a positive integral multiple of 1024. Specified rsize values lower than 1024 are replaced with 4096; values larger than 1048576 are replaced with 1048576. If a specified value is within the supported range but not a multiple of 1024, it is rounded down to the nearest multiple of 1024.
If an rsize value is not specified, or if the specified rsize value is larger than the maximum that either client or server can support, the client and server negotiate the largest rsize value that they can both support.
The rsize mount option as specified on the mount(8) command line appears in the /etc/mtab file. However, the effective rsize value negotiated by the client and server is reported in the /proc/mounts file.
guarda cos'hai in /proc/mounts e regolati di conseguenza.
Si,fatto,non cambia nulla..20 secondi di attesa!

Re: Problemi della current(Slackware-15.0)

Inviato: ven 9 feb 2018, 22:08
da Meskalamdug
Sono tornato alla 14.2,per nfs uso dei pacchetti personalizzati(ho copiato dalla configurazione di Centos).
Risultato: velocità nfs ottima,mi apre un film in hd con un lag praticamente nullo.