XV on Intel i810
Sergio Monteiro Basto
sergio at sergiomb.no-ip.org
Fri Jan 11 20:46:12 PST 2008
Hi,
On Mon, 2008-01-07 at 13:07 +0000, James A R Brown wrote:
> Hi, I have spent hours trying to sort this one, asked in forums
> (Fedora8) for my distro and no luck. So I have come back to the start ;)
>
> I am trying to get xv working on a Dell Dimension 2400, it has a single
> std monitor outlet and no AGP on the main board (although there are what
> looks like a space and solder points on the mainboard where you would
> expect the AGP)
>
> mplayer -vo x11 film.mpg works fine, but the CPU (2.6GHZ Celron) can't
> keep up on this if other tasks are running.
>
> mplayer -vo xv film.mpg does not work, it brings up the blue screen, but
> running gxvattr or xvattr you can mess around and change the blue, so my
> feeling is that xv is working, but the pipe is not coming through.
>
> I have tried manually setting the pipe via xvattr -a XV_PIPE -v 0. This
> makes no difference. At present it is back to -1 which I understand is
> automatic.
>
> xvattr -a XV_PIPE -v 1 will not work, it just defaults back to -1.
>
> Memory is 1gb and have allocated 256mb of this to video in bios.
>
> The options in xorg.conf shown are stuff I tried from Mythtv
> suggestions.
hum, you should attach , /var/log/Xorg.0.log to see what Chipset is
founded by Xorg.
A few day before Fedora8 officially be released, I notice that I need
upgrade xorg-server to have a stable configuration so I build and
upgraded this package :
rpmbuild --rebuild libXxf86dga-1.0.2-1.fc7.src.rpm
rpmbuild --rebuild libXext-1.0.2-1.fc7.src.rpm
rpmbuild --rebuild libSM-1.0.3-1.fc7.src.rpm
rpmbuild --rebuild libpciaccess-0.10.0-2.fc7.src.rpm
rpmbuild --rebuild pixman-0.9.6-1.fc7.src.rpm
rpmbuild --rebuild mesa-7.0.3-2.fc8.src.rpm
rpmbuild --rebuild xorg-x11-server-1.4.1-6.fc8.src.rpm
rpmbuild --rebuild xorg-x11-server-utils-7.4-4.fc7.src.rpm
rpmbuild --rebuild xorg-x11-xkb-utils-7.3-1.fc7.src.rpm
rpmbuild --rebuild xorg-x11-drv-keyboard-1.2.2-5.fc7.src.rpm
rpmbuild --rebuild xorg-x11-drv-mouse-1.2.3-4.fc7.src.rpm
rpmbuild --rebuild xorg-x11-drv-evdev-1.2.0-1.fc8.src.rpm
rpmbuild --rebuild synaptics-0.15-1.fc7.src.rpm
After this I had try xorg-x11-drv-i810-2.2.1 git version I also renamed
to xorg-x11-drv-intel-2.2.1-0.fc8.i386.rpm.
I just test it in other computer with one Readon 9200SE.
And I am very happy with the results, "hiper" stable.
If you would like to try upgrade Xorg 7.2 to 7.3, I can publish my
Humbled work.
>
> I have also tried with the "intel" driver in Fedora settings, no luck.
>
> Does anyone have any suggestions on howto debug / resolve this?
>
> Thanks
>
> James
>
> # xvinfo
>
> X-Video Extension version 2.2
> screen #0
> Adaptor #0: "Intel(R) Video Overlay"
> number of ports: 1
> port base: 73
> operations supported: PutImage
> supported visuals:
> depth 24, visualID 0x23
> depth 24, visualID 0x24
> depth 24, visualID 0x25
> depth 24, visualID 0x26
> depth 24, visualID 0x27
> depth 24, visualID 0x28
> depth 24, visualID 0x29
> depth 24, visualID 0x2a
> number of attributes: 6
> "XV_COLORKEY" (range 0 to 16777215)
> client settable attribute
> client gettable attribute (current value is 66046)
> "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)
> "XV_SATURATION" (range 0 to 1023)
> client settable attribute
> client gettable attribute (current value is 128)
> "XV_DOUBLE_BUFFER" (range 0 to 1)
> client settable attribute
> client gettable attribute (current value is 1)
> "XV_PIPE" (range -1 to 1)
> client settable attribute
> client gettable attribute (current value is -1)
> maximum XvImage size: 1024 x 1088
> 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)
>
>
> # Xorg configuration created by system-config-display
>
> Section "ServerLayout"
> Identifier "single head configuration"
> Screen 0 "Screen0" 0 0
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "kbd"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "gb"
> EndSection
>
> Section "Device"
> Identifier "Videocard0"
> Driver "intel"
> Option "XvMCSurfaces" "7"
> Option "LinearAlloc" "16384"
> Option "Cachelines" "2048"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Videocard0"
> DefaultDepth 24
> SubSection "Display"
> Viewport 0 0
> Depth 24
> EndSubSection
> EndSection
>
> Section "DRI"
> Group 0
> Mode 0666
> EndSection
>
>
>
>
> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg
--
Sérgio M. B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2192 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20080112/41d010b6/attachment.bin>
More information about the xorg
mailing list