
Ubuntu日本語フォーラム

ログインしていません。
vlcにファイルをドラッグすると何も表示せず落ちます
エラーメッセージは下記です(エラーを調べるため端末で実行しました)
vlc test.avi
VLC media player 1.0.0 Goldeneye
[0x843d160] main libvlc: vlc は標準のインターフェースで実行しています。インターフェースをはずした vlc を使用するには「cvlc」を使用してください。
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
[????????] x11 video output error: X11 request 133.19 failed with error code 8:
BadMatch (invalid parameter attributes)
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 133 (XVideo)
Minor opcode of failed request: 19 ()
Serial number of failed request: 102
Current serial number in output stream: 103
何か公開すべき事があれば教えてください
オフライン
下記に同じようなエラーが報告されていて、
http://ubuntuforums.org/archive/index.php/t-1131578.html
こちらに書いてある対処法で治ったとあります。
http://ubuntuforums.org/showthread.php?t=1132119
次の手順で、設定を変更してみてください。
STEP 1
端末で $ gstreamer-properties を実行すると、マルチメディア・システム・セレクタが起動しますので、「ビデオ」タブの「デフォルトの出力」で「自動検出」から「Xウィンドウ・システム(Xvなし)」に変更します。
STEP 2
VLCを起動してメニューの「ツール>設定」を選択し、左サイドの「ビデオ」をクリックして、出力の項目で「標準」から「X11ビデオ出力」に変更します。
これでいかがでしょうか?
オフライン
ありがとうございます。教えて頂いた通りににした結果
vlc test.avi
VLC media player 1.0.0 Goldeneye
[0x9cc9160] main libvlc: vlc は標準のインターフェースで実行しています。インターフェースをはずした vlc を使用するには「cvlc」を使用してください。
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
[????????] x11 video output error: X11 request 143.3 failed with error code 8:
BadMatch (invalid parameter attributes)
[????????] x11 video output notice: buggy X11 server claims shared memory
[????????] x11 video output notice: support though it does not work (OpenSSH?)
[????????] x11 video output error: X11 request 143.3 failed with error code 8:
BadMatch (invalid parameter attributes)
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (MIT-SHM)
Minor opcode of failed request: 3 (X_ShmPutImage)
Serial number of failed request: 61
Current serial number in output stream: 62
となり、エラー終了しました。
ビデオ出力を変えればいいかもと思い色々やってみたら
OpenGLのビデオ出力
で、無事表示出来ました。本当にありがとうございました。
オフライン
エラーコードの数値が違っていたので、ハズレかな?とも思ったのですが、解決して何よりです。
同じようなエラーが出ていてうまくいかない方は、m.hidaさんと同様にビデオ出力をいろいろと変更して試してみれば、うまくいくかも知れませんね。
オフライン