Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 05:30 PM
linuxquestion@yahoo.com
 
Posts: n/a
Default Recommended video card for Redhat

So get this. Each time you upgrade your kernel,
you get to struggle upgrading your Nvidia video
drivers once again too. Isn't that nice.

And they have a really difficult time installing
with more than one kernel on the machine.

I'm fed up. I just expect the video card to WORK.
It is most fundamental.


Can anyone recommend a plain vanilla video card
(no TVs, etc.) that just -works- with Redhat?
AGP please.


Ideally, when you install Redhat, it should just
install without any thought or action on a
human's part. No drivers to download. NO multiple
55 page manuals to read. No 4 dozen RPM options to
read about and consider. NO posting to newsgroups
to make. NO emails to tech support who neither
understand or answer the question.... I just
want it to work. First time. Every time.


You have to hand it to Mr. Bill, it's very rigourous
on Windows. When you want to install a video driver,
you just install the driver. Total time, about 10 minutes.
And what works for one, works for almost all.

Why must Nvidia's drivers tie into the base operating
system kernel? Why are they not self contained, separate
from the kernel?


Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 05:30 PM
athol
 
Posts: n/a
Default Re: Recommended video card for Redhat

In comp.os.linux.hardware linuxquestion@yahoo.com wrote:
> So get this. Each time you upgrade your kernel,
> you get to struggle upgrading your Nvidia video
> drivers once again too. Isn't that nice.


No. Every time you build a new kernel, you cd into the directory:
[wherever you unpacked the nvidia driver]/NVIDIA-(version)/usr/src/nv/
Read the README in that directory, then
$ make
a new interface module for nVidia, nvidia.o, then copy it across to
the relevant
/lib/modules/(kernel version)/kernel/drivers/video/
directory.

> And they have a really difficult time installing
> with more than one kernel on the machine.


If the kernel versions are different, ie you have a 2.4.21, a 2.4.22
then you build a 2.4.24 you'll have an nvidia.o in each place, and
each will suit the relevant kernel.

If you are playing with multiple kernels of the same version, you'll
have the potential for module conflicts in general. That's not
confined to the nvidia module. Some modules compile differently
depening upon kernel configuration options. Using some with a
different kernel can cause some interesting effects...

> Why must Nvidia's drivers tie into the base operating
> system kernel? Why are they not self contained, separate
> from the kernel?


Because they perform as well as they do _because_ of the way they
are tied into the kernel.

--
Athol
<http://cust.idl.com.au/athol>
Linux Registered User # 254000
I'm a Libran Engineer. I don't argue, I discuss.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 05:30 PM
=?iso-8859-1?q?M=E5ns_Rullg=E5rd?=
 
Posts: n/a
Default Re: Recommended video card for Redhat

athol <me@privacy.net> writes:

>> Why must Nvidia's drivers tie into the base operating
>> system kernel? Why are they not self contained, separate
>> from the kernel?

>
> Because they perform as well as they do _because_ of the way they
> are tied into the kernel.


It's not about performance. The kernel drivers are there for the same
reason all the 3D drivers have a kernel part. The function of the
kernel module is to manage DMA transfers to the video card. The
reason this needs to be done by the kernel is that the physical
address of the source needs to be known, and there is no way to find
this information from userspace. If the memory mapping was accessible
from userspace it would perform equally well there.

--
Måns Rullgård
mru@kth.se
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 05:30 PM
Markku Kolkka
 
Posts: n/a
Default Re: Recommended video card for Redhat

linuxquestion@yahoo.com wrote:

> Can anyone recommend a plain vanilla video card
> (no TVs, etc.) that just -works- with Redhat?
> AGP please.


I have a Radeon 9000 card, and it "just works" without any extra driver
installation.

> Why must Nvidia's drivers tie into the base operating
> system kernel? Why are they not self contained, separate
> from the kernel?


The driver must access the card hardware directly, that's why there must
be a component that runs as a kernel module.
nVidia refuses to tell Linux developers how their cards work, that's why
the driver can't be included in the standard kernel like the Radeon DRM
module.

--
Markku Kolkka
markku.kolkka@iki.fi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 05:30 PM
David Utidjian
 
Posts: n/a
Default Re: Recommended video card for Redhat

On Sat, 10 Jan 2004 22:30:59 -0800, linuxquestion wrote:

