ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: devel@altlinux.ru
Cc: sisyphus@altlinux.ru
Subject: [sisyphus] I: patch to fix nvidia glx in installer
Date: Sun, 26 Oct 2003 19:51:48 +0200
Message-ID: <20031026175148.GV5695@osdn.org.ua> (raw)


[-- 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 --]

             reply	other threads:[~2003-10-26 17:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-26 17:51 Michael Shigorin [this message]
2003-10-27 12:36 ` [sisyphus] Re: [devel] " Anton Farygin

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=20031026175148.GV5695@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=devel@altlinux.ru \
    --cc=sisyphus@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 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