Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Stefan Dirsch
On Fri, Apr 02, 2010 at 10:03:47AM -0700, Keith Packard wrote:
 
  Can you post the rest of the log? It should be picking up the
  InputClass settings from the installed xorg.conf.d/10-evdev.conf. See
  the INPUTCLASS section in xorg.conf(5). They're basically like the fdi
  stubs used with the hal backend.
 
 Yeah, one possibility is that you have an existing /etc/X11/xorg.conf.d
 directory which will cause the X server to skip everything in
 $(prefix)/etc/X11/xorg.conf.d and thus miss the 10-evdev.conf file.

BTW, the first thing I did with 1.8.0 was:

-xorgconfddir = $(prefix)/etc/X11/$(XF86CONFIGDIR)
+xorgconfddir = $(sysconfdir)/X11/$(XF86CONFIGDIR)

in config/Makefile.am

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [Intel-gfx] [ANNOUNCE] Intel 2009Q4 release

2010-01-05 Thread Stefan Dirsch
On Tue, Jan 05, 2010 at 07:42:40PM -0800, Greg KH wrote:
 On Wed, Jan 06, 2010 at 10:02:06AM +0800, Jin, Gordon wrote:
  Hi,
  
  We'd like to announce Intel 2009Q4 release package 
  (http://intellinuxgraphics.org/2009Q4.html), which consists of:
  - xf86-video-intel 2.10.0
  - mesa 7.7
  - libdrm 2.4.17
  - Linux kernel 2.6.32
  - xserver 1.7.3 is recommended to use with this release
 
 I thought some patches on top of 2.6.32 are needed to get the intel
 2.10.0 driver to work properly on all platforms.  Or is that somehow not
 the case and the discussion yesterday incorrect?

For 8xx (845G/855GM/865G) you need to apply the backported overlay patches on
top of 2.6.32 for Xvideo support, since there is no textured video available
on these platforms AFAIK. Not sure how to enable overlay support on 8xx
(default?) or switch from textured video to overlay for the other platforms
though.

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: How to make xorg prefer nvidia over nv driver in a xorg.conf less configuration?

2009-05-14 Thread Stefan Dirsch
On Thu, May 14, 2009 at 05:20:08PM +1000, Daniel Stone wrote:
 On Thu, May 14, 2009 at 06:58:44AM +, Francesco Pretto wrote:
  I'm sorry, but this not a very useful answer. You are basically saying the
  driver loading priority of Xorg is hardcoded and if you want to change it,
  recompile Xserver. I've already read that discussions in the past: I DON'T 
  want
  Xorg to default ship with nvidia set at higher priority and I perfectly 
  agree
  with reverting that commit. I just want to learn how to configure my system 
  to
  accomplish what I've asked. There are 2 considerations:
  
  1) You've pointed me the driver loading priority is hardcoded in Xorg so 
  can't
  be changed by normal users. Maybe HAL fdi policies files can be used to
  accomodate my task?
  2) If there's no configurable option to solve this, this would de 
  definitively a
  lacking feature: Xorg can't prefer one driver instead of another in a 
  xorg.conf
  less configuration. As I've explained, this would be very useful in my setup
  where basically I continue to swap video card depending the fact I'm running
  native or virtualized.
 
 If you want to configure Xorg, why not use xorg.conf?

What he wants to have is a config file (system) for the driver
priority system. We don't have this. It's hardcoded.

Actually it would make sense to have this configurable. Then, when
updating a driver with new chip support, you could update this config
file (system) and the Xserver would chose the right driver. No
xorg.conf required.

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: How to make xorg prefer nvidia over nv driver in a xorg.conf less configuration?

2009-05-13 Thread Stefan Dirsch
On Wed, May 13, 2009 at 08:42:50PM +, Francesco Pretto wrote:
 Hello, this is my need:
 
 I've installed ubuntu in my nvidia powered notebook; I've learnt how to use 
 the
 same native installation in a VirtualBox environment, using the createrawvmdk
 directive. I've deleted the xorg.conf file and Xorg correctly detects the
 emulated video card (vboxvideo) when launched within VirtualBox.
 Unfortunately, with a xorg.conf-less configuration, now Xorg choose nv as 
 the
 default driver for my nvidia card when booting ubuntu natively. Is there a
 supported and clean way to make it choose the nvidia one? I've tried 
 searching
 around: someone points about creating an HAL fdi policy, but without examples.
 Others points about the fact Xorg already have a priority system for loading
 drivers, but there's no informations on how to modify it.
 
 How I am supposed to do to accomplish this task? Ask me if you need more 
 details.

