Re: way to detect to xserver-xorg version

2010-08-16 Thread Jay Cotton
xdpyinfo can get the version of the server. look at the source for that and do likewise. jc On 08/14/10 01:53, Tias wrote: Hey, In my program, I want to check that the xserver-xorg version is = 1.8.0. What way to do this is advised: At runtime using XVendorRelease(), or do there exist

Re: X doesn't start in minilinux

2010-03-04 Thread Jay Cotton
On 03/04/10 10:25, GreenFlash wrote: alling back to old probe method for vesa Well, according to the log the vesa driver did not find a graphics device. So, PCI bus code could be missing, all the connecting logic for that must be present. There may also be a driver like xsvc or its

Re: X doesn't start in minilinux

2010-03-04 Thread Jay Cotton
On 03/04/10 11:28, GreenFlash wrote: thx, that somebody helps me. Here's the device-Section from my xorg.conf: Section Device Identifier VIA Driver vesa BusID PCI:0:2:0 EndSection And the corresponding line from lspci: 00:02.0 VGA compatible

Re: X doesn't start in minilinux

2010-03-04 Thread Jay Cotton
On 03/04/10 15:20, GreenFlash wrote: I also just realised, that there are some version differences in the xserver and the vesa module. The module is compiled for version 1.6.3, but the server has version 1.6.4. Might this cause the problem? YES. ABI is important to Xorg now.

Re: Would SLI speed-up Xinerama?

2009-09-11 Thread Jay Cotton
Not likely to help much. Try twinview. On 09/11/09 11:19 AM, Sascha wrote: Hello List! I currently use a triple-head setup with 2 nvidia-cards: - onboard nvidia 7xxx - pci-e nvidia 7xxx dual-head - Athlon X2 2.7GHz - 3 Screens at 1200x1600 (rotated. the rotation does not decrease the

Re: Xorg 1.5.1 SEGV on Solaris 10

2008-11-20 Thread Jay Cotton
On 11/20/08 13:41, Alan Coopersmith wrote: Adam Jackson wrote: On Thu, 2008-11-20 at 07:45 -0800, Alan Coopersmith wrote: 3c03d9f1efbbacec6e8be58da99bf0977a8e0fec From: Adam Jackson [EMAIL PROTECTED] Date: Mon, 18 Aug 2008 14:37:42 -0400 Subject: [PATCH] Remove sparcPci.c Has