Jump to content

Video card help again, please


SueD

Recommended Posts

I installed Mandriva Spring a few days ago, and after reading all that I can here and at the wiki, I think I've got everything running as it should...except for my video card. I have an nvidia geforce 6200 but I can't get it configured. Halp! :hysterical:

Link to comment
Share on other sites

What' s the exact problem Sue, can you elaborate a bit ? You see, the list with graphics card drivers was cleaned up and now only refers to the actual chipset used on the specific cards.But let' s first listen to what the exact problem is... :hysterical:

Link to comment
Share on other sites

One additional querstion to the ones Striker already asked: did you install "dkms-nvidia" ?:hysterical: Bruno

Link to comment
Share on other sites

Well first off, my card isn't in thehardware list and it keeps pointing to the 7950. The installer says it's got drivers for it and would I like to install them...I say yes after making sure nothing else is installed...nada, zip, zilch...it doesn't work. After some fiddling, I now have dkms-2.0.16-1mdv2007.1.naarch, dkms-minimal-2.0.16-1mdv2007.1.noarch, and dkms-nvidia97xx-1.0-9755.1mdv2007.2.i586. I'm not 100% sure but I think that's what I've got in PCLos Final too.I apologize if I'm not explaining things right.

Link to comment
Share on other sites

[root@localhost sue]# ls -al /usr/srctotal 5drwxr-xr-x 5 root root 1024 May 29 16:04 ./drwxr-xr-x 13 root root 1024 May 28 15:07 ../lrwxrwxrwx 1 root root 18 May 28 20:11 linux -> linux-2.6.17-13mdv/drwxr-xr-x 8 root root 1024 May 28 20:11 linux-2.6.17-13mdv/drwxr-xr-x 2 root root 1024 May 29 16:04 nvidia97xx-9755/drwxr-xr-x 3 root root 1024 May 28 08:07 rpm/
[root@localhost sue]# uname -r2.6.17-14mdv
[root@localhost sue]# cat /etc/X11/xorg.conf# File generated by XFdrake (rev 142098)# **********************************************************************# Refer to the xorg.conf man page for details about the format of# this file.# **********************************************************************Section "Files" ModulePath "/usr/lib/xorg/modules/extensions/nvidia97xx" ModulePath "/usr/lib/xorg/modules" # font server independent of the X server to render fonts. FontPath "unix/:-1" # minimal fonts to allow X to run without xfs FontPath "/usr/share/fonts/misc:unscaled"EndSectionSection "Extensions" Option "Composite"EndSectionSection "ServerFlags" #DontZap # disable <Crtl><Alt><BS> (server abort) #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) AllowMouseOpenFail # allows the server to start up even if the mouse does not workEndSectionSection "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layerEndSectionSection "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbOptions" "compose:rwin"EndSectionSection "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse"EndSectionSection "Monitor" Identifier "monitor1" VendorName "Plug'n Play" ModelName "Acer AL1706" HorizSync 30-83 VertRefresh 55-75 # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4) ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync # TV fullscreen mode or DVD fullscreen output. # 768x576 @ 79 Hz, 50 kHz hsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 # 768x576 @ 100 Hz, 61.6 kHz hsync ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616EndSectionSection "Device" Identifier "device1" VendorName "nVidia Corporation" BoardName "NVIDIA GeForce FX - GeForce 7950" Driver "nv" Option "DPMS" Option "AddARGBGLXVisuals"EndSectionSection "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 15 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsectionEndSectionSection "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1"EndSection
I'm in no hurry. This has eluded me for a few days....another day or so won't matter. :hysterical:
Link to comment
Share on other sites

I can see what is wrong . . . you have the kernel-source for the 2.6.17-13 kernel and you are running the 2.6.17-14 kernel . . . . so that is why the dkms-nvidia package can not compile at boot.Please install the "kernel-source-stripped-2.6.17.14mdv" from the MCC . . . and next make a backup of your xorg.conf file

# cp  /etc/X11/xorg.conf  /etc/X11/xorg.conf-BACKUP

And edit the /etc/X11/xorg.conf file . . . this part:

Section "Device" Identifier "device1" VendorName "nVidia Corporation" BoardName "NVIDIA GeForce FX - GeForce 7950" Driver "nvidia" Option "DPMS" Option "AddARGBGLXVisuals"EndSection
Finally reboot and you will see in the boot-messages that the dkms-nvidia will compile during boot ( you see dots, like this: . . . . . . . . . . . . . . . . )Next you should see the nvidia splash and all should be fine.:hysterical: Bruno
Link to comment
Share on other sites

Saw something else Bruno ...

Subsection "Display"Depth 24Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"EndSubsectionEndSection
I would change it to:
Subsection "Display"Depth 24Modes "1280x1024" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"EndSubsectionEndSection
Acc. to : http://www.acerpanam.com/synapse/forms/por...s=&areaid=7 :hysterical:
Link to comment
Share on other sites

It didn't work. :hysterical: I can't get "nvidia" to stick in the xorg.conf file. And it still shows the card as NVIDIA GeForce FX - GeForce 7950...mine's a 6200. Does that make a difference?Striker, is that really necessary since I never have the resolution at 1280x1024?

Link to comment
Share on other sites