See discussion on 

  http://lists.freedesktop.org/archives/xorg/2008-July/037098.html

and the following commmits in git master of xserver:

commit 0dbfe0ebc69c307c0626ba824de15d03de1251d4
Author: Daniel Stone dan...@fooishbar.org
Date:   Mon Jul 21 03:50:15 2008 +0300

Revert Try nvidia before nv under the assumption that people who install it
 usually want to *use* it, too.

Per mailing list discussion.

This reverts commit 66fb253082ea42179180303393e48846208987fa.

commit 66fb253082ea42179180303393e48846208987fa
Author: Aaron Plattner aplatt...@nvidia.com
Date:   Tue Jul 8 02:39:00 2008 -0700

Try nvidia before nv under the assumption that people who install it usually
 want to *use* it, too.

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Matrox G550 dual head crashes 1.5.2 server

2009-04-15 Thread Stefan Dirsch
On Wed, Apr 15, 2009 at 10:14:12AM +0200, Dieter und Sigrid Henskes wrote:
 I run a Matrox G550 card in dual head mode. This worked fine under Xorg 7.2 ( 
 Linux Kernel 2.6.22.5-3 in SUSE 10.3 ). But this crashes the Server 1.5.2 
 under Xorg 7.4 in SUSE 11.1 ( Linux Kernel 2.6.27.7-9 ). 

In case you use MergedFB, I've reported this

  https://bugs.freedesktop.org/show_bug.cgi?id=21022

It would be appreciated if Tilman and/or Ian could shed some light on
this.

If you use Xinerama. This is broken since xorg-server 1.4 anyway. See

  https://bugs.freedesktop.org/show_bug.cgi?id=20816
  https://bugs.freedesktop.org/show_bug.cgi?id=20817
  https://bugs.freedesktop.org/show_bug.cgi?id=20849

 Matrox Support tells me their driver does not support the current
 Xorg-Server.

Not sure what they mean with their driver, but with regard to the
upstream driver I'm afraid Matrox is no longer interested in anything
than supporting the G200 core for server machines (G200 SE/EV/eW).

 Should I choose another card? 

I'm afraid the answer is yes. :-(

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Matrox G550 dual head crashes 1.5.2 server

2009-04-15 Thread Stefan Dirsch
On Wed, Apr 15, 2009 at 08:13:19PM +0200, Tilman Sauerbeck wrote:
 Stefan Dirsch [2009-04-15 11:28]:
 
 HI,
 
  On Wed, Apr 15, 2009 at 10:14:12AM +0200, Dieter und Sigrid Henskes wrote:
   I run a Matrox G550 card in dual head mode. This worked fine under Xorg 
   7.2 ( 
   Linux Kernel 2.6.22.5-3 in SUSE 10.3 ). But this crashes the Server 1.5.2 
   under Xorg 7.4 in SUSE 11.1 ( Linux Kernel 2.6.27.7-9 ). 
  
  In case you use MergedFB, I've reported this
  
https://bugs.freedesktop.org/show_bug.cgi?id=21022
  
  It would be appreciated if Tilman and/or Ian could shed some light on
  this.
 
 The use of mga_hal isn't supported by xf86-video-mga - it hasn't worked
 in ages.

It did for me until commit 074a4aa1985219910a96b022368067e3ed5641e6. I
bisected it. Apparently I need to debug and fix the issue
myself. Would have been much more easier for one, who knows the code
by heart.

 The randr-1.2 branch of xf86-video-mga.git supports most of the
 modesetting features that mga_hal offered, btw, though it's not finished
 as you probably know :|

Unfortunately a typical RANDR 1.2 setup (side-by-side) never worked
for me on G550 when using this driver branch. There hasn't been a
single commit since Fri Jan 18 2008. My impression was you gave up on
implementing RANDR 1.2 in mga.

Classical Xinerama setup (without MergedFB) with mga driver is also
broken.

  https://bugzilla.novell.com/show_bug.cgi?id=441070
  https://bugzilla.novell.com/show_bug.cgi?id=210988

