LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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
 
LinkBack Search this Thread
Old 09-29-2007, 12:31 PM   #1
gundumfx
Member
 
Registered: Jul 2007
Location: Linux( Fedora core 7 Admin)
Distribution: fedora core 7
Posts: 148

Rep: Reputation: 15
Exclamation how do i install a ati 9200SE on my fedora core 7?? please help me!


how do i install a ati 9200SE on my fedora core 7?? please help me!
well i have a ati 9200SE card an i need to know or have to install that card to my fedora core 7. because if it is not installed then if i use beryl then my cpu can burn out.
so please help me
 
Old 10-01-2007, 12:00 AM   #2
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
Quote:
if i use beryl then my cpu can burn out
Your CPU won't burn out - beryl will just be unusably slow. But that's what you mean, right?
Quote:
i have a ati 9200SE card an i need to know or have to install that card
Well first you have to physically insert and secure the card to an AGP or PCI-Express slot on your motherboard. You've done this right? What happened?

Many people find it helps to edit /etc/X11/xorg.conf so the driver in the graphic card section reads "radeon" or "vesa" first. This makes sure that you can see something when you boot with the new card.

To use the 3D acceleration, get online and:

yum install kmod-fglrx
init 3
ati-fglrx-config-display enable
init 5


Reference:
http://www.fedorafaq.org/#radeon (yes, I know it is for FC6, but it is the same stuff.)
http://www.mjmwired.net (also read to understand f7 better)

To get beryl working with this card is more problematical.

[edit: just checking - it seems you may have some HW 3D acceleration with the Free "radeon" driver... try and see. (man radeon)]

Last edited by Simon Bridge; 10-01-2007 at 12:06 AM.
 
Old 10-01-2007, 02:39 PM   #3
gundumfx
Member
 
Registered: Jul 2007
Location: Linux( Fedora core 7 Admin)
Distribution: fedora core 7
Posts: 148

Original Poster
Rep: Reputation: 15
Exclamation

Quote:
Originally Posted by Simon Bridge View Post
Your CPU won't burn out - beryl will just be unusably slow. But that's what you mean, right?
Well first you have to physically insert and secure the card to an AGP or PCI-Express slot on your motherboard. You've done this right? What happened?

Many people find it helps to edit /etc/X11/xorg.conf so the driver in the graphic card section reads "radeon" or "vesa" first. This makes sure that you can see something when you boot with the new card.

To use the 3D acceleration, get online and:

yum install kmod-fglrx
init 3
ati-fglrx-config-display enable
init 5


Reference:
http://www.fedorafaq.org/#radeon (yes, I know it is for FC6, but it is the same stuff.)
http://www.mjmwired.net (also read to understand f7 better)

To get beryl working with this card is more problematical.

[edit: just checking - it seems you may have some HW 3D acceleration with the Free "radeon" driver... try and see. (man radeon)]
well thanks for all the info but thing is i have everything set an gfx card been inserted in my motherboard but i do not have the cd that came with my gfx card an that way you can install it to the computer so what i need is a way i can istall my gfx card instead of the cd because i lost it. soo i need help there
 
Old 10-03-2007, 03:33 AM   #4
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
You don't need the CD - that's for windows users.
I gave you instructions to install the card in my last post - did you try them?
 
Old 10-04-2007, 06:05 AM   #5
gundumfx
Member
 
Registered: Jul 2007
Location: Linux( Fedora core 7 Admin)
Distribution: fedora core 7
Posts: 148

Original Poster
Rep: Reputation: 15
Exclamation

Quote:
Originally Posted by Simon Bridge View Post
You don't need the CD - that's for windows users.
I gave you instructions to install the card in my last post - did you try them?
ok so i will just have to follow what you wrote in your last post for my gfx card to be installed?? in my fc7
 
Old 10-04-2007, 05:13 PM   #6
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
Quote:
ok so i will just have to follow what you wrote in your last post
yes
Quote:
for my gfx card
yep
Quote:
to be installed??
yup
Quote:
in my fc7
yes already... go for it.

Without the card: su -c gedit /etc/X11/xorg.conf
... change whatever driver is in there to "radeon",
... enable DRI,

... by example: when you look through xorg.conf make sure:

Section "Module" includes Load "dri" and Load "glx"

... one of your Section "Device" entries is for your graphics card, make sure it says Driver "radeon". (There are special switches to the radeon driver that can be included as options later. Read the man page for details.)

... and right at the bottom you have:
Code:
Section "DRI"
        Mode    0666
EndSection
... save and shut down.

Plug the card in - make sure it is properly seated, make sure BIOS accepts your AGP or PCI-express card before the onboard (normally default) - switch on.

You are now using the new graphics card - well done.

... from the "radeon" man page:
Quote:
radeon is an Xorg driver for ATI RADEON based video cards. It contains full support for 8, 15, 16 and 24 bit pixel depths, dual-head setup, flat panel, hardware 2D acceleration, hardware 3D acceleration (experimental on R300 and R400 series cards), hardware cursor, XV extension, and the Xinerama extension.
[snip]
The radeon driver supports PCI and AGP video cards based on the following ATI chips
[snip]
RV280 Radeon 9200PRO/9200/9200SE, M9+
[snip]
This all is saying that 3D acceleration for your RV280 chipset is provided out-of-the-box by the Linux kernel, enjoy.
 
  


Reply

Tags
ati, install


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 5, S-Video ATI Radeon 9200SE PCI. b1s8e3 Linux - Hardware 4 05-09-2007 05:33 PM
ATI 9200SE Driver on Fedora Cor 6 WooDz Fedora 8 03-25-2007 02:28 PM
How do I install ATI drivers on Fedora Core 6 Ugly_Gaut_Cow Linux - Newbie 33 01-11-2007 08:08 PM
how can i install ati in fedora core 3? habernir Linux - Hardware 1 05-16-2006 06:10 AM
Using the ATI 9200SE spaceman27 Linux - Newbie 1 10-17-2004 02:30 PM


All times are GMT -5. The time now is 05:32 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration