ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] I: patch to fix nvidia glx in installer
@ 2003-10-26 17:51 Michael Shigorin
  2003-10-27 12:36 ` [sisyphus] Re: [devel] " Anton Farygin
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Shigorin @ 2003-10-26 17:51 UTC (permalink / raw)
  To: devel; +Cc: sisyphus


[-- Attachment #1.1: Type: text/plain, Size: 381 bytes --]

	Здравствуйте.
Кажется, победилась #3082 (неправильная строчка загрузки *glx для
*некоторых* карт NVIDIA).  Патч в bugzilla.  Большая просьба
внимательно проверить, что больше ничего при этом не сломалось,
хотя по логике изменения (ставшей более простой и однозначной) --
не должно.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #1.2: Xconfigurator.pm-fix-nvidia-glx.patch --]
[-- Type: text/plain, Size: 676 bytes --]

--- Xconfigurator.pm-20031023	2003-10-23 00:00:00 +0300
+++ Xconfigurator.pm	2003-10-26 19:41:16 +0200
@@ -1171,12 +1171,7 @@
 
     Load	"dbe"
 );
-    if ($o->{card}{DRI_glx}) {
-	print G qq(
-    Load	"glx"
-    Load	"dri"
-);
-    } elsif ($o->{card}{driver} eq "nvidia" || $o->{card}{NVIDIA_glx}) {
+    if ($o->{card}{driver} eq "nvidia") {
 	print G qq(
 # This loads the NVIDIA GLX extension module.
 # IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE
@@ -1184,6 +1179,11 @@
 
     Load        "/usr/X11R6/lib/modules/extensions/libglx.so"
 );
+    } elsif ($o->{card}{DRI_glx}) {
+	print G qq(
+    Load	"glx"
+    Load	"dri"
+);
     }
     print G qq(
 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [sisyphus] Re: [devel] I: patch to fix nvidia glx in installer
  2003-10-26 17:51 [sisyphus] I: patch to fix nvidia glx in installer Michael Shigorin
@ 2003-10-27 12:36 ` Anton Farygin
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Farygin @ 2003-10-27 12:36 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: sisyphus

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

Michael Shigorin пишет:
> 	Здравствуйте.
> Кажется, победилась #3082 (неправильная строчка загрузки *glx для
> *некоторых* карт NVIDIA).  Патч в bugzilla.  Большая просьба
> внимательно проверить, что больше ничего при этом не сломалось,
> хотя по логике изменения (ставшей более простой и однозначной) --
> не должно.

Принято.

Rgds,
Rider

[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-27 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-26 17:51 [sisyphus] I: patch to fix nvidia glx in installer Michael Shigorin
2003-10-27 12:36 ` [sisyphus] Re: [devel] " Anton Farygin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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