LinuxMCE Forums

General => Installation issues => Topic started by: pigdog on April 15, 2014, 09:28:39 pm

Title: FYI - Snap April 13 28939 xorg.conf defaulted to nouveau driver
Post by: pigdog on April 15, 2014, 09:28:39 pm
Hi,

Just in case anyone was interested.

Cheers
Title: Re: FYI - Snap April 13 28939 xorg.conf defaulted to nouveau driver
Post by: tompin2 on April 19, 2014, 06:51:18 am
Hi pigdog,

Same happened to me, sound  used to work ok on a previous 1204 release, I logically have no hdmi audio anymore :o. I have a zotac zbox.

Here is my video card info, probably is not listed and thats why is not detected during the boot up

root@moon159:~# lspci -nnk | grep VGA -A3
03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)
        Subsystem: ZOTAC International (MCO) Ltd. Device [19da:3100]
        Kernel driver in use: nouveau
        Kernel modules: nouveau, nvidiafb


Cheers,

T
Title: Re: FYI - Snap April 13 28939 xorg.conf defaulted to nouveau driver
Post by: pigdog on April 19, 2014, 01:24:05 pm
Hi tompin2,

I went a head and installed the current nvidia driver on my Core, it had a GeForce 8500 GT card.

I could use the current driver because my card was supported.  Older hardware needs different versions.

apt-get update && apt-get install nvidia-current && nvidia -xconfig

When I built my MD's (both could run the current driver) they came up with the nvidia driver.  Whether this happened because I installed the nvidia driver on the Core before creating the MD's, or, the MD get created with the nvidia drivers.

I'm not sure.

MD's use a different process when generated and can even have different kernels.

Cheers.
Title: Re: FYI - Snap April 13 28939 xorg.conf defaulted to nouveau driver
Post by: phenigma on April 22, 2014, 09:11:09 pm
Here is my video card info, probably is not listed and thats why is not detected during the boot up

root@moon159:~# lspci -nnk | grep VGA -A3
03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)
        Subsystem: ZOTAC International (MCO) Ltd. Device [19da:3100]
        Kernel driver in use: nouveau
        Kernel modules: nouveau, nvidiafb

hmm, the ION *should* be detected properly.  nvidia-current will work with it.

J.