[Bug 12720] picture misses colors and has pixel-lines instead

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #11937|application/octet-stream|text/plain
  mime type||




-- 
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


Re: Radeon X200M help offered

2007-10-27 Thread Dave Airlie
> and with disable_lowimpact_fallback=1:
>
> [EMAIL PROTECTED] ~/src $ disable_lowimpact_fallback=1 googleearth
> ATTENTION: default value of option disable_lowimpact_fallback overridden
> by environment.
> Fatal error in __driConfigOptions line 129, column 0: illegal default
> value: 1.
> Google Earth has caught signal 6.

disable_lowimpact_fallback=true

perhaps..

Mesa-7.0.1 isn't all that good on xpress 200M, it doesn't do clipping
properly.. there is a patch in Fedora which backports r300 from master
for xpress200m support..

Dave.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: Radeon X200M help offered

2007-10-27 Thread michael lang
You read correctly. Though I'll add that EnablePageFlip(already using
EXA). But usually without DRI, glxgears stutters, but not on my
laptop(it did with Mesa-6.5.3).

On 27/10/2007, Jan Willies <[EMAIL PROTECTED]> wrote:
> michael lang wrote:
> > On 27/10/2007, Jan Willies <[EMAIL PROTECTED]> wrote:
> >> Oops, that actually should have gone to the ML.
> >>
> >> Dave Airlie wrote:
> >>> On 10/27/07, Jan Willies <[EMAIL PROTECTED]> wrote:
>  Dave Airlie wrote:
> >> I've got a laptop with a Radeon Xpress 200M, and am wondering what I
> >> can do to help with getting 3D hardware acceleration to work
> properly,
> >> more specifically, is there a place where the basics are listed on
> how
> >> to 'hack' on the driver(I'm also prepared to test stuff)? Also, is
> >> this the correct list to be mailing, or should I mail the MESA list
> >> instead?
> > It should for a large value of work, googleearth and stuff wfm...
> > compiz not so much..
>  Oh, googleearth works for you? Out of the box, or did you touch some
>  buttons? Cause it doesn't work for me (XPRESS 200M 5955 (PCIE)).
> 
> >>> you may need to disable lowimpact fallbacks...
> >>>
> >>> disable_lowimpact_fallback=1 googleearth
> >>>
> >>> out of the box with what installed? Fedora 8 will be okay, other
> >>> distros no idea..
> >> With OOTB I meant without tweaking the xorg.conf. I'm running mesa-7.0.1
> >> and ati-6.7.195 but googleearth falls back to software rendering:
> >>
> >> Warning, xpress200 detected.
> >> do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working
> correctly.
> >> Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
> >>
> *WARN_ONCE*
> >> File r300_render.c function r300Fallback line 471
> >> Software fallback:ctx->Line.SmoothFlag
> >>
> ***
> >> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
> >> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
> >> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
> >> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
> >> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
> >> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
> >> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
> >>
> >> [EMAIL PROTECTED] ~/src $ echo $LIBGL_THROTTLE_REFRESH
> >>
> >> [EMAIL PROTECTED] ~/src $ echo $LIBL_SYNC_REFRESH
> >>
> >> [EMAIL PROTECTED] ~/src $
> >>
> >>
> >> and with disable_lowimpact_fallback=1:
> >>
> >> [EMAIL PROTECTED] ~/src $ disable_lowimpact_fallback=1 googleearth
> >> ATTENTION: default value of option disable_lowimpact_fallback overridden
> >> by environment.
> >> Fatal error in __driConfigOptions line 129, column 0: illegal default
> >> value: 1.
> >> Google Earth has caught signal 6.
> >>
> >> Here are my config/log: http://pastebin.ca/raw/751578
> >>
> >> Or is this something I should talk about with google?
> >>
> >
> > Eh, actually DRI doesn't work at all here on my laptop. I'm running
> > Mesa-7.0.1 with xorg-server-1.4.0 and ati-driver-git. glxgears does
> > run reasonably smoothly with ~630 FPS...
>
> I don't know about the internals (whether mesa is involved) but with
>
>   Option  "AccelMethod"   "EXA"
>   Option  "EnablePageFlip""on"
>
> I get around ~950 FPS. Without those options ~550. I also read that
> glxgears is not the right tool for benchmarking :P
>
>
> - Jan
> ___
> xorg-driver-ati mailing list
> xorg-driver-ati@lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-driver-ati
>
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: Radeon X200M help offered

2007-10-27 Thread Jan Willies
michael lang wrote:
> On 27/10/2007, Jan Willies <[EMAIL PROTECTED]> wrote:
>> Oops, that actually should have gone to the ML.
>>
>> Dave Airlie wrote:
>>> On 10/27/07, Jan Willies <[EMAIL PROTECTED]> wrote:
 Dave Airlie wrote:
>> I've got a laptop with a Radeon Xpress 200M, and am wondering what I
>> can do to help with getting 3D hardware acceleration to work properly,
>> more specifically, is there a place where the basics are listed on how
>> to 'hack' on the driver(I'm also prepared to test stuff)? Also, is
>> this the correct list to be mailing, or should I mail the MESA list
>> instead?
> It should for a large value of work, googleearth and stuff wfm...
> compiz not so much..
 Oh, googleearth works for you? Out of the box, or did you touch some
 buttons? Cause it doesn't work for me (XPRESS 200M 5955 (PCIE)).

>>> you may need to disable lowimpact fallbacks...
>>>
>>> disable_lowimpact_fallback=1 googleearth
>>>
>>> out of the box with what installed? Fedora 8 will be okay, other
>>> distros no idea..
>> With OOTB I meant without tweaking the xorg.conf. I'm running mesa-7.0.1
>> and ati-6.7.195 but googleearth falls back to software rendering:
>>
>> Warning, xpress200 detected.
>> do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
>> Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
>> *WARN_ONCE*
>> File r300_render.c function r300Fallback line 471
>> Software fallback:ctx->Line.SmoothFlag
>> ***
>> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
>> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
>> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
>> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
>> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
>> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
>> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
>>
>> [EMAIL PROTECTED] ~/src $ echo $LIBGL_THROTTLE_REFRESH
>>
>> [EMAIL PROTECTED] ~/src $ echo $LIBL_SYNC_REFRESH
>>
>> [EMAIL PROTECTED] ~/src $
>>
>>
>> and with disable_lowimpact_fallback=1:
>>
>> [EMAIL PROTECTED] ~/src $ disable_lowimpact_fallback=1 googleearth
>> ATTENTION: default value of option disable_lowimpact_fallback overridden
>> by environment.
>> Fatal error in __driConfigOptions line 129, column 0: illegal default
>> value: 1.
>> Google Earth has caught signal 6.
>>
>> Here are my config/log: http://pastebin.ca/raw/751578
>>
>> Or is this something I should talk about with google?
>>
> 
> Eh, actually DRI doesn't work at all here on my laptop. I'm running
> Mesa-7.0.1 with xorg-server-1.4.0 and ati-driver-git. glxgears does
> run reasonably smoothly with ~630 FPS...

I don't know about the internals (whether mesa is involved) but with

Option  "AccelMethod"   "EXA"
Option  "EnablePageFlip""on"

I get around ~950 FPS. Without those options ~550. I also read that 
glxgears is not the right tool for benchmarking :P


- Jan
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: Radeon X200M help offered

2007-10-27 Thread michael lang
On 27/10/2007, Jan Willies <[EMAIL PROTECTED]> wrote:
> Oops, that actually should have gone to the ML.
>
> Dave Airlie wrote:
> > On 10/27/07, Jan Willies <[EMAIL PROTECTED]> wrote:
> >> Dave Airlie wrote:
>  I've got a laptop with a Radeon Xpress 200M, and am wondering what I
>  can do to help with getting 3D hardware acceleration to work properly,
>  more specifically, is there a place where the basics are listed on how
>  to 'hack' on the driver(I'm also prepared to test stuff)? Also, is
>  this the correct list to be mailing, or should I mail the MESA list
>  instead?
> >>> It should for a large value of work, googleearth and stuff wfm...
> >>> compiz not so much..
> >> Oh, googleearth works for you? Out of the box, or did you touch some
> >> buttons? Cause it doesn't work for me (XPRESS 200M 5955 (PCIE)).
> >>
> >
> > you may need to disable lowimpact fallbacks...
> >
> > disable_lowimpact_fallback=1 googleearth
> >
> > out of the box with what installed? Fedora 8 will be okay, other
> > distros no idea..
>
> With OOTB I meant without tweaking the xorg.conf. I'm running mesa-7.0.1
> and ati-6.7.195 but googleearth falls back to software rendering:
>
> Warning, xpress200 detected.
> do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
> Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
> *WARN_ONCE*
> File r300_render.c function r300Fallback line 471
> Software fallback:ctx->Line.SmoothFlag
> ***
> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
> gx=0.21, gy=0.71, bx=0.149990, by=0.059990
> wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
>
> [EMAIL PROTECTED] ~/src $ echo $LIBGL_THROTTLE_REFRESH
>
> [EMAIL PROTECTED] ~/src $ echo $LIBL_SYNC_REFRESH
>
> [EMAIL PROTECTED] ~/src $
>
>
> and with disable_lowimpact_fallback=1:
>
> [EMAIL PROTECTED] ~/src $ disable_lowimpact_fallback=1 googleearth
> ATTENTION: default value of option disable_lowimpact_fallback overridden
> by environment.
> Fatal error in __driConfigOptions line 129, column 0: illegal default
> value: 1.
> Google Earth has caught signal 6.
>
> Here are my config/log: http://pastebin.ca/raw/751578
>
> Or is this something I should talk about with google?
>
>
> - Jan
>
> ___
> xorg-driver-ati mailing list
> xorg-driver-ati@lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-driver-ati
>

Eh, actually DRI doesn't work at all here on my laptop. I'm running
Mesa-7.0.1 with xorg-server-1.4.0 and ati-driver-git. glxgears does
run reasonably smoothly with ~630 FPS...

Greetings,
Michael.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12961] x11perf -rect500 hangs Xorg on "ATI Radeon X300 (RV370)"

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





--- Comment #6 from [EMAIL PROTECTED]  2007-10-27 09:24 PST ---
Does it also happen with the DRI enabled but the incorrectly detected output
disabled?


-- 
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


Re: Radeon X200M help offered

2007-10-27 Thread Jan Willies
Oops, that actually should have gone to the ML.

Dave Airlie wrote:
> On 10/27/07, Jan Willies <[EMAIL PROTECTED]> wrote:
>> Dave Airlie wrote:
 I've got a laptop with a Radeon Xpress 200M, and am wondering what I
 can do to help with getting 3D hardware acceleration to work properly,
 more specifically, is there a place where the basics are listed on how
 to 'hack' on the driver(I'm also prepared to test stuff)? Also, is
 this the correct list to be mailing, or should I mail the MESA list
 instead?
>>> It should for a large value of work, googleearth and stuff wfm...
>>> compiz not so much..
>> Oh, googleearth works for you? Out of the box, or did you touch some
>> buttons? Cause it doesn't work for me (XPRESS 200M 5955 (PCIE)).
>>
> 
> you may need to disable lowimpact fallbacks...
> 
> disable_lowimpact_fallback=1 googleearth
> 
> out of the box with what installed? Fedora 8 will be okay, other
> distros no idea..

With OOTB I meant without tweaking the xorg.conf. I'm running mesa-7.0.1
and ati-6.7.195 but googleearth falls back to software rendering:

Warning, xpress200 detected.
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try running with LIBGL_THROTTLE_REFRESH and LIBL_SYNC_REFRESH unset.
*WARN_ONCE*
File r300_render.c function r300Fallback line 471
Software fallback:ctx->Line.SmoothFlag
***
wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
gx=0.21, gy=0.71, bx=0.149990, by=0.059990
wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
gx=0.21, gy=0.71, bx=0.149990, by=0.059990
wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33
gx=0.21, gy=0.71, bx=0.149990, by=0.059990
wx=0.312690, wy=0.328990, rx=0.639990, ry=0.33

[EMAIL PROTECTED] ~/src $ echo $LIBGL_THROTTLE_REFRESH

[EMAIL PROTECTED] ~/src $ echo $LIBL_SYNC_REFRESH

[EMAIL PROTECTED] ~/src $


and with disable_lowimpact_fallback=1:

[EMAIL PROTECTED] ~/src $ disable_lowimpact_fallback=1 googleearth
ATTENTION: default value of option disable_lowimpact_fallback overridden
by environment.
Fatal error in __driConfigOptions line 129, column 0: illegal default
value: 1.
Google Earth has caught signal 6.

Here are my config/log: http://pastebin.ca/raw/751578

Or is this something I should talk about with google?


- Jan

___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 12961] x11perf -rect500 hangs Xorg on "ATI Radeon X300 (RV370)"

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





--- Comment #5 from [EMAIL PROTECTED]  2007-10-27 07:16 PST ---
(In reply to comment #4)
> If log says I have two monitors connected, X is confused because I don't. The
> card itself has one VGA and one DVI connector. 
> 

I'm guessing the DVI FP_DETECT bit is always pulled high on your card.  I
suppose we should probably disable that check because it seems to be pretty
unreliable.  you can always force the DVI port off at runtime or in your
config.
Comment out lines 690-696 of radeon_output.c to remove the check if you want to
check.

> 
> A bit strange that lspci lists two entries for this card:
> 06:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon 
> X300
> (PCIE)]
> 06:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]

you can ignore the .1 id.  It's just a place holder for windows drivers.


-- 
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 12834] LG L226WTQ LCD display problems with radeon driver

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





