Re: Xrandr and Nouveau

2011-10-15 Thread Krzysztof Halasa
and the cursor issues, it works flawlessly. I also use it, from time to time, with chips like Silicon Motion SM722(?) and with Volari Z9s. I don't know if my desktops are large though :-) -- Krzysztof Halasa ___ xorg@lists.freedesktop.org: X.Org support

Re: drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V)

2010-09-14 Thread Krzysztof Halasa
. -- Krzysztof Halasa ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Re: drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V)

2010-09-05 Thread Krzysztof Halasa
, CRTC_INTERLACE_HALVE_V); + drm_mode_set_crtcinfo(mode, 0); list_add(mode-head, fb_helper_conn-connector-modes); return mode; } -- Krzysztof Halasa ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives

drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V)

2010-08-28 Thread Krzysztof Halasa
); return mode; } -- Krzysztof Halasa ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

i915: video questions.

2010-07-24 Thread Krzysztof Halasa
with MI_WAIT_FOR_PIPEx_SCAN_LINE_WINDOW)? Then the XV_SYNC_TO_VBLANK could be used for syncing (using IRQ?) with the actual vblank. Opinions? -- Krzysztof Halasa ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info

Re: [PATCH] SIGSEGV: Silicon Motion Xvideo

2010-06-21 Thread Krzysztof Halasa
it's working fine, no more crashes with out of screen Xvideo. You may add that Tested-by: Krzysztof Halasa k...@pm.waw.pl tag to the commit msg. BTW I don't think you need to ask testers for the complete tested-by, you can add it yourself, you only need testers to actually test the patch - same

[PATCH] SIGSEGV: Silicon Motion Xvideo

2010-06-15 Thread Krzysztof Halasa
; + } } switch (id) { -- Krzysztof Halasa ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

i915 interlaced display, again

2010-05-25 Thread Krzysztof Halasa
(minimums), i.e. they alone won't make it output 720x576 PAL no 720x480 NTSC, but they will work with modes like 1080i etc. (including GLX and textured Xvideo, not sure about the overlay). Comments? For the kernel (against v2.6.34 ATM): Signed-off-by: Krzysztof Halasa k...@pm.waw.pl --- a/drivers/gpu/drm

Re: S-video detection on Radeon 8500LE

2009-08-31 Thread Krzysztof Halasa
time, manually poking at RT chip registers. Adding normal support would be easy if the docs were available. Could remember something wrong, though - please correct if that's the case. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org

Re: S-video detection on Radeon 8500LE

2009-08-31 Thread Krzysztof Halasa
Alex Deucher alexdeuc...@gmail.com writes: It was supported (both integrated tv-out and theatre-based tv-out). It might have been on a branch however. Right, I must have missed the more recent events. The CVS is accessible ATM (via pserver). -- Krzysztof Halasa

Re: RFC: Xv field order

2009-06-24 Thread Krzysztof Halasa
fields/frames. I wonder what is the difference between the on-air frame rate and your card's (fixed) one? 100 ppm would need one second of additional (initial) buffering for ca. 3 hours of playback. I think the players initially buffer more than 1 second, don't they? -- Krzysztof Halasa

Re: RFC: Xv field order

2009-06-24 Thread Krzysztof Halasa
years without issues. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: RFC: Xv field order

2009-06-24 Thread Krzysztof Halasa
, there are drivers for other hw/sw doing the same. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: RFC: Xv field order

2009-06-23 Thread Krzysztof Halasa
patches are a bit different functionality, what I'm going to implement is the BFF/TFF(/progressive) interface at XVideo and DRM level. Unless I'm mistaken the patches don't touch the field order and sync, at least on the intel and/or i915 driver. -- Krzysztof Halasa

Re: RFC: Xv field order

2009-06-23 Thread Krzysztof Halasa
was unusable. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: RFC: Xv field order

2009-06-23 Thread Krzysztof Halasa
each field. Of course, each window will get sync events only every complete frame, but they will be a field apart. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: RFC: Xv field order

2009-06-23 Thread Krzysztof Halasa
reduction (like 576-480), right? -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: RFC: Xv field order

2009-06-23 Thread Krzysztof Halasa
video windows simultaneously (thumbnails). no, my patch collection is for conventional TV - one screen only. My major concern was not to encounter any field loss. That's why I synchronize field timing dynamically to the stream clock. Sure, I OTOH work with non-live data. -- Krzysztof Halasa

Re: xf86-video-intel: unexpected phenomenon on XV texture adapter with no scaling

2009-06-22 Thread Krzysztof Halasa
); -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

RFC: Xv field order

2009-06-22 Thread Krzysztof Halasa
it have anything to do with XvMC? -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: xf86-video-intel: unexpected phenomenon on XV texture adapter with no scaling

2009-06-22 Thread Krzysztof Halasa
Krzysztof Halasa k...@pm.waw.pl writes: It seems that the fix to i915 is: diff --git a/src/i915_video.c b/src/i915_video.c index 1ef58ac..3b4247c 100644 --- a/src/i915_video.c +++ b/src/i915_video.c @@ -136,8 +136,8 @@ I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv

Re: xf86-video-intel: unexpected phenomenon on XV texture adapter with no scaling

2009-06-19 Thread Krzysztof Halasa
with scaling can show. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: xf86-video-intel: unexpected phenomenon on XV texture adapter with no scaling

2009-06-19 Thread Krzysztof Halasa
overlay seems to work fine and the newer Radeons are texture-only anyway, I'll look at i830 overlay too. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Why querying of EDID is limited only to VBE version greater then 2.0?

2009-05-15 Thread Krzysztof Halasa
lrmi. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Radeon: randr 1.3 panning possible?

2009-03-09 Thread Krzysztof Halasa
: xorg-x11-drv-radeonhd-1.2.4-2.4.20090306git.fc10.x86_64. I guess I should check radeonhd/master. -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Radeon: randr 1.3 panning possible?

2009-03-09 Thread Krzysztof Halasa
of that yet. Right, but... I just checked and the above package consists of the current radeonhd git master, 093e5934a26f784f70b5febf8ae6d50a3459552c. Not sure, perhaps some wrong settings in xorg.conf? Nothing apparent there. Hmm, do I need DRI for acceleration? -- Krzysztof Halasa

Re: Radeon: randr 1.3 panning possible?

2009-03-09 Thread Krzysztof Halasa
Alex Deucher alexdeuc...@gmail.com writes: [radeon panning] Should be fixed now in git. Yes, it works great. Thanks a lot! -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Is intel/SVDO supported

2008-12-03 Thread Krzysztof Halasa
was missing detailed docs for SDVO opcodes. Are those available? -- Krzysztof Halasa ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg