* [sisyphus] пропал xv :(
@ 2005-02-15 10:48 Yuri Borunov
2005-02-15 15:47 ` Valery V. Inozemtsev
2005-02-16 7:27 ` Anton Farygin
0 siblings, 2 replies; 10+ messages in thread
From: Yuri Borunov @ 2005-02-15 10:48 UTC (permalink / raw)
To: sisyphus
Доброго времени дня.
После обновления на xorg-x11-6.8.2-alt3
начисто исчезло XVideo, в связи с чем mplayer с -vo xv теперь играть не желает.
В логе иксов:
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
присутствует, но xvinfo говорит:
X-Video Extension version 2.2
screen #0
no adaptors present
Конфиг карты:
Section "Device"
Identifier "Intel 845"
VendorName "Unknown"
BoardName "Unknown"
Driver "i810"
# VideoRam 4096
Option "XaaNoOffScreenPixmaps"
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "AGPMode" "1"
Option "DPMS" "on"
Option "DRI" "on"
Option "XVideo" "on"
Ждать пока починят, или же самому можно чего сделать? :(
Option DRI и XVideo в конфиг добавил я сам, раньше работало без них,
а теперь и с ними не работает.
--
Respectfully, Yuri Borunov.
Lakra-decor ( www.lakra.ru )
System administrator.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-15 10:48 [sisyphus] пропал xv :( Yuri Borunov
@ 2005-02-15 15:47 ` Valery V. Inozemtsev
2005-02-16 6:54 ` Yuri Borunov
2005-02-16 7:27 ` Anton Farygin
1 sibling, 1 reply; 10+ messages in thread
From: Valery V. Inozemtsev @ 2005-02-15 15:47 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 3493 bytes --]
В сообщении от 15 Февраль 2005 13:48 Yuri Borunov написал(a):
> Доброго времени дня.
>
> После обновления на xorg-x11-6.8.2-alt3
> начисто исчезло XVideo, в связи с чем mplayer с -vo xv теперь играть не
> желает. В логе иксов:
> (II) Loading extension XVideo
> (II) Loading extension XVideo-MotionCompensation
> присутствует, но xvinfo говорит:
>
> X-Video Extension version 2.2
> screen #0
> no adaptors present
$ xvinfo
X-Video Extension version 2.2
screen #0
Adaptor #0: "Intel(R) 830M/845G/852GM/855GM/865G/915G Video Overlay"
number of ports: 1
port base: 60
operations supported: PutImage
supported visuals:
depth 16, visualID 0x22
depth 16, visualID 0x23
depth 16, visualID 0x24
depth 16, visualID 0x25
depth 16, visualID 0x26
depth 16, visualID 0x27
depth 16, visualID 0x28
depth 16, visualID 0x29
number of attributes: 3
"XV_COLORKEY" (range 0 to 16777215)
client settable attribute
client gettable attribute (current value is 2110)
"XV_BRIGHTNESS" (range -128 to 127)
client settable attribute
client gettable attribute (current value is 0)
"XV_CONTRAST" (range 0 to 255)
client settable attribute
client gettable attribute (current value is 64)
maximum XvImage size: 1440 x 1080
Number of image formats: 4
id: 0x32595559 (YUY2)
guid: 59555932-0000-0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
id: 0x32315659 (YV12)
guid: 59563132-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
id: 0x30323449 (I420)
guid: 49343230-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
id: 0x59565955 (UYVY)
guid: 55595659-0000-0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
>
> Конфиг карты:
>
> Section "Device"
> Identifier "Intel 845"
> VendorName "Unknown"
> BoardName "Unknown"
> Driver "i810"
> # VideoRam 4096
> Option "XaaNoOffScreenPixmaps"
> # Clock lines
>
>
> # Uncomment following option if you see a big white block
> # instead of the cursor!
> # Option "sw_cursor"
>
> Option "AGPMode" "1"
> Option "DPMS" "on"
> Option "DRI" "on"
> Option "XVideo" "on"
Section "Module"
Load "dbe"
Load "glx"
Load "dri"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
EndSection
Section "Device"
Identifier "Intel 845"
VendorName "Unknown"
BoardName "Unknown"
Driver "i810"
Option "XaaNoOffScreenPixmaps"
Option "AGPMode" "4"
Option "DPMS" "on"
EndSection
>
> Ждать пока починят, или же самому можно чего сделать? :(
видеокарта то какая? 815/845/915 (то что оказалось под рукой) все ок.
>
> Option DRI и XVideo в конфиг добавил я сам, раньше работало без них,
> а теперь и с ними не работает.
--
Valery V. Inozemtsev
Powered by ALT Linux Sisyphus (20050214) on kernel 2.6.10-std26-up-alt3
ftp://ftp.altlinux.ru/pub/people/shrek/
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-15 15:47 ` Valery V. Inozemtsev
@ 2005-02-16 6:54 ` Yuri Borunov
2005-02-16 7:09 ` Genix
0 siblings, 1 reply; 10+ messages in thread
From: Yuri Borunov @ 2005-02-16 6:54 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Не помогает :(
Видюха встроенная, Intel Corp. 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
Видеопамяти под неё 8 метров выделено.
On Tue, 15 Feb 2005 18:47:59 +0300
"Valery V. Inozemtsev" <shrek@freesource.info> wrote:
<skipped>
> Section "Module"
> Load "dbe"
> Load "glx"
> Load "dri"
> SubSection "extmod"
> Option "omit xfree86-dga"
> EndSubSection
> Load "type1"
> Load "freetype"
> EndSection
>
> Section "Device"
> Identifier "Intel 845"
> VendorName "Unknown"
> BoardName "Unknown"
> Driver "i810"
> Option "XaaNoOffScreenPixmaps"
> Option "AGPMode" "4"
> Option "DPMS" "on"
> EndSection
--
Respectfully, Yuri Borunov.
Lakra-decor ( www.lakra.ru )
System administrator.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-16 6:54 ` Yuri Borunov
@ 2005-02-16 7:09 ` Genix
0 siblings, 0 replies; 10+ messages in thread
From: Genix @ 2005-02-16 7:09 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Yuri Borunov wrote:
> Не помогает :(
> Видюха встроенная, Intel Corp. 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
> Видеопамяти под неё 8 метров выделено.
видюха та же, ничего в конфиге не менял последние пару лет (правда до
этого некоторое время стояла nvidia). Система ALT Linux Sisyphus
(20050131). запускаю mplayer -vo xv фильм -- все работает.
на всякий случай:
Section "Device"
Identifier "Intel i845"
VendorName "Unknown"
BoardName "Unknown"
Driver "i810"
VideoRam 32768
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "DPMS" "on"
EndSection
P.$.: Identifier я сам прописал, потому как там было "Nvidia что-то там"
--
У каждого в башке свои тараканы...
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-15 10:48 [sisyphus] пропал xv :( Yuri Borunov
2005-02-15 15:47 ` Valery V. Inozemtsev
@ 2005-02-16 7:27 ` Anton Farygin
2005-02-16 7:37 ` Yuri Borunov
1 sibling, 1 reply; 10+ messages in thread
From: Anton Farygin @ 2005-02-16 7:27 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Yuri Borunov wrote:
>Доброго времени дня.
>
>После обновления на xorg-x11-6.8.2-alt3
>начисто исчезло XVideo, в связи с чем mplayer с -vo xv теперь играть не желает.
>В логе иксов:
>(II) Loading extension XVideo
>(II) Loading extension XVideo-MotionCompensation
>присутствует, но xvinfo говорит:
>
>X-Video Extension version 2.2
>screen #0
> no adaptors present
>
>Конфиг карты:
>
>Section "Device"
> Identifier "Intel 845"
> VendorName "Unknown"
> BoardName "Unknown"
> Driver "i810"
># VideoRam 4096
> Option "XaaNoOffScreenPixmaps"
> # Clock lines
>
>
> # Uncomment following option if you see a big white block
> # instead of the cursor!
> # Option "sw_cursor"
>
> Option "AGPMode" "1"
> Option "DPMS" "on"
> Option "DRI" "on"
> Option "XVideo" "on"
>
>Ждать пока починят, или же самому можно чего сделать? :(
>
>Option DRI и XVideo в конфиг добавил я сам, раньше работало без них,
>а теперь и с ними не работает.
>
>
>
Во !
Еще один сокамерник... у меня XVideo не работает уже достаточно давно и
на нескольких машинах... причину так никто и не выявил ;-(
Rgds,
Rider
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-16 7:27 ` Anton Farygin
@ 2005-02-16 7:37 ` Yuri Borunov
2005-02-16 14:53 ` Anton Farygin
0 siblings, 1 reply; 10+ messages in thread
From: Yuri Borunov @ 2005-02-16 7:37 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Что совсем "подземный стук" и надежда только на такое же
случайное исправление? :(
Полез в букмарки, там есть ссылка на магазин с бубнами... :(((
On Wed, 16 Feb 2005 10:27:39 +0300
Anton Farygin <rider@altlinux.com> wrote:
<SKIPPED>
> Во !
> Еще один сокамерник... у меня XVideo не работает уже достаточно давно и
> на нескольких машинах... причину так никто и не выявил ;-(
>
> Rgds,
> Rider
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> https://lists.altlinux.ru/mailman/listinfo/sisyphus
--
Respectfully, Yuri Borunov.
Lakra-decor ( www.lakra.ru )
System administrator.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-16 7:37 ` Yuri Borunov
@ 2005-02-16 14:53 ` Anton Farygin
2005-02-16 15:02 ` Alexey I. Froloff
0 siblings, 1 reply; 10+ messages in thread
From: Anton Farygin @ 2005-02-16 14:53 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Yuri Borunov wrote:
>Что совсем "подземный стук" и надежда только на такое же
>случайное исправление? :(
>Полез в букмарки, там есть ссылка на магазин с бубнами... :(((
>
>
Не знаю про подземный стук, но это наблюдается на savage и на radeon 9600.
В чем причина я так и не понял.. такое ощущение, что xorg собран без
поддержки xvideo.
>On Wed, 16 Feb 2005 10:27:39 +0300
>Anton Farygin <rider@altlinux.com> wrote:
><SKIPPED>
>
>
>>Во !
>>Еще один сокамерник... у меня XVideo не работает уже достаточно давно и
>>на нескольких машинах... причину так никто и не выявил ;-(
>>
>>Rgds,
>>Rider
>>
>>_______________________________________________
>>Sisyphus mailing list
>>Sisyphus@altlinux.ru
>>https://lists.altlinux.ru/mailman/listinfo/sisyphus
>>
>>
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-16 14:53 ` Anton Farygin
@ 2005-02-16 15:02 ` Alexey I. Froloff
2005-02-16 15:04 ` Anton Farygin
2005-02-16 15:29 ` Sergey Bolshakov
0 siblings, 2 replies; 10+ messages in thread
From: Alexey I. Froloff @ 2005-02-16 15:02 UTC (permalink / raw)
To: ALT Linux Sisyphus
[-- Attachment #1: Type: text/plain, Size: 600 bytes --]
* Anton Farygin <rider@> [050216 18:00]:
> Не знаю про подземный стук, но это наблюдается на savage и на radeon 9600.
> В чем причина я так и не понял.. такое ощущение, что xorg собран без
> поддержки xvideo.
Всё нормально у ксорга, работает xvideo и на radeon и на fglrx и
даже в dualhead.
--
Regards, Sir Raorn.
-------------------
> На лету не получится - надо войти в систему заново (права для
> пользователя устанавливаются при входе, и далее наследуются всеми
> запускаемыми процессами).
Можно и на лету - через /dev/kmem, если знаете, куда писать. :)
-- ldv in sisyphus@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-16 15:02 ` Alexey I. Froloff
@ 2005-02-16 15:04 ` Anton Farygin
2005-02-16 15:29 ` Sergey Bolshakov
1 sibling, 0 replies; 10+ messages in thread
From: Anton Farygin @ 2005-02-16 15:04 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Alexey I. Froloff wrote:
>* Anton Farygin <rider@> [050216 18:00]:
>
>
>>Не знаю про подземный стук, но это наблюдается на savage и на radeon 9600.
>>
>>
>
>
>
>>В чем причина я так и не понял.. такое ощущение, что xorg собран без
>>поддержки xvideo.
>>
>>
>Всё нормально у ксорга, работает xvideo и на radeon и на fglrx и
>даже в dualhead.
>
>
>
Я знаю что где-то он работает.. но вот только не у меня ;-(
Rgds,
Rider
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] пропал xv :(
2005-02-16 15:02 ` Alexey I. Froloff
2005-02-16 15:04 ` Anton Farygin
@ 2005-02-16 15:29 ` Sergey Bolshakov
1 sibling, 0 replies; 10+ messages in thread
From: Sergey Bolshakov @ 2005-02-16 15:29 UTC (permalink / raw)
To: ALT Linux Sisyphus
>>>>> "Alexey" == Alexey I Froloff <raorn@immo.ru> writes:
> * Anton Farygin <rider@> [050216 18:00]:
>> Не знаю про подземный стук, но это наблюдается на savage и на radeon 9600.
>> В чем причина я так и не понял.. такое ощущение, что xorg собран без
>> поддержки xvideo.
> Всё нормально у ксорга, работает xvideo и на radeon и на fglrx и
> даже в dualhead.
И даже на
$ xvinfo|head -3
X-Video Extension version 2.2
screen #0
Adaptor #0: "Intel(R) 830M/845G/852GM/855GM/865G/915G Video Overlay"
--
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2005-02-16 15:29 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15 10:48 [sisyphus] пропал xv :( Yuri Borunov
2005-02-15 15:47 ` Valery V. Inozemtsev
2005-02-16 6:54 ` Yuri Borunov
2005-02-16 7:09 ` Genix
2005-02-16 7:27 ` Anton Farygin
2005-02-16 7:37 ` Yuri Borunov
2005-02-16 14:53 ` Anton Farygin
2005-02-16 15:02 ` Alexey I. Froloff
2005-02-16 15:04 ` Anton Farygin
2005-02-16 15:29 ` Sergey Bolshakov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git