ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Alexey Novikov" <Shader@yandex.ru>
To: community@altlinux.ru
Subject: Re:[Comm]WineXН Ati Radeon
Date: Fri, 16 Jan 2004 09:46:17 +0300 (MSK)
Message-ID: <400788B9.000003.14003@colgate.yandex.ru> (raw)
In-Reply-To: <4006FB70.2060606@unisoft.com.ua>

>Дело в том что libGLwrapper призвана решать не так уж часто 
>встречающуюся проблему - автоматическую настройку ссылок на libGL.so.1. 
>И как всякое решение, ориентированное на обработку непредсказуемых 
>ситуаций ведет себя не менее непредсказуемо. Для статической домашней 
>системы работа с сипользование libGLwrapper создает больше проблем, чем 
>решает.
>
>Сама libGLwrapper обновляется нечасто и я предпочитаю обновлять ее 
>руками, чем доверять ее интелекту...

Ну с тех пор, как она стала собирать вместе с Mesa, а не XFree86 
обновляется/патчится она достаточно регулярно, ИМХО.

А по-поводу ее непредсказуемости, то для NV и ATI все уже сделано,
кусок из патча:
+      XvQueryAdaptors(dpy, RootWindow(dpy, 0), &nadaptors, &ainfo);
+
+      if (!force_mesa && 
+	  XQueryExtension(dpy, "GLX", &ignore, &ignore, &ignore)) 
+	{
+	  version = VendorRelease(dpy);
+	  if (version >= 4000) 
+	    {
+	      if (ainfo && strstr (ainfo[0].name, "NV")) 
+		{
+		  current_lib = xf4_nv_lib;
+		  alt_current_lib = NULL;
+		} 
+	      else if (ainfo && strstr (ainfo[0].name, "ATI") && 
+		       (ainfo[0].base_id == 61) && !strstr (ainfo[0].name, "mach"))
+		{
+		  current_lib = xf4_fglrx_lib;
+		  alt_current_lib = NULL;
+		} 
+	      else 
+		{
+		  current_lib = xf4_glx_lib;
+		  alt_current_lib = alt_xf4_glx_lib;
+		}
+	    } 
+	  else 
+	    {
+	      current_lib = xf3_glx_lib;
+	      alt_current_lib = NULL;
+	    }
+	} 
+      else 
+	{
+	  current_lib = xf_mesa_lib;
+	  alt_current_lib = alt_xf_mesa_lib;
+	}

Так что проблемы будут только либо с другими картами, либо
кто-нибудь из игроков (NV/ATI) сменит свое название.

-- 
С уважением,
Алексей Новиков



  reply	other threads:[~2004-01-16  6:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-12 15:17 [Comm] WineX и " TaW
2004-01-12 11:48 ` Eugene Ostapets
2004-01-13 10:56   ` [Comm] WineXЙ " Alexey Novikov
2004-01-13 13:08     ` Eugene Ostapets
2004-01-14  5:26       ` [Comm]WineXк " Alexey Novikov
2004-01-14 10:16         ` Eugene Ostapets
2004-01-14 13:48           ` Alexey Novikov
2004-01-14 16:10             ` [Comm]WineXЛ " Eugene Ostapets
2004-01-15  5:29               ` Alexey Novikov
2004-01-15 20:43                 ` [Comm]WineXм " Eugene Ostapets
2004-01-16  6:46                   ` Alexey Novikov [this message]
2004-01-16  8:18                     ` [Comm]WineXН " Eugene Ostapets
2004-01-16 11:59                       ` Alexey Novikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=400788B9.000003.14003@colgate.yandex.ru \
    --to=shader@yandex.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git