Hi SueThat is shows the card as "NVIDIA GeForce FX - GeForce 7950" is not very important . . . but an you show the result of

ls -al /var/lib/dkms

And maybe do

# updatedb

( takes a while to finish. If the command returns an error please install "mlocate" )

# locate  libglx.so

:hysterical: Bruno

Link to comment
Share on other sites

name='SueD' date='May 30 2007, 11:57 PM' post='228091'It didn't work. :hysterical: I can't get "nvidia" to stick in the xorg.conf file. And it still shows the card as NVIDIA GeForce FX - GeForce 7950...mine's a 6200. Does that make a difference?
Sue, please read this:http://wiki.mandriva.com/en/Releases/Mandr...list_cleaned_upIt'll explain it all. FWIW : I have a Geforce FX5200 in the machine and it's handled by Spring as a 7950 too : it works, no fear !
Striker, is that really necessary since I never have the resolution at 1280x1024?
Well, if you want the best out of it yes, it's the native resolution of your Acer. If you don't set it to that, the resultant picture is of less quality, that's how LCD's work. OTOH : If you're used to it, go ahead. It won't blow up the Acer. :drooling:
Link to comment
Share on other sites

[sue@localhost ~]$ ls -al /var/lib/dkmstotal 3drwxr-xr-x 2 root root 1024 May 30 18:18 ./drwxr-xr-x 22 root root 1024 May 31 05:51 ../-rw-r--r-- 1 root root 6 Feb 28 03:27 dkms_dbversion
[root@localhost sue]# locate libglx.so/usr/lib/xorg/modules/extensions/libglx.so/usr/lib/xorg/modules/extensions/nvidia97xx/libglx.s/usr/lib/xorg/modules/extensions/nvidia97xx/libglx.so.1.0.9755
Sue, please read this:http://wiki.mandriva.com/en/Releases/Mandr...list_cleaned_upIt'll explain it all. FWIW : I have a Geforce FX5200 in the machine and it's handled by Spring as a 7950 too : it works, no fear !Well, if you want the best out of it yes, it's the native resolution of your Acer. If you don't set it to that, the resultant picture is of less quality, that's how LCD's work. OTOH : If you're used to it, go ahead. It won't blow up the Acer. :thumbsup:
Ahh, ok, that does make sense now. Thanks Striker. And I will add that setting. If I can get used to it, I'll keep it. If not, no big whoop...I'll just go back to what I'm used to.
Link to comment
Share on other sites

[sue@localhost ~]$ ls -al /var/lib/dkmstotal 3drwxr-xr-x 2 root root 1024 May 30 18:18 ./drwxr-xr-x 22 root root 1024 May 31 05:51 ../-rw-r--r-- 1 root root 6 Feb 28 03:27 dkms_dbversion
There are things missing there Sue . . . . . . can you have a look in the MCC if dkms-nvidia is installed ?:thumbsup: Bruno
Link to comment
Share on other sites

There are things missing there Sue . . . . . . can you have a look in the MCC if dkms-nvidia is installed ?:thumbsup: Bruno
It's not installed because it's not there.
Link to comment
Share on other sites

- Do you have the Mandriva non-free source configured in the MCC ?? ( Or alternatively the PLF non-free )- How did you install the nvidia drivers ?:thumbsup: Bruno

Link to comment
Share on other sites

- Do you have the Mandriva non-free source configured in the MCC ?? ( Or alternatively the PLF non-free )- How did you install the nvidia drivers ?:thumbsup: Bruno
I have the non-free enabled and the non-free updates enabled and updates checked off.How did I install them? Good gawd, I can't remember (it's been a few days since doing it) but I'm almost sure I did it through the MCC.
Link to comment
Share on other sites

I can't remember (it's been a few days since doing it) but I'm almost sure I did it through the MCC.
You should be able to find them with a "green tick" if they are installed.Maybe add the PLF sources and look if they have dmks-nvidia for you.Here is how to add the source:
# urpmi.addmedia --update plf-free ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/plf/mandriva/2007.1/free/release/binary/i586/ with media_info/hdlist.cz

# urpmi.addmedia --update plf-nonfree ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/plf/mandriva/2007.1/non-free/release/binary/i586/ with media_info/hdlist.cz

If you use the PLF ones you better dig in the MCC first ad uninstall all other nvidia packages.:thumbsup: Bruno

Link to comment
Share on other sites

The "dkms-nvidia97xx1.0-1mdv2007.1.i586" is the better one because that is the official Mandriva one :DB) Bruno

Link to comment
Share on other sites

V.T. Eric Layton
[root@localhost sue]# urpmi.update -aurpmi database locked
MCC must be closed while running this command. Did you close it?
Link to comment
Share on other sites

[sue@localhost ~]$ ls -al /var/lib/dkmstotal 4drwxr-xr-x 3 root root 1024 May 31 16:21 ./drwxr-xr-x 22 root root 1024 May 31 05:51 ../-rw-r--r-- 1 root root 6 Feb 28 03:27 dkms_dbversiondrwxrwxr-x 3 root root 1024 May 31 16:22 nvidia97xx/
Better?
Link to comment
Share on other sites

Yep, much better . . . now change the xorg.conf file back to Driver "nvidia" and reboot . . . . chances are that it works now.:hysterical: Bruno

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...