> So get this. Each time you upgrade your kernel,
> you get to struggle upgrading your Nvidia video
> drivers once again too. Isn't that nice.
>
> And they have a really difficult time installing
> with more than one kernel on the machine.
>
> I'm fed up. I just expect the video card to WORK.
> It is most fundamental.


All the Nvidia cards I have ever owned have worked well with Red Hat out
of the box just using the default nv driver that comes with XFree86. The
ONLY reason you may need the Nvidia drivers is if you also need to use
accelerated 3D. If you don't need that you don't need the Nvidia drivers
from Nvidia.

IF you DO need accelerated 3D then you DO need the Nvidia drivers.

When the kernel is upgraded the driver module has to be rebuilt to match
the kernel. This is as simple as running (as root):

sh NVIDIA-driver-you-downloaded

and answering a few yes/no questions then switching back to the GUI
runlevel:

telinit 5

Whole process takes about 30 seconds.

To make this process even simpler I just keep the the Nvidia driver
installer I downloaded in my /root directory. When I install a new kernel
and reboot I tell grub to boot to runlevel 3 (console mode). Just hit "a"
when the grub screen comes up and then "3" and Enter. It is really REALLY
easy.

Incidentally Nvidia uses the same driver for Linux as it does for Windows.

The driver works well out of the box... if you want to tweak it for some
reason, yes, you will have to read the excellent docs that Nvidia supplies
in order to find out what the tweaks are.

Again if you don't need accelerated 3D, which you only need for some games
and engineering/scientific apps... then just use the stock nv diver and
skip all the (minor) hassle.

For me, Nvidia cards are some of the best out there. I have had very good
use out of them.

-DU-...etc...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 05:31 PM
linuxquestion@yahoo.com
 
Posts: n/a
Default Re: Recommended video card for Redhat

Well, I finally got it to work.

rpm -qa | grep -i kernel | sort

kernel-2.4.20-18.10.1
kernel-2.4.20-18.10.1
....

kernel-source-2.4.20-18.10.1

....
kernel-2.4.9-e.3
kernel-source-2.4.9-e.3
kernel-summit-2.4.9-e.3
kernel-utils-2.4-6

Hmm. Two kernel-2.4.20-18.10.1 kernels!

Remove them both.

rpm -e --allmatches --nodeps kernel-2.4.20-18.10.1


Reinstall. Interestingly enough, by installing the .src file,
it doesn't install the kernel.

rpm -ivh --nodeps kernel-2.4.20-18.10.1.src.rpm
1:kernel ########################################### [100%]

rpm -qa | grep -i kernel | sort
- not there


Install the binary, and source:

rpm -ivh --nodeps kernel-2.4.20-18.10.1.i686.rpm

Preparing... ########################################### [100%]
1:kernel ########################################### [100%]


rpm -ivh --nodeps kernel-source-2.4.20-18.10.1.i386.rpm

Preparing... ########################################### [100%]
1:kernel-source ########################################### [100%]


--------------

I managed to find the old nvidia package:
NVIDIA-Linux-x86-1.0-4496-pkg2.run

I reboot to the new kernel, and run install.sh

sh NVIDIA-Linux-x86-1.0-4496-pkg2.run

- worked!
- about time. It should have taken 10 to 20 minutes, but I
finally finished about after 2 days. Somewhere between 10
to 20 hours of struggle. Directly related to Nvidia drivers.

I will never buy nvidia cards intentionally again.


---------------


linuxquestion@yahoo.com wrote in message news:<672ceaed.0401102230.6a383fd8@posting.google. com>...
> So get this. Each time you upgrade your kernel,
> you get to struggle upgrading your Nvidia video
> drivers once again too. Isn't that nice.
>
> And they have a really difficult time installing
> with more than one kernel on the machine.
>
> I'm fed up. I just expect the video card to WORK.
> It is most fundamental.
>
>
> Can anyone recommend a plain vanilla video card
> (no TVs, etc.) that just -works- with Redhat?
> AGP please.
>
>
> Ideally, when you install Redhat, it should just
> install without any thought or action on a
> human's part. No drivers to download. NO multiple
> 55 page manuals to read. No 4 dozen RPM options to
> read about and consider. NO posting to newsgroups
> to make. NO emails to tech support who neither
> understand or answer the question.... I just
> want it to work. First time. Every time.
>
>
> You have to hand it to Mr. Bill, it's very rigourous
> on Windows. When you want to install a video driver,
> you just install the driver. Total time, about 10 minutes.
> And what works for one, works for almost all.
>
> Why must Nvidia's drivers tie into the base operating
> system kernel? Why are they not self contained, separate
> from the kernel?
>
>
> Thanks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 05:31 PM
linuxquestion@yahoo.com
 
