OVH Cloud OVH Cloud

Lecture saccadée de mes dvd

22 réponses
Avatar
Patrice OLIVER
Bonjour,

Sur mon VAIO VGN-S4M, j'ai constat=E9 que la lecture des DVD est
saccad=E9e que ce soit avec XINE, MPLAYER ou VLC.

Auriez-vous une id=E9e ?

Patrice.

10 réponses

1 2 3
Avatar
Florent Bayle
--nextPart33246465.OQhS1a9joS
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Le Lundi 24 Octobre 2005 12:04, Patrice OLIVER a écrit :
Bonjour,

Sur mon VAIO VGN-S4M, j'ai constaté que la lecture des DVD est
saccadée que ce soit avec XINE, MPLAYER ou VLC.

Auriez-vous une idée ?



Activer le dma sur le lecteur ? Regarde du côté de hdparm.

--
Florent

-- Citation aléatoire --
Cette tristesse, que nos fautes nous cause,
a un nom particulier, et s'appelle repentir.
-+- Jacques Bénigne Bossuet -+-

--nextPart33246465.OQhS1a9joS
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQBDXPpZM+Ix3/RCm3gRAnkgAJ4/LV7AM4TfndDS81H+McAccBncmgCeNh7L
x/wwm4ux/EDLWvlxsrOy6P8 =uW9Z
-----END PGP SIGNATURE-----

--nextPart33246465.OQhS1a9joS--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Patrice OLIVER
------=_Part_57401_22125732.1130169416231
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Bonsoir,


Voici mon fichier /etc/hdparm.conf.


## This is the default configuration for hdparm for Debian. It is a
## rather simple script, so please follow the following guidelines :)
## Any line that begins with a comment is ignored - add as many as you
## like. Note that an in-line comment is not supported. If a line
## consists of whitespace only (tabs, spaces, carriage return), it will be
## ignored, so you can space control fields as you like. ANYTHING ELSE
## IS PARSED!! This means that lines with stray characters or lines that
## use non # comment characters will be interpreted by the initscript.
## This has probably minor, but potentially serious, side effects for your
## hard drives, so please follow the guidelines. Patches to improve
## flexibilty welcome. Please read /usr/share/doc/hdparm/README.Debian for
## notes about known issues, especially if you have an MD array.
##
## Note that if the init script causes boot problems, you can pass
'nohdparm'
## on the kernel command line, and the script will not be run.
##
## Uncommenting the options below will cause them to be added to the DEFAUL T
## string which is prepended to options listed in the blocks below.
##
## If an option is listed twice, the second instance replaces the first.
##
## /sbin/hdparm is not run unless a block of the form:
## DEV {
## option
## option
## ...
## }
## exists. This blocks will cause /sbin/hdparm OPTIONS DEV to be run.
## Where OPTIONS is the concatenation of all options previously defined
## outside of a block and all options defined with in the block.

# -q be quiet
quiet
# -a sector count for filesystem read-ahead
#read_ahead_sect = 12
# -A disable/enable the IDE drive's read-lookahead feature
#lookahead = on
# -b bus state
#bus = on
# -B apm setting
#apm = 255
# -c enable (E)IDE 32-bit I/O support - can be any of 0,1,3
#io32_support = 1
# -d disable/enable the "using_dma" flag for this drive
#dma = off
# -D enable/disable the on-drive defect management
#defect_mana = off
# -E cdrom speed
#cd_speed = 16
# -k disable/enable the "keep_settings_over_reset" flag for this drive
#keep_settings_over_reset = off
# -K disable/enable the drive's "keep_features_over_reset" flag
#keep_features_over_reset = on
# -m sector count for multiple sector I/O
#mult_sect_io = 32
# -P maximum sector count for the drive's internal prefetch mechanism
#prefetch_sect = 12
# -r read-only flag for device
#read_only = off
# -S standby (spindown) timeout for the drive
#spindown_time = 24
# -u interrupt-unmask flag for the drive
#interrupt_unmask = on
# -W Disable/enable the IDE drive's write-caching feature
#write_cache = off
# -X IDE transfer mode for newer (E)IDE/ATA2 drives
#transfer_mode = 34
# -y force to immediately enter the standby mode
#standby
# -Y force to immediately enter the sleep mode
#sleep
# -Z Disable the power-saving function of certain Seagate drives
#disable_seagate
# -M Set the acoustic management properties of a drive
#acoustic_management
# -p Set the chipset PIO mode
# chipset_pio_mode

