SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Welp. I have no direct rendering. I have installed the ati drivers
fglrx and have changed the driver in my xorg.conf. followed every howto
possible. searched way too many forums. And im still stuck without direct rendering. So therefor video is slow. choppy, sucks back my cpu to all oblivion. and worst of all.. I have hardware that isnt doing its job. Unless its job is only 133FPS.. I dont think so.
I dont know whats wrong. I have tried everything I can think of short of compleatly formatting my harddisk again and installing all over again. So here I am trying to avoid that. Someone please help!
Here is a few things I thought someone might need too offer help.
# This loads the font modules
Load "type1"
Load "freetype"
#Load "speedo"
# This loads the GLX module
Load "glx"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Welp. I have no direct rendering. I have installed the ati drivers
fglrx and have changed the driver in my xorg.conf. followed every howto
possible. searched way too many forums. And im still stuck without direct rendering.
Section "Device"
Identifier "VESA Framebuffer"
Driver "vesa"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
Your Device section still says vesa, so the fglrx module is not even used. Which How-To have you used? Normally, you download the drivers from the ATI site, use the downloaded file to create Slackware packages out of them and install the packages. Then you run the aticonfig utility, and it makes necessary changes to your xorg.conf.
Well one of the first problems I came accross is the file I downloaded from ATI was a .run file. So what I did was...
chmod +x therunfile.run (Forget the name of the file)
./configure theinstallfile.run (It said everything installed fine)
aticonfig --initial --input=/etc/X11/xorg.conf
After that I did:
modprobe fglrx
So I restarted my xserver by exiting my windowmanager(blackbox) and that brought me to a console so I did a startx. (I was told Ctrl+D is not a good way to restart x.)
THen it said that there were no screens found. Still at a loss...
Im acually trying it all again right now after writeing this. The problem is every howto I found told me too...
Another howto I read told me to just edit my xorg.conf and input in the driver name under device. That one gave me a example that I may have read wrong. Im checking it again. Im so lost. I have never been this lost before. Then again I have never needed 3d rendering before now.
If you can give me any more pointers (Hoping *No offense* that I dont need them and it works for me this time) that would be greatly appreciated.
Ok. So I tried again, and im still lost... I scripted everything that I did and I'll paste it here along with the two different xorg files. I applogize for the first xorg file that I posted in my origional thread. I grabed the wrong one by accident.
Typescript:
Quote:
root@ArseniosLap1:~# aticonfig --initial
Found fglrx primary device section
Nothing to do, terminating.
root@ArseniosLap1:~# exit
logout
arsenios@ArseniosLap1:~$ startx
xauth: creating new authority file /home/arsenios/.serverauth.4107
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Slackware 12.0 Slackware Linux Project
Current Operating System: Linux ArseniosLap1 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686
Build Date: 09 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 9 14:27:15 2008
(==) Using config file: "/etc/X11/xorg.conf"
(EE) No devices detected.
Fatal server error:
no screens found
giving up.
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error.
Couldnt get a file descriptor referring to the console
arsenios@ArseniosLap1:~$ exit
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
Load "freetype"
#Load "speedo"
# The Identifier line must be present
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
I hope that this helps. Im sure its somethign simple... Im still looking at the files... looking for the differences. Any enlightenment to my situation is greatly appriciated. Thank You.
I have the M6 LY graphics card in my laptop and from reading specs (I went through the same steps you did, a while ago) I discovered that my card doesn't do 3D and that 1024x768 is the max window size.
Could you post the results of lspci | grep 'VGA' so that we can find out the capabilities. It should also be noted that the Ati drive probably doesn't support your card, it certainly doesn't support mine.
For reference, when I run (as root) lspci | grep 'VGA' I receive the following:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
I did some searching on your videocard name, here's the two links that I think could be most helpful. http://www.thinkwiki.org/wiki/ATI_Mobility_Radeon_7000 http://ubuntuforums.org/showthread.php?t=246746
As far as I understand, your videocard is not supported by the proprietary fglrx driver, but is supported (with some necessary tweaking unfortunately) by the open-source ati or radeon drivers that come with the X server. Try following the advice in that links.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.