Posts: n/a
Default Re: Recommended video card for Redhat

> All the Nvidia cards I have ever owned have worked well with Red Hat out
> of the box just using the default nv driver that comes with XFree86. The
> ONLY reason you may need the Nvidia drivers is if you also need to use
> accelerated 3D. If you don't need that you don't need the Nvidia drivers
> from Nvidia.
>
> IF you DO need accelerated 3D then you DO need the Nvidia drivers.


Well, all I'm trying to do is X Windows. I don't think that is 3D.
But if we define it as so, it is not so simple.


> When the kernel is upgraded the driver module has to be rebuilt to match
> the kernel. This is as simple as running (as root):
>
> sh NVIDIA-driver-you-downloaded
>
> and answering a few yes/no questions then switching back to the GUI
> runlevel:
> telinit 5
>
> Whole process takes about 30 seconds.


How many times did you do it before you got it to this time?

It's taken me between 10 to 20 hours. In retrospect, I had a problem
of two kernels. But why didn't I get a better error messages?
From either linux, or from the nvidia scripts?

I'm glad it's "just that simple" for you. Please continue to
post the short and experienced instructions for the rest of us.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-17-2008, 05:31 PM
DarkMatter
 
Posts: n/a
Default Re: Recommended video card for Redhat

On 10 Jan 2004 22:30:59 -0800, linuxquestion@yahoo.com Gave us:

>Why must Nvidia's drivers tie into the base operating
>system kernel? Why are they not self contained, separate
>from the kernel?
>


Nvidia has single file drivers now that are one button press and
play affairs.

Uninstalls any existing, installs new. No Problemo.

By far the best as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-17-2008, 05:31 PM
DarkMatter
 
Posts: n/a
Default Re: Recommended video card for Redhat

On 11 Jan 2004 18:02:40 -0800, linuxquestion@yahoo.com Gave us:

>> All the Nvidia cards I have ever owned have worked well with Red Hat out
>> of the box just using the default nv driver that comes with XFree86. The
>> ONLY reason you may need the Nvidia drivers is if you also need to use
>> accelerated 3D. If you don't need that you don't need the Nvidia drivers
>> from Nvidia.
>>
>> IF you DO need accelerated 3D then you DO need the Nvidia drivers.

>
>Well, all I'm trying to do is X Windows. I don't think that is 3D.
>But if we define it as so, it is not so simple.
>
>
>> When the kernel is upgraded the driver module has to be rebuilt to match
>> the kernel. This is as simple as running (as root):
>>
>> sh NVIDIA-driver-you-downloaded
>>
>> and answering a few yes/no questions then switching back to the GUI
>> runlevel:
>> telinit 5
>>
>> Whole process takes about 30 seconds.

>
>How many times did you do it before you got it to this time?
>
>It's taken me between 10 to 20 hours. In retrospect, I had a problem
>of two kernels. But why didn't I get a better error messages?
>From either linux, or from the nvidia scripts?
>
>I'm glad it's "just that simple" for you. Please continue to
>post the short and experienced instructions for the rest of us.


I ALWAYS boot to command console, and run startx on my own. That
way I can install drivers that xwindows may interfere with.

Regardless, the new NVIDI drivers go in very easily. You may be
thinking of the old manner they used to require for installation.

Now, it is a single file.

Works fine on my dual athlon. :]

good luck.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-17-2008, 05:31 PM
athol
 
Posts: n/a
Default Re: Recommended video card for Redhat

In comp.os.linux.hardware DarkMatter <DarkMatter@thebarattheendoftheuniverse.org> wrote:

> I ALWAYS boot to command console, and run startx on my own. That
> way I can install drivers that xwindows may interfere with.


On my systems that _have_ X, I default to it (runlevel 4 in
slackware). If I want to play with drivers, I simply feed
the alternative runlevel to LILO while booting. If I'm
testing a new kernel that I know won't work with the nVidia
driver, I put an append line in lilo.conf to force a non-X
runlevel for that kernel.

--
Athol
<http://cust.idl.com.au/athol>
Linux Registered User # 254000
I'm a Libran Engineer. I don't argue, I discuss.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:24 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600