Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-02-03 Thread Arnt Karlsen
On Tue, 31 Jan 2012 23:30:46 +, lee wrote in message 
87fwevxxeh@songoku.yagibdah.de:

..snip

 I´ve got a Pavilion DV7 with some integrated Intel card that uses the
 i915 driver, and it´s an euphemism to say that the graphics
 performance is pitifully pathetic compared to the Nvidia GTX470 I´m
 used to ...
 
 However, this laptop also has a Radeon card built in --- only I can´t
 get it to work.

..snip

..you _did_ try the radeon driver?  _May_ have been on vt8, vith 
your i915 X on vt7, if everything worked right out of the box 
before you started messing around with suspect binary blobs.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120202105107.47fa8...@nb6.lan



Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-31 Thread lee
Martin Steigerwald mar...@lichtvoll.de writes:

 options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1 semaphores=1

Isn´t using frame buffer compression likely to lower the graphics
performance because of the compression overhead?

I´ve got a Pavilion DV7 with some integrated Intel card that uses the
i915 driver, and it´s an euphemism to say that the graphics performance
is pitifully pathetic compared to the Nvidia GTX470 I´m used to ...

However, this laptop also has a Radeon card built in --- only I can´t
get it to work. Apparently the laptop is MUX-less, so I don´t get any
output to the screen when switching to the discrete card.

There are instructions on [1] how to get the Radeon card to work with
the fglrx drivers. Unfortunately, an outdated version of the intel
drivers seems to be required:


Regarding the xf86-video-intel package, it is important to use a
version 2.16, as was fortunately noted in the forum post [5] (by
bojojo2020). This is because the current version of ati-drivers, 11.12
doesn't seem to work with newer versions of xf86-video-intel. (I was
initially unsuccessful with 2.17, and in my opinion, this is perhaps the
only detail due to which someone would fail in getting fglrx
running.)[1]


Debian Testing has version 2.17 of the xserver-xorg-video-intel package
and fglrx-glx in version 11-12-1. I´ve tried the fglrx drivers; they
complain about not finding a library when setting them up, and running
startx only produced a segmentation fault with them. Is there any way to
get the Radeon card to work in Debian Testing?


[1]: http://forums.gentoo.org/viewtopic-p-6936730.html


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87fwevxxeh@songoku.yagibdah.de



Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-23 Thread Martin Steigerwald
Am Freitag, 20. Januar 2012 schrieb kei...@strucktower.com:
  On Thu, Jan 19, 2012 at 10:29:19AM +0100, Martin Steigerwald wrote:
  merkaba:~ cat /etc/modprobe.d/i915-kms.conf
  options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1
  semaphores=1
 
 When I try to use this line of options I get an error message saying
 i915_enable_fcb is an unknown parameter. Is that for kernel 3.2 only?

That was misspelled as you found out meanwhile.

 What does that parameter refer to? I tried googling on
 i915_enable_fcb to no avail.

Look at my initial response, I added the links in the comments for this 
configuration file for a reason.

Especially:

merkaba:~ cat /etc/modprobe.d/i915-kms.conf 
[…]
# Eugeni Dodonov, Intel Linux Graphics
# Following the open source road from Kernel to UI toolkits
# http://www.scribd.com/doc/73071712/Intel-Linux-Graphics
options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1 semaphores=1

I do not use a power meter. I used earlier powertop versions (prior to 
version 2) with my ThinkPad T42 on battery, the newer ones do not show 
power consumption on battery anymore. I think it should be viewable by 
some acpi command.

Ciao,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201201232145.29372.mar...@lichtvoll.de



Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-20 Thread keitho
Thanks Chen,

using the modinfo command I can see that I was mispelling... I was using
fcb instead of fbc...

Keith


 On Thu, Jan 19, 2012 at 06:07:16PM -0800, kei...@strucktower.com wrote:
  On Thu, Jan 19, 2012 at 10:29:19AM +0100, Martin Steigerwald wrote:
  merkaba:~ cat /etc/modprobe.d/i915-kms.conf
  options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1
  semaphores=1

 When I try to use this line of options I get an error message saying
 i915_enable_fcb is an unknown parameter. Is that for kernel 3.2 only?
 try ' sudo modinfo i915 ' see if it is available.

 What does that parameter refer to? I tried googling on
 from the modinfo:
  parm:   i915_enable_fbc:Enable frame buffer compression for
 power savings (default: -1 (use per-chip default)) (int)

 For my Lenovo T520 using only the integrated Intel graphics, do I need
 drivers other than xserver-xorg-core, xserver-xorg-video-fbdev, and
 xserver-xorg-video-intel?

 The reason I ask is that I sometimes, when experimenting with
 different configurations get errors suggesting that I need the vesa
 driver, and wonder if that is related to the error I get concerning
 the i915_enable_fcb?
 judge from /var/log/Xorg.0.log, vesa module is loaded, so better to
 install xserver-xorg-video-vesa. i915_enable_fcb, as the modinfo
 suggested, more like a power saving parm.


 --
 Chen Wei




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/a3389a18f7ef904481d08fd3c6412ea3.squir...@webmail.strucktower.com



Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-19 Thread keitho
What are you using to measure your laptop power use?