So what's the recommendation to a Matrox user, who wants to use both
outputs? Replace graphics card?

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: luit forked?

2009-04-10 Thread Stefan Dirsch
On Fri, Apr 10, 2009 at 11:17:43AM +0200, Jan Kasprzak wrote:
 Alan Coopersmith wrote:
 : http://invisible-island.net/luit/luit.html
 : http://cgit.freedesktop.org/xorg/app/luit
 : 
 : Is there any reason we should have two forks of this?   Which one
 : do most distros ship?
 
   Fedora ships the second one:
 
 $ rpm -qf `which luit`
 xorg-x11-apps-7.3-5.fc10.x86_64
 
   A colleague told me that this is true also for Ubuntu (so
 presumably for Debian too).

Same for openSUSE (luit 1.0.3).

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xf86-video-intel 2.6.99.901

2009-03-10 Thread Stefan Dirsch
On Tue, Mar 10, 2009 at 10:05:27AM -0700, Donnie Berkholz wrote:
 On 03:47 Tue 10 Mar , Stefan Dirsch wrote:
  Could it be that the tarball is incomplete?
  
  [...]
  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg 
  -I/usr/in
  clude/pixman-1 -I/usr/include/drm -I/usr/include/xorg 
  -I/usr/include/pixman-1 -I
  /usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 
  -fmes
  sage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables 
  -fasyn
  chronous-unwind-tables -g -fno-strict-aliasing -MT 
  libIntelXvMC_la-i965_xvmc.lo 
  -MD -MP -MF .deps/libIntelXvMC_la-i965_xvmc.Tpo -c i965_xvmc.c  -fPIC -DPIC 
  -o .
  libs/libIntelXvMC_la-i965_xvmc.o
  i965_xvmc.c:49:25: error: ipicture.g4b: No such file or directory
  i965_xvmc.c:52:21: error: null.g4b: No such file or directory
 
 I can reproduce this and the files definitely aren't there. Oddly, I 
 tried a `make distcheck` locally and got these files in the tarball. 
 Something must be weird on the box where the tarball was made, and I 
 wonder how distcheck completed successfully.

BTW, make dist creates 2.6.99.1 and not 2.6.99.901 tarballs ...

Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xf86-video-intel 2.6.99.901

2009-03-10 Thread Stefan Dirsch
On Tue, Mar 10, 2009 at 10:34:28AM -0700, Donnie Berkholz wrote:
 On 18:29 Tue 10 Mar , Stefan Dirsch wrote:
  BTW, make dist creates 2.6.99.1 and not 2.6.99.901 tarballs ...
 
 You're on master, not 2.7 branch.

Ouch. Thanks for the hint. I didn't know there is already a 2.7
branch.

Thanks,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xf86-video-intel 2.6.99.901

2009-03-09 Thread Stefan Dirsch
On Mon, Mar 09, 2009 at 06:54:05PM -0700, Carl Worth wrote:
 Here is the first release candidate in preparation for the upcoming
 2.7.0 release.
 
 git tag: xf86-video-intel-2.6.99.901
 
 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.99.901.tar.bz2
 MD5: ac1766d206bbfe7318704848641598f9  xf86-video-intel-2.6.99.901.tar.bz2
 SHA1: dbe9af35914881be7b819ca74aaa012bb305bf83  
 xf86-video-intel-2.6.99.901.tar.bz2
 
 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.99.901.tar.gz
 MD5: 10fb6ce342cdaf2d4c854b5a5d14a382  xf86-video-intel-2.6.99.901.tar.gz
 SHA1: 96c996cb0ff1f1ccaf4f3ca7b8a1d8b3e483e6e9  
 xf86-video-intel-2.6.99.901.tar.gz

Could it be that the tarball is incomplete?

