LinuxQuestions.org
Help answer threads with 0 replies.
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 05-22-2006, 06:48 AM   #1
Markcore
LQ Newbie
 
Registered: May 2006
Location: Vancouver, bc
Distribution: Slackware 11.0
Posts: 9

Rep: Reputation: 0
working: slack10.1, radeon 9200SE, 2.6.16.17, DRI


Hi,

I had a lot of trouble getting this working but finally did so i figured i'd share. This is on a default slackware 10.1 install. I compiled the latest kernel 2.6.16.17 with *MODULES* agpgart, sis-agp, and ati-radeon card support. I only get 649fps but it's better than 320 without the dri.

** rc.modules ** (I found that if you load the radeon drivers here even if it's after these two other modules, dri won't be enabled. So just load these here.)

/sbin/modprobe agpgart
/sbin/modprobe sis-agp

** xorg.conf ** (some of these font paths have to be removed but that's not important for this)

# /.../
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "v4l"
Load "dri"
Load "glx"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
EndSection

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "ImExPS/2 Generic Explorer Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
DisplaySize 450 280
HorizSync 65.3
Identifier "Monitor[0]"
ModelName "GATEWAY FPD2185W"
Option "DPMS"
VendorName "GWY"
VertRefresh 60.0
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
Modeline "1680x1050" 184.27 1680 1792 1976 2272 1050 1051 1054 1096
Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
Modeline "1280x1024" 136.57 1280 1368 1504 1728 1024 1025 1028 1068
Modeline "1280x1024" 134.72 1280 1368 1504 1728 1024 1025 1028 1068
Modeline "1280x1024" 132.75 1280 1368 1504 1728 1024 1025 1028 1067
Modeline "1152x864" 103.59 1152 1224 1352 1552 864 865 868 902
Modeline "1152x864" 102.08 1152 1224 1352 1552 864 865 868 901
Modeline "1152x864" 99.64 1152 1224 1344 1536 864 865 868 901
Modeline "1024x768" 80.71 1024 1080 1192 1360 768 769 772 802
Modeline "1024x768" 79.52 1024 1080 1192 1360 768 769 772 801
Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801
Modeline "800x600" 48.18 800 840 920 1040 600 601 604 626
Modeline "800x600" 47.53 800 840 920 1040 600 601 604 626
Modeline "800x600" 46.87 800 840 920 1040 600 601 604 626
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "RV280 5964"
BusID "1:0:0"
Driver "radeon"
Identifier "Device[0]"
VendorName "ATI"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
# Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection


** lsmod **
Module Size Used by
radeon 111264 2
snd_pcm_oss 52000 0
snd_mixer_oss 19328 1 snd_pcm_oss
sis_agp 9092 1
sis5513 16520 0 [permanent]
drm 73876 3 radeon
agpgart 35632 2 sis_agp,drm
 
Old 05-22-2006, 07:12 AM   #2
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
Did you install the ATI driver and then run aticonf (or is it aticonfig)? It will generate an xorg.conf file for you. Then the only thing you need to do is uncomment the DRI part.
 
Old 05-22-2006, 11:39 PM   #3
Markcore
LQ Newbie
 
Registered: May 2006
Location: Vancouver, bc
Distribution: Slackware 11.0
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tangle
Did you install the ATI driver and then run aticonf (or is it aticonfig)? It will generate an xorg.conf file for you. Then the only thing you need to do is uncomment the DRI part.
I said it's working fine for me. I wasn't asking for help, if that's what you're trying to give. Also, i'm not using the ati drivers i'm using the standard radeon drivers (i believe they are the open source ones). Also, i turned on page flip so i get 900fps now.

On suse i got around 1200fps with the ati proprietary drivers but to be honest, i don't feel like messing with it anymore.
 
Old 05-23-2006, 07:19 AM   #4
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
I am getting around 3400 to 3500 fps with my laptop that has a x600 chipset. Then you said "I only get 649fps but it's better than 320 without the dri. ", so I though maybe you where having a problem. Sorry
 
Old 05-23-2006, 02:25 PM   #5
Markcore
LQ Newbie
 
Registered: May 2006
Location: Vancouver, bc
Distribution: Slackware 11.0
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tangle
I am getting around 3400 to 3500 fps with my laptop that has a x600 chipset. Then you said "I only get 649fps but it's better than 320 without the dri. ", so I though maybe you where having a problem. Sorry
oh. Wow. I'm getting 900 now that i turned on EnablePageFlip. I almost don't feel like chancing the install of the radeon drivers because they wipe out local libraries and if it doesn't work (i haven't had much luck in the past), I don't want to have to reinstall to get them all back(libraries). But thanks anyhow.
 
  


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
Radeon 9200se and DRI under Xorg 6.8.0 ssj4conejo Linux - Hardware 13 10-26-2004 06:32 PM
3D acc not working - Radeon 9200SE manuelkuhs Linux - Hardware 0 06-17-2004 09:19 AM
Radeon 9200SE not working Canadian_2k2 Linux - Hardware 1 02-26-2004 09:02 PM
ATI Radeon 9200SE RH Linux 9 DRI not initializing stealthaxe Linux - Hardware 1 01-06-2004 06:02 PM
ATI RADEON 9200SE on SUSE 8.2 - how to get it working? Bogdan Linux - Hardware 0 10-02-2003 07:44 AM

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

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