* Re: [sisyphus] NVidia 8756: Xorg can't find nvidia and glx
@ 2006-05-28 23:32 ` Alexandr Isaev
2006-05-29 9:14 ` Alexey Morsov
2006-05-29 10:01 ` [sisyphus] x11setupdrv crash Sergey V Turchin
2 siblings, 0 replies; 7+ messages in thread
From: Alexandr Isaev @ 2006-05-28 23:32 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Anton Komarevtsev пишет:
> 1. reinstall xorg-x11-mesagl и x11setupdrv убрал сообщение насчет libglx.
# apt-get install xorg-x11-mesagl
Пакет xorg-x11-mesagl присутствует в базе данных, но не имеет доступной
версии.
> 2. В /usr/lib/X11/modules/drivers добавил ссылки на nvidia_drv.o и
> nvidia_drv.so из /usr/X11R6/lib/modules/drivers. Теперь nvidia
> обнаруживается, но все равно не загружается:
Я воспользовался драйвером из xorg-x11-nv, хоть как-то заработало.
glx похоже совсем помер.
====
(II) LoadModule: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
dlopen: /usr/lib/X11/modules/extensions/libglx.so: undefined symbol:
_nv000000gl
(EE) Failed to load /usr/lib/X11/modules/extensions/libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)
====
По второй проблемме я не стал сильно копать, а просто и тупо сделал
симлинк /dev/input/mouse0 в /dev/usbmouse. Понимая что неправильно но
мне надо было "ехать, а не шашечки" , а ковыряться времени пока нет совсем.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] NVidia 8756: Xorg can't find nvidia and glx
2006-05-28 23:32 ` [sisyphus] NVidia 8756: Xorg can't find nvidia and glx Alexandr Isaev
@ 2006-05-29 9:14 ` Alexey Morsov
2006-05-29 10:01 ` [sisyphus] x11setupdrv crash Sergey V Turchin
2 siblings, 0 replies; 7+ messages in thread
From: Alexey Morsov @ 2006-05-29 9:14 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Anton Komarevtsev пишет:
> 1. reinstall xorg-x11-mesagl и x11setupdrv убрал сообщение насчет libglx.
> 2. В /usr/lib/X11/modules/drivers добавил ссылки на nvidia_drv.o и
> nvidia_drv.so из /usr/X11R6/lib/modules/drivers. Теперь nvidia
> обнаруживается, но все равно не загружается:
там надо ссылки на /etc/nvidia куда-то там - найдете - добавлять в
/usr/lib/X11/modules
>
> (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 27 18:00:55 2006
> (==) Using config file: "/etc/X11/XF86Config"
> Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
ну поправте уже путь то ) /usr/share/X11/rgb
>
> (EE) LoadModule: Module nvidia does not have a nvidiaModuleData data object.
> (EE) Failed to load module "nvidia" (invalid module, 0)
> (EE) No drivers available.
>
> Проблема с RGB db осталась.
>
> x11setupdrv при запуске вылетает с Segmentation Fault
вот он точно приказал долго жить. Костылю костылево.
>
> в /dev/ девайсов для nvidia нет, хотя hotplug, udev и dev стоят последние.
по моему я добавил в /etc/modules но вроде необязательно
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sisyphus] x11setupdrv crash
2006-05-28 23:32 ` [sisyphus] NVidia 8756: Xorg can't find nvidia and glx Alexandr Isaev
2006-05-29 9:14 ` Alexey Morsov
@ 2006-05-29 10:01 ` Sergey V Turchin
2006-05-29 10:15 ` Alexey Tourbin
` (2 more replies)
2 siblings, 3 replies; 7+ messages in thread
From: Sergey V Turchin @ 2006-05-29 10:01 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 308 bytes --]
On Saturday 27 May 2006 14:12, Anton Komarevtsev wrote:
[...]
> x11setupdrv при запуске вылетает с Segmentation Fault
Запустите вместо него
/usr/libexec/X11/drv.d/nvidia -v
--
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] x11setupdrv crash
2006-05-29 10:01 ` [sisyphus] x11setupdrv crash Sergey V Turchin
@ 2006-05-29 10:15 ` Alexey Tourbin
2006-05-29 10:41 ` Sergey V Turchin
2006-05-29 16:15 ` Artem
2 siblings, 0 replies; 7+ messages in thread
From: Alexey Tourbin @ 2006-05-29 10:15 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 523 bytes --]
On Mon, May 29, 2006 at 02:01:39PM +0400, Sergey V Turchin wrote:
> On Saturday 27 May 2006 14:12, Anton Komarevtsev wrote:
>
> [...]
> > x11setupdrv при запуске вылетает с Segmentation Fault
> Запустите вместо него
> /usr/libexec/X11/drv.d/nvidia -v
И кажется причину сегфолта я когда-то расковырял -- strdup по нулю.
const char *filename;
if (!(filename = strdup (xf86openConfigFile (CONFPATH, cmdline, NULL))))
error (1, errno, "%s: unable to open config file", cmdline);
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] x11setupdrv crash
2006-05-29 10:01 ` [sisyphus] x11setupdrv crash Sergey V Turchin
2006-05-29 10:15 ` Alexey Tourbin
@ 2006-05-29 10:41 ` Sergey V Turchin
2006-05-29 16:15 ` Artem
2 siblings, 0 replies; 7+ messages in thread
From: Sergey V Turchin @ 2006-05-29 10:41 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 403 bytes --]
On Monday 29 May 2006 14:01, Sergey V Turchin wrote:
> On Saturday 27 May 2006 14:12, Anton Komarevtsev wrote:
>
> [...]
>
> > x11setupdrv при запуске вылетает с Segmentation Fault
>
> Запустите вместо него
> /usr/libexec/X11/drv.d/nvidia -v
Да, ldconfig потом еще
--
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] x11setupdrv crash
2006-05-29 10:01 ` [sisyphus] x11setupdrv crash Sergey V Turchin
2006-05-29 10:15 ` Alexey Tourbin
2006-05-29 10:41 ` Sergey V Turchin
@ 2006-05-29 16:15 ` Artem
2006-05-29 16:31 ` Artem
2 siblings, 1 reply; 7+ messages in thread
From: Artem @ 2006-05-29 16:15 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Sergey V Turchin wrote:
> On Saturday 27 May 2006 14:12, Anton Komarevtsev wrote:
>
> [...]
>
>>x11setupdrv при запуске вылетает с Segmentation Fault
>
> Запустите вместо него
> /usr/libexec/X11/drv.d/nvidia -v
>
>
>
Я знаю, почему он вылетает
--
Rgds, Artem.
\|/ ____ \|/
"@'/ .. \`@"
/_| \__/ |_\
\__U_/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] x11setupdrv crash
2006-05-29 16:15 ` Artem
@ 2006-05-29 16:31 ` Artem
0 siblings, 0 replies; 7+ messages in thread
From: Artem @ 2006-05-29 16:31 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
Artem wrote:
> Sergey V Turchin wrote:
>
>>On Saturday 27 May 2006 14:12, Anton Komarevtsev wrote:
>>
>>[...]
>>
>>
>>>x11setupdrv при запуске вылетает с Segmentation Fault
>>
>>Запустите вместо него
>>/usr/libexec/X11/drv.d/nvidia -v
>>
>>
>>
>
> Я знаю, почему он вылетает
>
Чичас... Где-то я патч делал на днях но до bugzilla не дотащил :-/
Вот... Фиксит в segfault в случае отсутствия xorg.conf (что может быть
вызвано неправильным названием оного в командной строке x11setupdrv)
--
Rgds, Artem.
[-- Attachment #2: x11setupdrv-no_config.patch --]
[-- Type: text/plain, Size: 480 bytes --]
diff -ur x11setupdrv.orig/x11setupdrv.c x11setupdrv/x11setupdrv.c
--- x11setupdrv.orig/x11setupdrv.c 2005-12-08 17:19:21 +0200
+++ x11setupdrv/x11setupdrv.c 2006-05-26 00:33:27 +0300
@@ -94,7 +94,7 @@
cmdline = "xorg.conf";
const char *filename;
- if (!(filename = strdup (xf86openConfigFile (CONFPATH, cmdline, NULL))))
+ if (!(filename = xf86openConfigFile (CONFPATH, cmdline, NULL)))
error (1, errno, "%s: unable to open config file", cmdline);
if ( config == 1)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-05-29 16:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-28 23:32 ` [sisyphus] NVidia 8756: Xorg can't find nvidia and glx Alexandr Isaev
2006-05-29 9:14 ` Alexey Morsov
2006-05-29 10:01 ` [sisyphus] x11setupdrv crash Sergey V Turchin
2006-05-29 10:15 ` Alexey Tourbin
2006-05-29 10:41 ` Sergey V Turchin
2006-05-29 16:15 ` Artem
2006-05-29 16:31 ` Artem
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