Processed: Re: Bug#440868: smc: unplayable with r300

2007-09-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 440868 xserver-xorg-video-ati
Bug#440868: smc: unplayable with r300
Bug reassigned from package `smc' to `xserver-xorg-video-ati'.

 retitle 440868 r300: disable low-impact fallback needs documentation, or 
 should be default
Bug#440868: smc: unplayable with r300
Changed Bug title to `r300: disable low-impact fallback needs documentation, 
or should be default' from `smc: unplayable with r300'.

 severity 440868 important
Bug#440868: r300: disable low-impact fallback needs documentation, or should 
be default
Severity set to `important' from `serious'

 tags 440868 - patch
Bug#440868: r300: disable low-impact fallback needs documentation, or should 
be default
Tags were: patch
Tags removed: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440868: smc: unplayable with r300

2007-09-09 Thread Darren Salt
reassign 440868 xserver-xorg-video-ati
retitle 440868 r300: disable low-impact fallback needs documentation, or 
should be default
severity 440868 important
tags 440868 - patch
thanks

I demand that Muammar El Khatib may or may not have written...

 On 9/4/07, Darren Salt [EMAIL PROTECTED] wrote:
 smc is unplayably slow when using the R300 driver due to the lack of
 Render acceleration. This lack requires that operations such as
 anti-aliased line drawing are done in software.

 Thanks for reporting, and the best of all for providing a patch to try
 to fix the problem.

I've found a few other games which suffer from the same problem. It turns out
that enabling the disable low-impact fallback option (using driconf) is
sufficient.

Reassigning  retitling accordingly.

-- 
| Darren Salt| linux or ds at  | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Burn less waste. Use less packaging. Waste less. USE FEWER RESOURCES.

It's not in the manual...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440868: smc: unplayable with r300

2007-09-05 Thread Muammar El Khatib
Hi Darren,

On 9/4/07, Darren Salt [EMAIL PROTECTED] wrote:
 smc is unplayably slow when using the R300 driver due to the lack of Render
 acceleration. This lack requires that operations such as anti-aliased line
 drawing are done in software.


Thanks for reporting, and the best of all for providing a patch to try
to fix the problem.

 This patch works around the problem.

 --- ./src/video/video.cpp.orig  2007-09-04 23:08:22.0 +0100
 +++ ./src/video/video.cpp   2007-09-04 23:09:21.0 +0100
 @@ -473,8 +473,9 @@
 // Smooth Shading
 glShadeModel( GL_SMOOTH );
 // Line Smoothing
 -   glEnable( GL_LINE_SMOOTH );
 -   glHint( GL_LINE_SMOOTH_HINT, GL_NICEST );
 +// disabled due to extreme slowdown with the R300 driver (no Render accel)
 +// glEnable( GL_LINE_SMOOTH );
 +// glHint( GL_LINE_SMOOTH_HINT, GL_NICEST );

  // clear color
  glClearColor( 0, 0, 0, 1 );


I am going to work on it today.

Best Regards,
-- 
Muammar El Khatib.
Linux user: 403107.
Key fingerprint = 90B8 BFC4 4A75 B881 39A3  1440 30EB 403B 1270 29F1
http://muammarelkhatib.net | http://www.teorex.org
  ,''`.
 : :' :
 `. `'
   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440868: smc: unplayable with r300

2007-09-04 Thread Darren Salt
Package: smc
Version: 1.0-1
Severity: serious
Tags: patch

smc is unplayably slow when using the R300 driver due to the lack of Render
acceleration. This lack requires that operations such as anti-aliased line
drawing are done in software.

This patch works around the problem.

--- ./src/video/video.cpp.orig  2007-09-04 23:08:22.0 +0100
+++ ./src/video/video.cpp   2007-09-04 23:09:21.0 +0100
@@ -473,8 +473,9 @@
// Smooth Shading 
glShadeModel( GL_SMOOTH ); 
// Line Smoothing 
-   glEnable( GL_LINE_SMOOTH ); 
-   glHint( GL_LINE_SMOOTH_HINT, GL_NICEST ); 
+// disabled due to extreme slowdown with the R300 driver (no Render accel) 
+// glEnable( GL_LINE_SMOOTH ); 
+// glHint( GL_LINE_SMOOTH_HINT, GL_NICEST ); 
  
 // clear color 
 glClearColor( 0, 0, 0, 1 ); 

-- 
| Darren Salt| linux or ds at  | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Travel less. Share transport more.   PRODUCE LESS CARBON DIOXIDE.

If happiness is in your destiny, you need not be in a hurry.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]