LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-17-2003, 05:05 PM   #16
klod
Member
 
Registered: Apr 2003
Location: shoebox (with broadband ;)
Distribution: debian woody/sid
Posts: 70

Rep: Reputation: 15

I cant really compare the two (nvidia, ati) but I can praise Nvidia since thats what Ive got now! Recently got a geforce 4 ti, switched from tnt2 (LOVELY difference , never had any troubles with driver install/upgrade, ati cards are a "only" windows experience for me, and... it SUCKED... should probably mention that it was a laptop card and they usually suck (and have nothing to do with ati's linux approach)!

Supporting Linux like Nvidia do is great (sure its not open source but theyve acknoledged the linux community as a consumer group)!

Other funny experiences was a neomagic... it worked really well but it wasnt a very good card! Oh well, should probably keep this on topic = Nvidia are so far jolly good fellows!!!

Cheers, Klod
 
Old 07-17-2003, 09:54 PM   #17
Athlon_Jedi
Member
 
Registered: Apr 2003
Location: El Dorado Springs, MO
Distribution: Slackware 9
Posts: 84

Rep: Reputation: 15
Ok there is something you are forgeting .......

even though linux has been around for quite a while now, it is an open source os,

and probably the most important factor that relates to this is the fact that there are many differant distrobutions of linux and as such each distro does things differantly.

the fact is that linux in its open source nature(not that thats a bad thing) is an os that ANYONE can make improvements to the source code and hence create their own distro means that unlike the other os's out there , linux really has no set guidelines or set standards as to how things are done, which in turn makes creating drivers that work for every distro in the same way a nightmere.

in contrast, windows, mac os, solaris, etc .... are completly under the control of a single entity, meaning all of the code in the os is expected to behave in the same or similar fashon as the previous os
released by these entitys, thus making the chore of coding drivers easyer because the code base for these operating systems doesnt change much and if it does, it does so in a way that because the standards set for modifying these os's is of such a uniform nature that it is not as difficult to adapt the driver code base.

just some wise words from a fool
 
Old 07-23-2003, 06:39 AM   #18
Tommi
Member
 
Registered: Apr 2003
Posts: 185

Original Poster
Rep: Reputation: 30
I think its enemy. Today I gave up with Linux, back to windows...*sigh*

-Tommi
 
Old 07-23-2003, 08:41 AM   #19
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Nvidia support for Linux graphics cards is quite good as far as I experienced it - compared to the other manufacurers.But the reason for this isn't that they want to be 'friends' or something.They want to sell their high-end graphics cards to fx studios that are switching to Linux.Support for nforce2 sucks;thats supposed to be a high-end chipset and the sound drivers are a disaster.
BTW there are no friendly companies - those people want to make money.
 
Old 07-23-2003, 04:53 PM   #20
davecs
Member
 
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 502

Rep: Reputation: 32
If you don't need fast 3D graphics, then you should not need to use nVidia drivers to run your graphics card. The nForce sound system also works without their driver. However the LAN does not, so if you connect to internet via LAN, you're stuck.

Personally I've never had a problem loading the nVidia or nForce drivers, but the recent Kernel upgrades from Mandrake (0.18 and 0.24) have given me problems in the form of system slowdown whenever the net is accessed. I have had to revert to the original 2.4.21-0.13 kernel.

DAVE
 
Old 08-08-2003, 08:01 AM   #21
walterw
Member
 
Registered: Dec 2002
Posts: 48

Rep: Reputation: 16
nVidia graphics drivers and sound

Have any of you guys had any problems with the nVidia graphics drivers and sound? After switching to the nvidia driver (from nv), I lose sound in openGL apps. I still have sound in apps like mplayer, xmms, xine, ...

If I switch the driver back to nv, sound does work, but hardware acceleration does not, so I want to make full advantage of the graphics card and hopefully restore sound back to openGL apps.



Thanks,
Walter
 
Old 08-08-2003, 08:12 AM   #22
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Rep: Reputation: 32
I have Nvidia Graphic card and Suse 8.2 and it works fine.
But partially through lack of time I have not been to enable 3D support and when I tried with the driver from Nvidia, it messed up my broadband access (it changed the card from a compaq to Nviidia, which I did not have
 
Old 08-08-2003, 08:23 AM   #23
walterw
Member
 
Registered: Dec 2002
Posts: 48

Rep: Reputation: 16
nVidia graphics driver (nvidia versus nv)

I assume that you are running the nv driver which does NOT use hardware acceleration. This driver works fine for me (sound wise), but it is slow as it does not use hardware acceleration.

Is that what you are using, it should say in:
/etc/X11/XF86Config

I know another user in this thread posted that he is using the nvidia driver without any problems, I will have to contact him. It is strange that your broadband is screwed up? I don't know what to say, if you have not successfully installed the driver, it shouldn't screw that stuff up as you said you don't have hardware acceleration.

Oh, stupid me, back to the /etc/X11/XF86Config file, if your nv driver is still being used, you want to switch it to nvidia. You may have to change some other stuff as well. When you get it working, you will see an nvidia splash screen when starting x. Since I cannot post attachments, here is my XF86Config:


# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Envision"
ModelName "EN-775e"
DisplaySize 320 240
HorizSync 30.0 - 72.0
VertRefresh 60.0 - 60.0
Option "dpms"
EndSection

Section "Device"
Identifier "Nvidia MX440SE"
Driver "nvidia"
VendorName "nvidia"
BoardName "NVIDIA GeForce 4 (generic)"
BusID "PCI:1:0:0"
VideoRam 65536
EndSection

Section "Screen"
Identifier "Screen0"
Device "Nvidia MX440SE"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


I hope this helps.


Walter
 
Old 08-08-2003, 08:35 AM   #24
rpg
Member
 
Registered: Dec 2002
Distribution: OpenSUSE
Posts: 58

Rep: Reputation: 15
sketelsen: Your experience is consistent with mine. I was talking about text-mode installs for distros that are primarily graphically based. In distros like that (Mandrake, RedHat, etc.), I think the majority of the development energy goes into making the graphical installs work. The text-mode install for these distros is a poor step-sister of the graphical install. I think that's why it doesn't work as well.

Last edited by rpg; 08-08-2003 at 08:36 AM.
 
Old 08-08-2003, 08:45 AM   #25
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
im probably the only that uses this which is probably why i get ignored when i moan about it but here goes anyway. the stupid accelerated opengl library that comes with the nvidia drivers does not support remote X, it doesnt even provide any sort of error it just segfaults.
 
Old 08-08-2003, 10:12 AM   #26
sketelsen
Member
 
Registered: Jul 2003
Location: Olympia WA
Distribution: Gentoo Kernel 2.6.8-gentoo-r3; AMD Athlon XP 2200+
Posts: 63

Rep: Reputation: 15
if you want the nvidia driver to work, you have to take off or comment out the the load "dri" line. then, perhaps, you will get your sound back? I don't know, i just know what worked for me. You might see what happens to the permissions on /dev/esd (or whatever sound daemon you use) when you install and remove the the proprietary nvidia driver. That's all I have, sorry!
 
Old 08-08-2003, 10:49 AM   #27
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Rep: Reputation: 32
Hi Walterw,

Sorry I should have said that it was screwed up.
I can not remember how I fixed I think it was lsmodules where I commented out the nvidia ethernet card and put my old one back in and then ran network start.
The problem was because the driver affected my etherent card, I had installed the right driver but ...

Last edited by davholla; 08-08-2003 at 10:50 AM.
 
Old 08-08-2003, 11:16 AM   #28
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Would you guys go and agree on one problem or at least post some specs?
Is this about Nvidia graphics drivers or nforce mobo drivers or both combined?
 
Old 08-08-2003, 11:22 AM   #29
walterw
Member
 
Registered: Dec 2002
Posts: 48

Rep: Reputation: 16
nVidia graphics driver problems

it is the nVidia graphics driver


Walter
 
Old 08-08-2003, 11:24 AM   #30
walterw
Member
 
Registered: Dec 2002
Posts: 48

Rep: Reputation: 16
nVidia graphics driver problems

I just tried commenting load dri.

# Load "dri"

but I still have no sound in openGL apps.


Walter
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
My friend has a problem. Draconian Linux - General 11 09-04-2004 04:17 PM
Friend and his Dad asterix_hax0r Linux - Newbie 2 03-01-2004 11:45 PM
Which Type Of Friend Is Your ... rinard General 4 01-11-2004 05:59 AM
My idiot friend again BajaNick Linux - General 9 07-29-2003 04:54 AM
c++ friend help PTBmilo Programming 2 04-06-2003 03:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:24 AM.

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