LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-15-2007, 11:38 PM   #1
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Rep: Reputation: 15
Unhappy nvidia GEForce 7300GT under Suse 10.2 slow desktop


I assume as a newb I should post here vs. hardware forum. I installed an nvidia AGP Geforce 7300GT on my Pentium 3.2Ghz Suse 10.2 box using yast online update from the download.nvidia.com site, but I am not sure it went well, even though going back into Yast Software management shows the nvidia-gfx-G01-kmp-default and x11-video-nvidiaG01 checkmarked as installed. Also Yast shows VESA Framebuffer Graphics as Display 1 Card.

"My Computer" window says the display is NVidia but driver is Unknown. Also moving windows around the screen the movement is jerky, they repaint, and scrolling text files is jerky also. The Open GL screen savers don't work, nor does playing video. The resolution and colors look great, but because of the above problems I suspect I don't really have the power of a 512MB video card working for me.

I imagine readers would want me to include all kinds of log excerpts but I'm not sure which would be best to include. Please suggest commands to run and I will do so and cut and paste output into this thread.

I did see some things that didn't look good to me in Xorg.0.log, but I suspect this won't be enough to solve the problem:
...
(II) v4l driver for Video4Linux
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 0.0.2
ABI class: X.Org Video Driver, version 1.0
...
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
...
(EE) FBDEV(0): FBIOBLANK: Invalid argument

Thanks in advance for any help, pointers or diagnostic steps!
 
Old 09-16-2007, 12:06 AM   #2
myzery
LQ Newbie
 
Registered: Sep 2007
Posts: 12

Rep: Reputation: 0
suse 10.2 ran extremly slow on my computer and im running 2 8800 ultras in sli with 2 gigs of ram, i tried every tweak there was till i finally dumped it for ubuntu , ubuntu runs lightning fast and it automaticaly installed all my drivers for me with no cd, go ubuntu woooot!!!!!!!!
 
Old 09-16-2007, 12:11 AM   #3
cybertaz
Member
 
Registered: Oct 2006
Distribution: SuSE 11.0
Posts: 118

Rep: Reputation: 15
Did you change the driver in your /etc/X11/xorg.conf? From a command line run sax2 and configure the video card. This will change the xorg.conf file to use the nvidia drivers.
 
Old 09-16-2007, 02:35 AM   #4
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Hi myzery, I'll keep the idea of switching distro in mind.

Cybertaz, I tried sax2 after su in command window and it just brought up the same screen as yast did, but it did put up a warning box saying "the configuration is framebuffer based" and my system does not support changes, if that means anything. I tried sax2 a variety of ways (based on Googling)...I tried it from as su in command window, I tried it after init 3...I tried it using sax2 -a for automatic configuration...I also tried sax2 -m 0=nvidia...that failed saying I should see /var/log/SaX.log which I did, and it contained the following near the end:

(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) NVIDIA(0): Using HW cursor
(**) NVIDIA(0): Enabling RENDER acceleration
(==) NVIDIA(0): Video key set to default value of 0x101fe
FATAL: Error inserting nvidia (/lib/modules/2.6.18.8-0.3-default/updates/nvidia.ko): No such device
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Anything else I can try? Thanks for taking the time to reply!
 
Old 09-16-2007, 04:51 AM   #5
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
One of the nvidia packages you installed is incorrect for GeForce cards. From the nvidia documentation:
Quote:
If you own one of the following NVIDIA graphics chips
Quote:
x11-video-nvidia
nvidia-gfx-kmp-"kernel-flavor"
Note the absence of G01 in the name of the x11 package.

You should also check YaST software to see if there is/are framebuffer rpm(s) to install.
 
Old 09-16-2007, 12:04 PM   #6
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Hi bigrigdriver,

Well, the context of the Nvidia doc quote is:

"to install the NVIDIA driver. Select the following packages:

x11-video-nvidiaG01
nvidia-gfxG01-kmp-"kernel-flavor"

If you own one of the following NVIDIA graphics chips..."

However I own a 7300GT and I did a find on 7300 and found no hits. Therefore I assume the "if you own" did not apply to me, so I stuck with the "G01" flavors.

I assume you are quoting from the doc I found when I saw the caution on the nvidia driver page: "SuSE users: please read the SuSE NVIDIA Installer HOWTO before downloading the driver." that points to http://www.suse.de/~sndirsch/nvidia-...ler-HOWTO.html

