Nous sommes le Ven 26 Avr, 2024 09:22
Supprimer les cookies

bug du lecteur vidéo (important)

Le choix d'Ubuntu pour mes premiers pas Linux

Mar 02 Oct, 2007 17:45

j'ai un vilain bug de mon lecteur vidéo, je pensais que ça venais du logiciel mais j'ai le même problème avec VLC...

en fait il y a une marge en haut de l'image, un marge verte et moche, et plus on descend la fenêtre par rapport à l'écran plus cette marge grandit.
Elle y est même en plein écran, donc visionnage de vidéo impossible.
Le bug ne passe pas au screen shot, sur le screen shot on ne voit que du vert à la place de la vidéo.

Donc voilà j'aimerai savoir si quelqu'un connaît l'origine du problème et/ou comment le résoudre.

[EDIT]tout cela sous ubuntu bien sur...
MCMic

Messages : 540

Mar 02 Oct, 2007 21:10

Bonjour

Il me semble avoir eut il y a bien longtemps de cela un problème avec une très vieille carte intégrée intel I810
Si tu donnais quelques indications sur ton matériel ?
La connaissance s'accroît lorsqu'on la partage
alaingre

Messages : 1192
Géo : http://brenta.free.fr

Mar 02 Oct, 2007 21:19

j'ai un portable donc c'est difficile à dire ^^ (un "vieux" portable dont on a plus les truc livrés avec)

Mais bon va falloir que je finisse par me renseigner sur ce qu'il a dans le ventre parce que j'en ai besoin pour plusieurs trucs (notamment pr me trouver des pilotes pr mon windows dual boot)

sinon là le bug est plus là, il n'y est pas tt le tps on dirait oO
MCMic

Messages : 540

Mer 03 Oct, 2007 01:17

Copie ici le contenu de ton fichier /etc/X11/xorg.conf .
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Mer 03 Oct, 2007 07:56

essaye ca en console, ca a résolu le problème avec ma debian sid.

export G_SLICE=always-malloc
vlc
i love vim
limax

Avatar de l’utilisateur
Messages : 474
Géo : grenoble

Mer 03 Oct, 2007 20:07

sur une même ligne? (export G_SLICE=always-malloc vlc)
ça va faire quoi?

/etc/X11/xorg.conf:
Code: Tout sélectionner
# /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 ***spam*** command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        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"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        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"     "fr"
        Option          "XkbVariant"    "oss"
EndSection

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
        Option "Device" "/dev/input/mice"
        Option "Protocol" "ExplorerPS/2"
        Option "Emulate3Buttons" "false"
        Option "Buttons" "7"
        Option "ZAxisMapping" "4 5"
        Option "ButtonMapping" "1 2 3 6 7"
        Option "Resolution" "100"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

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

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

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

Section "Device"
        Identifier      "Intel Corporation 82852/855GM Integrated Graphics Device"
        Driver          "i810"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        HorizSync       28-70
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82852/855GM Integrated Graphics Device"
        Monitor         "Écran générique"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1400x1050"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1400x1050"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1400x1050"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1400x1050"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1400x1050"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1400x1050"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection
MCMic

Messages : 540

Mer 03 Oct, 2007 21:11

Dans ton fichier xorg.conf, essaie de remplacer "DefaultDepth 16" par "DefaultDepth 24".
Pour modifier ce fichier il faut le faire en root. Dans un terminal tape :
Code: Tout sélectionner
gksudo gedit /etc/X11/xorg.conf

Et relance X (Ctrl+Alt+Backspace).
On sait jamais...
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Jeu 04 Oct, 2007 13:04

le bug n'est plus revenu de toutes façons...

j'ai quand même mis à 24 ce que tu m'as dis, en espérant que ça le dissuade de revenir ^^
MCMic

Messages : 540

Jeu 04 Oct, 2007 18:26

raaah le bug est de retour

PS: et en noir la marge cette fois :shock:
MCMic

Messages : 540

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit