[Bug 12626] Interlaced modi broken in latest git

2008-03-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #34 from Andy Burns <[EMAIL PROTECTED]>  2008-03-16 11:01:12 PST ---
Created an attachment (id=15187)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=15187)
Fix for radeon interlace modes

You'll be interested to know I've written a patch to fix this, by doubling the
values of the vtotal/vdisplay/vsyncstart CRTC registers when in interlaced
modes, the same should probably be done for CRTC2 registers.

I've just reported this via Fedora's bugzilla as my patch applies to the Fedora
source after their other patches, hopefully it'll find its way upstream from
there, or you can tweak the patch to apply it for other distros, I've attached
it here for reference

https://bugzilla.redhat.com/show_bug.cgi?id=437700


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2008-03-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #33 from Andy Burns <[EMAIL PROTECTED]>  2008-03-14 14:38:36 PST ---
Previous version that worked for me was
xorg-x11-drv-ati-6.6.3-4.fc7.x86_64.rpm


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2008-03-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


Andy Burns <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||uk




--- Comment #32 from Andy Burns <[EMAIL PROTECTED]>  2008-03-14 13:42:50 PST ---
Just to note this is affecting my Radeon X550 after upgrading to Fedora 8 
xorg-x11-drv-ati.x86_64-6.8.0-1.fc8
this has worked fine from fedora5 to fedora7

I'm using VGA->SCART to a PAL TV on the VGA port (port 0) nothing connected to
DVI or STV ports (1 and 2)

What is actually being displayed is the odd scanrows from the top half of the
screen double-scanned then a thick black + thin white vsync pulse in the centre
of the screen followed by the even scanlines from the top half of the screen
double-scanned.

The top half of the screen though shown twice, is not shrunken in height.

I confirmed the double-scanning by setting a special wallpaper which consists
of (G)reen/(M)agenta/(B)lack pixels as follows

M
B
M
B

normally this gives a horrid interlaced flicker, but I used it previously to
demonstrate that interlace is working properly.

With 6.8.0 the top half of the display shows as pure

B
B

and the bottom has as pure

GGBBB
GGBBB

I can't get any joy using the xrandr trick as suggested above


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2008-01-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


DualIP <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #31 from DualIP <[EMAIL PROTECTED]>  2008-01-30 10:13:40 PST ---
Like the topic starter, I ran into same problem trying to get RGB output from
VGA connector in PAL timings (15625Hz horizontal 50Hz vertical interlaced):

When this error occurs, my CRT OSD displays 100Hz as the vertical frequency
(should be 50)! Also, hooking up an oscilloscope to VGA Vertical output
confirms this 100Hz frequency.

I think I can explain the screen as described by topic starter: The black
horizontal border in the middle of the screen is just the extra Vsync pulse.
After this extra Vsync pulse the vertical counters are reset, and the top half
of the screen is repeated in lower half.




>>>Workaround to get interlaced PAL output using 6.7.196
At latest geexbox developer version , xorg has DRI stuff included and I no
longer managed to compile 6.6.3 in it:-(
However, I stumbled on a workaround:
1) Start Xorg using PAL interlaced setting. RGB output is like reported bug
2) use
xrandr -display :0.0 -s 1
to switch to different (also PAL interlaced) setting. Now RGB output is OK !
Even switching back to startup config using xrandr -display :0.0 -s 0 , PAL
output is valid!

I have these lines in my xorg.conf
HorizSync 15-16
VertRefresh 49-51
Modeline "PALWS" 24.75 1280 1321 1437 1584 576 580 585 625 -hsync -vsync
interlace
Modeline "PAL" 22.50 1152 1195 1301 1440 576 580 583 625 -hsync -vsync
interlace