# Root file systems. Please see README.Debian for details
# ROOTFS = /dev/hda

## New note - you can use straight hdparm commands in this config file
## as well - the set up is ugly, but it keeps backwards compatibility
## Additionally, it should be noted that any blocks that begin with
## the keyword 'command_line' are not run until after the root filesystem
## is mounted. This is done to avoid running blocks twice. If you need
## to run hdparm to set parameters for your root disk, please use the
## standard format.

#Samples follow:
#First three are good for devfs systems, fourth one for systems that do
#not use devfs. The fifth example uses straight hdparm command line
#syntax. Any of the blocks that use command line syntax must begin with
#the keyword 'command_line', and no attempt is made to validate syntax.
#It is provided for those more comfortable with hdparm syntax.

#/dev/discs/disc0/disc {
# mult_sect_io = 16
# write_cache = off
# spindown_time = 240
#}

#/dev/discs/disc1/disc {
# mult_sect_io = 32
# spindown_time = 36
# write_cache = off
#}

#/dev/cdroms/cdrom0 {
# dma = on
# interrupt_unmask = on
# io32_support = 0
#}

/dev/hda {
# mult_sect_io = 16
# write_cache = off
dma = on
}

#command_line {
# hdparm -q -m16 -q -W0 -q -d1 /dev/hda
#}



Je suis preneur de tout conseil,

Patrice.

Le 24/10/05, Florent Bayle a écrit :
Le Lundi 24 Octobre 2005 12:04, Patrice OLIVER a écrit :
> Bonjour,
>
> Sur mon VAIO VGN-S4M, j'ai constaté que la lecture des DVD est
> saccadée que ce soit avec XINE, MPLAYER ou VLC.
>
> Auriez-vous une idée ?

Activer le dma sur le lecteur ? Regarde du côté de hdparm.

--
Florent

-- Citation aléatoire --
Cette tristesse, que nos fautes nous cause,
a un nom particulier, et s'appelle repentir.
-+- Jacques Bénigne Bossuet -+-






