I installed my nVidia drives “the hard way” and everything seemed to go fine. When I go to My Computer I can see my display info it shows the Vendor as NVIDIA Corperation, Model as nForce 750a SLI/PC/SSE2, and the Driver as 2.1.2 NVIDIA 177.80 which is all correct.
However, when I open up Yast>Hardware>Graphics Card and Monitor it says my card is VESA Framebuffer Graphics.
What is wrong? I tried runing the sax2 -r -m 0=nvidia again, but I still get the same thing.
What gives? Is it installed right, but just wont show up? Thanks.
I’ve spent days and days trying to get my Nvidia card working (EVGA 8400GS). Lots of fiddling, failsafe boots, crashes, hangs, installs, looking, reading.
In the end it looks like:
the opensuse nvidia 1-click installer probably works (I did a Yast install as well along the way).
Running the application “NVIDIA X Server Settings” gave good information on status.
nvidia-xconfig is required, possibly from a shell when X is not running.
When “NVIDIA X Server Settings” finally thinks everything is OK, “Graphics cards and monitors” reports the onboard graphics hardware is in use (even though the monitor is not plugged in to that).
So it looks like although Hardare Information will happily detect the two graphics devices, something else can’t get that information into /etc/X11/xorg.conf
xorg.conf
Section “Device”
Identifier “Device[0]”
Driver “nvidia”
VendorName “Matrox”
BoardName “G200 SE A (PCI)”
Screen 0
EndSection
as root. It will create it’s own xorg. I had to do this with 11.2 M8 for some reason. Sax2 wouldn’t pick up the nvidia module. If you need compositing, then run
From what I read sax2 isnt needed when you install nVidia the hard way? It is replaced with nvidia-xconfig. Would I need to install nvidia-xconfig --composite?
It seems that my computer’s desktop effects are running slow - when I know the graphics should be able to handle it with hardly an effort.
Aslo, just to comfirm - I SHOULD see Vesa Framebuffer Graphics in sax2 after I install nVidia the hard way correct?
By the way…G7GTA - weren’t you on the Ubuntu forums before? I think you helped me with my buggy DSTD?
By the way…G7GTA - weren’t you on the Ubuntu forums before? I think you helped me with my buggy DSTD?
Yes that’s me. For at least 4 years I’ve been back and forth between Mint and Opensuse. I can’t make up my mindlol! Nvidia-xconfig is a utility that comes with the Nvidia driver. You just need to run it as root in a terminal to automatically generate a xorg.conf file. You can also do as Oldcpu suggested and run nvidia-settings as root in a terminal. This will open a graphical app to change the nvidia settings and then save them to the xorg.conf file.