Re: Missing /dev/agpgart

2007-06-21 Thread Alberto Rizzi
Norberto Meijome ha scritto:
> On Wed, 20 Jun 2007 22:34:08 +0200
> Roland Smith <[EMAIL PROTECTED]> wrote:
> 
>> This might be slow as well.
>>
>>> Section "Extensions"
>>> Option  "Composite" "Enable"
>>> EndSection  
> 
> yes, this will DEFINITELY kill your performance. even with 3D accel enabled 
> on my Radeon M24 X600 composite is quite slow (not as much as with 3d..but 
> still).
> 
>
Sorry for the noise. I solved the problem

XAA is enabled, so 2D acceleration is enabled.

My system isn't slow, but only Thunderbird and Acroread are slow. Other
programs like opera, pidgin, inkscape, abiword, gnumeric, . work
without problems at normal speed.

TB and Acroread are the programs (with gui) I use the most under
FreeBSD. TB is not so slow under XP

I will look for alternatives to Thunderbird and Acrobat Reader

The composite extension is enabled in xorg but unused in XFCE, so I will
disable it in my xorg.conf

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


Re: Missing /dev/agpgart

2007-06-21 Thread Norberto Meijome
On Wed, 20 Jun 2007 22:34:08 +0200
Roland Smith <[EMAIL PROTECTED]> wrote:

> This might be slow as well.
> 
> > Section "Extensions"
> > Option  "Composite" "Enable"
> > EndSection  

yes, this will DEFINITELY kill your performance. even with 3D accel enabled on 
my Radeon M24 X600 composite is quite slow (not as much as with 3d..but still).



_
{Beto|Norberto|Numard} Meijome

"He has Van Gogh's ear for music."
  Billy Wilder

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Missing /dev/agpgart

2007-06-20 Thread Roland Smith
On Wed, Jun 20, 2007 at 10:10:01PM +0200, Alberto Rizzi wrote:
> Roland Smith ha scritto:
> > On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote:
> >> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
> >> don't have neither 3D nor 2D.
> >> Am I right?
> > 
> > Reading radeon(4) it implies that agp is only used when DRI is
> > enabled. The AGP options and the BusType option are only used when DRI
> > is enabled. It doesn't look like you need AGP for the 2D support.
> > 
> > Roland
> My pc is P4 2.4GHz and Radeon 9600XT but Xorg 7.2 with Xfce4 (but also
> with wmii or other window manager) is very sloow
> 
> How can I check whether 2D acceleration is active or not?

grep Accel /var/log/Xorg.0.log

In my case this shows:
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
(II) RADEON(0): Acceleration enabled

> How can I improve performances?
> My xorg.conf is

You can remove GLcore, and dri, they're not supported on 9600XT yet.

>   Load  "GLcore"
>   Load  "xtrap"
>   Load  "dri"
>   Load  "freetype"
>   Load  "type1"
> EndSection
 
This might be slow as well.

> Section "Extensions"
>   Option  "Composite" "Enable"
> EndSection

According to radeon(4):

   Option "RenderAccel" "boolean"
  Enables  or  disables hardware Render acceleration.  This driver
  does not support component alpha (subpixel)  rendering.   It  is
  only  supported  on  Radeon  series  up  to  and  including 9200
  (9500/9700 and newer unsupported).  The  default  is  to  enable
  Render acceleration.

> Section "Device"

I think you can remove these five Options, because your hardware doesn't
support them.

>   Option  "AGPMode"   "8"
>   Option  "AGPFastWrite"  "on"
>   Option  "AccelMethod"   "XAA"
>   Option  "EnablePageFlip""1"
>   Option  "ColorTiling"   "1"
>   Identifier  "Card0"
>   Driver  "radeon"
>   VendorName  "ATI Technologies Inc"
>   BoardName   "RV350 AR [Radeon 9600]"
>   BusID   "PCI:1:0:0"

A couple of years ago, ATI released programming documentation for
radeons up to 9250 (rv280). So those are very well supported by
Xorg. Documentation for newer models was hard/impossible to obtain for a
long time. But recently an open source driver for the r500 chips called
xf86-video-avivo was announced, and AMD has committed itself to release
open source drivers for ATI cards was well.

So you could look for an older 9200 card, or wait for the new drivers.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpMKok612RIy.pgp
Description: PGP signature


