Hello,

Here is my latest patch against Rolf Ahrenberg's viafb patched patch... available on http://www.saunalahti.fi/~rahrenbe/vdr/patches/

This little patch :
* eliminate horizontal scaling
* correctly places the image on TV
* tries to turn off Macrovision (register 0x0F, bit 7), but it appears to be set anyhow (strange: I cannot make analog copies of my own recordings, but can digitally copy them at leisure...)

Side-questions :
* how can I compile the viafb module in its own directory, without recompiling or make'ing the whole kernel ? * I did "make -C drivers/video/cle266 viafb.ko" but it does not work with 2.6.13 ("Nothing to be done for `viafb.ko'.")

I'll be ready to add the viafb kernel frame-buffer driver to the directfb CVS repository, when :
* I get CVS access to the repository
* I have advices on how to set the source in order to be compiled inside the kernel tree AND outside of it
I hope this will improve development on this driver ;-)

--
NH
diff -ur linux-2.6.13.1.orig/drivers/video/cle266/via_tv3.h linux-2.6.13.1/drivers/video/cle266/via_tv3.h
--- linux-2.6.13.1.orig/drivers/video/cle266/via_tv3.h	2005-10-24 21:59:14.000000000 +0200
+++ linux-2.6.13.1/drivers/video/cle266/via_tv3.h	2005-10-24 22:16:40.000000000 +0200
@@ -351,7 +351,7 @@
         { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
 
         {/*  0     1     2     3     4     5     6     7     8     9     a     b     c     d     e     f */
-          0x04, 0x00, 0x00, 0xA0, 0x00, 0x00, 0x10, 0x4F, 0x58, 0x31, 0x5A, 0x00, 0x49, 0x46, 0x00, 0x8D,
+          0x04, 0x00, 0x00, 0xA0, 0x00, 0x00, 0x10, 0x4F, 0x47, 0x31, 0x5A, 0x00, 0x49, 0x46, 0x00, 0x0F,
 
          /* 10    11    12    13    14    15    16    17    18    19    1a    1b    1c    1d    1e    1f */
           0x00, 0x00, 0xA7, 0x1E, 0xC6, 0x1C, 0x24, 0x8B, 0x09, 0x2A, 0x00, 0x03, 0x02, 0x80, 0x00, 0x04,
@@ -366,7 +366,7 @@
           0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x45,
 
          /* 50    51    52    53    54    55    56    57    58    59    5a    5b    5c    5d    5e    5f */
-          0x5F, 0x05, 0x33, 0x70, 0x02, 0x5F, 0xD0, 0x7E, 0x23, 0x94, 0xD0, 0x08, 0xA8, 0x16, 0x00, 0x2E,
+          0x5F, 0x05, 0x33, 0x70, 0x02, 0x5F, 0x00, 0x7E, 0x33, 0x94, 0xD0, 0x08, 0xA8, 0x16, 0x00, 0x00,
 
          /* 60    61    62    63    64    65    66    67    68    69    6a    6b    6c    6d    6e    6f */
           0x00, 0x00, 0x00, 0x5F, 0x03, 0x00, 0x00, 0x00, 0x24, 0x8B, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00,
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to