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 ligh

Re: Intel 2009Q2 release

2009-07-22 Thread Mateusz Kaduk
2009/7/22 Colin Guthrie : > In the webpage it mentiones 2.6.30.1 + 8 patches. 2.6.30.2 is now out, > can you comment on whether or not those 8 patches have been rolled into > 2.6.30.2? Also making official bundle with those patches would be nice or like Colin wrote pulling them in 2.6.30.3 if they

Re: 2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption

2009-04-29 Thread Mateusz Kaduk
This is realy old issue now. Which I reported at begining of this month but exist much longer. https://bugs.freedesktop.org/show_bug.cgi?id=20896 Two more people also experience this. This only happens with KMS mode. I am using 1.6.1 xorg/mesa master/ xf86-intel master and libdrm 2.4.9 kernel 2.6

Re: [Mesa3d-dev] Mesa 7.4-rc2 no separate compilation units in GLSL 1.20 ?

2009-03-31 Thread Mateusz Kaduk
Nevertheless in exactly all cases I tried to use GLSL I had problems because this feature is not supported. This feature is really in demand because its so commonly used. Moreover most applications (all I ever tried) cannot enable GLSL because 3D driver lacks it. Maybe there is nicer way of doing t

Mesa 7.4-rc2 no separate compilation units in GLSL 1.20 ?

2009-03-26 Thread Mateusz Kaduk
e YoFrankie (Blender Project), Savage2(Commercial), Nexuiz(Open-Source DarkAges Q1 engine), RegnumOnline(Commercial free to play) and many more in GLSL mode. Are there any plans to implement this feature ? Best regards Mateusz Kaduk ___ xo

Re: No brightness correction in Open-Arena (also xdriinfo different than glxinfo)

2009-02-22 Thread Mateusz Kaduk
This is fine with Open-Arena now, but other game RegnumOnline is now a way too bright and does not have any gamma correction. Is it possible to have them both properly working ? 2009/2/22 Shunichi Fuji > we are disabling some gamma functions since > 91f73b79b7ae64e5b846d1efeb470bb61a913720. > yo

Re: GUI is not loading--seems Graphics card is not supporting

2009-02-21 Thread Mateusz Kaduk
I don't know much about your card. But you can look up in /var/log/Xorg.0.log why X server is not starting. Also providing version of xf86-intel, xorg-core, kernel might be helpful for people that know more than me. 2009/2/21 sivakumar purushothaman > Hi , > > I have Toshiba Satellite L305-S5

No brightness correction in Open-Arena (also xdriinfo different than glxinfo)

