LinuxQuestions.org
Review your favorite Linux distribution.
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 06-18-2004, 08:57 AM   #16
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15

agpgart 44100 0 (unused)

Last module on the list
 
Old 06-18-2004, 01:17 PM   #17
Mojojo
Member
 
Registered: May 2003
Location: Philadelphia/PA
Distribution: Arch
Posts: 452

Rep: Reputation: 35
I am also having the same problem, I installed exactly as kenji1903 in this post said the kernal source is there and when I (lsmod) agpart reads my other Graphics controller:

agpgart 31016 1 intel-agp

And when I (ls -l /usr/src) I get :

total 12
drwxr-xr-x 2 root root 4096 Jun 18 11:54 ATI/
lrwxrwxrwx 1 root root 16 Jun 17 16:46 linux -> linux-2.6.3-7mdk/
drwxr-xr-x 21 root root 4096 Jun 18 00:07 linux-2.6.3-7mdk/
drwxr-xr-x 7 root root 4096 Jun 17 16:42 RPM/

My (fglrxinfo) reads:
Loading required GL library /usr/lib/libGL.so.1
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4

I am assuming that my other Graphics Controller (intel 810) is causing me problems with the( ATI Radeon 9200se) how would I go about fixing this. Thanks for any help
 
Old 06-18-2004, 04:48 PM   #18
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Ok, can you both post the "# === ATI device section ===" of your XF86Config-4.
 
Old 06-18-2004, 07:07 PM   #19
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
I think I may have found the problem my XF86Config-4 file was in the /usr/X11R6 folder not /etc/X11 but here it is anyway

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
 
Old 06-18-2004, 07:11 PM   #20
Shr00mBoXx
Member
 
Registered: Dec 2003
Distribution: Slackware 9.1
Posts: 63

Original Poster
Rep: Reputation: 15
ok, well I finally got it working oh yea :-P

bash-2.05b$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200 DDR Generic
OpenGL version string: 1.3 (X4.3.0-3.9.0)

Thank you so much for your help man you really are a god
 
Old 06-18-2004, 07:20 PM   #21
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Glad I could help :-)
 
Old 06-18-2004, 10:20 PM   #22
Mojojo
Member
 
Registered: May 2003
Location: Philadelphia/PA
Distribution: Arch
Posts: 452

Rep: Reputation: 35
Here it is Aussie


# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000800"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "2"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:11:0" # vendor=1002, device=5964
Screen 0
EndSection
 
Old 06-20-2004, 05:23 PM   #23
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
I'd be running fglrxconfig again Mojojo, and I'd be turning off all the TV stuff (and any extras) until I got the card working, only then would I be trying the advanced options, and I'd be trying them one at a time in case one of them was buggy.
 
Old 07-06-2004, 01:08 AM   #24
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
I am back with some problems...

I bought another system, an athlon64 running on a K8V mobo and the same ATI 9200 with 128 MB graphics card (just different manufacturer)...

lsmod said that i already have the module installed but weird thing is i don't get any 3D acceleration... I reckon its my K8T800 chipset...

Here is the output of my dmesg:
Code:
agpgart: maximum main memory to use for agp memory: 861M
agpgart: Unsupported ia chipset (device id: 3188), you might want to try agp_try_unsupported=1
agpgart: no supported device found
[fglrx: firegl_unlock] *ERROR* Process 866 using kernel context 0
[fglrx: drm_ioremapfree] *ERROR* [mappings] Attempt to free NULL pointer
Any advice?
 
Old 07-18-2004, 11:54 AM   #25
lanmanners
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Rep: Reputation: 15
It looks like your your motherboard/AGP are not supported by the current kernel (2.4.x?).

You may need to get the 2.6 kernel (in slackware disk2) and then compile agpgart and intel_agp or via_agp (according to your board) as a module.

Also, I would suggest that you try this trick:

rename the agpgart and intel/via_agp modules to something else and then reboot. Once restarted, load the fglrx module (insmod /lib/modules/2.4.26/kernel/drivers/char/drm/fglrx.o) and check with dmesg for any errors. If you do not see any errors in dmesg, then you should be able to get X with 3D accel...
 
Old 07-09-2006, 01:30 PM   #26
bones78
LQ Newbie
 
Registered: Jul 2006
Location: Yorkshire, England
Distribution: Slackware 14.0
Posts: 2

Rep: Reputation: 0
Hardware acceleration.

My pc is running suse 10.1, I have loaded the ati drivers and followed this thread. But now when I type fglrxinfo I receive the errors as below. Any help in this would be much appreciated.

bones@linux-gxi8:~> fglrxinfo
[fglrx] API ERROR: could not register entrypoint for SelectTextureSGIS
[fglrx] API ERROR: could not register entrypoint for SelectTextureTransformSGIS
[fglrx] API ERROR: could not register entrypoint for ClientActiveVertexStreamATI[fglrx] API ERROR: could not register entrypoint for VertexBlendEnviATI
[fglrx] API ERROR: could not register entrypoint for VertexBlendEnvfATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2sATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2svATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2iATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2ivATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2fATI
[fglrx] API ERROR: could not register entrypoint for VertexStream2fvATI
[fglrx] API ERROR: could not regis.............etc
 
Old 07-19-2006, 05:02 AM   #27
lanmanners
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Rep: Reputation: 15
Cool Possible solution

Looks like someone else has the same problem and they even seem to have a solution:

Try this: http://fedoranews.org/cms/node/1014/print

Let us know if it worked.

-LM
 
  


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
fglrxinfo reposrts Mesa, but ATI installed(?) resaguk Slackware 7 03-28-2005 10:44 AM
ati fglrxinfo reports still using mesa3d FLOODS Fedora 6 02-03-2005 11:37 PM
ATI Radeon 9200 downtime Linux - Hardware 1 01-03-2005 09:33 PM
ATI Radeon 9200 SE phr0st Linux - Hardware 3 10-26-2004 03:09 PM
ATI Radeon 9200 SE TV-OUT without ATI Driver? carboncopy Slackware 6 07-11-2004 08:30 AM

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

All times are GMT -5. The time now is 08:20 AM.

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