Bug#480439: [Pkg-utopia-maintainers] Bug#480439: hal-info: Video quirks incorrect for Dell M65

2008-06-06 Thread Chris AtLee
Hi,

On Mon, Jun 2, 2008 at 8:34 PM, Michael Biebl [EMAIL PROTECTED] wrote:
...
 Chris, can you confirm, if you can successfully suspend/resume with latest
 pm-utils (1.1.2.2-1)? If so, I'd say we don't really need the patch.

 Cheers,
 Michael

Yes, I can confirm that I don't need the patch with the latest pm-utils.

This bug can be closed now.

Thanks anyway :)

Chris



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



Bug#480439: hal-info: Video quirks incorrect for Dell M65

2008-06-02 Thread Frederic Crozat
Le dimanche 01 juin 2008 à 16:27 +0100, Sjoerd Simons a écrit :
 On Fri, May 09, 2008 at 09:34:44PM -0400, Chris AtLee wrote:
  My laptop fails to restore the display properly with the quirks
  specified in the standard files.
 
 Your patch adds vbemode_restore. Which was specifically removed from hal-info
 according to the changelog:
  commit 3e00518ed2f0d48d106a32200507a2a7ce4985df
  Author: Frederic Crozat [EMAIL PROTECTED]
  Date:   Fri Aug 10 19:28:02 2007 +0200
 
 remove vbestate_restore quirk for Dell M65
 
 Remove vbestate_restore quirk, it might break suspend for this laptop
 (it is known to work with only vbe-post)
 
 
 Are you using a non-free video driver? I'm ccing Frederic who did this patch.
 Frederic, do you know for what bios versions etc ou revified the vbe_post
 setting?

Unfortunately, we don't have this laptop anymore in our hardware labs
but I can confirm we tested it with non-free driver.

And since latest version of pm-utils are no longer enabling quirks with
non-free nvidia driver, I guess this change is safe.

-- 
Frederic Crozat [EMAIL PROTECTED]
Mandriva




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



Bug#480439: hal-info: Video quirks incorrect for Dell M65

2008-06-02 Thread Chris AtLee
Hi Sjoerd,

On Sun, Jun 1, 2008 at 11:27 AM, Sjoerd Simons [EMAIL PROTECTED] wrote:
 Are you using a non-free video driver? I'm ccing Frederic who did this patch.
 Frederic, do you know for what bios versions etc ou revified the vbe_post
 setting?

Yes, I'm using the non-free nvidia driver.  The free nv driver crashes
my machine when I run certain applications.

Cheers,
Chris


 The following patch fixes the display for me:

 --- 
 hal-info-20080508.orig/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
 +++ 
 hal-info-20080508/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
 @@ -86,8 +86,7 @@
merge key=power_management.quirk.vbestate_restore 
 type=booltrue/merge
  /match
  match key=system.hardware.product contains=M65
 -  merge key=power_management.quirk.dpms_on 
 type=booltrue/merge
 -  merge key=power_management.quirk.vbe_post 
 type=booltrue/merge
 +  merge key=power_management.quirk.vbemode_restore 
 type=booltrue/merge
  /match
  !-- these need no quirks --
  match key=system.hardware.product contains_outof= M90 
 ;WorkStation 360; M4300

 Not sure if this is useful, but s2ram -i outputs the following:
 This machine can be identified by:
 sys_vendor   = Dell Inc.
 sys_product  = Precision M65   
 sys_version  = 
 bios_version = A08

  Sjoerd
 --
 The people rule.




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



Bug#480439: [Pkg-utopia-maintainers] Bug#480439: hal-info: Video quirks incorrect for Dell M65

2008-06-02 Thread Michael Biebl

Chris AtLee wrote:

Hi Sjoerd,

On Sun, Jun 1, 2008 at 11:27 AM, Sjoerd Simons [EMAIL PROTECTED] wrote:

