Results 1 to 10 of 12
Hi, could somebody in the know help me to set up my ati card?
It has been transferred to legacy since 09 and i wanted to set up the card ...
- 03-06-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
ATI x1650 pci radeonhd
Hi, could somebody in the know help me to set up my ati card?
It has been transferred to legacy since 09 and i wanted to set up the card on mepis as it is the most stable distro (hardly any bugs) i know.
the only problem i have is that unlike ubuntu and linux mint there is no fancy gui to help set up drivers, or instant activation on startup. so i am absolutely totally lost.
please someone help!!!
- 03-06-2010 #2
Hello and Welcome,
Post the output of these commands, please. We'll see what we can do for you. You may need to use sudo or login as root, depending on your setup.
Code:lspci | grep vga
Code:nano /etc/X11/xorg.conf
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-06-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
the lspci code returns nothing sadly

[QUOTE}
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
[/QUOTE]
glxgears output
glxgears
unknown chip id 0x71c1, can't guess.
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
- 03-06-2010 #4
Tbob. I might be able to help a little on this one since I am a AntiX user.
Mepis has a command you can run in terminal
It is called
Smxi - MEPIS Documentation Wiki
Just follow the Mepis wiki. Smxi is a powerful tool in Mepis for installing kernels,drivers,software packages in Mepis and AntiX. You will find your ATI drivers in there.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 03-06-2010 #5
In case you have a problem understanding the wiki.
Installation
To get this, open Konsole, become root and type or copy and paste:Code:cd /usr/local/bin && wget -Nc smxi.org/sgfxi && chmod +x sgfxi && sgfxi
sgfxi
Included with smxi is the graphics driver installer known as sgfxi. It can also be downloaded as a separate script. Like smxi, it must be run out of X desktop:
1. Ctrl-Alt-F1 will drop you out of X desktop to a command line prompt
2. Login as root
3. Type sgfxi
The sgfxi script automatically downloads and installs the kernel headers and every thing else it needs. This script downloads the binary graphic driver installers from either nvidia or ATI, prepares system, installs, then sets up xorg.conf, all in a fairly clean, reasonably intuitive way. Plus it updates itself so any new drivers released will be installed. Finally, sgfxi allows you to easily switch between proprietary non free drivers like ATI's fglrx and nVidia's nvidia driver and the free xorg drivers.
sgfxi can be run with numerous options. Enter sgfxi -h to see all the options and check the sgfxi Manual at the documentation links below.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 03-06-2010 #6
Thanks Roky, it's always nice to have someone that knows the best way to do it.
And I goofed on the command anyways. It shoulda coulda woulda been
I thought I corrected it the first time but obviously not.Code:lspci | grep -i vga
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-06-2010 #7Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
I did try that, but it just told me that fglrx was now legacy for my card..
Im just totally confused, ive been at it for 6 hours now trying different things and i just cant make it work.
im at a loss, time to sleep i think.
i will run the new and improved lspci code for you guys tomorrow..thanks for helping me out!!
Chris
- 03-06-2010 #8
Sleep is usually a good thing, we'll keep your problem warm and waiting for you when you wake,,it'll still be there.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-06-2010 #9Yes, ATI dropped support for their older cards from the fglrx driver. The open source radeon driver should support at least basic 3D acceleration for you card, and supports 2D acceleration quite well.I did try that, but it just told me that fglrx was now legacy for my card..
From the Debian Wiki
Open Source Driver: AtiHowTo - Debian WikiAs of fglrx-driver 1:9-4-1, support of chipsets prior to the r600 series has been dropped.1
- 03-06-2010 #10Just Joined!
- Join Date
- Mar 2010
- Posts
- 4


Reply With Quote

