xorg option to switch GPU

2009-08-16 Thread logangt
Hye @ all, i own a dell xps 13 since january of this year. This laptop has hybrid sli which is not supported in linux. I want to know if it's possible to configure xorg to use only the onboard GPU and switch the powerful one off? In vista i reach more than 4h batterylife in study modus (have

Re: xorg option to switch GPU

2009-08-16 Thread Mateusz Kaduk
Battery liveliness can be affected by many factors on GNU/Linux platform. 1) Make sure you use on demand CPU governor or powersave one. 2) Install laptop-mode-tools which can slow down your disc when on battery 3) Check your power management (in my case gnome-power-preferences) to tune screen

minimal modules

2009-08-16 Thread Bill Cunningham
I have tried a download agent didn't have much luck. But the one Linux Torvald's wrote, I can't think of it's name. I have successfully used before. I'm just still looking for those minimal modules I can set up. Is there a list? Bill ___ xorg

File `-lselinux' does not exist.

2009-08-16 Thread Justin Mattock
I've been racking my brain on this for a few days without any results. I can compile the xserver normally, but as seen as I enable selinux I get an error during compilation time. make -d shows this: No need to remake target `../../xkb/libxkb.la'. Considering target file `-lselinux'.

Re: minimal modules

2009-08-16 Thread Matt Turner
On Sun, Aug 16, 2009 at 4:27 PM, Bill Cunninghambill...@suddenlink.net wrote:    I have tried a download agent didn't have much luck. But the one Linux Torvald's wrote, I can't think of it's name. git? I have successfully used before. I'm just still looking for those minimal modules I can

ANN: xterm patch #246

2009-08-16 Thread Thomas Dickey
Patch #246 - 2009/8/16 * remove obsolete logic for saving/restoring wrapping flags, which did not work on 64-bit platform. Wrapping flags (stored in the line-index) are now copied with line-data (Debian #541160). * modify

Re: File `-lselinux' does not exist.

2009-08-16 Thread Dan Nicholson
On Sun, Aug 16, 2009 at 4:52 PM, Dan Nicholsondbn.li...@gmail.com wrote: On Sun, Aug 16, 2009 at 2:11 PM, Justin Mattockjustinmatt...@gmail.com wrote: I've been racking my brain on this for a few days without any results. I can compile the xserver normally, but as seen as I enable selinux I

Re: File `-lselinux' does not exist.

2009-08-16 Thread Justin P. Mattock
Dan Nicholson wrote: On Sun, Aug 16, 2009 at 4:52 PM, Dan Nicholsondbn.li...@gmail.com wrote: On Sun, Aug 16, 2009 at 2:11 PM, Justin Mattockjustinmatt...@gmail.com wrote: I've been racking my brain on this for a few days without any results. I can compile the xserver

Re: File `-lselinux' does not exist.

2009-08-16 Thread Dan Nicholson
On Sun, Aug 16, 2009 at 6:02 PM, Justin P. Mattockjustinmatt...@gmail.com wrote: ooops! (as you can see my brain is mush, from looking at this all day). After doing the autoreconf with your patch finally the xserver compiled all the way through. (nice catch). Is Xorg actually linked to

Xserver LogInit

2009-08-16 Thread Jesse Adkins
I'm not sure if this is the proper list for this, but here goes. Basically, I'm curious if the LogInit function defined in xserver/log/os.h is able to be called by an X application. ___ xorg mailing list xorg@lists.freedesktop.org

Re: Don't reset the lastDeviceEventTime when doing DPMS actions

2009-08-16 Thread Peter Hutterer
On Fri, Aug 14, 2009 at 12:07:28PM +0100, Richard Hughes wrote: When we change the DPMS mode, don't play games with the last event time as this breaks applications using IDLETIME to turn the backlight off after a preset time. This patch fixes gnome-power-manager and xfce-power-manager.