Intention of these 2 PAL modelines: My vga to scart convertor uses vertical
sync length (note 585 and 583 in Vertical part of modeline) to switch the scart
16:9 pin.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2008-01-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #30 from Michael Haas <[EMAIL PROTECTED]>  2008-01-13 09:16:22 PST 
---
(In reply to comment #29)
> Has anyone tried using xrandr --newmode  to add the interlaced
> modeline.  I was going to try it but I'm working remotely and the X server 
> just
> locked up the box! :-(
> 

No, I haven't tried it yet.

However, I have installed the latest git as of today to see if the issue is
still there. Yes, screen is still garbled :/ This time however, I don't get the
same screen two times as described above. It's even more garbled, now I see the
upper third of the screen three times.

Any ETA on a fix? I know you guys are busy, I just want to know when I should
start nagging again :)

Do you need any additional logs? SSH access to my box?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-11-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #29 from [EMAIL PROTECTED]  2007-11-19 10:53 PST ---
Has anyone tried using xrandr --newmode  to add the interlaced
modeline.  I was going to try it but I'm working remotely and the X server just
locked up the box! :-(


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-11-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #28 from [EMAIL PROTECTED]  2007-11-15 00:41 PST ---
Sorry, I meant mode->Flags gets V_INTERLACE set.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-11-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #27 from [EMAIL PROTECTED]  2007-11-14 21:23 PST ---
Same problem here.  I notice that radeon_modes.c has changed significantly, is
the interlace flag still being picked up from the mode line so that V_INTERLACE
gets set?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #26 from [EMAIL PROTECTED]  2007-11-02 08:15 PST ---
hello, I posted that dupe bug, I am happy to see this issue is already worked
on, I have it since 2 weeks but didn't had time to report, and couldn't find on
google anything about that. I use a radeon 9600pro.

by the way I might be off topic but I am taking the occasion to ask here if
anyone manage to use this PAL modelines to obtain a valid display on the
framebuffer, I mean on the non X display in console.
I see something on the output, but the image appear only on half of the screen
is not stable at all, scrolling up and down very fast. It's the same on Windows
XP login.
I tried things using radeonfb and /etc/fbdev.conf but it was worse nothing
appeared on the screen.

Also a bit of topic too but I guess you noticed as well, composite option in
the modeline have no effect on the fglrx driver.

I am interested you point me a place whith discussions about this VGA -> PAL
issues.

bye.

(In reply to comment #25)
> Hi Alex,
> 
> since Gutsy has been released in the meantime, more people are getting bitten
> by this bug (eg #13057), is there anything we can do to help getting this
> fixed? 
> 
> Regards,
> 
> Michael
> 


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #25 from [EMAIL PROTECTED]  2007-11-02 03:35 PST ---
Hi Alex,

since Gutsy has been released in the meantime, more people are getting bitten
by this bug (eg #13057), is there anything we can do to help getting this
fixed? 

Regards,

Michael


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-11-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #24 from [EMAIL PROTECTED]  2007-11-02 03:19 PST ---
*** Bug 13057 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #23 from [EMAIL PROTECTED]  2007-10-19 02:14 PST ---
Created an attachment (id=12120)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=12120&action=view)
Xorg log using latest git rev a9306b7986467c0794c91625ad2ece597b718462


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #22 from [EMAIL PROTECTED]  2007-10-19 02:13 PST ---
Created an attachment (id=12119)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=12119&action=view)
regdump using latest git rev a9306b7986467c0794c91625ad2ece597b718462

Here's a register dump just in case you need it. Xorg log is coming...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #21 from [EMAIL PROTECTED]  2007-10-19 02:12 PST ---
I've just tried with latest git.

* with color tiling disabled, it is still broken (same behavior as before)
* with color tiling enabled, the screen is split in half like before, but there
are horizontal black lines trhoughout the picture, maybe a few pixels high.
Judging from the noise, my TV set doesnt really like that :)


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #20 from [EMAIL PROTECTED]  2007-10-18 17:08 PST ---
(In reply to comment #17)
> Created an attachment (id=12109)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=12109&action=view) [details]
> gdb backtrace for segfault with latest git

this crash should be fixed now.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #19 from [EMAIL PROTECTED]  2007-10-18 16:28 PST ---
(In reply to comment #17)
> Created an attachment (id=12109)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=12109&action=view) [details]
> gdb backtrace for segfault with latest git
> 
> I hope this backtrace is OK, I don't know a lot about these things. (The first
> time I tried getting one my box froze, worked the second time. phew.)
> 

Can you try again with tiling disabled?

Option "ColorTiling" "FALSE"


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #12111|text/x-log  |text/plain
  mime type||
  Attachment #12111|0   |1
   is patch||




-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #18 from [EMAIL PROTECTED]  2007-10-18 13:07 PST ---
Created an attachment (id=12111)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=12111&action=view)
Xorg.1.log of working driver, rev 0abce69f0d826a7ca1a41d963cd4730b6e01c145

Here's the missing log file. Let me know if you need anything else.

Thanks for working on this, btw.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #17 from [EMAIL PROTECTED]  2007-10-18 12:47 PST ---
Created an attachment (id=12109)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=12109&action=view)
gdb backtrace for segfault with latest git

I hope this backtrace is OK, I don't know a lot about these things. (The first
time I tried getting one my box froze, worked the second time. phew.)


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #16 from [EMAIL PROTECTED]  2007-10-18 06:30 PST ---
(In reply to comment #15)
> Let me know if you need a proper backtrace using gdb. 
> 
> Do you still need a xorg.log using the working driver?
> 

yes on both.  thanks.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #15 from [EMAIL PROTECTED]  2007-10-18 05:01 PST ---
Let me know if you need a proper backtrace using gdb. 

Do you still need a xorg.log using the working driver?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #14 from [EMAIL PROTECTED]  2007-10-18 05:00 PST ---
Created an attachment (id=12100)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=12100&action=view)
Xorg log of crash using latest git


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #13 from [EMAIL PROTECTED]  2007-10-18 04:56 PST ---
Alex,