I have done a bit of additional Google research and it looks to me like I, as a newb, have stumbled into a Suse/nvidia/kernel issue people who sound a lot more knowledgeable than I have been struggling with.

I also took your advice and used yast software management to install anything related to Frame Buffers (a number of modules all with fb in their names it turns out, plus their dependencies)

If that assumption is correct, maybe I should change distros (I have considered that just for the sake of my Linux education...I could dual boot another distro, right, and see what I thought of the other flavor of Linux AND see if my graphic card worked better too?)

Or, and I must decide this in the next few days, just exchange the nvidia card for an ATI and see if that works better.

By the way, I have run all software updates to make sure I am not behind on some fix. Also, reading many other Google hits I found that I am supposed to be seeing an nvidia splash screen and I am definitely not, so I think it's in some kind of compatability mode.

Last edited by legacyprog; 09-16-2007 at 12:05 PM. Reason: clarification
 
Old 09-16-2007, 01:20 PM   #7
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Further actions I took. I just downloaded/burned and tried an Ubuntu 7.04 Live Desktop CD. It booted OK after some glitches with the video, desktop resolution wasn't very good (1024x768 at 61hz) and I had no ability to change it. But there was no jerkiness to window movement or scrolling. However I didn't seem to have any kind of ability to poke around and see what driver it was using, couldn't get sax2 to run...probably because I'm even more of an Ubuntu or a Live CD newb than a Linux newb in general.

I figured I would try adding an Ubuntu partition to my machine along side Suse to see if that gave me more control/research ability, but when the install app took me to the partition app it said I had a 117 GB reiserfs /dev/sda2 device with unknown space used. I didn't see any way to preserve my suse system and data, perhaps I need to do that from within suse, carving out space for Ubuntu before booting from the Live CD and installing? I can google but if anyone has answer at their finger tips I'd appreciate it.

I have family commitments coming up in a bit so if you don't get a quick response it's because I'll be away for a few hours.
 