The LessWatts.org page recommends an external power meter- I wondered if
you have recommendations or tips for a particular type or method? I'm
wondering if there is something fairly inexpensive but reliable and
possibly useful for other things as well. I mean I know there are tons of
gizmos out there, but I prefer the recommendation of a knowlegeable and
experienced Linux user :-)

I also have the Lenovo T520.

Thanks,
Keith Ostertag


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2c9baa17c75d47e0197ab1f33989796a.squir...@webmail.strucktower.com



Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-19 Thread keitho

 On Thu, Jan 19, 2012 at 10:29:19AM +0100, Martin Steigerwald wrote:

 merkaba:~ cat /etc/modprobe.d/i915-kms.conf
 options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1 semaphores=1

When I try to use this line of options I get an error message saying
i915_enable_fcb is an unknown parameter. Is that for kernel 3.2 only?

What does that parameter refer to? I tried googling on i915_enable_fcb
to no avail.

For my Lenovo T520 using only the integrated Intel graphics, do I need
drivers other than xserver-xorg-core, xserver-xorg-video-fbdev, and
xserver-xorg-video-intel?

The reason I ask is that I sometimes, when experimenting with different
configurations get errors suggesting that I need the vesa driver, and
wonder if that is related to the error I get concerning the
i915_enable_fcb?

I don't run games or any video intensive apps. I am currently running
3.0.0-1-amd64.

Thanks,
Keith Ostertag


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/a6a1f035eb2ed1b6ae16f84c460f8e9a.squir...@webmail.strucktower.com



Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-19 Thread Chen Wei
On Thu, Jan 19, 2012 at 03:02:16PM -0800, kei...@strucktower.com wrote:
 What are you using to measure your laptop power use?
 
 The LessWatts.org page recommends an external power meter- I wondered if
 you have recommendations or tips for a particular type or method? I'm
 wondering if there is something fairly inexpensive but reliable and
 possibly useful for other things as well. I mean I know there are tons of
 
 I also have the Lenovo T520.

I don't know if there are better method, but I happen to have an
inexpensive external power meter, it looks like a plug with a small LCD
screen, capable of measure from few watt to 2000watt, display voltage,
power factor, and calculate overall power usage, so it is quite handy
for home use. It should be easy to find a good one in local shop or
online. 



-- 
Chen Wei


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120120050047.GA8132@Tungsten



Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-19 Thread Chen Wei
On Thu, Jan 19, 2012 at 06:07:16PM -0800, kei...@strucktower.com wrote:
  On Thu, Jan 19, 2012 at 10:29:19AM +0100, Martin Steigerwald wrote:
  merkaba:~ cat /etc/modprobe.d/i915-kms.conf
  options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1
  semaphores=1

 When I try to use this line of options I get an error message saying
 i915_enable_fcb is an unknown parameter. Is that for kernel 3.2 only?
try ' sudo modinfo i915 ' see if it is available.

 What does that parameter refer to? I tried googling on
from the modinfo:
 parm:   i915_enable_fbc:Enable frame buffer compression for
power savings (default: -1 (use per-chip default)) (int)

 For my Lenovo T520 using only the integrated Intel graphics, do I need
 drivers other than xserver-xorg-core, xserver-xorg-video-fbdev, and
 xserver-xorg-video-intel?

 The reason I ask is that I sometimes, when experimenting with
 different configurations get errors suggesting that I need the vesa
 driver, and wonder if that is related to the error I get concerning
 the i915_enable_fcb?
judge from /var/log/Xorg.0.log, vesa module is loaded, so better to
install xserver-xorg-video-vesa. i915_enable_fcb, as the modinfo
suggested, more like a power saving parm.


--
Chen Wei


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120120053445.GA10507@Tungsten