------=_Part_57401_22125732.1130169416231
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Bonsoir,<br><br><br>Voici mon fichier /etc/hdparm.conf.<br>
<br>
<br>
## This is the default configuration for hdparm for Debian.&nbsp; It is a < br>
## rather simple script, so please follow the following guidelines :)<br>
## Any line that begins with a comment is ignored - add as many as you <br>
## like.&nbsp; Note that an in-line comment is not supported.&nbsp; If a li ne <br>
## consists of whitespace only (tabs, spaces, carriage return), it will be< br>
## ignored, so you can space control fields as you like.&nbsp; ANYTHING ELS E<br>
## IS PARSED!!&nbsp; This means that lines with stray characters or lines t hat <br>
## use non # comment characters will be interpreted by the initscript.&nbsp ; <br>
## This has probably minor, but potentially serious, side effects for your <br>
## hard drives, so please follow the guidelines.&nbsp; Patches to improve < br>
## flexibilty welcome.&nbsp; Please read /usr/share/doc/hdparm/README.Debia n for <br>
## notes about known issues, especially if you have an MD array.<br>
##<br>
## Note that if the init script causes boot problems, you can pass 'nohdpar m' <br>
## on the kernel command line, and the script will not be run.<br>
##<br>
## Uncommenting the options below will cause them to be added to the DEFAUL T<br>
## string which is prepended to options listed in the blocks below.<br>
##<br>
## If an option is listed twice, the second instance replaces the first.<br >
##<br>
## /sbin/hdparm is not run unless a block of the form:<br>
##&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DEV {<br>
##&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option<br>
##&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option<br>
##&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>
##&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
## exists.&nbsp; This blocks will cause /sbin/hdparm OPTIONS DEV to be run. <br>
## Where OPTIONS is the concatenation of all options previously defined<br>
## outside of a block and all options defined with in the block.<br>
<br>
# -q be quiet<br>
quiet <br>
# -a sector count for filesystem read-ahead<br>
#read_ahead_sect = 12<br>
# -A disable/enable the IDE drive's read-lookahead feature<br>
#lookahead = on<br>
# -b bus state<br>
#bus = on<br>
# -B apm setting<br>
#apm = 255<br>
# -c enable (E)IDE 32-bit I/O support - can be any of 0,1,3<br>
#io32_support = 1<br>
# -d disable/enable the &quot;using_dma&quot; flag for this drive<br>
#dma = off<br>
# -D enable/disable the on-drive defect management<br>
#defect_mana = off<br>
# -E cdrom speed<br>
#cd_speed = 16<br>
# -k disable/enable the &quot;keep_settings_over_reset&quot; flag for this drive<br>
#keep_settings_over_reset = off<br>
# -K disable/enable the drive's &quot;keep_features_over_reset&quot; flag<b r>
#keep_features_over_reset = on<br>
# -m sector count for multiple sector I/O<br>
#mult_sect_io = 32<br>
# -P maximum sector count for the drive's internal prefetch mechanism<br>
#prefetch_sect = 12<br>
# -r read-only flag for device<br>
#read_only = off<br>
# -S standby (spindown) timeout for the drive<br>
#spindown_time = 24<br>
# -u interrupt-unmask flag for the drive<br>
#interrupt_unmask = on<br>
# -W Disable/enable the IDE drive's write-caching feature<br>
#write_cache = off<br>
# -X IDE transfer mode for newer (E)IDE/ATA2 drives<br>
#transfer_mode = 34<br>
# -y force to immediately enter the standby mode<br>
#standby<br>
# -Y force to immediately enter the sleep mode<br>
#sleep<br>
# -Z Disable the power-saving function of certain Seagate drives<br>
#disable_seagate<br>
# -M Set the acoustic management properties of a drive<br>
#acoustic_management<br>
# -p Set the chipset PIO mode<br>
# chipset_pio_mode<br>
<br>
# Root file systems.&nbsp; Please see README.Debian for details<br>
# ROOTFS = /dev/hda<br>
<br>
## New note - you can use straight hdparm commands in this config file <br>
## as well - the set up is ugly, but it keeps backwards compatibility<br>
## Additionally, it should be noted that any blocks that begin with <br>
## the keyword 'command_line' are not run until after the root filesystem<b r>
## is mounted.&nbsp; This is done to avoid running blocks twice.&nbsp; If y ou need <br>
## to run hdparm to set parameters for your root disk, please use the <br>
## standard format.<br>
<br>
#Samples follow:<br>
#First three are good for devfs systems, fourth one for systems that do <br >
#not use devfs.&nbsp; The fifth example uses straight hdparm command line<b r>
#syntax.&nbsp; Any of the blocks that use command line syntax must begin wi th<br>
#the keyword 'command_line', and no attempt is made to validate syntax.&nbs p; <br>
#It is provided for those more comfortable with hdparm syntax. <br>
<br>
#/dev/discs/disc0/disc {<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mult_sect_io = 16<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write_cache = off<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; spindown_time = 240<br>
#}<br>
<br>
#/dev/discs/disc1/disc {<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mult_sect_io = 32<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; spindown_time = 36<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write_cache = off<br>
#}<br>
<br>
#/dev/cdroms/cdrom0 {<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dma =
on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; interrupt_unmask = on<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; io32_support = 0<br>
#}<br>
<br>
/dev/hda {<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mult_sect_io = 16<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write_cache = off<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dma = on<br>
}<br>
<br>
#command_line {<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hdparm -q -m16 -q -W0 -q -d1 /dev/hda <br>
#}<br>
<br>
<br>
<br>Je suis preneur de tout conseil,<br><br>Patrice.<br><br>Le 24/10/05, Fl orent Bayle&lt;<a href="mailto:"> </a>&gt; a écrit :<br>&gt; Le Lundi 24 Octobre 2005 12:04, Patrice OLIVER a écrit :
<br>&gt; &gt; Bonjour,<br>&gt; &gt;<br>&gt; &gt; Sur mon VAIO VGN-S4M, j'ai constaté que la lecture des DVD est<br>&gt; &gt; saccadée que ce soit avec XINE, MPLAYER ou VLC.<br>&gt; &gt;<br>&gt; &gt; Auriez-vous une idée ?
<br>&gt; <br>&gt; Activer le dma sur le lecteur ? Regarde du côté de hd parm.<br>&gt; <br>&gt; --<br>&gt; Florent<br>&gt; <br>&gt; -- Citation al éatoire --<br>&gt; Cette tristesse, que nos fautes nous cause,<br>&gt; a un nom particulier, et s'appelle repentir.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -+- Jacques Béni gne Bossuet -+-<br>&gt; <br>&gt; <br>&gt; <br>