> Can you try again with the latest ati git?  I think this should be fixed.

Sorry for not getting back to you earlier. Using latest git, the X server just
crashes. I'll attach my Xorg.log in a minute. I've also tried your commits from
15th of this month and that's also crashing.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #12 from [EMAIL PROTECTED]  2007-10-15 17:39 PST ---
Can you try again with the latest ati git?  I think this should be fixed.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #11 from [EMAIL PROTECTED]  2007-10-15 16:27 PST ---
Can you also attach your xorg log from the old working driver?  Also, which
connector are you using for the interlaced output?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #10 from [EMAIL PROTECTED]  2007-10-11 08:40 PST ---
Done!


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #9 from [EMAIL PROTECTED]  2007-10-11 08:39 PST ---
Created an attachment (id=11992)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=11992&action=view)
regdump using the working driver


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #8 from [EMAIL PROTECTED]  2007-10-11 08:39 PST ---
Created an attachment (id=11991)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=11991&action=view)
registerdump when using the broken driver


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #7 from [EMAIL PROTECTED]  2007-10-11 08:30 PST ---
can you use radeontool to dump the regs as set by the old driver and the new
driver using this version of radeontool:
http://cgit.freedesktop.org/~airlied/radeontool/

radeontool regmatch '*'

and attach both dumps.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #6 from [EMAIL PROTECTED]  2007-10-11 08:07 PST ---
No, disabling Colortiles doesn't work for me. Although it clearly says that
it's disabled in Xorg.1.log:

(**) RADEON(0): Option "NoAccel" "true"
(**) RADEON(0): Option "SWcursor" "on"
(**) RADEON(0): Option "IgnoreEDID" "true"
(**) RADEON(0): Option "ForceMinDotClock" "12MHz"
(**) RADEON(0): Option "ColorTiling" "false"
(**) RADEON(0): Option "RenderAccel" "false"
(**) RADEON(0): Option "VGAAccess" "false"
(**) RADEON(0): Option "DRI" "false"


I still have the same problem. For this test, I used xserver-xorg-video-ati
from Ubuntu in 1:6.7.195-1ubuntu2 because I don't expect GIT HEAD to show much
difference.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #5 from [EMAIL PROTECTED]  2007-10-11 07:43 PST ---
Does disabling tiling fix it?

Option "ColorTiling" "FALSE"


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #4 from [EMAIL PROTECTED]  2007-10-10 02:44 PST ---
I'm the X300 owner, and I am indeed seeing the same bug, the screen split in
half with the top copied to the bottom and the vblank in the middle. I am also
using a VGA->SCART cable to connect my X300 to a analog 16:9 PAL tv.
I can get a image on the tv if I remove the "interlace" keyword, and choose a
progressive modeline with half the scanlines of my interlaced scanline.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #3 from [EMAIL PROTECTED]  2007-10-08 06:22 PST ---
*** Bug 12727 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-10-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #2 from [EMAIL PROTECTED]  2007-10-08 05:57 PST ---
Hi again,

> I didn't use git-bisect for that because I'd keep hitting revisions which
> wouldn't compile properly or exhibited other problems.

I tried to narrow down the problem further, but I've been unable to do so.
git-bisect will give me revisions which won't compile. If i pick revisions at
random, they will either lock up my box when I start X or do other weird stuff.

So, I'm afraid I need some help. If anyone has a a hint how I can debug this
further or if a developer is looking at this, please let me know. I'm willing
to test revsions and patches, but I cannot do so without help.

FYI, this problems also shows up with a X300:
http://www.gossamer-threads.com/lists/mythtv/users/294492#294492

Regards,

Michael


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-09-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||sa-lyon.fr




-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12626] Interlaced modi broken in latest git

2007-09-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12626





--- Comment #1 from [EMAIL PROTECTED]  2007-09-30 09:18 PST ---
(In reply to comment #0)

> Commit 2618cf2aa8ed76411b943eb90c95869814c2f151 from May still works
> Commit 0abce69f0d826a7ca1a41d963cd4730b6e01c145 from April is broken

Sorry, I got that backwards.

0abce69f0d826a7ca1a41d963cd4730b6e01c145 is working
2618cf2aa8ed76411b943eb90c95869814c2f151 is broken

Also, I filed a bug in Ubuntu a few days ago:
https://bugs.launchpad.net/xorg-server/+bug/144322


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati