Hello, I can build the driver, it loads, but it does not work. Please find attached my local data, sorry for the form, I made it a few days ago and would have to build a new kernel which would also not work. My card is 01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9400 GT] (rev a1). The things stay the same, never mind how I try. Please CC me, as I am not in the group. Regards, Piotr Hosowicz -- Janusz Korwin-Mikke: "Dyktatury dziel? si? na dobre i z?e. Demokracja jest zawsze g?upia." NP: - NB: 2.6.36-rc5-git7 -------------- next part -------------- A non-text attachment was scrubbed... Name: log.txt.bz2 Type: application/x-bzip2 Size: 52828 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20100926/5e60b9b5/attachment-0001.bin>
On 2010-09-26 16:13 +0200, Piotr Hosowicz wrote:> I can build the driver, it loads, but it does not work. Please find > attached my local data, sorry for the form, I made it a few days ago > and would have to build a new kernel which would also not work. My > card is 01:00.0 VGA compatible controller: nVidia Corporation G96 > [GeForce 9400 GT] (rev a1). The things stay the same, never mind how I > try. > [...] > (II) LoadModule: "glx" > (II) Loading /usr/lib/xorg/modules/extensions/libglx.so > (II) Module glx: vendor="NVIDIA Corporation" > compiled for 4.0.2, module version = 1.0.0 > Module class: X.Org Server Extension > (II) NVIDIA GLX Module 260.19.06 Mon Sep 13 04:54:41 PDT 2010 > (II) Loading extension GLXThis is the first mistake, please uninstall the NVidia binary driver.> (II) LoadModule: "nouveau" > (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so > (II) Module nouveau: vendor="X.Org Foundation" > compiled for 1.7.7, module version = 0.0.15 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 6.0 > (II) NOUVEAU driver Date: Tue Mar 16 13:08:37 2010 +1000And this is the second, this version does not work with Kernels later than 2.6.33. On Debian, install xserver-xorg-video-nouveau from experimental to fix that. See also http://nouveau.freedesktop.org/wiki/TroubleShooting. Sven
2010/9/26 Piotr Hosowicz <piotr at hosowicz.com>:> Hello, > > I can build the driver, it loads, but it does not work. Please find attached > my local data, sorry for the form, I made it a few days ago and would have > to build a new kernel which would also not work. My card is 01:00.0 VGA > compatible controller: nVidia Corporation G96 [GeForce 9400 GT] (rev a1). > The things stay the same, never mind how I try. > > Please CC me, as I am not in the group. >Your Xorg.0.log file shows that NVIDIA proprietary driver is still installed. Try to uninstall it until you no longer see any mention of NVIDIA in Xorg.0.log
On 26.09.2010 16:46, Xavier Chantry wrote:> 2010/9/26 Piotr Hosowicz<piotr at hosowicz.com>: >> Hello, >> >> I can build the driver, it loads, but it does not work. Please find attached >> my local data, sorry for the form, I made it a few days ago and would have >> to build a new kernel which would also not work. My card is 01:00.0 VGA >> compatible controller: nVidia Corporation G96 [GeForce 9400 GT] (rev a1). >> The things stay the same, never mind how I try. >> >> Please CC me, as I am not in the group. >> > > Your Xorg.0.log file shows that NVIDIA proprietary driver is still installed. > Try to uninstall it until you no longer see any mention of NVIDIA in Xorg.0.logOk, I just have deinstalled nvidia stuff, if I had to trust their installer. So now I have to build the kernel with the driver. Regards, Piotr Hosowicz -- Familiada: Pytanie: Czym bawi? si? dzieci w piaskownicy? Odpowied?: Przewracaj? si?. NP: - NB: 2.6.36-rc5-git7
On Sun, Sep 26, 2010 at 04:13:06PM +0200, Piotr Hosowicz wrote:> Hello, > > I can build the driver, it loads, but it does not work. Please find > attached my local data, sorry for the form, I made it a few days ago and > would have to build a new kernel which would also not work. My card is > 01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9400 > GT] (rev a1). The things stay the same, never mind how I try. >You have 0.0.16 nouveau kernel module, but 0.0.15 libdrm/xf86-video-nouveau. This is probably your main problem. Upgrade libdrm and xf86-video-nouveau. Note, you didn't uninstall NVIDIA proprietary driver (Module glx: endor="NVIDIA Corporation" in xorg.log) which might crash X if wrong version of some component is installed (don't remember which one, just uninstall nvidia drivers) If you resolve these issues and still have problem, simplify your xorg.conf to contain only: Section "Device" Identifier "n" Driver "nouveau" EndSection Almost all above is documented on wiki: http://nouveau.freedesktop.org/wiki/TroubleShooting Marcin