------=_Part_57401_22125732.1130169416231--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
ehd
On Mon, Oct 24, 2005 at 05:56:56PM +0200, Patrice OLIVER wrote:

Bonsoir,


Bonsoir

Voici mon fichier /etc/hdparm.conf.



[...]
Cela me semble être le fichier de configuration par défaut dans lequel
tout est commenté...

Je suis preneur de tout conseil,



Essayez une commande du type :
hdparm -d1 /dev/hdc
Le but est d'activer le dma sur votre lecteur dvd (ici /dev/hdc)

--
If today were half as good as tomorrow is supposed to be, it would
probably be twice as good as yesterday was.
-- Norman Augustine
Avatar
Thomas HAMEL
Le lundi 24 octobre 2005 à 17:56 +0200, Patrice OLIVER a écrit :

/dev/hda {
# mult_sect_io = 16
# write_cache = off
dma = on
}



C'est bien ça mais, tu es sur que ton lecteur CD est sur hda ? C'est
assez inhabituel comme configuration. /dev/hdc est plus courant, tu peut
vérifier en regardant la ligne de ton cdrom dans /etc/fstab (peut-etre
un ou deux liens symboliques a suivre).

Thomas


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Thomas HAMEL
Le lundi 24 octobre 2005 à 17:56 +0200, Patrice OLIVER a écrit :

/dev/hda {
# mult_sect_io = 16
# write_cache = off
dma = on
}



C'est bien ça mais, tu es sur que ton lecteur CD est sur hda ? C'est
assez inhabituel comme configuration. /dev/hdc est plus courant, tu peut
vérifier en regardant la ligne de ton cdrom dans /etc/fstab (peut-etre
un ou deux liens symboliques a suivre).

Thomas


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Patrice OLIVER
------=_Part_4336_24364082.1130221699743
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Oui, c'est bien cela. Mais je ne peux pas faire un hdparm -d1 /dev/hda
dessus, il échoue.
C'est en effet inhabituel car en fait le disque dur est un disque SATA et l e
comba DVD est dont en /dev/hda.

Patrice.

2005/10/24, Thomas HAMEL :

Le lundi 24 octobre 2005 à 17:56 +0200, Patrice OLIVER a écrit :

> /dev/hda {
> # mult_sect_io = 16
> # write_cache = off
> dma = on
> }

C'est bien ça mais, tu es sur que ton lecteur CD est sur hda ? C'est
assez inhabituel comme configuration. /dev/hdc est plus courant, tu peut
vérifier en regardant la ligne de ton cdrom dans /etc/fstab (peut-etre
un ou deux liens symboliques a suivre).

Thomas





------=_Part_4336_24364082.1130221699743
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Oui, c'est bien cela. Mais je ne peux pas faire un hdparm -d1 /dev/hda dess us, il échoue.<br>
C'est en effet inhabituel car en fait le disque dur est un disque SATA et l e comba DVD est dont en /dev/hda.<br>
<br>
Patrice.<br><br><div><span class="gmail_quote">2005/10/24, Thomas HAMEL & lt;<a href="mailto:"></a>&gt;:</span> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le lundi 24 octobre 2005 à 17:56 +0200, Patrice OLIVER a écrit :<br><br >&gt; /dev/hda {<br>&gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mult_sect_io = 16<br>&gt; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write_cache = off<b r>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dma = on<br>&gt; } <br><br>C'est bien ça mais, tu es sur que ton lecteur CD est sur hda ? C' est
<br>assez inhabituel comme configuration. /dev/hdc est plus courant, tu peu t<br>vérifier en regardant la ligne de ton cdrom dans /etc/fstab (peut-et re<br>un ou deux liens symboliques a suivre).<br><br>Thomas<br><br></blockq uote>
</div><br>