Old 09-16-2007, 11:01 PM   #8
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Well, at this point I'm kind of stuck (as a newb, others might not be). I'm not good enough to figure out how to partition the machine to have Suse 10.2 with another Linux distro (there's only one 120gig hard drive on this machine) in order to see if I can get this nvidia geforce 7300 working under another distro, and I've definitely met my match trying to get it to work under Suse 10.2.

So I'll check back once in a while but if I don't hear any further suggestions I think I may just exchange this nvidia card for an ATI one and see if I have better luck. Actually this machine used to have an ancient ATI AIW 7500 in it and this was my idea of an upgrade to a more modern video card, but it's been a nightmare instead (at least for a newb like me).

Thanks for all who tried to (or perhaps may still) help.
 
Old 09-17-2007, 11:41 PM   #9
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Hmmm. Additional googling suggests it has to do with the version of gcc used by nvidia vs the version used by my kernel. If someone knows how I can find out those two values and more importantly how to make nvidia's run file use the right gcc, please let me know. By the way I know from gcc -dumpversion that 4.1.2 is what's installed on my Suse 10.2 box, but I gather that could be different than what was used for the kernel (or not?). Also I saw someone say to look at /proc/version but that's a 0 bytes file. You're probably shaking your head, but hey, I admit to being a newb.
 
Old 09-18-2007, 08:59 AM   #10
cybertaz
Member
 
Registered: Oct 2006
Distribution: SuSE 11.0
Posts: 118

Rep: Reputation: 15
Can you post a copy of your xorg.conf file? (located in /etc/X11) That will help try and solve this for you.
 
Old 09-18-2007, 08:37 PM   #11
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Hi, cybertaz. Thanks for replying (I got home from work late).

Sure, I've included below my xorg.conf and (for good measure) the end of xorg.0.log:

--------------------------First, the xorg.conf-------------------------

# /.../
# SaX generated X11 config file
# Created on: 2007-09-16T12:45:09-0400.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
FontPath "unix/:7100"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Name" "ImExPS/2 Logitech Explorer Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 376 301
HorizSync 30-83
Identifier "Monitor[0]"
ModelName "VL1918"
Option "DPMS"
VendorName "PRT"
VertRefresh 43-75
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 106.97 1280 1360 1496 1712 1024 1025 1028 1059
Modeline "1280x1024" 87.75 1280 1328 1360 1440 1024 1027 1034 1053 +HSync -Vsync
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "Framebuffer Graphics"
BusID "1:0:0"
Driver "fbdev"
Identifier "Device[0]"
VendorName "VESA"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection


--------------------------Next xorg.0.log----------------------------

(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x02e2) rev 162, Mem @ 0xfd000000/24, 0xe0000000/28, 0xfc000000/24, BIOS @ 0xfe9e0000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf4000000 from 0xf7ffffff to 0xf3ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[1] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[2] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[3] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
[4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[5] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
[6] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[7] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B]
[11] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[13] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
[14] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[15] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[B]
[16] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[21] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[1] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[2] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[3] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
[4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[5] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
[6] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[7] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B]
[11] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[12] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[13] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
[14] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[15] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[B]
[16] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[21] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[5] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[6] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[7] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
[8] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[9] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
[10] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[11] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B]
[17] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[19] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
[20] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[21] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[B]
[22] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[23] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[24] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[25] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[26] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[27] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.99.902, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/updates/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module 100.14.09 Sat May 26 01:22:44 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 0.1.1
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers//fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 0.3.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) v4l driver for Video4Linux
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 0.0.2
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[5] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[6] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[7] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
[8] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[9] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
[10] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[11] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B]
[17] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[19] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
[20] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[21] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[B]
[22] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[23] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[24] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[25] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[26] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[27] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
(**) FBDEV(0): claimed PCI slot 1:0:0
(II) FBDEV(0): using default device
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[5] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[6] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[7] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
[8] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[9] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
[10] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[11] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B]
[20] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[22] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
[23] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[24] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[B]
[25] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[27] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[28] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[29] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[30] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
(==) FBDEV(0): RGB weight 565
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: VESA VGA (video memory: 10240kB)
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): mode "default" not found
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 1280x1024 (pitch 1280)
(**) FBDEV(0): Built-in mode "current": 131.1 MHz, 80.3 kHz, 76.6 Hz
(II) FBDEV(0): Modeline "current" 131.09 1280 1312 1472 1632 1024 1028 1032 1048 -hsync -vsync -csync
(**) FBDEV(0): Display dimensions: (376, 301) mm
(**) FBDEV(0): DPI set to (86, 86)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.99.902, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
[1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
[2] 0 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[8] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[9] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[10] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
[11] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[12] -1 0 0xf4000000 - 0xf3ffffff (0x0) MX[B]O
[13] -1 0 0xfe9e0000 - 0xfe9fffff (0x20000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[16] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x0000bc00 - 0x0000bc3f (0x40) IX[B]
[23] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[24] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[25] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[B]
[26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[27] -1 0 0x0000e800 - 0x0000e803 (0x4) IX[B]
[28] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[29] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
[30] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[31] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[32] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[33] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(==) FBDEV(0): Backing store disabled
(**) Option "dpms"
(**) FBDEV(0): DPMS enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Keyboard[0]: Core Keyboard
(**) Option "Protocol" "Standard"
(**) Keyboard[0]: Protocol: Standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard[0]: XkbRules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) Keyboard[0]: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard[0]: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard[0]: CustomKeycodes disabled
(**) Option "Protocol" "explorerps/2"
(**) Mouse[1]: Device: "/dev/input/mice"
(**) Mouse[1]: Protocol: "explorerps/2"
(**) Option "CorePointer"
(**) Mouse[1]: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "9"
(==) Mouse[1]: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse[1]: ZAxisMapping: buttons 4 and 5
(**) Mouse[1]: Buttons: 13
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD)
(II) Mouse[1]: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/Speedo, removing from list!
Could not init font path element unix/:7100, removing from list!
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(EE) FBDEV(0): FBIOBLANK: Invalid argument
 
Old 09-19-2007, 08:57 AM   #12
cybertaz
Member
 
Registered: Oct 2006
Distribution: SuSE 11.0
Posts: 118

Rep: Reputation: 15
The problem is in the device section of your xorg.conf. I don't think the drivers have installed properly, or are the wrong ones.

Section "Device"
BoardName "Framebuffer Graphics"
BusID "1:0:0"
Driver "fbdev"
Identifier "Device[0]"
VendorName "VESA"
EndSection

Should be: (or something like it)
Section "Device"
BoardName "7300GT"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
VendorName "Nvidia"
EndSection

I always download the drivers from nvidia and install them that way. Go here http://www.nvidia.com/object/unix.html and get the driver for your system (32/64)
 
Old 09-19-2007, 07:39 PM   #13
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Thanks cybertaz, but I've been down that road. Long ago (or it just seems that way...actually last Saturday, date of my OP above) I went to that exact link that you suggest (http://www.nvidia.com/object/unix.html) and then on that page I clicked on the link for Latest Version IA32 which took me to http://www.nvidia.com/object/linux_d...100.14.19.html and when there I saw the warning about how Suse users should see http://www.suse.de/~sndirsch/nvidia-...ler-HOWTO.html which I did, and then I took their advice to NOT go down the path of recompiling the kernel but instead to just add the HTTP repository download.nvidia.com to my yast installation source list and then to pick the following two packages:
x11-video-nvidiaG01
nvidia-gfxG01-kmp-"kernel-flavor"
UNLESS I had certain specific cards, and the 7300 which I bought on Saturday wasn't in that list. I believe my kernel flavor is default.

The only thing I noticed as I went back over and copied all that into this reply was that I may not have been at runlevel 3 when I did the yast thing (as suggested at the suse cautionary page above), but isn't that contradictory? Can you be in the yast GUI in runlevel 3? I am willing to give it a shot after I eat my dinner.

I realize I'm taking up a lot of folks' time trying to help me, but I hope that (once the problem is finally solved) people googling may find this thread and it may save them a lot of trouble. Even if it's something stupid I did, somebody else might make the same mistake, huh?

Thanks and/or sorry!

Last edited by legacyprog; 09-19-2007 at 07:42 PM. Reason: clarification
 
Old 09-19-2007, 09:47 PM   #14
legacyprog
Member
 
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55

Original Poster
Rep: Reputation: 15
Hi cybertaz. Well, as promised I gave it a shot but no joy. Specifically, I did a Ctrl-Alt-F2 and with su did init 3, I then signed back in with normal user and did startx, then went into yast and uninstalled the two nvidia drivers I downloaded before with yast from nvidia's http repository...then I went back into yast and downloaded them again, then I did Ctrl-Alt-F2 to make sure I was still in init 3 which I was...so then I did su and then init 6 to reboot...after rebooting the window movement/scrolling was as bad as ever, so I looked at xorg.conf and xorg.0.log which both showed minutes old timestamps, but otherwise looked the same as I posted above. I still see Framebuffer Graphics with vendor VESA in xorg.conf, though I do notice several mentions of nvidia in xorg.0.log, so I guess that's your point, that the hardware is recognized but the driver isn't there, but it's not clear to me what I need to do beyond what I've done to get the driver loaded.

At various times, based on google hits, I've tried sax2 -m 0=nvidia but that (as I pointed out in the thread above) seems to say that nvidia.ko is invalid, which other googling seems to say has got something to do with versions of gcc. I'm still lost and adrift.

Last edited by legacyprog; 09-19-2007 at 09:49 PM. Reason: fixed typos
 
Old 09-20-2007, 09:47 AM   #15
cybertaz
Member
 
Registered: Oct 2006
Distribution: SuSE 11.0
Posts: 118

Rep: Reputation: 15
When you download from nvidia you do not need to re-compile the kernel. The drivers will need the kernel source to compile it's module. Installing the driver this way only takes about 5 mins. That is compiling module, installing files and then re-starting X. I find that way is much easier than dealing with the rpms.

It sounds scary to have to use the kernel source, but it is quite easy and the installer does everything. You will need the source for your kernel (search in yast for kernel-source and then choose your flavor ie -smp, -default whatever).

You will need to go to a console session (no xorg) in order to install the driver. I would log-out and then at the login screen goto system->console. This takes you to a command line screen login and go to the file location and run the installer. That is it.

Doing it this way has draw-backs. Everytime you update the kernel, you have to re-run the installer. I have always used this way and have had no problems with it.
 
  


Reply

Tags
geforce, nvidia drivers



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nVidia 7300GT Driver conflict cyriacsmail Linux - Hardware 4 06-10-2007 04:54 AM
3D Desktop with Nvidia Geforce 420Go 32MB 100sTressZeN Linux - Desktop 24 05-25-2007 01:04 AM
xgl with nVidia 7300GT!!!! rohya.joshi Linux - Hardware 2 12-14-2006 01:16 AM
NVIDIA geforce 5500- direct rendering slow cjae Linux - Hardware 2 09-04-2006 04:02 PM
Nvidia GeForce MX 440 - 3D Acceleration SLOW BlueCarrot Linux - Hardware 5 01-04-2004 03:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration