I have a Thinkpad T500 which has an NVidia card
NVS 4200M. I was using Fedora 16 till saturday and had nouveau installed on it. No issues.
I moved to F17 and still have nouveau as the driver to hadle the NVidia card. It looks like my laptop is not using the Nvidia card at all. I have attempted to use the nvidia driver without much success. All the more, I would prefer to use the nouveau driver anyway instead of Nvidia driver. (I do not play any games anyway ...).
lspci output
Code:
lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 1057 (rev a1)
lsmod output
Code:
lsmod | grep nouveau
nouveau 785691 0
mxm_wmi 12823 1 nouveau
wmi 18697 2 mxm_wmi,nouveau
video 18980 2 nouveau,i915
drm_kms_helper 40409 2 nouveau,i915
ttm 79709 1 nouveau
drm 241920 8 ttm,drm_kms_helper,nouveau,i915
i2c_core 38028 7 drm,drm_kms_helper,nouveau,i2c_algo_bit,i915,i2c_i801,videodev
Any help in getting nouveau and my nvidia card to work would be appreciated.