![]() |
|
|
|||
|
OpenGL dead on 2006.1
I just did a clean install of 2008.1 and found that I can't get the
nvidia legacy 71xx to run opengl on my box. It was running fine on 2008. I let xdrake (the monitor setup in the control program) load all the support packages and the "NVIDIA" logo pops up when turning the box on. Granted, I didn't clean out my HOME partition but I did reformat 'var' and 'temp' partitions. OK, I've forgot something, but I can't remember what. |
|
|||
|
Re: OpenGL dead on 2008.1
Baldeagle wrote:
> I just did a clean install of 2008.1 and found that I can't get the > nvidia legacy 71xx to run opengl on my box. It was running fine on 2008. > I let xdrake (the monitor setup in the control program) load all the > support packages and the "NVIDIA" logo pops up when turning the box on. > Granted, I didn't clean out my HOME partition but I did reformat 'var' > and 'temp' partitions. OK, I've forgot something, but I can't remember > what. I mean 2008.1 |
|
|||
|
Re: OpenGL dead on 2006.1
Baldeagle wrote:
> I just did a clean install of 2008.1 and found that I can't get the > nvidia legacy 71xx to run opengl on my box. It was running fine on 2008. > I let xdrake (the monitor setup in the control program) load all the > support packages and the "NVIDIA" logo pops up when turning the box on. > Granted, I didn't clean out my HOME partition but I did reformat 'var' > and 'temp' partitions. OK, I've forgot something, but I can't remember > what. Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, the first question is, do you have the devel package installed for your kernel. rpm -qa |grep kernel should provide some package names including something like kernel-desktop-2.6.24.5-2mnb-1-1mnb1 kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 plus the nvidia package nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 Note that the two kernel versions are exactly the same except for the "devel" label included. Alternatively, you can install the "latest" packages for the kernel and these will automatically get the actual packages you need upon update of the kernel. nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 kernel-desktop-devel-latest-2.6.24.5-2mnb1 kernel-desktop-latest-2.6.24.5-2mnb1 Once the kernel and devel package for it is in place, you can cd to /usr/src/nvidia* and as root run make module make install And that should get you squared away. If that does not work for you, or if you are using the nVidia installer from the nVidia website, tell us more about your system. Cheers! jim b. -- UNIX is not user unfriendly; it merely expects users to be computer-friendly. |
|
|||
|
Re: OpenGL dead on 2006.1
Jim Beard wrote:
> Baldeagle wrote: >> I just did a clean install of 2008.1 and found that I can't get the >> nvidia legacy 71xx to run opengl on my box. It was running fine on >> 2008. I let xdrake (the monitor setup in the control program) load all >> the support packages and the "NVIDIA" logo pops up when turning the >> box on. Granted, I didn't clean out my HOME partition but I did >> reformat 'var' and 'temp' partitions. OK, I've forgot something, but I >> can't remember what. > > Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, > the first question is, do you have the devel package installed for your > kernel. rpm -qa |grep kernel > should provide some package names including something like > > kernel-desktop-2.6.24.5-2mnb-1-1mnb1 > kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 > plus the nvidia package > nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 > > Note that the two kernel versions are exactly the same except for > the "devel" label included. > > Alternatively, you can install the "latest" packages for the kernel > and these will automatically get the actual packages you need > upon update of the kernel. > > nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 > kernel-desktop-devel-latest-2.6.24.5-2mnb1 > kernel-desktop-latest-2.6.24.5-2mnb1 > > Once the kernel and devel package for it is in place, you can cd to > /usr/src/nvidia* and as root run > make module > make install > > And that should get you squared away. > > If that does not work for you, or if you are using the > nVidia installer from the nVidia website, tell us more about > your system. > > Cheers! > > jim b. > Well, I got the right right packages (I think), replacing the ones marked 71xx or 'legacy' for the current ones, mine is an olt TNT2 card, and using the monitor compiled and installed them per your instructions. It didn't work. So I downloaded the Nvidia engine from nvidia and loaded that from the monitor and all seemed OK, but it didn't work either. I still get a crash from KInfo when I look at GL, it saying "Open GL doesn't donnect", and when I looked at the "NVidia X Server settings", "Open GL for GLX is not supported by X server or not retrieving information from X server" is the response. I have a Dell PC 800mhz with a TNT2 card and GL worked fine on Mva 2008. I loaded the 2008.1 free from IOS's I burnt at only 4x- clean install. The xorg system miffs me to no end but whatever loads with the standard install is on the box. I looked at my config files in ect to see if 'nv' had been left in place of 'nvidia' and such was not the case. |
|
|||
|
Re: OpenGL dead on 2006.1
Baldeagle wrote:
> Jim Beard wrote: >> Baldeagle wrote: >>> I just did a clean install of 2008.1 and found that I can't get the >>> nvidia legacy 71xx to run opengl on my box. It was running fine on >>> 2008. I let xdrake (the monitor setup in the control program) load >>> all the support packages and the "NVIDIA" logo pops up when turning >>> the box on. Granted, I didn't clean out my HOME partition but I did >>> reformat 'var' and 'temp' partitions. OK, I've forgot something, but >>> I can't remember what. >> >> Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, >> the first question is, do you have the devel package installed for >> your kernel. rpm -qa |grep kernel >> should provide some package names including something like >> >> kernel-desktop-2.6.24.5-2mnb-1-1mnb1 >> kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 >> plus the nvidia package >> nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 >> >> Note that the two kernel versions are exactly the same except for >> the "devel" label included. >> >> Alternatively, you can install the "latest" packages for the kernel >> and these will automatically get the actual packages you need >> upon update of the kernel. >> >> nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 >> kernel-desktop-devel-latest-2.6.24.5-2mnb1 >> kernel-desktop-latest-2.6.24.5-2mnb1 >> >> Once the kernel and devel package for it is in place, you can cd to >> /usr/src/nvidia* and as root run >> make module >> make install >> >> And that should get you squared away. >> >> If that does not work for you, or if you are using the >> nVidia installer from the nVidia website, tell us more about >> your system. >> >> Cheers! >> >> jim b. >> > Well, > I got the right right packages (I think), replacing the ones marked 71xx > or 'legacy' for the current ones, mine is an olt TNT2 card, and using > the monitor compiled and installed them per your instructions. It didn't > work. So I downloaded the Nvidia engine from nvidia and loaded that from > the monitor and all seemed OK, but it didn't work either. I still get a > crash from KInfo when I look at GL, it saying "Open GL doesn't donnect", > and when I looked at the "NVidia X Server settings", "Open GL for GLX is > not supported by X server or not retrieving information from X server" > is the response. > I have a Dell PC 800mhz with a TNT2 card and GL worked fine on Mva > 2008. I loaded the 2008.1 free from IOS's I burnt at only 4x- clean > install. The xorg system miffs me to no end but whatever loads with the > standard install is on the box. I looked at my config files in ect to > see if 'nv' had been left in place of 'nvidia' and such was not the case. Ok. Use of the legacy drivers may alter things a bit, but for the moment I will assume that current-style settings are workable. Take a look in your xorg.conf, and see if you have something like the following. Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer EndSection In /usr/bin, you should find some nvidia programs. The last one is the one you want to run at this point, to modify your xorg.conf file if needed. man nvidia-xconfig for more details. nvidia-bug-report.sh nvidia-settings nvidia-smi nvidia-xconfig Run the nvidia-xconfig program, make sure there is a line in xorg.conf to load glx, and after that exit KDE or GNOME and restart it with startx. See what happens. Cheers! jim b. -- UNIX is not user unfriendly; it merely expects users to be computer-friendly. |
|
|||
|
Re: OpenGL dead on 2006.1
Jim Beard wrote:
> Baldeagle wrote: >> Jim Beard wrote: >>> Baldeagle wrote: >>>> I just did a clean install of 2008.1 and found that I can't get the >>>> nvidia legacy 71xx to run opengl on my box. It was running fine on >>>> 2008. I let xdrake (the monitor setup in the control program) load >>>> all the support packages and the "NVIDIA" logo pops up when turning >>>> the box on. Granted, I didn't clean out my HOME partition but I did >>>> reformat 'var' and 'temp' partitions. OK, I've forgot something, but >>>> I can't remember what. >>> >>> Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, >>> the first question is, do you have the devel package installed for >>> your kernel. rpm -qa |grep kernel >>> should provide some package names including something like >>> >>> kernel-desktop-2.6.24.5-2mnb-1-1mnb1 >>> kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 >>> plus the nvidia package >>> nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 >>> >>> Note that the two kernel versions are exactly the same except for >>> the "devel" label included. >>> >>> Alternatively, you can install the "latest" packages for the kernel >>> and these will automatically get the actual packages you need >>> upon update of the kernel. >>> >>> nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 >>> kernel-desktop-devel-latest-2.6.24.5-2mnb1 >>> kernel-desktop-latest-2.6.24.5-2mnb1 >>> >>> Once the kernel and devel package for it is in place, you can cd to >>> /usr/src/nvidia* and as root run >>> make module >>> make install >>> >>> And that should get you squared away. >>> >>> If that does not work for you, or if you are using the >>> nVidia installer from the nVidia website, tell us more about >>> your system. >>> >>> Cheers! >>> >>> jim b. >>> >> Well, >> I got the right right packages (I think), replacing the ones marked >> 71xx or 'legacy' for the current ones, mine is an olt TNT2 card, and >> using the monitor compiled and installed them per your instructions. >> It didn't work. So I downloaded the Nvidia engine from nvidia and >> loaded that from the monitor and all seemed OK, but it didn't work >> either. I still get a crash from KInfo when I look at GL, it saying >> "Open GL doesn't donnect", and when I looked at the "NVidia X Server >> settings", "Open GL for GLX is not supported by X server or not >> retrieving information from X server" is the response. >> I have a Dell PC 800mhz with a TNT2 card and GL worked fine on Mva >> 2008. I loaded the 2008.1 free from IOS's I burnt at only 4x- clean >> install. The xorg system miffs me to no end but whatever loads with >> the standard install is on the box. I looked at my config files in ect >> to see if 'nv' had been left in place of 'nvidia' and such was not the >> case. > > Ok. Use of the legacy drivers may alter things a bit, but for the > moment I will assume that current-style settings are workable. > Take a look in your xorg.conf, and see if you have something like the > following. > > Section "Module" > Load "dbe" # Double-Buffering Extension > Load "v4l" # Video for Linux > Load "extmod" > Load "type1" > Load "freetype" > Load "glx" # 3D layer > > EndSection > > In /usr/bin, you should find some nvidia programs. The last one is the > one you want to run at this point, to modify your xorg.conf file > if needed. man nvidia-xconfig for more details. > > nvidia-bug-report.sh > nvidia-settings > nvidia-smi > nvidia-xconfig > > Run the nvidia-xconfig program, make sure there is a line in xorg.conf > to load glx, and after that exit KDE or GNOME and restart it with > startx. See what happens. > > Cheers! > > jim b. I find only nvidia-bug-report.sh nvidia-settings and nvidia-settings is only a link. I looked with kerry beagle and did not find 'nvidia-xconfig' anywhere, nor was there a 'nvidia-smi' |
|
|||
|
Re: OpenGL dead on 2006.1
Jim Beard wrote:
> Baldeagle wrote: >> Jim Beard wrote: >>> Baldeagle wrote: >>>> I just did a clean install of 2008.1 and found that I can't get the >>>> nvidia legacy 71xx to run opengl on my box. It was running fine on >>>> 2008. I let xdrake (the monitor setup in the control program) load >>>> all the support packages and the "NVIDIA" logo pops up when turning >>>> the box on. Granted, I didn't clean out my HOME partition but I did >>>> reformat 'var' and 'temp' partitions. OK, I've forgot something, but >>>> I can't remember what. >>> >>> Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, >>> the first question is, do you have the devel package installed for >>> your kernel. rpm -qa |grep kernel >>> should provide some package names including something like >>> >>> kernel-desktop-2.6.24.5-2mnb-1-1mnb1 >>> kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 >>> plus the nvidia package >>> nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 >>> >>> Note that the two kernel versions are exactly the same except for >>> the "devel" label included. >>> >>> Alternatively, you can install the "latest" packages for the kernel >>> and these will automatically get the actual packages you need >>> upon update of the kernel. >>> >>> nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 >>> kernel-desktop-devel-latest-2.6.24.5-2mnb1 >>> kernel-desktop-latest-2.6.24.5-2mnb1 >>> >>> Once the kernel and devel package for it is in place, you can cd to >>> /usr/src/nvidia* and as root run >>> make module >>> make install >>> >>> And that should get you squared away. >>> >>> If that does not work for you, or if you are using the >>> nVidia installer from the nVidia website, tell us more about >>> your system. >>> >>> Cheers! >>> >>> jim b. >>> >> Well, >> I got the right right packages (I think), replacing the ones marked >> 71xx or 'legacy' for the current ones, mine is an olt TNT2 card, and >> using the monitor compiled and installed them per your instructions. >> It didn't work. So I downloaded the Nvidia engine from nvidia and >> loaded that from the monitor and all seemed OK, but it didn't work >> either. I still get a crash from KInfo when I look at GL, it saying >> "Open GL doesn't donnect", and when I looked at the "NVidia X Server >> settings", "Open GL for GLX is not supported by X server or not >> retrieving information from X server" is the response. >> I have a Dell PC 800mhz with a TNT2 card and GL worked fine on Mva >> 2008. I loaded the 2008.1 free from IOS's I burnt at only 4x- clean >> install. The xorg system miffs me to no end but whatever loads with >> the standard install is on the box. I looked at my config files in ect >> to see if 'nv' had been left in place of 'nvidia' and such was not the >> case. > > Ok. Use of the legacy drivers may alter things a bit, but for the > moment I will assume that current-style settings are workable. > Take a look in your xorg.conf, and see if you have something like the > following. > > Section "Module" > Load "dbe" # Double-Buffering Extension > Load "v4l" # Video for Linux > Load "extmod" > Load "type1" > Load "freetype" > Load "glx" # 3D layer > > EndSection > > In /usr/bin, you should find some nvidia programs. The last one is the > one you want to run at this point, to modify your xorg.conf file > if needed. man nvidia-xconfig for more details. > > nvidia-bug-report.sh > nvidia-settings > nvidia-smi > nvidia-xconfig > > Run the nvidia-xconfig program, make sure there is a line in xorg.conf > to load glx, and after that exit KDE or GNOME and restart it with > startx. See what happens. > > Cheers! > > jim b. I find only nvidia-bug-report.sh nvidia-settings and nvidia-settings is only a link. I looked with kerry beagle and did not find 'nvidia-xconfig' anywhere, nor was there a 'nvidia-smi' |
|
|||
|
Re: OpenGL dead on 2006.1
Baldeagle wrote:
> Jim Beard wrote: >> Baldeagle wrote: >>> Jim Beard wrote: >>>> Baldeagle wrote: >>>>> I just did a clean install of 2008.1 and found that I can't get the >>>>> nvidia legacy 71xx to run opengl on my box. It was running fine on >>>>> 2008. I let xdrake (the monitor setup in the control program) load >>>>> all the support packages and the "NVIDIA" logo pops up when turning >>>>> the box on. Granted, I didn't clean out my HOME partition but I did >>>>> reformat 'var' and 'temp' partitions. OK, I've forgot something, >>>>> but I can't remember what. >>>> >>>> Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, >>>> the first question is, do you have the devel package installed for >>>> your kernel. rpm -qa |grep kernel >>>> should provide some package names including something like >>>> >>>> kernel-desktop-2.6.24.5-2mnb-1-1mnb1 >>>> kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 >>>> plus the nvidia package >>>> nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 >>>> >>>> Note that the two kernel versions are exactly the same except for >>>> the "devel" label included. >>>> >>>> Alternatively, you can install the "latest" packages for the kernel >>>> and these will automatically get the actual packages you need >>>> upon update of the kernel. >>>> >>>> nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 >>>> kernel-desktop-devel-latest-2.6.24.5-2mnb1 >>>> kernel-desktop-latest-2.6.24.5-2mnb1 >>>> >>>> Once the kernel and devel package for it is in place, you can cd to >>>> /usr/src/nvidia* and as root run >>>> make module >>>> make install >>>> >>>> And that should get you squared away. >>>> >>>> If that does not work for you, or if you are using the >>>> nVidia installer from the nVidia website, tell us more about >>>> your system. >>>> >>>> Cheers! >>>> >>>> jim b. >>>> >>> Well, >>> I got the right right packages (I think), replacing the ones marked >>> 71xx or 'legacy' for the current ones, mine is an olt TNT2 card, and >>> using the monitor compiled and installed them per your instructions. >>> It didn't work. So I downloaded the Nvidia engine from nvidia and >>> loaded that from the monitor and all seemed OK, but it didn't work >>> either. I still get a crash from KInfo when I look at GL, it saying >>> "Open GL doesn't donnect", and when I looked at the "NVidia X Server >>> settings", "Open GL for GLX is not supported by X server or not >>> retrieving information from X server" is the response. >>> I have a Dell PC 800mhz with a TNT2 card and GL worked fine on Mva >>> 2008. I loaded the 2008.1 free from IOS's I burnt at only 4x- clean >>> install. The xorg system miffs me to no end but whatever loads with >>> the standard install is on the box. I looked at my config files in >>> ect to see if 'nv' had been left in place of 'nvidia' and such was >>> not the case. >> >> Ok. Use of the legacy drivers may alter things a bit, but for the >> moment I will assume that current-style settings are workable. >> Take a look in your xorg.conf, and see if you have something like the >> following. >> >> Section "Module" >> Load "dbe" # Double-Buffering Extension >> Load "v4l" # Video for Linux >> Load "extmod" >> Load "type1" >> Load "freetype" >> Load "glx" # 3D layer >> >> EndSection >> >> In /usr/bin, you should find some nvidia programs. The last one is >> the one you want to run at this point, to modify your xorg.conf file >> if needed. man nvidia-xconfig for more details. >> >> nvidia-bug-report.sh >> nvidia-settings >> nvidia-smi >> nvidia-xconfig >> >> Run the nvidia-xconfig program, make sure there is a line in xorg.conf >> to load glx, and after that exit KDE or GNOME and restart it with >> startx. See what happens. >> >> Cheers! >> >> jim b. > I find only > > nvidia-bug-report.sh > nvidia-settings > > and nvidia-settings is only a link. I looked with kerry beagle and did > not find 'nvidia-xconfig' anywhere, nor was there a 'nvidia-smi' The nvidia-smi is a very recent addition and nvidia-xconfig has been around for only a few months. As you are using a legacy driver, you may not have it. What does nvidia-settings point to? If that too is a link, what does it point to? Do you have the Load "glx" line in xorg.conf? When you tried installing drivers using the package from the nvidia site, did it ask you if you wanted it to configure or xorg.conf or XF86Config file? If so, did you tell it to do so? Please run the following and copy and paste the results. ls -l /usr/src ls -l /boot |grep vmlinuz uname -a Cheers! jim b. -- UNIX is not user unfriendly; it merely expects users to be computer-friendly. |
|
|||
|
Re: OpenGL dead on 2006.1
Jim Beard wrote:
> Baldeagle wrote: >> Jim Beard wrote: >>> Baldeagle wrote: >>>> Jim Beard wrote: >>>>> Baldeagle wrote: >>>>>> I just did a clean install of 2008.1 and found that I can't get >>>>>> the nvidia legacy 71xx to run opengl on my box. It was running >>>>>> fine on 2008. I let xdrake (the monitor setup in the control >>>>>> program) load all the support packages and the "NVIDIA" logo pops >>>>>> up when turning the box on. Granted, I didn't clean out my HOME >>>>>> partition but I did reformat 'var' and 'temp' partitions. OK, I've >>>>>> forgot something, but I can't remember what. >>>>> >>>>> Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, >>>>> the first question is, do you have the devel package installed for >>>>> your kernel. rpm -qa |grep kernel >>>>> should provide some package names including something like >>>>> >>>>> kernel-desktop-2.6.24.5-2mnb-1-1mnb1 >>>>> kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 >>>>> plus the nvidia package >>>>> nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 >>>>> >>>>> Note that the two kernel versions are exactly the same except for >>>>> the "devel" label included. >>>>> >>>>> Alternatively, you can install the "latest" packages for the kernel >>>>> and these will automatically get the actual packages you need >>>>> upon update of the kernel. >>>>> >>>>> nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 >>>>> kernel-desktop-devel-latest-2.6.24.5-2mnb1 >>>>> kernel-desktop-latest-2.6.24.5-2mnb1 >>>>> >>>>> Once the kernel and devel package for it is in place, you can cd to >>>>> /usr/src/nvidia* and as root run >>>>> make module >>>>> make install >>>>> >>>>> And that should get you squared away. >>>>> >>>>> If that does not work for you, or if you are using the >>>>> nVidia installer from the nVidia website, tell us more about >>>>> your system. >>>>> >>>>> Cheers! >>>>> >>>>> jim b. >>>>> >>>> Well, >>>> I got the right right packages (I think), replacing the ones marked >>>> 71xx or 'legacy' for the current ones, mine is an olt TNT2 card, >>>> and using the monitor compiled and installed them per your >>>> instructions. It didn't work. So I downloaded the Nvidia engine from >>>> nvidia and loaded that from the monitor and all seemed OK, but it >>>> didn't work either. I still get a crash from KInfo when I look at >>>> GL, it saying "Open GL doesn't donnect", and when I looked at the >>>> "NVidia X Server settings", "Open GL for GLX is not supported by X >>>> server or not retrieving information from X server" is the response. >>>> I have a Dell PC 800mhz with a TNT2 card and GL worked fine on Mva >>>> 2008. I loaded the 2008.1 free from IOS's I burnt at only 4x- clean >>>> install. The xorg system miffs me to no end but whatever loads with >>>> the standard install is on the box. I looked at my config files in >>>> ect to see if 'nv' had been left in place of 'nvidia' and such was >>>> not the case. >>> >>> Ok. Use of the legacy drivers may alter things a bit, but for the >>> moment I will assume that current-style settings are workable. >>> Take a look in your xorg.conf, and see if you have something like the >>> following. >>> >>> Section "Module" >>> Load "dbe" # Double-Buffering Extension >>> Load "v4l" # Video for Linux >>> Load "extmod" >>> Load "type1" >>> Load "freetype" >>> Load "glx" # 3D layer >>> >>> EndSection >>> >>> In /usr/bin, you should find some nvidia programs. The last one is >>> the one you want to run at this point, to modify your xorg.conf file >>> if needed. man nvidia-xconfig for more details. >>> >>> nvidia-bug-report.sh >>> nvidia-settings >>> nvidia-smi >>> nvidia-xconfig >>> >>> Run the nvidia-xconfig program, make sure there is a line in >>> xorg.conf to load glx, and after that exit KDE or GNOME and restart >>> it with startx. See what happens. >>> >>> Cheers! >>> >>> jim b. >> I find only >> >> nvidia-bug-report.sh >> nvidia-settings >> >> and nvidia-settings is only a link. I looked with kerry beagle and did >> not find 'nvidia-xconfig' anywhere, nor was there a 'nvidia-smi' > > The nvidia-smi is a very recent addition and nvidia-xconfig has > been around for only a few months. As you are using a legacy > driver, you may not have it. What does nvidia-settings point to? > If that too is a link, what does it point to? > > Do you have the Load "glx" line in xorg.conf? > > When you tried installing drivers using the package from > the nvidia site, did it ask you if you wanted it to configure > or xorg.conf or XF86Config file? If so, did you tell it to > do so? > > Please run the following and copy and paste the results. > > ls -l /usr/src > ls -l /boot |grep vmlinuz > uname -a > > Cheers! > > jim b. > > I looked at the link and it leads to ect/alternatives. Also there was a linl to nvidia driver that is in /usr/lib/modules. Load "glx" is in line. It did ask me if I wanted to configure and I said yes. [phil@localhost ~]$ ls -l /usr/src total 12 drwxr-xr-x 21 root root 4096 2008-07-19 08:38 linux-2.6.24.5-desktop-2mnb/ drwxr-xr-x 4 root root 4096 2008-07-18 21:36 Mesa/ drwxr-xr-x 4 root root 4096 2008-07-19 10:31 nvidia71xx-71.86.04-4mdv2008.1/ [phil@localhost ~]$ il -l /boot |grep vmlinuz bash: il: command not found [phil@localhost ~]$ ls -l /boot |grep vmlinuz lrwxrwxrwx 1 root root 29 2008-07-16 09:35 vmlinuz -> vmlinuz-2.6.24.5-desktop-2mnb -rw-r--r-- 1 root root 1777464 2008-06-12 11:38 vmlinuz-2.6.24.5-desktop-2mnb lrwxrwxrwx 1 root root 29 2008-07-16 09:35 vmlinuz-desktop -> vmlinuz-2.6.24.5-desktop-2mnb [phil@localhost ~]$ uname -a Linux localhost 2.6.24.5-desktop-2mnb #1 SMP Thu Jun 12 14:37:30 EDT 2008 i686 Pentium III (Coppermine) GNU/Linux Something else that might help. When I built the nvidia as you told me to, the make process said that the auto config was corrupted and in the next line went on to say something like "will use old config". I don't know if it means anything or if it is just sever machine lingo. upon install the last line said "installed sucessfully". |
|
|||
|
Re: OpenGL dead on 2006.1
Jim Beard wrote:
> Baldeagle wrote: >> Jim Beard wrote: >>> Baldeagle wrote: >>>> Jim Beard wrote: >>>>> Baldeagle wrote: >>>>>> I just did a clean install of 2008.1 and found that I can't get >>>>>> the nvidia legacy 71xx to run opengl on my box. It was running >>>>>> fine on 2008. I let xdrake (the monitor setup in the control >>>>>> program) load all the support packages and the "NVIDIA" logo pops >>>>>> up when turning the box on. Granted, I didn't clean out my HOME >>>>>> partition but I did reformat 'var' and 'temp' partitions. OK, I've >>>>>> forgot something, but I can't remember what. >>>>> >>>>> Assuming 2008.1 rather than 2006.1 and XFdrake rather than xdrake, >>>>> the first question is, do you have the devel package installed for >>>>> your kernel. rpm -qa |grep kernel >>>>> should provide some package names including something like >>>>> >>>>> kernel-desktop-2.6.24.5-2mnb-1-1mnb1 >>>>> kernel-desktop-devel-2.6.24.5-2mnb-1-1mnb1 >>>>> plus the nvidia package >>>>> nvidia-current-kernel-2.6.24.5-desktop-2mnb-169.12-4mdv2008.1 >>>>> >>>>> Note that the two kernel versions are exactly the same except for >>>>> the "devel" label included. >>>>> >>>>> Alternatively, you can install the "latest" packages for the kernel >>>>> and these will automatically get the actual packages you need >>>>> upon update of the kernel. >>>>> >>>>> nvidia-current-kernel-desktop-latest-169.12-1.20080612.4mdv2008.1 >>>>> kernel-desktop-devel-latest-2.6.24.5-2mnb1 >>>>> kernel-desktop-latest-2.6.24.5-2mnb1 >>>>> >>>>> Once the kernel and devel package for it is in place, you can cd to >>>>> /usr/src/nvidia* and as root run >>>>> make module >>>>> make install >>>>> >>>>> And that should get you squared away. >>>>> >>>>> If that does not work for you, or if you are using the >>>>> nVidia installer from the nVidia website, tell us more about >>>>> your system. >>>>> >>>>> Cheers! >>>>> >>>>> jim b. >>>>> >>>> Well, >>>> I got the right right packages (I think), replacing the ones marked >>>> 71xx or 'legacy' for the current ones, mine is an olt TNT2 card, >>>> and using the monitor compiled and installed them per your >>>> instructions. It didn't work. So I downloaded the Nvidia engine from >>>> nvidia and loaded that from the monitor and all seemed OK, but it >>>> didn't work either. I still get a crash from KInfo when I look at >>>> GL, it saying "Open GL doesn't donnect", and when I looked at the >>>> "NVidia X Server settings", "Open GL for GLX is not supported by X >>>> server or not retrieving information from X server" is the response. >>>> I have a Dell PC 800mhz with a TNT2 card and GL worked fine on Mva >>>> 2008. I loaded the 2008.1 free from IOS's I burnt at only 4x- clean >>>> install. The xorg system miffs me to no end but whatever loads with >>>> the standard install is on the box. I looked at my config files in >>>> ect to see if 'nv' had been left in place of 'nvidia' and such was >>>> not the case. >>> >>> Ok. Use of the legacy drivers may alter things a bit, but for the >>> moment I will assume that current-style settings are workable. >>> Take a look in your xorg.conf, and see if you have something like the >>> following. >>> >>> Section "Module" >>> Load "dbe" # Double-Buffering Extension >>> Load "v4l" # Video for Linux >>> Load "extmod" >>> Load "type1" >>> Load "freetype" >>> Load "glx" # 3D layer >>> >>> EndSection >>> >>> In /usr/bin, you should find some nvidia programs. The last one is >>> the one you want to run at this point, to modify your xorg.conf file >>> if needed. man nvidia-xconfig for more details. >>> >>> nvidia-bug-report.sh >>> nvidia-settings >>> nvidia-smi >>> nvidia-xconfig >>> >>> Run the nvidia-xconfig program, make sure there is a line in >>> xorg.conf to load glx, and after that exit KDE or GNOME and restart >>> it with startx. See what happens. >>> >>> Cheers! >>> >>> jim b. >> I find only >> >> nvidia-bug-report.sh >> nvidia-settings >> >> and nvidia-settings is only a link. I looked with kerry beagle and did >> not find 'nvidia-xconfig' anywhere, nor was there a 'nvidia-smi' > > The nvidia-smi is a very recent addition and nvidia-xconfig has > been around for only a few months. As you are using a legacy > driver, you may not have it. What does nvidia-settings point to? > If that too is a link, what does it point to? > > Do you have the Load "glx" line in xorg.conf? > > When you tried installing drivers using the package from > the nvidia site, did it ask you if you wanted it to configure > or xorg.conf or XF86Config file? If so, did you tell it to > do so? > > Please run the following and copy and paste the results. > > ls -l /usr/src > ls -l /boot |grep vmlinuz > uname -a > > Cheers! > > jim b. > > I looked at the link and it leads to ect/alternatives. Also there was a linl to nvidia driver that is in /usr/lib/modules. Load "glx" is in line. It did ask me if I wanted to configure and I said yes. [phil@localhost ~]$ ls -l /usr/src total 12 drwxr-xr-x 21 root root 4096 2008-07-19 08:38 linux-2.6.24.5-desktop-2mnb/ drwxr-xr-x 4 root root 4096 2008-07-18 21:36 Mesa/ drwxr-xr-x 4 root root 4096 2008-07-19 10:31 nvidia71xx-71.86.04-4mdv2008.1/ [phil@localhost ~]$ il -l /boot |grep vmlinuz bash: il: command not found [phil@localhost ~]$ ls -l /boot |grep vmlinuz lrwxrwxrwx 1 root root 29 2008-07-16 09:35 vmlinuz -> vmlinuz-2.6.24.5-desktop-2mnb -rw-r--r-- 1 root root 1777464 2008-06-12 11:38 vmlinuz-2.6.24.5-desktop-2mnb lrwxrwxrwx 1 root root 29 2008-07-16 09:35 vmlinuz-desktop -> vmlinuz-2.6.24.5-desktop-2mnb [phil@localhost ~]$ uname -a Linux localhost 2.6.24.5-desktop-2mnb #1 SMP Thu Jun 12 14:37:30 EDT 2008 i686 Pentium III (Coppermine) GNU/Linux Something else that might help. When I built the nvidia as you told me to, the make process said that the auto config was corrupted and in the next line went on to say something like "will use old config". I don't know if it means anything or if it is just sever machine lingo. upon install the last line said "installed sucessfully". |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|