--- Comment #8 from [EMAIL PROTECTED]  2007-10-27 04:54 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> 
> > Hi!
> > 
> > I have a ATI 9250 on the L226WTQ and had the same problem (also Ubuntu 
> > 7.10).
> > 
> > Check this out:
> > 
> > http://ubuntuforums.org/showthread.php?p=3591813
> 
> that's just a workaround for the xserver edid parsing bug.  what you really
> need to do is patch your xserver or get ubuntu to release an xserver update
> with the commit referenced above.
> 

For sure, updating X server is the technically better solution. But inserting
two lines is much faster and easier and solves the problem immediately. Anyway,
I will try to find a better solution, that means finding a way that Ubuntu
releases a newer version of X server.


-- 
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 12961] x11perf -rect500 hangs Xorg on "ATI Radeon X300 (RV370)"

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





--- Comment #4 from [EMAIL PROTECTED]  2007-10-27 04:22 PST ---
If log says I have two monitors connected, X is confused because I don't. The
card itself has one VGA and one DVI connector. 

I just tested remotely, when DRI is disabled, the bug doesn't happen.

A bit strange that lspci lists two entries for this card:
06:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300
(PCIE)]
06:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]

This computer has a card integrated on the board, but I guess it's disabled and
it can't be be a X300SE since that is a discrete graphics card. I'm unable to
check the type of the integrated card right now since I'm not physically near
the computer, but will check on monday.


-- 
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 12961] x11perf -rect500 hangs Xorg on "ATI Radeon X300 (RV370)"

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Comment #3 from [EMAIL PROTECTED]  2007-10-27 03:53 PST ---
Does it also happen if you don't enable the DRI?

(Do you really have two monitors connected?)


-- 
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