2009-02-21 Thread Mateusz Kaduk
Hi, I am using latest master git libdrm/mesa/xf86-intel/xorg-server along with latest 2.6.29-rc4-drm-intel-next-18.02.09 When I run OpenArena 0.8.1-2, I see that brightness setting is not working. Whole game is really dark, and changing brightness settings does not affect that. (max brightness = st

Re: Intel driver 2.6.0: Missing drm.ko and i915.ko files after building entire graphics stack

2009-01-21 Thread Mateusz Kaduk
As it comes to intel driver everything is fine. Jan 21 18:18:40 cannibal kernel: [drm] Initialized drm 1.1.0 20060810 Jan 21 18:18:40 cannibal kernel: [drm] Initialized i915 1.6.0 20080730 on minor 0 As for mouse, keyboard check your /var/log/Xorg.0.log probably instalation problem, You can ask al

Re: 945GM(E) screen rotation and slow GL.

2009-01-14 Thread Mateusz Kaduk
2009/1/14 Vedran Rodic > Probably unrelated, but the old 915tex driver had about 50% better > framerate in glxgears than either the old Mesa driver, or the current. > Of course, this driver is now obsolete. Do you have any idea why was > that driver so much faster? If I remember correctly, the pe

After latest kernel update from drm-intel-next branch I am stucked at software rasterizer.

2009-01-06 Thread Mateusz Kaduk
After X startup I get in kern.log this X:4808 map pfn expected mapping type write-back for e180-e1e4, got write-combining X:4808 freeing invalid memtype e180-e1e4 glxinfo:5249 map pfn expected mapping type write-back for e180-e1be8000, got write-combining glxinfo:5249 freeing i

Re: Problem building the whole X stack, results in no i915.ko

2009-01-02 Thread Mateusz Kaduk
2009/1/2 Lucas Charles > Why in the Makefiles in drm/linux-core (Makefile Makefile.kernel) there > is no instructions to build any i915 related .o .ko ? > It seems that the configuring process was OK as far as I can see through > the awful lot of output I got. > You don't need to build drm/linux

Re: Building latest Intel support for 945G

2008-12-12 Thread Mateusz Kaduk
2008/12/12 Cliff Lawson > So I used GIT to get a libdrm that did include the linux-source part of the > tree but when I built it the i915.ko did not build and looking at the > Makefile it would appear to be because OS_HAS_GEM was not defined. It was a > search for the solution to that which broug

Re: How to disable all messages printed that appear when starting Xorg?

2008-11-24 Thread Mateusz Kaduk
I really dont understand why You would like to do that!! But if You really want its simple You can write a wrapper script, that just run your command and redirect everything to a file. #!/bin/sh /usr/bin/startx.old > /var/log/Xsuppress.log 2> /var/log/Xsuppress.log 2008/11/24 Mohamed AbdElwahed <[

Re: Compile xorg from git, i915.ko missing

2008-11-07 Thread Mateusz Kaduk
There is no need to use mesa/drm/linux-core Latest kernel already include correct version with GEM of drm module! drm/linux-core is wrong implementation 2008/11/7 Chris Pemberton <[EMAIL PROTECTED]> > Sergio Monteiro Basto wrote: > > export OS_HAS_GEM=1 > _

Re: xf86-video-intel-2.5.0 is slow

2008-11-04 Thread Mateusz Kaduk
I used git clone git://git.freedesktop.org/git/xorg/proto/dri2proto git clone git://git.freedesktop.org/git/mesa/drm git clone git://git.freedesktop.org/git/mesa/mesa git clone git://git.freedesktop.org/git/xorg/driver/xf86-video-intel And for mesa options were ./autogen.sh --prefix=/usr --with-dr

Re: xf86-video-intel-2.5.0 is slow

2008-11-04 Thread Mateusz Kaduk
You cant get GEM working without GEM mesa. I think if You install latest mesa, and have non GEM kernel it should report gem no supported faling back to classic. I haven't tried with older mesa though. But its not so hard to install 3 sourses for GEM to work, unless You want dri2 which means recomp

Re: xf86-video-intel-2.5.0 is slow

2008-11-04 Thread Mateusz Kaduk
Mesa 7.2 is not enough for GEM to work. You need latest git. Grab dri2proto, drm(for libdrm only, not linux-core), mesa, and xf86-video-intel for GEM enabled kernel. Also make sure You have xserver-xorg-core 1.5.x (with EXA method as UXA is still a bit buggy and needs dri2) Do this if You dont pl

Re: Intel Xorg driver with GLSL freez system

2008-10-28 Thread Mateusz Kaduk
div0 said " the shader is used like this: uncomment FRAGMENT_SHADER that is the one that crashes uncomment ONE of the modes I'd suggest MODE_LIGHTDIRECTIONMAP_MODELSPACE and uncomment USEDIFFUSE, USEGLOW, USESPECULAR then you get the basic shader that's used for most surfaces in the game an

Intel driver bugs

2008-10-28 Thread Mateusz Kaduk
Hi, I refreshed my installation as You suggested and you were right some old files in /usr/local were interfering with new one from git. But now I still see some old problems which were reported not only by me. The problems are 1. Random freezes when "faling back to classic mode", EXA with non

Intel Xorg driver with GLSL freez system

2008-10-27 Thread Mateusz Kaduk
Hi, I have debian with xorg 1.5.2 and master mesa/libdrm/intel which I use with EXA and GEM enabled kernel from Eric. I installed nexuiz apt-get install nexuiz and game crash system when I run it with enabled GLSL. Can someone check it ? It also can be downloaded from http://downloads.sourceforge.

System freez with GLSL. Possible bug in mesa or intel driver.

2008-10-22 Thread Mateusz Kaduk
First of all i started using UXA which is faster than EXA but cause occasional hang ups of the system. My configuration is Debian's xorg 1.5.2, and masters libdrm, intel driver, mesa and 2.6.27 GEM enabled kernel. 1) When I run nexuiz it works untill I enable GLSL with this one after launching pla

For how long Intel users are stucked with OpenGL 1.4 ?

2008-10-07 Thread Mateusz Kaduk
Hi, Is there any chance to get OpenGL 2.1 on Intel 965GM ? A time ago I was using DRM module i915.ko from git and it was working nice. Now because of GEM, module is not compiling anymore and I am stucked with OpenGL 1.4 which does not work for most of applications that I was able to run before! Whi