Are you using a non-free video driver? I'm ccing Frederic who did this patch.
Frederic, do you know for what bios versions etc ou revified the vbe_post
setting?


Yes, I'm using the non-free nvidia driver.  The free nv driver crashes
my machine when I run certain applications.



Hi,

as Frederic already mentioned, in the latest version of pm-utils 
(1.1.2.2-1), no quirks are applied if


1.) You are using the binary/non-free driver from nvidia
2.) The fglrx binary/non-free driver from AMD/ATI
3.) A kernel more recent then 2.6.25 and the intel driver

See also
/usr/lib/pm-utils/sleep.d/98smart-kernel-video (This heuristic was added 
by Matthew J. Garrett)


So, Chris, in your case, adding the patch wouldn't make any difference 
for you, as you wouldn't use a quirk after all (as you said, you use the 
binary only nvidia driver).


Chris, can you confirm, if you can successfully suspend/resume with 
latest pm-utils (1.1.2.2-1)? If so, I'd say we don't really need the patch.


Cheers,
Michael



--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#480439: hal-info: Video quirks incorrect for Dell M65

2008-06-01 Thread Sjoerd Simons
On Fri, May 09, 2008 at 09:34:44PM -0400, Chris AtLee wrote:
 My laptop fails to restore the display properly with the quirks
 specified in the standard files.

Your patch adds vbemode_restore. Which was specifically removed from hal-info
according to the changelog:
 commit 3e00518ed2f0d48d106a32200507a2a7ce4985df
 Author: Frederic Crozat [EMAIL PROTECTED]
 Date:   Fri Aug 10 19:28:02 2007 +0200

remove vbestate_restore quirk for Dell M65

Remove vbestate_restore quirk, it might break suspend for this laptop
(it is known to work with only vbe-post)


Are you using a non-free video driver? I'm ccing Frederic who did this patch.
Frederic, do you know for what bios versions etc ou revified the vbe_post
setting?

 The following patch fixes the display for me:
 
 --- 
 hal-info-20080508.orig/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
 +++ hal-info-20080508/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
 @@ -86,8 +86,7 @@
merge key=power_management.quirk.vbestate_restore 
 type=booltrue/merge
  /match
  match key=system.hardware.product contains=M65
 -  merge key=power_management.quirk.dpms_on 
 type=booltrue/merge
 -  merge key=power_management.quirk.vbe_post 
 type=booltrue/merge
 +  merge key=power_management.quirk.vbemode_restore 
 type=booltrue/merge
  /match
  !-- these need no quirks --
  match key=system.hardware.product contains_outof= M90 
 ;WorkStation 360; M4300
 
 Not sure if this is useful, but s2ram -i outputs the following:
 This machine can be identified by:
 sys_vendor   = Dell Inc.
 sys_product  = Precision M65   
 sys_version  = 
 bios_version = A08

  Sjoerd
-- 
The people rule.



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



Bug#480439: hal-info: Video quirks incorrect for Dell M65

2008-05-09 Thread Chris AtLee
Package: hal-info
Version: 20080508-1
Severity: normal


My laptop fails to restore the display properly with the quirks
specified in the standard files.

The following patch fixes the display for me:

--- 
hal-info-20080508.orig/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
+++ hal-info-20080508/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
@@ -86,8 +86,7 @@
   merge key=power_management.quirk.vbestate_restore 
type=booltrue/merge
 /match
 match key=system.hardware.product contains=M65
-  merge key=power_management.quirk.dpms_on type=booltrue/merge
-  merge key=power_management.quirk.vbe_post type=booltrue/merge
+  merge key=power_management.quirk.vbemode_restore 
type=booltrue/merge
 /match
 !-- these need no quirks --
 match key=system.hardware.product contains_outof= M90 ;WorkStation 
360; M4300

Not sure if this is useful, but s2ram -i outputs the following:
This machine can be identified by:
sys_vendor   = Dell Inc.
sys_product  = Precision M65   
sys_version  = 
bios_version = A08


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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