Re: DRI + Radeon 8500 resolved!!

2002-11-10 Thread Jerry McBride
On Mon, 11 Nov 2002 03:04:30 + Bob Raymond <[EMAIL PROTECTED]> wrote:

> Here's how I"m doing it:
> 


That's as vanilla as you can get. I'm doing the same thing here. When I get a
chance to compile this new cvs source, maybe my problems will go away.

Thank you, anyway. I appreciate your help very much.



-- 

**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=en&safe=off&group=linux
 Join me in chat at #linux-users on irc.freenode.net
 10:27pm  up 6 days,  2:54,  3 users,  load average: 0.02, 0.07, 0.14
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: DRI + Radeon 8500 resolved!!

2002-11-10 Thread Bob Raymond
Jerry McBride wrote:

Wow... yours and my XF86Config look almost identical...

The problem I'm having with my 8500 is when I run glxgears, the display gets
corrupted. It's so bad that even the consoles are unusable and I end up
rebooting the box by typing blindly into a console...

It appears I'm missing something. Have you tweaked the xc/config/cf/hosts.def
file any? If you've made any tweaks to the X sources, please share those also...
:')

Thank you, in advance.



Here's how I"m doing it:

make World BOOTSTRAPCFLAGS="-march=athlon-tbird -O4 -pipe"

then I ran 'X -configure'

And I copied my monitor refresh stuff from a previous xf86config run.

Another thing you might want to check- kernel modules and their versions.

I didn't tweak the X sources at all.


			Bob Raymond

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: DRI + Radeon 8500 resolved!!

2002-11-10 Thread Jerry McBride

Wow... yours and my XF86Config look almost identical...

The problem I'm having with my 8500 is when I run glxgears, the display gets
corrupted. It's so bad that even the consoles are unusable and I end up
rebooting the box by typing blindly into a console...

It appears I'm missing something. Have you tweaked the xc/config/cf/hosts.def
file any? If you've made any tweaks to the X sources, please share those also...
:')

Thank you, in advance.

-- 

**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=en&safe=off&group=linux
 Join me in chat at #linux-users on irc.freenode.net
 4:53pm  up 5 days, 21:20,  3 users,  load average: 0.00, 0.00, 0.00
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: DRI + Radeon 8500 resolved!!

2002-11-10 Thread Bob Raymond

Jerry McBride wrote:

On Sun, 10 Nov 2002 18:26:16 + Bob Raymond <[EMAIL PROTECTED]> wrote:



Hi all,

I posted a little while ago about Radeon 8500 DRI.  This morning I 
updated my CVS Xfree, installed, and yippee!! 1500 FPS on glxgears! 
Tuxracer works, and I'm about to try a few installations of my Windows 
games.



Thanks for the heads-up about the update in the xfree cvs server. I'm grabbing a
copy now. Can you do me a favor and post or email me your XF86Config file?

Thank you, in advance.




here it is, configured with 1600x1200 resolution, Dell D1025TM monitor, 
and Logitech Internet Navigator keyboard, so adjust accordingly.
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
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/"
EndSection

Section "Module"
Load  "extmod"
Load  "dri"
Load  "dbe"
Load  "xtrap"
Load  "xie"
Load  "pex5"
Load  "glx"
Load  "record"
Load  "speedo"
Load  "type1"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "XkbRules" "xfree86"
Option  "XkbModel" "logiinetnav"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "ImPS/2"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5"
Option  "Buttons" "6"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
HorizSync31.5-79.0
VertRefresh  50-90
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "Dac6Bit"   # []
#Option "Dac8Bit"   # []
#Option "ForcePCIMode"  # []
#Option "CPPIOMode" # []
#Option "CPusecTimeout" # 
Option "AGPMode""4" 
#Option "AGPSize"   # 
#Option "RingSize"  # 
#Option "BufferSize"# 
#Option "EnableDepthMoves"  # []
#Option "CrtScreen" # []
#Option "PanelSize" # []
#Option "UseFBDev"  # []
Identifier  "Card0"
Driver  "radeon"
VendorName  "ATI"
BoardName   "Radeon 8500 QL"
BusID   "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users



Re: DRI + Radeon 8500 resolved!!

2002-11-10 Thread Jerry McBride
On Sun, 10 Nov 2002 18:26:16 + Bob Raymond <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I posted a little while ago about Radeon 8500 DRI.  This morning I 
> updated my CVS Xfree, installed, and yippee!! 1500 FPS on glxgears! 
> Tuxracer works, and I'm about to try a few installations of my Windows 
> games.
> 

Thanks for the heads-up about the update in the xfree cvs server. I'm grabbing a
copy now. Can you do me a favor and post or email me your XF86Config file?

Thank you, in advance.


-- 

**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=en&safe=off&group=linux
 Join me in chat at #linux-users on irc.freenode.net
 4:17pm  up 5 days, 20:44,  3 users,  load average: 0.00, 0.00, 0.00
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users