RE: new card, still can't get X11 working

2004-09-08 Thread Dustin
I'm pretty sure DRM/DRI is disabled by default.

I haven't manually edited the xorg.conf file, instead I run
'xorgconfig'.

Update:  I was able to find an ATI Rage Pro 8MB AGP card.  I installed
it in the system, ran xorgconfig, then ran startx, and guess what.  I
got into, and out of X w/ out crashing.. Once.  So I tried it again,
this time the system crashed.  - Very strange.

The problems seem to be intermittent.  Sometimes I can get in, but when
I try to get out, it hangs.

Attached are the files.

BTW, when I come back up after a crash, is there something special I
should do?

Thanks much,

Dustin

http://marsik.org/bsd/xorg.conf
http://marsik.org/bsd/Xorg.0.log 

-Original Message-
From: jason [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 08, 2004 8:30 PM
To: Dustin
Cc: [EMAIL PROTECTED]
Subject: Re: new card, still can't get X11 working

Dustin wrote:

>Hmm, I can't find DRM anywhere in the xorg.conf file??
>
>Any more tips?
>
>  
>
I have a 8500 with xorg.  I can't use drm, also called dri, right now.
If you can use it make sure you have this turned on.

Section "DRI"
Mode 0666
EndSection

This is what he meant by drm:

# This loads the GLX module
Load   "glx"
# This loads the DRI module
#Load   "dri"

This is how I am running now.  DRI carshes my system.  Hopefully its not
in the drivers, am am troubleshooting it now.  DRI if off in the default
conf, I think?

Also try some of this:

Section "Device"
Identifier  "8500LE"
Driver  "radeon"
#VideoRam65536
# Insert Clocks lines here if appropriate


BusID "PCI:2:0:0"
Option "BusType" "AGP"
Option "AGPMode" "4"
Option "AGPFastWrite" "True"
Option "AGPSize" "128"
Option "EnableDepthMoves" "True"
Option "EnablePageFlip" "On"
Option "backingstore" "On"
Option "dpms"
Screen 0


EndSection

You should post you Xorg.conf on a web site for us to check if you can't
get it working, or email it to us.  I would say not to freebsd because
it makes some people annoyed whole are subscribed and I guese on dailup.




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: new card, still can't get X11 working

2004-09-08 Thread jason
Dustin wrote:
Hmm, I can't find DRM anywhere in the xorg.conf file??
Any more tips?
 

I have a 8500 with xorg.  I can't use drm, also called dri, right now.
If you can use it make sure you have this turned on.
Section "DRI"
Mode 0666
EndSection
This is what he meant by drm:
# This loads the GLX module
   Load   "glx"
# This loads the DRI module
#Load   "dri"
This is how I am running now.  DRI carshes my system.  Hopefully its not
in the drivers, am am troubleshooting it now.  DRI if off in the default
conf, I think?
Also try some of this:
Section "Device"
   Identifier  "8500LE"
   Driver  "radeon"
   #VideoRam65536
   # Insert Clocks lines here if appropriate
   BusID "PCI:2:0:0"
   Option "BusType" "AGP"
   Option "AGPMode" "4"
   Option "AGPFastWrite" "True"
   Option "AGPSize" "128"
   Option "EnableDepthMoves" "True"
   Option "EnablePageFlip" "On"
   Option "backingstore" "On"
   Option "dpms"
   Screen 0
EndSection
You should post you Xorg.conf on a web site for us to check if you can't
get it working, or email it to us.  I would say not to freebsd because
it makes some people annoyed whole are subscribed and I guese on dailup.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: new card, still can't get X11 working

2004-09-08 Thread Lucas Holt
What does your xorg config look like for the video card?
Also, the 9200 radeon is on the border of supported and non supported 
cards.  Almost every card with a higher number is not supported for 3d 
acceleration.  I had a radeon 9000 card that worked perfect on 5.2.1 
freebsd, but my new AIW 9600 XT only supports 2d acceleration and only 
in Xorg.. plus i had to manually get the card's id for that to work.   
The problem lies in the fact that ati now has binary drivers for linux. 
  Most open source video card driver users run linux and so they don't 
"need" to write a driver when ati provides them with one.  Of course 
ati could always write a freebsd driver, but i won't hold my breath.


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: new card, still can't get X11 working

2004-09-07 Thread Dustin
Hmm, I can't find DRM anywhere in the xorg.conf file??

Any more tips?

-Original Message-
From: Hauan, David [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 07, 2004 5:32 PM
To: [EMAIL PROTECTED]
Cc: Dustin
Subject: RE: new card, still can't get X11 working



> -Original Message-
> From: Dustin [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 07, 2004 3:21 PM
> To: [EMAIL PROTECTED]
> Subject: new card, still can't get X11 working
> 
> 
> I originally sent this to the XFree86 list, but thought I may 
> get some useful insight if I sent it here.  
> 
>
>
>   I had a SIS 6326, and had problems getting X11 up and 
> running, so went
>   to the store, and picked up an ATI Radeon 9200SE.
>   
>   Then I rebuilt the system, here's the info:
>   
>   ids# uname -a
>   
>   FreeBSD ids.marsik.org 5.2.1-RELEASE FreeBSD 
> 5.2.1-RELEASE #0: Mon Feb
>   23 20:45:55 GMT 2004
>   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
>   
>   Immediately after install, I updated the ports tree 
> using cvsup, then
>   updated the ports by running:
>   
>   Portsdb -uU
>   Pkgdb -u
>   Portversion -v
>   Portupgrade -varRp -x openoffice
>   Portsclean -CDD
>   
>   I then installed xorg from ports and configured xorg 
> using both methods
>   specified by the handbook, which were:
>   
>   The 'Xorg -configure' method &
>   The xorgconfig method
>   
>   When I run 'startx', the system hangs.
>   
>   
>   Is there a magical video card I can buy to alleviate 
> these issues?  I
>   need to get past this point and get to what I'm really 
> trying to do.
>   
>   Any help is much appreciated.
>   
>   Dustin
>   Ps, the xorg log is attached
>   
Disable DRM? in your XF86Config (or whatever it may be for Xorg).
I had this problem as well and that cleared it up.

Hope that helps

dave
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: new card, still can't get X11 working

2004-09-07 Thread Hauan, David


> -Original Message-
> From: Dustin [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 07, 2004 3:21 PM
> To: [EMAIL PROTECTED]
> Subject: new card, still can't get X11 working
> 
> 
> I originally sent this to the XFree86 list, but thought I may 
> get some useful insight if I sent it here.  
> 
>
>
>   I had a SIS 6326, and had problems getting X11 up and 
> running, so went
>   to the store, and picked up an ATI Radeon 9200SE.
>   
>   Then I rebuilt the system, here's the info:
>   
>   ids# uname -a
>   
>   FreeBSD ids.marsik.org 5.2.1-RELEASE FreeBSD 
> 5.2.1-RELEASE #0: Mon Feb
>   23 20:45:55 GMT 2004
>   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
>   
>   Immediately after install, I updated the ports tree 
> using cvsup, then
>   updated the ports by running:
>   
>   Portsdb -uU
>   Pkgdb -u
>   Portversion -v
>   Portupgrade -varRp -x openoffice
>   Portsclean -CDD
>   
>   I then installed xorg from ports and configured xorg 
> using both methods
>   specified by the handbook, which were:
>   
>   The 'Xorg -configure' method &
>   The xorgconfig method
>   
>   When I run 'startx', the system hangs.
>   
>   
>   Is there a magical video card I can buy to alleviate 
> these issues?  I
>   need to get past this point and get to what I'm really 
> trying to do.
>   
>   Any help is much appreciated.
>   
>   Dustin
>   Ps, the xorg log is attached
>   
Disable DRM? in your XF86Config (or whatever it may be for Xorg).
I had this problem as well and that cleared it up.

Hope that helps

dave
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"