Hey,
Im currently trying to setup my xorg.conf using the fglrx module...
I had some problems when I was trying to 'modprobe fglrx', but now its OK for this.
------------¦ HardWare ¦-------------
Im using the 2.6.17.13 kernel with an ATI Radeon X700 256Mb.
Im on a PIII Coppermine too.
CUSL2-C MotherBoard with Intel i815EP chipset.
-------------------------------------
Ill give some outputs :
LSMOD
Code:
Module Size Used by
fglrx 393260 8
snd_pcm_oss 34848 0
snd_mixer_oss 15744 1 snd_pcm_oss
ipv6 213984 12
intel_agp 19228 1
i2c_i801 7820 0
snd_ens1371 18944 0
snd_rawmidi 18848 1 snd_ens1371
snd_seq_device 6668 1 snd_rawmidi
snd_ac97_codec 86560 1 snd_ens1371
snd_ac97_bus 2048 1 snd_ac97_codec
snd_pcm 67848 3 snd_pcm_oss,snd_ens1371,snd_ac97_codec
snd_timer 19076 1 snd_pcm
snd 43492 8 snd_pcm_oss,snd_mixer_oss,snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer
soundcore 7264 1 snd
snd_page_alloc 7944 1 snd_pcm
ntfs 212116 2
ide_scsi 13572 0
8139too 21376 0
mii 4736 1 8139too
crc32 4096 1 8139too
agpgart 28208 2 fglrx,intel_agp
CAT XORG.CONF
Code:
# ----------
# Standard VGA Device:
# Device configured by xorgconfig:
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "bitmap"
Load "drm"
Load "extmod"
Load "freetype"
Load "record"
Load "type1"
Load "glx"
Load "dri"
Load "fglrx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ca_enhanced"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
VendorName "Envision"
ModelName "EN-S1785"
HorizSync 31.5 - 68.7
VertRefresh 60.0 - 85.0
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
BoardName "ATI Radeon X700 AGP 256Mb"
VendorName "ATI Technologies Inc."
Driver "fglrx"
Option "FSAAEnable" "on"
Option "FSAADisableGamma" "off"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Now my problem is that when I do "fglrxinfo", I get this :
Quote:
display: :0.0 screen: 0
OpenGL vendor string: Brian Paul
OpenGL renderer string: Mesa X11
OpenGL version string: 1.5 Mesa 6.4.2
|
But im suppose to get this :
Quote:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X700 Generic
OpenGL version string: ************
|
When I wa on FC4, when I was doing GLXGEARS, I was getting 3500 FPS and +
Now I only have 150 FPS.
*Note : Framebuffer isn't enabled in my kernel.
Help will be very appreciated since its my last (well I think) step in the ATI Proprietary Driver installation.
ThanXzX
Blue LLX