------=_Part_4336_24364082.1130221699743--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Pierre THIERRY
--JP+T4n/bALQSJXh8
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Scribit Patrice OLIVER dies 24/10/2005 hora 12:04:
Sur mon VAIO VGN-S4M, j'ai constaté que la lecture des DVD est
saccadée que ce soit avec XINE, MPLAYER ou VLC.



Étrangement, j'ai rencontré un problème similaire, mais pas sur tous les
logiciels. Plus bizarre, c'est saccadé avec Kaffeine qui utilise Xine
pour la lecture vidéo, mais pas avec gxine...

Utiliser le DMA n'y change rien.

Brièvement,
Nowhere man
--

OpenPGP 0xD9D50D8A

--JP+T4n/bALQSJXh8
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDXg7yxe13INnVDYoRAgG1AKCVR3xWRDDKX6KMqUl6bjgMwSkOAwCeNxU+
G3/r4WjQ1iHLygd6n935c4M =WlOj
-----END PGP SIGNATURE-----

--JP+T4n/bALQSJXh8--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Patrice OLIVER
------=_Part_4094_28617975.1130313147389
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Mon problème est que cela m'arrive sur gmplayer, xine, vlc (je suis sous
fvwm).

lorsque je tente un hdparm sur /dev/hda (qui est déjà paramétré dan s
hdparm.conf pour que le dma soit activé), j'obtiens :
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)


Le 25/10/05, Pierre THIERRY a écrit :

Scribit Patrice OLIVER dies 24/10/2005 hora 12:04:
> Sur mon VAIO VGN-S4M, j'ai constaté que la lecture des DVD est
> saccadée que ce soit avec XINE, MPLAYER ou VLC.

Étrangement, j'ai rencontré un problème similaire, mais pas sur tou s les
logiciels. Plus bizarre, c'est saccadé avec Kaffeine qui utilise Xine
pour la lecture vidéo, mais pas avec gxine...

Utiliser le DMA n'y change rien.

Brièvement,
Nowhere man
--

OpenPGP 0xD9D50D8A


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDXg7yxe13INnVDYoRAgG1AKCVR3xWRDDKX6KMqUl6bjgMwSkOAwCeNxU+
G3/r4WjQ1iHLygd6n935c4M=
=WlOj
-----END PGP SIGNATURE-----






------=_Part_4094_28617975.1130313147389
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Mon problème est que cela m'arrive sur gmplayer, xine, vlc (je suis sous fvwm).<br>
<br>
lorsque je tente un hdparm sur /dev/hda&nbsp;&nbsp;&nbsp; (qui est déjà
paramétré dans hdparm.conf pour que le dma soit activé), j'obtiens :< br>
/dev/hda:<br>
&nbsp;setting using_dma to 1 (on)<br>
&nbsp;HDIO_SET_DMA failed: Operation not permitted<br>
&nbsp;using_dma&nbsp;&nbsp;&nbsp; =&nbsp; 0 (off)<br>
<br><br><div><span class="gmail_quote">Le 25/10/05, <b class="gmail_sen dername">Pierre THIERRY</b> &lt;<a href="mailto: org"></a>&gt; a écrit :</span><blockquote cla ss="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); marg in: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Scribit Patrice OLIVER dies 24/10/2005 hora 12:04:<br>&gt; Sur mon VAIO VGN -S4M, j'ai constaté que la lecture des DVD est<br>&gt; saccadée que ce soit avec XINE, MPLAYER ou VLC.<br><br>Étrangement, j'ai rencontré un p roblème similaire, mais pas sur tous les
<br>logiciels. Plus bizarre, c'est saccadé avec Kaffeine qui utilise Xine <br>pour la lecture vidéo, mais pas avec gxine...<br><br>Utiliser le DMA n'y change rien.<br><br>Brièvement,<br>Nowhere man<br>--<br><a href="ma ilto:">
</a><br>OpenPGP 0xD9D50D8A<br><br><br>-----BEGI N PGP SIGNATURE-----<br>Version: GnuPG v1.4.1 (GNU/Linux)<br><br>iD8DBQFDXg 7yxe13INnVDYoRAgG1AKCVR3xWRDDKX6KMqUl6bjgMwSkOAwCeNxU+<br>G3/r4WjQ1iHLygd6n 935c4M=
<br>=WlOj<br>-----END PGP SIGNATURE-----<br><br><br></blockquote></div><b r>

