LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-03-2004, 11:21 AM   #1
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Rep: Reputation: 15
Ati Radeon 9200SE problem configuration


hey i got this messages when i try to configure my video card:

########################################### [100%]
########################################### [100%]
*** Trying to install a precompiled kernel module.
*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
*** Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
skipping patch for 'drm_os_linux.h', not needed
assuming new VMA API since we do have kernel 2.6.x...
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.8.1-10mdk/build SUBDIRS=/lib/modules/fglrx/build_mod/2.
6.x modules
make[1]: Entering directory `/usr/src/linux-2.6.8.1-10mdk'
CC [M] /lib/modules/fglrx/build_mod/2.6.x/agp3.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/nvidia-agp.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/agpgart_be.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/i7505-agp.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2519: warning: initialization
from incompatible pointer type
LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.o
Building modules, stage 2.
MODPOST
CC /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o
LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko
make[1]: Leaving directory `/usr/src/linux-2.6.8.1-10mdk'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
FATAL: Error inserting fglrx (/lib/modules/2.6.8.1-10mdk/kernel/drivers/char/drm /fglrx.ko): Operation not permitted
failed.
*** Warning ***
The QT based control panel application did not load in any version.
===
ATI display drivers successfully installed
please run 'fglrxconfig' now



Help me plz
 
Old 10-03-2004, 11:28 AM   #2
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
just use the drivers that come with xfree/xorg, and use the drm from the kernel ... IMHO they work better (i have the same card as you and was never able to get 3d acceleration with ATI's drivers, but the xfree/xorg drivers work fine)

xorgconfig (if you use xorg ... i forget the xfree version ... i think it was xfree86config or XF86config)

if you want to use ATI's driver, then follow the instructions

Quote:
########################################### [100%]
########################################### [100%]
*** Trying to install a precompiled kernel module.
*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)
hope you get the card working (and if you get more then 700 fps in glxgears with that card, please say how)

Last edited by SciYro; 10-03-2004 at 11:30 AM.
 
Old 10-03-2004, 11:31 AM   #3
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Original Poster
Rep: Reputation: 15
but what im suppose to do its my second day on linux lol
 
Old 10-03-2004, 11:34 AM   #4
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Original Poster
Rep: Reputation: 15
[root@c207 build_mod]# './make.sh'
bash: ./make.sh: Permission denied<


i got that when i try to to this... lol
 
Old 10-03-2004, 11:37 AM   #5
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
oh, well i thought that if you got as far as you did you would know enough .... hmm, owell .... before i confuse myself further

go into a terminal (command line ..... ) and type the following

Code:
su
<<enter your root password>>
XF86config
<<then follow the instructions>>
when it asks what card driver to use, say "6" (or look on the list, i believe 6 is the ati radeon driver)

i do hope you know enough to get around in the command line ......
 
Old 10-03-2004, 11:38 AM   #6
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Original Poster
Rep: Reputation: 15
lol look that

[root@c207 roussin]# XF86config
bash: XF86config: command not found


??? hmmm something wrong
 
Old 10-03-2004, 11:38 AM   #7
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
YAY!, looks like you know some of the command line

ok, it said "permission denied" because you have to be root (the administrator, he can do anything, so don't use this user if you don't have to ... just in case)

use the "su" command to switch users and become root, then do the "./make.sh" thing
 
Old 10-03-2004, 11:40 AM   #8
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
oops... the command was

"xf86config"
 
Old 10-03-2004, 11:43 AM   #9
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Original Poster
Rep: Reputation: 15
hsync in kHz; monitor type with characteristic modes
1 31.5; Standard VGA, 640x480 @ 60 Hz
2 31.5 - 35.1; Super VGA, 800x600 @ 56 Hz
3 31.5, 35.5; 8514 Compatible, 1024x768 @ 87 Hz interlaced (no 800x600)
4 31.5, 35.15, 35.5; Super VGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56 Hz
5 31.5 - 37.9; Extended Super VGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz
6 31.5 - 48.5; Non-Interlaced SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz
7 31.5 - 57.0; High Frequency SVGA, 1024x768 @ 70 Hz
8 31.5 - 64.3; Monitor that can do 1280x1024 @ 60 Hz
9 31.5 - 79.0; Monitor that can do 1280x1024 @ 74 Hz
10 31.5 - 82.0; Monitor that can do 1280x1024 @ 76 Hz
11 Enter your own horizontal sync range




now i got that what im suppose to choose ?

i got a 17'' screen LG
 
Old 10-03-2004, 11:51 AM   #10
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
look it up in the Manuel for the monitor... for this tho, you could guess if you know the maximum resolution it supports

then next option is a bit tricker as theres no real way to guess that good (if its a LCD then choosing option 1 should be fine for the next)
 
Old 10-03-2004, 12:14 PM   #11
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Original Poster
Rep: Reputation: 15
Its not a LCD

but when i finished to install drivers i write


startx

and a fatal error says to m

fatal error
no screen founded
 
Old 10-03-2004, 12:22 PM   #12
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
hi,

maybe you can look in /var/log/xorg.0.log to find the error,
or type: cat /var/log/xorg.0.log | grep "(EE)"
and post the output here...

egag

Last edited by egag; 10-03-2004 at 12:25 PM.
 
Old 10-03-2004, 12:24 PM   #13
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Original Poster
Rep: Reputation: 15
[root@c207 roussin]# /var/log/xorg.0.log
cat: /var/log/xorg.0.log: No such file or directory

whats wrong ??
 
Old 10-03-2004, 12:28 PM   #14
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
sorry.... it's Xorg.0.log ( uc x )

egag
 
Old 10-03-2004, 12:29 PM   #15
Hyper1on
LQ Newbie
 
Registered: Oct 2004
Posts: 22

Original Poster
Rep: Reputation: 15
[root@c207 roussin]# /var/log/Xorg.0.log
bash: /var/log/Xorg.0.log: Permission denied



im in root...
 
  


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
problem with mplayer/mythtv and the xv extension on ati radeon 9200SE datphysh Linux - Software 1 07-18-2005 10:18 AM
ATI Radeon 9200SE + TV-Out. No Video Problem. startail Linux - Hardware 3 04-19-2005 07:49 AM
ati radeon 9200se bloodfulldesire Linux - Hardware 1 03-30-2005 02:18 PM
ATI Radeon 9200SE kerashi Linux - Hardware 0 03-09-2005 11:00 PM
ATI radeon 9200se configuration Mojojo Linux - Hardware 0 06-18-2004 10:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:09 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