Re: Missing /dev/agpgart

2007-06-20 Thread Alberto Rizzi
Roland Smith ha scritto:
> On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote:
>> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
>> don't have neither 3D nor 2D.
>> Am I right?
> 
> Reading radeon(4) it implies that agp is only used when DRI is
> enabled. The AGP options and the BusType option are only used when DRI
> is enabled. It doesn't look like you need AGP for the 2D support.
> 
> Roland
My pc is P4 2.4GHz and Radeon 9600XT but Xorg 7.2 with Xfce4 (but also
with wmii or other window manager) is very sloow

How can I check whether 2D acceleration is active or not?
How can I improve performances?
My xorg.conf is

Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/local/share/X11/rgb"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "extmod"
Load  "record"
Load  "dbe"
Load  "glx"
Load  "GLcore"
Load  "xtrap"
Load  "dri"
Load  "freetype"
Load  "type1"
EndSection

Section "Extensions"
Option  "Composite" "Enable"
EndSection  

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
#Option "XkbRules" "xorg"
#   Option  "XkbModel" "pc102"
Option  "XkbLayout" "it"
#   Option  "XkbOptions" "eurosign:e"   
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize  320   240 # mm
Identifier   "Monitor0"
VendorName   "VSC"
ModelName"E70f-5"
 ### Comment all HorizSync and VertRefresh values to use DDC:
#   HorizSync30.0 - 72.0
#   VertRefresh  50.0 - 160.0
Option  "DPMS"
EndSection

Section "Device"
Option  "AGPMode"   "8"
Option  "AGPFastWrite"  "on"
Option  "AccelMethod"   "XAA"
Option  "EnablePageFlip""1"
Option  "ColorTiling"   "1"
Identifier  "Card0"
Driver  "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "RV350 AR [Radeon 9600]"
BusID   "PCI:1:0:0"
#   Identifier  "Card0"
#   Driver  "ati"
#   VendorName  "ATI Technologies Inc"
#   BoardName   "RV350 AR [Radeon 9600]"
#   BusID   "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport0 0
Modes   "1152x864"
Depth   24
EndSubSection
EndSection


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


Re: Missing /dev/agpgart

2007-06-20 Thread Roland Smith
On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote:
> Roland Smith ha scritto:
> > On Wed, Jun 20, 2007 at 11:07:34PM +1000, Norberto Meijome wrote:
> >> On Wed, 20 Jun 2007 08:18:29 +0200
> >> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> >>
> >>> Norberto Meijome ha scritto:
>  On Tue, 19 Jun 2007 17:44:12 +0200
>  Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> 
> > I have a motherboard with a via PT880 and an agp video card Radeon 
> > 9600XT
> >
> > I'm using 6-STABLE with "device agp" in the kernel configuration file
> > but the system doesn't create /dev/agpgart device
>  Hi Alberto,
>  have you loaded radeon.ko ?
> 
> >>> Now radeon and drm are compiled in the kernel. But I have the same
> >>> problem also if radeon and drm are dynamic modules.
> >> loading the modules would have done the same as building into it, with
> >> no build time :)
> >>
> >> sorry, I don't know ... so you still dont get any information about
> >> the card in dmesg and pciconf still shows the card as none: ... ?
> > 
> > The latest chip that is supported by radeon & drm for 3D accelleration
> > is the 9250 aka RV 280. The 9600 is much newer. It is only supported in
> > 2D by Xorg's radeon driver. See radeon(4):
> > 
> >RV360   Radeon 9600XT (2d only)
> > 
> > Roland
> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
> don't have neither 3D nor 2D.
> Am I right?

Reading radeon(4) it implies that agp is only used when DRI is
enabled. The AGP options and the BusType option are only used when DRI
is enabled. It doesn't look like you need AGP for the 2D support.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpFEaZs7Q8kT.pgp
Description: PGP signature


Re: Missing /dev/agpgart

2007-06-20 Thread Alberto Rizzi
Roland Smith ha scritto:
> On Wed, Jun 20, 2007 at 11:07:34PM +1000, Norberto Meijome wrote:
>> On Wed, 20 Jun 2007 08:18:29 +0200
>> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
>>
>>> Norberto Meijome ha scritto:
 On Tue, 19 Jun 2007 17:44:12 +0200
 Alberto Rizzi <[EMAIL PROTECTED]> wrote:

> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
>
> I'm using 6-STABLE with "device agp" in the kernel configuration file
> but the system doesn't create /dev/agpgart device
 Hi Alberto,
 have you loaded radeon.ko ?

>>> Now radeon and drm are compiled in the kernel. But I have the same
>>> problem also if radeon and drm are dynamic modules.
>> loading the modules would have done the same as building into it, with
>> no build time :)
>>
>> sorry, I don't know ... so you still dont get any information about
>> the card in dmesg and pciconf still shows the card as none: ... ?
> 
> The latest chip that is supported by radeon & drm for 3D accelleration
> is the 9250 aka RV 280. The 9600 is much newer. It is only supported in
> 2D by Xorg's radeon driver. See radeon(4):
> 
>RV360   Radeon 9600XT (2d only)
> 
> Roland

Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
don't have neither 3D nor 2D.
Am I right?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Missing /dev/agpgart

2007-06-20 Thread Roland Smith
On Wed, Jun 20, 2007 at 11:07:34PM +1000, Norberto Meijome wrote:
> On Wed, 20 Jun 2007 08:18:29 +0200
> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> 
> > Norberto Meijome ha scritto:
> > > On Tue, 19 Jun 2007 17:44:12 +0200
> > > Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> > > 
> > >> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
> > >>
> > >> I'm using 6-STABLE with "device agp" in the kernel configuration file
> > >> but the system doesn't create /dev/agpgart device
> > > 
> > > Hi Alberto,
> > > have you loaded radeon.ko ?
> > > 
> > Now radeon and drm are compiled in the kernel. But I have the same
> > problem also if radeon and drm are dynamic modules.
> 
> loading the modules would have done the same as building into it, with
> no build time :)
> 
> sorry, I don't know ... so you still dont get any information about
> the card in dmesg and pciconf still shows the card as none: ... ?

The latest chip that is supported by radeon & drm for 3D accelleration
is the 9250 aka RV 280. The 9600 is much newer. It is only supported in
2D by Xorg's radeon driver. See radeon(4):

   RV360   Radeon 9600XT (2d only)

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpJslrh6ATZw.pgp
Description: PGP signature


Re: Missing /dev/agpgart

2007-06-20 Thread Norberto Meijome
On Wed, 20 Jun 2007 08:18:29 +0200
Alberto Rizzi <[EMAIL PROTECTED]> wrote:

> Norberto Meijome ha scritto:
> > On Tue, 19 Jun 2007 17:44:12 +0200
> > Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> > 
> >> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
> >>
> >> I'm using 6-STABLE with "device agp" in the kernel configuration file
> >> but the system doesn't create /dev/agpgart device
> > 
> > Hi Alberto,
> > have you loaded radeon.ko ?
> > 
> Now radeon and drm are compiled in the kernel. But I have the same
> problem also if radeon and drm are dynamic modules.

loading the modules would have done the same as building into it, with no build 
time :)

sorry, I don't know ... so you still dont get any information about the card in 
dmesg and pciconf still shows the card as none: ... ? 

_
{Beto|Norberto|Numard} Meijome

When you just want a system that works, you choose Linux;
When you want a system that just works, you choose Microsoft. 

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Missing /dev/agpgart

2007-06-19 Thread Alberto Rizzi
Norberto Meijome ha scritto:
> On Tue, 19 Jun 2007 17:44:12 +0200
> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> 
>> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
>>
>> I'm using 6-STABLE with "device agp" in the kernel configuration file
>> but the system doesn't create /dev/agpgart device
> 
> Hi Alberto,
> have you loaded radeon.ko ?
> 
Now radeon and drm are compiled in the kernel. But I have the same
problem also if radeon and drm are dynamic modules.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Missing /dev/agpgart

2007-06-19 Thread Norberto Meijome
On Tue, 19 Jun 2007 17:44:12 +0200
Alberto Rizzi <[EMAIL PROTECTED]> wrote:

> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
> 
> I'm using 6-STABLE with "device agp" in the kernel configuration file
> but the system doesn't create /dev/agpgart device

Hi Alberto,
have you loaded radeon.ko ?

_
{Beto|Norberto|Numard} Meijome