------=_Part_4094_28617975.1130313147389--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Patrice OLIVER
------=_Part_4094_28617975.1130313147389
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Mon problème est que cela m'arrive sur gmplayer, xine, vlc (je suis sous
fvwm).

lorsque je tente un hdparm sur /dev/hda (qui est déjà paramétré dan s
hdparm.conf pour que le dma soit activé), j'obtiens :
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)


Le 25/10/05, Pierre THIERRY a écrit :

Scribit Patrice OLIVER dies 24/10/2005 hora 12:04:
> Sur mon VAIO VGN-S4M, j'ai constaté que la lecture des DVD est
> saccadée que ce soit avec XINE, MPLAYER ou VLC.

Étrangement, j'ai rencontré un problème similaire, mais pas sur tou s les
logiciels. Plus bizarre, c'est saccadé avec Kaffeine qui utilise Xine
pour la lecture vidéo, mais pas avec gxine...

Utiliser le DMA n'y change rien.

Brièvement,
Nowhere man
--

OpenPGP 0xD9D50D8A


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDXg7yxe13INnVDYoRAgG1AKCVR3xWRDDKX6KMqUl6bjgMwSkOAwCeNxU+
G3/r4WjQ1iHLygd6n935c4M=
=WlOj
-----END PGP SIGNATURE-----






------=_Part_4094_28617975.1130313147389
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Mon problème est que cela m'arrive sur gmplayer, xine, vlc (je suis sous fvwm).<br>
<br>
lorsque je tente un hdparm sur /dev/hda&nbsp;&nbsp;&nbsp; (qui est déjà
paramétré dans hdparm.conf pour que le dma soit activé), j'obtiens :< br>
/dev/hda:<br>
&nbsp;setting using_dma to 1 (on)<br>
&nbsp;HDIO_SET_DMA failed: Operation not permitted<br>
&nbsp;using_dma&nbsp;&nbsp;&nbsp; =&nbsp; 0 (off)<br>
<br><br><div><span class="gmail_quote">Le 25/10/05, <b class="gmail_sen dername">Pierre THIERRY</b> &lt;<a href="mailto: org"></a>&gt; a écrit :</span><blockquote cla ss="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); marg in: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Scribit Patrice OLIVER dies 24/10/2005 hora 12:04:<br>&gt; Sur mon VAIO VGN -S4M, j'ai constaté que la lecture des DVD est<br>&gt; saccadée que ce soit avec XINE, MPLAYER ou VLC.<br><br>Étrangement, j'ai rencontré un p roblème similaire, mais pas sur tous les
<br>logiciels. Plus bizarre, c'est saccadé avec Kaffeine qui utilise Xine <br>pour la lecture vidéo, mais pas avec gxine...<br><br>Utiliser le DMA n'y change rien.<br><br>Brièvement,<br>Nowhere man<br>--<br><a href="ma ilto:">
</a><br>OpenPGP 0xD9D50D8A<br><br><br>-----BEGI N PGP SIGNATURE-----<br>Version: GnuPG v1.4.1 (GNU/Linux)<br><br>iD8DBQFDXg 7yxe13INnVDYoRAgG1AKCVR3xWRDDKX6KMqUl6bjgMwSkOAwCeNxU+<br>G3/r4WjQ1iHLygd6n 935c4M=
<br>=WlOj<br>-----END PGP SIGNATURE-----<br><br><br></blockquote></div><b r>

------=_Part_4094_28617975.1130313147389--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
fra-duf-no-spam
Le 13082ième jour après Epoch,
Patrice OLIVER écrivait:

Mon problème est que cela m'arrive sur gmplayer, xine, vlc (je suis sous
fvwm).

lorsque je tente un hdparm sur /dev/hda (qui est déjà paramà ©tré dans
hdparm.conf pour que le dma soit activé), j'obtiens :
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)



Tu peux essayer la commande suivante:

hdparm -Tt /dev/hda

En prenant soin, par exemple, de la lancer avec un CD à
l'intérieur. Je ne sais pas exactement comment ça marche pour un CD,
le mien déconne complètement.
1 2 3