LINUX.ORG.RU

nvidia driver


0

0

If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.

Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.

Путь к сорцам ядра указывал, не помогло.

2.6.29-rc1


anonymous

Мутный поток нездорового сознания.

Версия драйверов? Дистрибутив? 2.6.29-rc1 вполне себе может неподдерживаться текущей версией nvidia-glx

ist76 ★★★★★
()
Ответ на: комментарий от anonymous

>давно привык ставить каждый новый патч, раньше такого не было

Надо было тег [ССЗБ] в названии топика написать

ist76 ★★★★★
()

У меня FX5900. Последний драйвер для нее - 173.14 вроде. На последнюю ветку ядра, куда ставится - 2.6.26. На 2.6.2[78] - уже нет.

Есть 2 выбора:
* Покупай новую видюху, если не устраивает 2.6.26
* Ставь nv, nouveau (или как-то так)

Я выбрал первый.

Warbozz
()

make oldconfig в папке с исходниками ядра должно помочь

anonymous
()
Ответ на: комментарий от Adjkru

Есть патчик для работы с новым ведром. ССылку не помню правда

--- a/vboxdrv/linux/SUPDrv-linux.c 2008-12-29 16:15:53.000000000 +0000
+++ b/vboxdrv/linux/SUPDrv-linux.c 2009-01-04 00:02:20.346070537 +0000
@@ -703,7 +703,7 @@
/*
* Only root is allowed to access the device, enforce it!
*/
- if (current->euid != 0 /* root */ )
+ if (current->cred->euid != 0 /* root */ )
{
Log(("VBoxDrvLinuxCreate: euid=%d, expected 0 (root)\n", current->euid));
return -EPERM;
@@ -716,8 +716,8 @@
rc = supdrvCreateSession(&g_DevExt, true /* fUser */, (PSUPDRVSESSION *)&pSession);
if (!rc)
{
- pSession->Uid = current->uid;
- pSession->Gid = current->gid;
+ pSession->Uid = current->cred->uid;
+ pSession->Gid = current->cred->gid;
}

pFilp->private_data = pSession;

BeerSeller ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.