Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-18-2008, 10:31 AM
Baldeagle
 
Posts: n/a
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.
Reply With Quote
  #2 (permalink)  
Old 07-18-2008, 11:05 AM
Baldeagle
 
Posts: n/a
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
Reply With Quote
  #3 (permalink)  
Old 07-19-2008, 03:05 AM
Jim Beard
 
Posts: n/a
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.
Reply With Quote
  #4 (permalink)  
Old 07-19-2008, 09:54 AM
Baldeagle
 
Posts: n/a
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.
Reply With Quote
  #5 (permalink)  
Old 07-19-2008, 02:07 PM
Jim Beard
 
Posts: n/a
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.
Reply With Quote
  #6 (permalink)  
Old 07-19-2008, 05:05 PM
Baldeagle
 
Posts: n/a
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'
Reply With Quote
  #7 (permalink)  
Old 07-19-2008, 05:08 PM
Baldeagle
 
Posts: n/a
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'
Reply With Quote
  #8 (permalink)  
Old 07-19-2008, 07:11 PM
Jim Beard
 
Posts: n/a
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.
Reply With Quote
  #9 (permalink)  
Old 07-19-2008, 08:24 PM
Baldeagle
 
Posts: n/a
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".
Reply With Quote
  #10 (permalink)  
Old 07-19-2008, 08:27 PM
Baldeagle
 
Posts: n/a
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".
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:32 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109