"Religion is what the common people see als true, the wise see as false, and 
the rulers see as useful."
  Seneca

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Missing /dev/agpgart

2007-06-19 Thread Alberto Rizzi
I have a motherboard with a via PT880 and an agp video card Radeon 9600XT

I'm using 6-STABLE with "device agp" in the kernel configuration file
but the system doesn't create /dev/agpgart device

#dmesg | grep agp
returns nothing

#kldstat -v | grep agp
385 pci/agp_ali
386 pci/agp_amd
387 pci/agp_amd64
388 pci/agp_ati
389 pci/agp_i810
390 pci/agp_intel
391 pci/agp_nvidia
392 pci/agp_sis
393 pci/agp_via

#pciconv -lv
is at the end of the email

When I start the X server (both 6.9 and 7.2), radeon and drm modules get
loaded but there are errors in Xorg logs about missing /dev/agpgart

While Xorg is starting, I see these messages in /var/log/messages

May 26 15:02:24 hansolo kernel: error: [drm:pid877:radeon_cp_init]
*ERROR* radeon_cp_init called without lock held
May 26 15:02:24 hansolo kernel: error: [drm:pid877:drm_unlock] *ERROR*
Process 877 using kernel context 0

Xorg works without other problems, but without agp I can't use drm and
2D acceleration, but I have /dev/dri/card0


How can I solve the problem?


[EMAIL PROTECTED]:0:0:  class=0x06 card=0x02581849 chip=0x02581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:1:  class=0x06 card=0x12581849 chip=0x12581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:2:  class=0x06 card=0x22581849 chip=0x22581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:3:  class=0x06 card=0x32581849 chip=0x32581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU-to-PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:4:  class=0x06 card=0x42581849 chip=0x42581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:7:  class=0x06 card=0x72581849 chip=0x72581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0:  class=0x060400 card=0x0070 chip=0xb1981106 rev=0x00
hdr=0x01
vendor   = 'VIA Technologies Inc'
device   = 'ProSavageDDR P4X600 CPU to AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:12:0: class=0x02 card=0x813911f6 chip=0x813910ec rev=0x10
hdr=0x00
vendor   = 'Realtek Semiconductor'
device   = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
class= network
subclass = ethernet
[EMAIL PROTECTED]:15:0: class=0x01018f card=0x31491849 chip=0x31491106
rev=0x80 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8237  VT6410 SATA RAID Controller'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:15:1: class=0x01018a card=0x05711849 chip=0x05711106
rev=0x06 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82 EIDE Controller (All VIA Chipsets)'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:16:0: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:1: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:2: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:3: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:4: class=0x0c0320 card=0x31041849 chip=0x31041106 rev=0x86
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT6202 USB 2.0 Enhanced Host Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:17:0: class=0x060100 card=0x32271849 chip=0x32271106 rev=0x00
hdr

Re: xorg and missing /dev/agpgart

2005-06-05 Thread Alex Zbyslaw

eodyna wrote:


I have also installed xorg 6.8.2. When i try to run X.
i get the error message : Unable to open /dev/agpgart
(No such file or directory).

i looked in /dev and sure enough it isn't there. I
checked my kernel to see if device agp was there and
it was.

im not sure how im meant to get /dev/agpgart to appear
in /dev.  if anyone can help me out here, that would
be great.
 


options AGP_AMD64_GART  # Included GART code for AMD64 machines.

It's in one of the NOTES files.  Don't build a kernel without reading them.

(Actually, I do "cat ../../conf/NOTES NOTES > LINT.mine" to get a more 
old-style LINT file in one place, if in a somewhat different order from 
4.X).


--Alex

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


xorg and missing /dev/agpgart

2005-06-05 Thread eodyna
hi there,

I have just reinstalled freebsd 5.3 onto my dell
optiplex. I know this worked on a previous install of
freebsd5.3 ... but now im lost...

I have also installed xorg 6.8.2. When i try to run X.
i get the error message : Unable to open /dev/agpgart
(No such file or directory).

i looked in /dev and sure enough it isn't there. I
checked my kernel to see if device agp was there and
it was.

im not sure how im meant to get /dev/agpgart to appear
in /dev.  if anyone can help me out here, that would
be great.

thanks in advance..

Send instant messages to your online friends http://au.messenger.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"