LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 05-07-2005, 10:53 AM   #1
cwolf78
Member
 
Registered: Apr 2005
Location: Arlington, TX
Distribution: n/a
Posts: 61

Rep: Reputation: 15
Video Card for SuSE 9.2 on IBM netvista


Can anyone recommend a stable PCI video card for an IBM netvista (p3) running SuSE 9.2 pro ?
My onboard video card is going out... will this be a major pain in the a** to get installed and working ??? for a like me ?
thanks
cwolf78
 
Old 05-07-2005, 11:56 AM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I have a (p3) that works great with this;
http://www.xfree86.org/current/r128.html
But it uses AGP 4X/8X You could just get a cheap nvidia card.I got one at wal-mart for 50$
 
Old 05-07-2005, 12:12 PM   #3
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
The netvista has a agp port on the mobo, so you can use either agp or pci. A cheap nvidia card is probably the best route. You can get a (PCI) Nvidia Riva/TNT2 M64 64mb for $10 or less from tigerdirect or newegg. I use these cards and have no trouble with them or the official Nvidia driver. If you get an agp card don't forget to activate the agp port in the bios.
 
Old 05-07-2005, 12:27 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
To switch over should be easy,not sure about Suse and yast or saxt or whatever they use but for most you just edit /etc/X11/xorg.conf and just change the driver (lets say its a nvidia card) under
# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
Identifier "leave the same"
Driver "nv"
 
Old 05-07-2005, 01:25 PM   #5
cwolf78
Member
 
Registered: Apr 2005
Location: Arlington, TX
Distribution: n/a
Posts: 61

Original Poster
Rep: Reputation: 15
Well my Netvista doesn't have an AGP slot so I think I will go with the (PCI) Nvidia Riva/TNT2 M64 64mb card... sounds like the best bet. Should I install it, plug the monitor into it and fire it up or install it and leave the monitor plugged into the current card and do some setup before plugging into new card ?
thanks!
 
Old 05-07-2005, 02:26 PM   #6
cwolf78
Member
 
Registered: Apr 2005
Location: Arlington, TX
Distribution: n/a
Posts: 61

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by tormented_one
The netvista has a agp port on the mobo, so you can use either agp or pci. A cheap nvidia card is probably the best route. You can get a (PCI) Nvidia Riva/TNT2 M64 64mb for $10 or less from tigerdirect or newegg. I use these cards and have no trouble with them or the official Nvidia driver. If you get an agp card don't forget to activate the agp port in the bios.
Hey I looked on both newegg and tigerdirect and I could not find this card... do you happen to know if they are still selling that card anywhere else ? thanks!
 
Old 05-07-2005, 03:04 PM   #7
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
The newest catalog for tigerdirect has the card for $9.99, I haven't actually looked on thier site for the card. I will look up the product number for you and post it later. My old netvista had a agp port, but come to think about it it was a 2.6 celeron so it may have been newer than yours. Sorry for the wrong info.
 
Old 05-07-2005, 03:54 PM   #8
cwolf78
Member
 
Registered: Apr 2005
Location: Arlington, TX
Distribution: n/a
Posts: 61

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by tormented_one
The newest catalog for tigerdirect has the card for $9.99, I haven't actually looked on thier site for the card. I will look up the product number for you and post it later. My old netvista had a agp port, but come to think about it it was a 2.6 celeron so it may have been newer than yours. Sorry for the wrong info.
all good man... thanks for the input !
 
Old 05-07-2005, 08:49 PM   #9
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
The SuSE video configuration program is called SaX. If you are in the console run /usr/sbin/sax2 as root.

Running 'sax2 -p' will give you a list of both the onboard and the added video card.

For example on a dell Latitude laptop:
# sax2 -p
Chip: 0 is -> ATI Radeon LY 01:00:0 0x1002 0x4c59 AGP radeon

So I could use the --chip 0 option. When you run it, you should have 2 lines. The 01:00:0 displayed is the PCI address, which you might use in your XF86config/Xorg.conf file. It goes in the Devices section to indicate which card you are referring to
BusID "PCI:1:00:0"
However, sax2 should generate this line for you.

There may be a bios setup option on whether to use the onboard video. You could turn this off after installing the video card.

Lastly, suppose that your display uses an non-standard resolution such as 1280x800. You could use the gtf command to generate a modeline, or the sax2 --vesa option.
For example: gtf 1280 800 60 -x on my computer yields
# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
This is just an example. Run the program yourself if you need to, and be careful not to exceed the hsync rate on the monitor.
The sax command would be
sax2 --vesa 1:1280x800@60
This is an example for card #1. ( The 1: part in front )
 
Old 05-15-2005, 08:54 AM   #10
cwolf78
Member
 
Registered: Apr 2005
Location: Arlington, TX
Distribution: n/a
Posts: 61

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by tormented_one
The netvista has a agp port on the mobo, so you can use either agp or pci. A cheap nvidia card is probably the best route. You can get a (PCI) Nvidia Riva/TNT2 M64 64mb for $10 or less from tigerdirect or newegg. I use these cards and have no trouble with them or the official Nvidia driver. If you get an agp card don't forget to activate the agp port in the bios.
Can anyone find this card for sale new ?
Perhaps the post refers to a 16mb card... not 64mb ? On ebay they are AGP after 32mb and I didn't even see a 64mb...

Last edited by cwolf78; 05-15-2005 at 08:58 AM.
 
  


Reply



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
Video Card RAMDAC IBM 525 not supported Fedora Core 2 14awl Fedora 1 05-05-2005 12:35 AM
No sound with Fedora Core 1, Kernel 2.6.3 on an IBM Netvista enderjm Fedora 5 03-18-2004 10:35 AM
IBM-ThinClients Netvista...howto access a console? pablovschby Linux - Networking 3 12-18-2003 02:50 PM
up2date program error with IBM NetVista simkin101 Linux - Software 3 08-29-2003 04:55 PM
"Letterbox" problem on IBM NetVista and RH7.2 ruzel Linux - Software 2 01-07-2002 11:18 AM

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

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

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