[...]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/in
clude/pixman-1 -I/usr/include/drm -I/usr/include/xorg -I/usr/include/pixman-1 -I
/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -fmes
sage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasyn
chronous-unwind-tables -g -fno-strict-aliasing -MT libIntelXvMC_la-i965_xvmc.lo 
-MD -MP -MF .deps/libIntelXvMC_la-i965_xvmc.Tpo -c i965_xvmc.c  -fPIC -DPIC -o .
libs/libIntelXvMC_la-i965_xvmc.o
i965_xvmc.c:49:25: error: ipicture.g4b: No such file or directory
i965_xvmc.c:52:21: error: null.g4b: No such file or directory
i965_xvmc.c:55:30: error: frame_forward.g4b: No such file or directory
i965_xvmc.c:58:31: error: frame_backward.g4b: No such file or directory
i965_xvmc.c:61:26: error: frame_f_b.g4b: No such file or directory
i965_xvmc.c:64:30: error: field_forward.g4b: No such file or directory
i965_xvmc.c:67:31: error: field_backward.g4b: No such file or directory
i965_xvmc.c:70:26: error: field_f_b.g4b: No such file or directory
i965_xvmc.c:73:27: error: dual_prime.g4b: No such file or directory
i965_xvmc.c:76:34: error: frame_forward_igd.g4b: No such file or directory
i965_xvmc.c:79:35: error: frame_backward_igd.g4b: No such file or directory
i965_xvmc.c:82:30: error: frame_f_b_igd.g4b: No such file or directory
i965_xvmc.c:85:34: error: field_forward_igd.g4b: No such file or directory
i965_xvmc.c:88:35: error: field_backward_igd.g4b: No such file or directory
i965_xvmc.c:91:30: error: field_f_b_igd.g4b: No such file or directory
i965_xvmc.c:94:31: error: dual_prime_igd.g4b: No such file or directory
i965_xvmc.c: In function 'render_surface':
i965_xvmc.c:609: warning: pointer targets in assignment differ in signedness
make[5]: *** [libIntelXvMC_la-i965_xvmc.lo] Error 1

I see these files in git head (which builds fine), but not in the
tarball.

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [Question] Is xrandr 1.2.99.4 useful on Ubuntu 9.04 alpha5 ?

2009-03-04 Thread Stefan Dirsch
On Thu, Mar 05, 2009 at 11:15:08AM +0800, gordony...@viatech.com.cn wrote:
 Dear all,
 
 I build Xrandr 1.22.99.4 successfully, but I can't run it. The error
 message is poly request too large or internal Xlib length error.

Gordon, you've stumbled across

  https://bugzilla.novell.com/show_bug.cgi?id=481863

See also

  http://lists.x.org/archives/xorg-devel/2009-March/000415.html
  http://lists.x.org/archives/xorg-devel/2009-March/000416.html

Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: pixman with and without SSE2 benchmarks?

2008-09-29 Thread Stefan Dirsch
On Mon, Sep 29, 2008 at 06:17:53PM +0200, Matthias Hopf wrote:
 On Sep 28, 08 16:53:05 +0200, Roland Scheidegger wrote:
  On 28.09.2008 11:52, Clemens Eisserer wrote:
   I'd bet against that :-). Core 2 has magnificent SSE performance indeed,
   but that's true for MMX just as well.
   Well, Core2 (and AMD K10) got support for 128bit operations per clock,
   whereas previous processors only supported 64bit at once, and took 2
   cycles for 128 bit operations.
   MMX is just 64-bit, so it should't matter much there.
  Ah yes you're right. Somehow I thought it would execute mmx twice as
  fast as well - clearly that's not true. Should indeed be much closer on
  older cpus.
 
 OTOH pixman w/ SSE does have some severe rendering issues - read
 bugzilla.novell.org, #426370.

bugzilla.novell.com

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


X.Org 7.4 - when?

2008-09-23 Thread Stefan Dirsch
Hi

I'm wondering what happened to the planned release of X.Org 7.4? The
latest I've heard about was the email by Adam Jackson on Wed Sep 3,
where he stated:

---
Well, that took long enough.

This is almost certainly the server that will go into Xorg 7.4.  The
module set for same is available here:

http://xorg.freedesktop.org/archive/preview-X11R7.4/src/

If you see anything missing that should be present, or present that
should be absent, yell very loudly, right now.  Otherwise that'll go
gold in a day or two.
---

These message followed some comments, which tarballs still need an
update (which he fixed almost immediately). Then silence - only
interrupted by an amusing discussion about now-ish/no-wish release of
X.Org 7.4 (7.5 release plans).

Which issues are still open?

Best regards,
Stefan

Public Key available
--
Stefan Dirsch (Res.  Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg