Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
really ?? That's all as possibilities for this case ? Because currently I tried and I ever get EE errors, is there anything as effect I use vesa ?Ok, it's still trying to use vesa(4). But that's to be expected. Make sure you don't have an xorg.conf somewhere (check /etc/X11/ and /usr/local/etc/X11/). Then create /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf with the following content:
Code:Section "Device" Identifier "Card0" Driver "nvidia" EndSection
Hopefully that's enough for it to detect the card(s).