Enabling composite-out in a video card.

2011-05-03 Thread Chris Rees
OK, so in what can only be described as a ridiculous shot in the dark...

I've got my Macbook running as a server under my TV, and I was trying
to connect the video-out to the TV.

However... my mini-DVI-VGA plugged into the VGA-composite adaptor
isn't working (surprise surprise)

Is there a command can put in to force TV-out through VGA (through DVI?)?

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Enabling composite-out in a video card.

2011-05-03 Thread Mark

 From: Chris Rees utis...@gmail.com
 Subject: Enabling composite-out in a video card.
 To: freebsd-questions@freebsd.org
 Date: Tuesday, May 3, 2011, 2:06 PM
 OK, so in what can only be described
 as a ridiculous shot in the dark...
 
 I've got my Macbook running as a server under my TV, and I
 was trying
 to connect the video-out to the TV.
 
 However... my mini-DVI-VGA plugged into the VGA-composite
 adaptor
 isn't working (surprise surprise)
 
 Is there a command can put in to force TV-out through VGA
 (through DVI?)?
 
 Chris

read the man page for the Xorg driver, you may need to enable it in the 
xorg.conf. I guess you are running freeBSD??? 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Enabling composite-out in a video card.

2011-05-03 Thread Chris Rees
On 3 May 2011 20:21, Mark redt...@sbcglobal.net wrote:

 From: Chris Rees utis...@gmail.com
 Subject: Enabling composite-out in a video card.
 To: freebsd-questions@freebsd.org
 Date: Tuesday, May 3, 2011, 2:06 PM
 OK, so in what can only be described
 as a ridiculous shot in the dark...

 I've got my Macbook running as a server under my TV, and I
 was trying
 to connect the video-out to the TV.

 However... my mini-DVI-VGA plugged into the VGA-composite
 adaptor
 isn't working (surprise surprise)

 Is there a command can put in to force TV-out through VGA
 (through DVI?)?

 Chris

 read the man page for the Xorg driver, you may need to enable it in the 
 xorg.conf.

D'oh, thanks!

 I guess you are running freeBSD???

Oh dear, I must have looked really clueless. Yes I am!

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


MSI D512E video card, nVIDIA 8400GS, No Screens Detected during startx, FBDS 7.2

2010-08-15 Thread Mark Terribile

Hi,

Where do I find the hardware compatibility/driver lists for the version(s)
of X now in use on FreeBSD?  I have a card that's failing (dead fan; I
*WILL* try to replace) and purchased a nice, cheap MSI card with an
nVIDIA GEFORCE chipset.  It provides a character display but on startx
I get no screens detected.

The card is an MSI D512E; the chipset is GEFORCE 8400GS.

Any further info will be appreciated.

Mark Terribile


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Lost audio after new Video card installation

2010-03-02 Thread Andreas Rudisch
On Mon, 1 Mar 2010 19:42:19 -0500
Carmel carmel...@hotmail.com wrote:

 I installed a nVidia GeForce GT 220 card.
 Now, the video is fine; however, there is no audio.

 hdac0: NVidia (Unknown) High Definition Audio Controller mem 
 0xfcffc000-0xfcff irq 16 at device 0.1 on pci3

I ran into the same problem after installing a GT 240. The video cards
support audio via HDMI. During boot the audio chip of the video card is
found first (also snd_hda) and used as primary audio device.

After kldunload / kldload snd_hda everything would work properly.

As a workaround I do not load the snd_hda kernel module at boot, but
with a cronjob @reboot. This way the normal sound card is found first.

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgpxhcLJE9DdW.pgp
Description: PGP signature


Re: Lost audio after new Video card installation

2010-03-02 Thread Carmel
On Tue, 2 Mar 2010 09:05:03 +0100
Andreas Rudisch cyb.@gmx.net articulated:

 On Mon, 1 Mar 2010 19:42:19 -0500
 Carmel carmel...@hotmail.com wrote:
 
  I installed a nVidia GeForce GT 220 card.
  Now, the video is fine; however, there is no audio.
 
  hdac0: NVidia (Unknown) High Definition Audio Controller mem
  0xfcffc000-0xfcff irq 16 at device 0.1 on pci3
 
 I ran into the same problem after installing a GT 240. The video cards
 support audio via HDMI. During boot the audio chip of the video card
 is found first (also snd_hda) and used as primary audio device.
 
 After kldunload / kldload snd_hda everything would work properly.
 
 As a workaround I do not load the snd_hda kernel module at boot, but
 with a cronjob @reboot. This way the normal sound card is found first.

OK, now I am confused. This is the output of kldstat:

/boot $ sudo kldstat
Id Refs AddressSize Name
 1   17 0xc040 a5eb64   kernel
 21 0xc0e5f000 2f08 speaker.ko
 31 0xc0e62000 a0d6f8   nvidia.ko
 43 0xc187 29b98linux.ko
 51 0xc189a000 53cc sem.ko
 61 0xc18a 6a4f8acpi.ko
 71 0xc773f000 7000 linprocfs.ko

This is my 'loader.conf'

/boot $ cat loader.conf
speaker_load=YES  # AT speaker module
nvidia_load=YES   # Load nvidia driver
sem_load=YES  # Load the sem module for firefox-35

# Superpages
vm.pmap.pg_ps_enabled=1.

I have sound compiled into my kernel:

# Sound
device  sound
device  snd_hda # nVidia MCP51 sound support

When I attempt to unload the driver, I receive this message:

kldunload snd_hda
kldunload: can't find file snd_hda

Therefore, are you implying that I have to recompile my kernel without
the sound device and then load it manually when I boot up? That seems
like a bug in FreeBSD.

--
Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

The system will be down for 10 days for preventative maintenance.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Lost audio after new Video card installation

2010-03-02 Thread Andreas Rudisch
On Tue, 2 Mar 2010 05:51:00 -0500
Carmel carmel...@hotmail.com wrote:

 On Tue, 2 Mar 2010 09:05:03 +0100
 Andreas Rudisch cyb.@gmx.net articulated:
 
  On Mon, 1 Mar 2010 19:42:19 -0500
  Carmel carmel...@hotmail.com wrote:
  
   I installed a nVidia GeForce GT 220 card.
   Now, the video is fine; however, there is no audio.
  
   hdac0: NVidia (Unknown) High Definition Audio Controller mem
   0xfcffc000-0xfcff irq 16 at device 0.1 on pci3
  
  I ran into the same problem after installing a GT 240. The video cards
  support audio via HDMI. During boot the audio chip of the video card
  is found first (also snd_hda) and used as primary audio device.
  
  After kldunload / kldload snd_hda everything would work properly.
  
  As a workaround I do not load the snd_hda kernel module at boot, but
  with a cronjob @reboot. This way the normal sound card is found first.

 I have sound compiled into my kernel:
 
 # Sound
 devicesound
 devicesnd_hda # nVidia MCP51 sound support

In that case you will not be able to unload/load the kernel module.

Anyway, I looked again at the problem and the correct way is to simply
set hw.snd.default_unit to the number of the correct pcm device.

Since the graphic card uses pcm0 to pcm3, it should be pcm4. Take a
look at the output of:

%dmesg | grep hda

You should see something like:

pcm2: HDA NVidia (Unknown) PCM #0 Digital at cad 2 nid 1 on hdac0
pcm3: HDA NVidia (Unknown) PCM #0 Digital at cad 3 nid 1 on hdac0
hdac1: HDA Codec #0: Realtek ALC883
pcm4: HDA Realtek ALC883 PCM #0 Analog at cad 0 nid 1 on hdac1

So set hw.snd.default_unit=4 using sysctl or /etc/sysctl.conf.

man snd_hda
man sound
man sysctl.conf 

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgpSqol3beSnX.pgp
Description: PGP signature


Re: Lost audio after new Video card installation

2010-03-02 Thread Norbert Papke
On March 1, 2010, Carmel wrote:
 I was attempting to upgrade a Gateway GT5220 PC. The machine was
 running FreeBSD-7.2 successfully. The sound system was functioning
 correctly and gMplayer and Mplayer worked fine. The machine was using a
 nVidia GeForce 6150 LE on-board card. I installed a nVidia GeForce GT
 220 card. The old on-board card did not support DVI.
 
 Now, the video is fine; however, there is no audio. Mplayer and
 gMplayer both freeze when attempting to play or view anything.
 
 I have no idea how to debug this. Since I did not touch the audio, I
 cannot figure it out.
 
 I did have a script that ran upon boot-up:
 
 /sbin/sysctl hw.snd.pcm0.vchans=4
 /sbin/sysctl dev.pcm.0.play.vchans=4
 /sbin/sysctl dev.pcm.0.rec.vchans=4
 /sbin/sysctl hw.snd.maxautovchans=16
 mixer vol 100:100 pcm 100:100 speaker 100:100 line 100:100 mic 0:0 cd
  100:100  =rec mic
 
 Previously, it ran without incident. Now, it produces this output:
 
 sysctl: unknown oid 'hw.snd.pcm0.vchans'
 dev.pcm.0.play.vchans: 4 - 4
 sysctl: dev.pcm.0.rec.vchans: Operation not supported by device
 hw.snd.maxautovchans: 16 - 16
 mixer: unknown device: vol
 usage: mixer [-f device] [-s | -S] [dev [+|-][voll[:[+|-]volr]] ...
mixer [-f device] [-s | -S] recsrc ...
mixer [-f device] [-s | -S] {^|+|-|=}rec rdev ...
 
 This is from 'dmesg'
 
 dmesg -a|grep -i -A8 -B2 220
 pci3: ACPI PCI bus on pcib3
 vgapci0: VGA-compatible display port 0xbc00-0xbc7f mem
  0xfb00-0xfbff,0xd000-0xdfff,0xee00-0xefff irq 16
  at device 0.0 on pci3 nvidia0: GeForce GT 220 on vgapci0
 vgapci0: child nvidia0 requested pci_enable_busmaster
 vgapci0: child nvidia0 requested pci_enable_io
 vgapci0: child nvidia0 requested pci_enable_io
 nvidia0: [GIANT-LOCKED]
 nvidia0: [ITHREAD]
 hdac0: NVidia (Unknown) High Definition Audio Controller mem
  0xfcffc000-0xfcff irq 16 at device 0.1 on pci3 hdac0: HDA Driver
  Revision: 20090624_0136
 hdac0: [ITHREAD]
 
 I would really appreciate any assistance I could get. I really would
 like the audio to work on this machine again.

Try setting the folllowing sysctl knob:

hw.snd.default_unit=1

You will also have to change the dev.pcm.0 to dev.pcm.1 in your script.  
If 1 doesn't work, try 2.

-- Norbert Papke.
   npa...@acm.org


http://saveournet.ca
Protecting your Internet's level playing field
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Lost audio after new Video card installation

2010-03-02 Thread Carmel
On Tue, 2 Mar 2010 14:00:31 +0100
Andreas Rudisch cyb.@gmx.net articulated:

 On Tue, 2 Mar 2010 05:51:00 -0500
 Carmel carmel...@hotmail.com wrote:
 
  On Tue, 2 Mar 2010 09:05:03 +0100
  Andreas Rudisch cyb.@gmx.net articulated:
  
   On Mon, 1 Mar 2010 19:42:19 -0500
   Carmel carmel...@hotmail.com wrote:
   
I installed a nVidia GeForce GT 220 card.
Now, the video is fine; however, there is no audio.
   
hdac0: NVidia (Unknown) High Definition Audio Controller mem
0xfcffc000-0xfcff irq 16 at device 0.1 on pci3
   
   I ran into the same problem after installing a GT 240. The video
   cards support audio via HDMI. During boot the audio chip of the
   video card is found first (also snd_hda) and used as primary
   audio device.
   
   After kldunload / kldload snd_hda everything would work properly.
   
   As a workaround I do not load the snd_hda kernel module at boot,
   but with a cronjob @reboot. This way the normal sound card is
   found first.
 
  I have sound compiled into my kernel:
  
  # Sound
  device  sound
  device  snd_hda # nVidia MCP51 sound
  support
 
 In that case you will not be able to unload/load the kernel module.
 
 Anyway, I looked again at the problem and the correct way is to simply
 set hw.snd.default_unit to the number of the correct pcm device.
 
 Since the graphic card uses pcm0 to pcm3, it should be pcm4. Take a
 look at the output of:
 
 %dmesg | grep hda
 
 You should see something like:
 
 pcm2: HDA NVidia (Unknown) PCM #0 Digital at cad 2 nid 1 on hdac0
 pcm3: HDA NVidia (Unknown) PCM #0 Digital at cad 3 nid 1 on hdac0
 hdac1: HDA Codec #0: Realtek ALC883
 pcm4: HDA Realtek ALC883 PCM #0 Analog at cad 0 nid 1 on hdac1
 
 So set hw.snd.default_unit=4 using sysctl or /etc/sysctl.conf.
 
 man snd_hda
 man sound
 man sysctl.conf   

Great, I just went and rebuilt the kernel sans sound and now I find the
answer. Anyway, this is what the output for dmesg | grep -i hda was
before I rebuilt the kernel:

hdac0: NVidia MCP51 High Definition Audio Controller mem 
0xfe024000-0xfe027fff irq 21 at device 16.1 on pci0
hdac0: HDA Driver Revision: 20090624_0136
hdac0: [ITHREAD]
hdac0: HDA Codec #1: Realtek ALC883
pcm0: HDA Realtek ALC883 PCM #0 Analog at cad 1 nid 1 on hdac0
pcm1: HDA Realtek ALC883 PCM #1 Analog at cad 1 nid 1 on hdac0
pcm2: HDA Realtek ALC883 PCM #2 Digital at cad 1 nid 1 on hdac0
hdac0: NVidia MCP51 High Definition Audio Controller mem 
0xfe024000-0xfe027fff irq 21 at device 16.1 on pci0
hdac0: HDA Driver Revision: 20090624_0136
hdac0: [ITHREAD]
hdac0: HDA Codec #1: Realtek ALC883
pcm0: HDA Realtek ALC883 PCM #0 Analog at cad 1 nid 1 on hdac0
pcm1: HDA Realtek ALC883 PCM #1 Analog at cad 1 nid 1 on hdac0
pcm2: HDA Realtek ALC883 PCM #2 Digital at cad 1 nid 1 on hdac0
hdac0: NVidia MCP51 High Definition Audio Controller mem 
0xfe024000-0xfe027fff irq 21 at device 16.1 on pci0
hdac0: HDA Driver Revision: 20090624_0136
hdac0: [ITHREAD]
hdac0: HDA Codec #1: Realtek ALC883
pcm0: HDA Realtek ALC883 PCM #0 Analog at cad 1 nid 1 on hdac0
pcm1: HDA Realtek ALC883 PCM #1 Analog at cad 1 nid 1 on hdac0
pcm2: HDA Realtek ALC883 PCM #2 Digital at cad 1 nid 1 on hdac0

now, dmesg | grep -i hda lists nothing

So if I rebuild the kernel with sound, I should set
hw.snd.default_unit=4, is that correct? Couldn't I use '3' also?

--
Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

This is supposed to be a happy occasion.
Let's not BICKER and ARGUE over who killed who!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Lost audio after new Video card installation

2010-03-02 Thread Carmel
On Tue, 2 Mar 2010 07:24:56 -0800
Norbert Papke npa...@acm.org articulated:

 Try setting the folllowing sysctl knob:
 
 hw.snd.default_unit=1
 
 You will also have to change the dev.pcm.0 to dev.pcm.1 in your
 script. If 1 doesn't work, try 2.

Thanks, I will try it once I rebuild the kernel for sound.

--
Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

You can always tell the people that are forging the new frontier.
They're the ones with arrows sticking out of their backs.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Lost audio after new Video card installation

2010-03-01 Thread Carmel
I was attempting to upgrade a Gateway GT5220 PC. The machine was
running FreeBSD-7.2 successfully. The sound system was functioning
correctly and gMplayer and Mplayer worked fine. The machine was using a
nVidia GeForce 6150 LE on-board card. I installed a nVidia GeForce GT
220 card. The old on-board card did not support DVI.

Now, the video is fine; however, there is no audio. Mplayer and
gMplayer both freeze when attempting to play or view anything.

I have no idea how to debug this. Since I did not touch the audio, I
cannot figure it out.

I did have a script that ran upon boot-up:

/sbin/sysctl hw.snd.pcm0.vchans=4
/sbin/sysctl dev.pcm.0.play.vchans=4
/sbin/sysctl dev.pcm.0.rec.vchans=4
/sbin/sysctl hw.snd.maxautovchans=16
mixer vol 100:100 pcm 100:100 speaker 100:100 line 100:100 mic 0:0 cd 100:100  
=rec mic

Previously, it ran without incident. Now, it produces this output:

sysctl: unknown oid 'hw.snd.pcm0.vchans'
dev.pcm.0.play.vchans: 4 - 4
sysctl: dev.pcm.0.rec.vchans: Operation not supported by device
hw.snd.maxautovchans: 16 - 16
mixer: unknown device: vol
usage: mixer [-f device] [-s | -S] [dev [+|-][voll[:[+|-]volr]] ...
   mixer [-f device] [-s | -S] recsrc ...
   mixer [-f device] [-s | -S] {^|+|-|=}rec rdev ...

This is from 'dmesg'

dmesg -a|grep -i -A8 -B2 220
pci3: ACPI PCI bus on pcib3
vgapci0: VGA-compatible display port 0xbc00-0xbc7f mem 
0xfb00-0xfbff,0xd000-0xdfff,0xee00-0xefff irq 16 at 
device 0.0 on pci3
nvidia0: GeForce GT 220 on vgapci0
vgapci0: child nvidia0 requested pci_enable_busmaster
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
nvidia0: [GIANT-LOCKED]
nvidia0: [ITHREAD]
hdac0: NVidia (Unknown) High Definition Audio Controller mem 
0xfcffc000-0xfcff irq 16 at device 0.1 on pci3
hdac0: HDA Driver Revision: 20090624_0136
hdac0: [ITHREAD]

I would really appreciate any assistance I could get. I really would
like the audio to work on this machine again.

--
Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

So... did you ever wonder, do garbage men take showers before they
go to work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: In search of a video card

2009-05-14 Thread Warren Block

On Thu, 14 May 2009, Rick C. Petty wrote:


I just bought an nVidia and an ATI on newegg for under $30 each (plus
mail-in rebates), buth PCI x16, DVI+VGA, 512MB.  I have tried them both on
amd64 and this is what I've discovered:

- The ATI is quite fast for xvideo (via mplayer) and somewhat fast on 3D,
there seems to be some cursor-related artifacts (I've tried a number of
cards with the same results).


If you mean flickering lines around the cursor in certain screen 
columns, try a software cursor.  The downside of that is that X 
coredumps when you switch back to it from vty:


https://bugs.freedesktop.org/show_bug.cgi?id=21275

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


which video card for dual monitor portrait?

2009-01-26 Thread Sean Jensen-grey


I like to use dual monitors in portrait mode.  I am running Freebsd  
7.1 STABLE which uses release 7.3 of Xorg afaik.


What video card runs

 * Multimonitor
 * Rotated

using the built-in xorg bundled with Freebsd 7.1?

I attempted to use an ATI X1650 PRO which has an RV535 core, 
http://en.wikipedia.org/wiki/Radeon_R520#X1650_series

xrandr -o left

resulted in screen0 being rotated 90 degrees to the left but ending up  
on screen1 and very slow.  I assume that the good stuff in xorg for  
these cards is in 7.4 and 7.5 releases.


What cards allow one to run dual monitor (single card dual dvi) in  
portrait mode? I am interested in setups that are currently running.   
Exact make and model of your card along with an xorg.conf would be  
awesome.


Sean




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problem configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook

2008-12-02 Thread Paul B. Mahol
On 12/2/08, Niki Kovacs [EMAIL PROTECTED] wrote:
 Hi,

 I just installed FreeBSD 6.4 on a Fujitsu lifebook. I'm quite new to
 FreeBSD (see previous post Introduction). Some time ago, I had bought
 (and partially read) Michael Urban's FreeBSD 6 Unleashed. I just
 worked through the initial chapters, and managed installing FreeBSD and
 configuring X just fine. Only I ran into trouble installing a desktop
 environment, since building gnome2-lite failed. I thought before doing
 anything, I'd get a more recent set of FreeBSD install discs, since the
 book includes 6.1, which seems a bit outdated.

 Now I did an install using a set of 6.4 install discs. Everything ran
 fine, except I can't get X to work anymore.

 Configuration:

 # Xorg -configure
 # mv /root/xorg.conf.new /etc/X11/xorg.conf

 And then test:

 # startx

 X crashes with the following error message:

 Fatal server error:
 Couldn't find PLL settings for mode!

 I googled about this and found a few results... on the Ubuntu 8.10
 bugtracker. Apparently the 'intel' video driver has some problems with
 my specific Intel video card.

 What now? Try to use the older 'i810' instead of 'intel'? But how would
 I do that? Simply replacing the corresponding Driver line in xorg.conf
 doesn't help.

Because xf86-video-i810 conflicts with xf86-video-intel and for
xf86-video-intel 'i810' is alias for 'intel' in xorg.conf.

To really test 'i810' driver you should deinstall xf86-video-intel and
install xf86-video-i810.

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


Problem configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook

2008-12-02 Thread Niki Kovacs

Hi,

I just installed FreeBSD 6.4 on a Fujitsu lifebook. I'm quite new to 
FreeBSD (see previous post Introduction). Some time ago, I had bought 
(and partially read) Michael Urban's FreeBSD 6 Unleashed. I just 
worked through the initial chapters, and managed installing FreeBSD and 
configuring X just fine. Only I ran into trouble installing a desktop 
environment, since building gnome2-lite failed. I thought before doing 
anything, I'd get a more recent set of FreeBSD install discs, since the 
book includes 6.1, which seems a bit outdated.


Now I did an install using a set of 6.4 install discs. Everything ran 
fine, except I can't get X to work anymore.


Configuration:

# Xorg -configure
# mv /root/xorg.conf.new /etc/X11/xorg.conf

And then test:

# startx

X crashes with the following error message:

Fatal server error:
Couldn't find PLL settings for mode!

I googled about this and found a few results... on the Ubuntu 8.10 
bugtracker. Apparently the 'intel' video driver has some problems with 
my specific Intel video card.


What now? Try to use the older 'i810' instead of 'intel'? But how would 
I do that? Simply replacing the corresponding Driver line in xorg.conf 
doesn't help.


Any suggestions?

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


Re: Problem configuring X: FreeBSD 6.4, Intel video card, Fujitsu lifebook

2008-12-02 Thread Mel
On Tuesday 02 December 2008 12:33:52 Niki Kovacs wrote:
 Hi,

 I just installed FreeBSD 6.4 on a Fujitsu lifebook. I'm quite new to
 FreeBSD (see previous post Introduction). Some time ago, I had bought
 (and partially read) Michael Urban's FreeBSD 6 Unleashed. I just
 worked through the initial chapters, and managed installing FreeBSD and
 configuring X just fine. Only I ran into trouble installing a desktop
 environment, since building gnome2-lite failed. I thought before doing
 anything, I'd get a more recent set of FreeBSD install discs, since the
 book includes 6.1, which seems a bit outdated.

 Now I did an install using a set of 6.4 install discs. Everything ran
 fine, except I can't get X to work anymore.

 Configuration:

 # Xorg -configure
 # mv /root/xorg.conf.new /etc/X11/xorg.conf

 And then test:

 # startx

 X crashes with the following error message:

 Fatal server error:
 Couldn't find PLL settings for mode!

 I googled about this and found a few results... on the Ubuntu 8.10
 bugtracker. Apparently the 'intel' video driver has some problems with
 my specific Intel video card.

 What now? Try to use the older 'i810' instead of 'intel'? But how would
 I do that? Simply replacing the corresponding Driver line in xorg.conf
 doesn't help.

How doesn't it help? Is the driver loaded or not? Any relevant info 
in /var/log/Xorg.0.log?

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


AGP video card for dual-head operation

2008-12-01 Thread mikes
I used a Matrox G450 dual-head card with earlier versions of FreeBSD/Xfree
but have finally had to upgrade the hardware.  Getting the G450 to display
both monitors using zinerama took a bit of time, but once set it worked
well.

I purchased an ATI Radeon 9600 All-in-wonder primarily for doing some
video capture under MS Windows XP, but the system dual-boots FreeBSD
7.1-PRERELEASE, kernel and ports current as of 11/28/2008.  X server is
7.3 patch 2; the ati driver is 6.9.0 (I can't access the system right now,
so that may be wrong).

I've been unable to get the ATI card to display anything on the secondary
monitor (display is turned off when X11 starts up);  xrandr shows
VGA-1 as connected and VGA-0 as disconnected, and nothing I've been
able to do with xorg.conf has changed that (xrandr --auto does nothing
other than blank the primary screen).  I have seen some references to a
bug in the ati/radeon driver which is fixed in the next version.

I can't use the G450 either; there appears to be a bug in the mga driver
(which is not installed by default but the vesa driver crashes with the
G450) which stops xrandr form working (or at least that's what I found in
a Google search).

There's a lot of confusing information out there since, as I understand
it, xorg 6.x and xorg 7.x do xinerama differently.

Is there anyone who has gotten an ATI 9600 AIW to work in dual-head mode,
and if so, how did you do it?  Is there a better AGP card which supports a
similar video capture function under MS Windows XP?

Mike Squires
UN*X at home
since 1985, but almost
all on VT100 displays










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


Re: Video Card Info

2008-07-19 Thread RW
On Fri, 18 Jul 2008 18:15:48 -0700
George Hartzell [EMAIL PROTECTED] wrote:

 Warren Liddell writes:
   im looking to purchase the NVIDIA 8800GTX PCI Express Video Card
   an was wondering if anyone has heard or know of any issues within
   FreeBSD with this particular video card ?
 
 I use an Nvidia 8800GT in a Mac Pro running -STABLE with the
 xf86-video-nv-2.1.8 driver from ports back when I last upgraded and it
 works fine.  

But does the proprietary nvidia driver work? The nv driver is slow,
makes heavy use of the CPU, and has no 3-d support.

The nvidia driver doesn't work on the 64-bit version of FreeBSD through.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Video Card Info

2008-07-19 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

RW wrote:
 On Fri, 18 Jul 2008 18:15:48 -0700
 George Hartzell [EMAIL PROTECTED] wrote:
 
 Warren Liddell writes:
   im looking to purchase the NVIDIA 8800GTX PCI Express Video Card
   an was wondering if anyone has heard or know of any issues within
   FreeBSD with this particular video card ?

 I use an Nvidia 8800GT in a Mac Pro running -STABLE with the
 xf86-video-nv-2.1.8 driver from ports back when I last upgraded and it
 works fine.  
 
 But does the proprietary nvidia driver work? The nv driver is slow,
 makes heavy use of the CPU, and has no 3-d support.
 
 The nvidia driver doesn't work on the 64-bit version of FreeBSD through.

You should mention that the Nvidia driver that Nvidia distributes (and is
represented within FreeBSD by a port which builds  installs with no difficulty
at all) works just fine.  I personally have the Nvidia 8600GTS, I use that
driver, and it's a perfectly fine option.

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkiCCcUACgkQz62J6PPcoOlC0gCfY1t2ZaXuvzBwSgzmGwgfgI06
+kgAmgJd/jEaUggqD5gE2M0K5m3FobOi
=i0jc
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Video Card Info

2008-07-19 Thread George Hartzell
RW writes:
  On Fri, 18 Jul 2008 18:15:48 -0700
  George Hartzell [EMAIL PROTECTED] wrote:
  
   Warren Liddell writes:
 im looking to purchase the NVIDIA 8800GTX PCI Express Video Card
 an was wondering if anyone has heard or know of any issues within
 FreeBSD with this particular video card ?
   
   I use an Nvidia 8800GT in a Mac Pro running -STABLE with the
   xf86-video-nv-2.1.8 driver from ports back when I last upgraded and it
   works fine.  
  
  But does the proprietary nvidia driver work? The nv driver is slow,
  makes heavy use of the CPU, and has no 3-d support.
  
  The nvidia driver doesn't work on the 64-bit version of FreeBSD through.

I'm running amd64, so I didn't even try the proprietary one.

g.

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


Re: Video Card Info

2008-07-19 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

George Hartzell wrote:
 RW writes:
   On Fri, 18 Jul 2008 18:15:48 -0700
   George Hartzell [EMAIL PROTECTED] wrote:
   
Warren Liddell writes:
  im looking to purchase the NVIDIA 8800GTX PCI Express Video Card
  an was wondering if anyone has heard or know of any issues within
  FreeBSD with this particular video card ?

I use an Nvidia 8800GT in a Mac Pro running -STABLE with the
xf86-video-nv-2.1.8 driver from ports back when I last upgraded and it
works fine.  
   
   But does the proprietary nvidia driver work? The nv driver is slow,
   makes heavy use of the CPU, and has no 3-d support.
   
   The nvidia driver doesn't work on the 64-bit version of FreeBSD through.
 
 I'm running amd64, so I didn't even try the proprietary one.

I have an amd64 host, but I don't run FreeBSD on that one, I sort of spread
myself out so I can cover a few extra platforms.  I did hear that the nvidia
driver didn't work on amd64, but I couldn't tell you why.  It's probably covered
onthe FreeBSD-multimedia mailing list, and I would search the archives  of that
list before bothering folks on that.

The FreeBSD mailing list archives are great resources.

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkiCDWcACgkQz62J6PPcoOlR6wCfVuohVUf///FzhyQjVZYEu72T
HJ0AoJUh+GhXcQq0tqpGHNRukVmT6VGD
=ichG
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Video Card Info

2008-07-18 Thread Warren Liddell
im looking to purchase the NVIDIA 8800GTX PCI Express Video Card an was 
wondering if anyone has heard or know of any issues within FreeBSD with this 
particular video card ?
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Video Card Info

2008-07-18 Thread Robert Huff
Warren Liddell writes:

  im looking to purchase the NVIDIA 8800GTX PCI Express Video Card
  an was wondering if anyone has heard or know of any issues within
  FreeBSD with this particular video card ?

To the best of my knowledge is it hardware-copatible with the
base system.
However: the drivers for X work, but don't use anywhere close
to the card's potential.  (Search the various FreeBSD lists for
nvidia driver.)


Robert Huff


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


Re: Video Card Info

2008-07-18 Thread George Hartzell
Warren Liddell writes:
  im looking to purchase the NVIDIA 8800GTX PCI Express Video Card an was 
  wondering if anyone has heard or know of any issues within FreeBSD with this 
  particular video card ?

I use an Nvidia 8800GT in a Mac Pro running -STABLE with the
xf86-video-nv-2.1.8 driver from ports back when I last upgraded and it
works fine.  The driver info in my Xorg.0.log doesn't explicitly
mention the 8800GTX though.  However, there is an entry for it in the
2.1.9 nv_driver.c (which is what's currently in the port tree).

I'm driving a dual-link monitor (30 Dell 3007-WFP) and needed to hack
2.1.8 to re-enable dual-link support that the author had disabled
because it would work reliably in some situations and not at all in
others (depending on how the bios initialized the card, if I
understand his response).  In 2.1.9 he made re-enabling the support a
xorg.conf configuration option (see the Changelog entry for 5/9).

g.

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


Identifying a second Video Card

2008-07-12 Thread bill
Hi

I'm having trouble Identifying a second video card, Asus 8600GT x 2

pciconf -lv shows the first card correctly as an 8600gt ... on PCI 01:0:0
Second card is shown as a vga card only on PCI 02:0:0

This is not recognised in Xorg.conf ... no matching card for 
Device Instance PCI 2:0:0, corresponding Screen Section is
then discarded.

System is a Dual Head configuration, each card has it's own
monitor.

Either card works fine as a single, only the first PCI-e device is
correctly identified / configured.

set hw.pci.enable_io_modes=1 was tried (suggested by the guys in 
#nvidia), lost PCI completely, had to remove it again.

int10 module is loaded by Xorg.conf .. no effect there either.

Relevant bits of various log files can be made available, ask and i'll
PasteBin .

Just want to know if what I have here is possible.

Video cards are not in SLI mode  system as follows:

P4 3.0 gig
2 gig ram
On Board sound
P5ND2-SLI mb (nforce)
FreeBSD on a 200 gig hd
Dual Boots with XP which lives on a couple of 320 gig hd's
All Sata's


Thanks
Bouncer44

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


Re: Vhat kind of *simple* video card? (was: Re: disc failure? at least snail snow CPU...)

2007-09-24 Thread Gary Kline
On Sun, Sep 23, 2007 at 09:48:21PM -0400, Robert Huff wrote:
 
 Gary Kline writes:
 
  Also:: would a simple Matrox Millennium serve as a new video
   board?  I do not need/want anything gamer-fancy, so am looking
   for something simple, like a MM with 8 or 16megs of video memory.
 
   I have gotten 6 years of steady service from a G400 with 32mb.


So then it's between the Matrox and the G400-32MB.  Thanks.

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

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: Vhat kind of *simple* video card?

2007-09-24 Thread Gary Kline
On Mon, Sep 24, 2007 at 08:32:51AM +0800, Erich Dollansky wrote:
 Hi,
 
 Gary Kline wrote:
 
  Sometimes it gets into a mode where it is super slow.  Do you,
  or anybody else have a clue why??
 
 it could be caused by a faulty hard disk.



Sometimes, after a reboot, the video is bright and the resolution
small--large type.   Usually, the system clock seems normal.
Are there any tools to run to test the processor speed?  Any
other tests?  It's a new drive, somewhere around 160GB.  I never
ran any drive tests.  ...Yet!

 
 Is the system just waiting?
 
  Also:: would a simple Matrox Millennium serve as a new video
  board?  I do not need/want anything gamer-fancy, so am looking
  for something simple, like a MM  with 8 or 16megs of video
  memory.  
 
 This is the kind of card to go for then.


thanks much,

gary


 
 Erich

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: Vhat kind of *simple* video card?

2007-09-24 Thread Gary Kline
On Mon, Sep 24, 2007 at 08:32:51AM +0800, Erich Dollansky wrote:
 Hi,
 
 Is the system just waiting?
 

If you mean: is it hanging on a read ... dunno.  Since the fsck's 
check out, there shouldn't be any need to.  (Maybe I'm just 
paranoid--or simply impatient... .)

gary
 Erich

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: Vhat kind of *simple* video card? (was: Re: disc failure? at least snail snow CPU...)

2007-09-24 Thread Gary Kline

Does this seem like a good deal for my Dell?

Matrox Millennium G400 Dual Head 32MB AGP Video Card 

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: Vhat kind of *simple* video card? (was: Re: disc failure? at least snail snow CPU...)

2007-09-24 Thread Gary Kline
On Mon, Sep 24, 2007 at 08:13:43PM -0700, Gary Kline wrote:
 
   Does this seem like a good deal for my Dell?
 
 Matrox Millennium G400 Dual Head 32MB AGP Video Card 
 


Arrrgh, sorry for the question: this MAxtroc Millennium is the
same as the G400 that Robert mentioned.

gary




-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Vhat kind of *simple* video card? (was: Re: disc failure? at least snail snow CPU...)

2007-09-23 Thread Gary Kline
On Sun, Sep 23, 2007 at 10:06:27AM +0800, Erich Dollansky wrote:
 Hi,
 
 Gary Kline wrote:
  Anybody got suggestions on what kind of hard drive to buy for my
  new main server--if is *is* the drive?  The video board began 
 
 SCSI? Fujitsu.
 
 Else?
 
 Any with 5 years of warranty available near your place.
 
 I do not bother to buy any other drives anymore.
 



I will buy at least one Fujitsu SCSI's for my DNS server and foor
the duplicate computer that I'm building as it's backup.  These
are HP-Kayaks and will probably outlive me!  I was asking also 
about my Dell, which is ordinarily very fast; an outstanding
computer and I want to stick with it.  

Sometimes it gets into a mode where it is super slow.  Do you,
or anybody else have a clue why??

Also:: would a simple Matrox Millennium serve as a new video
board?  I do not need/want anything gamer-fancy, so am looking
for something simple, like a MM  with 8 or 16megs of video
memory.  

gary


 Erich

-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: Vhat kind of *simple* video card?

2007-09-23 Thread Erich Dollansky

Hi,

Gary Kline wrote:


Sometimes it gets into a mode where it is super slow.  Do you,
or anybody else have a clue why??


it could be caused by a faulty hard disk.

Is the system just waiting?


Also:: would a simple Matrox Millennium serve as a new video
board?  I do not need/want anything gamer-fancy, so am looking
for something simple, like a MM  with 8 or 16megs of video
	memory.  


This is the kind of card to go for then.

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


Vhat kind of *simple* video card? (was: Re: disc failure? at least snail snow CPU...)

2007-09-23 Thread Robert Huff

Gary Kline writes:

   Also:: would a simple Matrox Millennium serve as a new video
  board?  I do not need/want anything gamer-fancy, so am looking
  for something simple, like a MM with 8 or 16megs of video memory.

I have gotten 6 years of steady service from a G400 with 32mb.


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


Re: Matrox Video Card

2007-08-10 Thread Manolis Kiagias
Oscar Chavarria wrote:
 I tried the Xorg web page but I couldn't confirm if the *Matrox G550 32MB
 AGP (G55+MDHA32DB) *is specifically compatible with FreeBSD 6.1.

 Where do I obtain information for this specific card drivers' compatibility?



 
 Regards

 Oscar Chavarria
 Mobile:  +506 814-0247


   
Try man mga. This is the generic matrox driver for Xorg. In my xorg 7.2
the model G550 is mentioned. I don't recall what Xorg FreeBSD 6.1 had,
but this an old card and is probably supported.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Matrox Video Card

2007-08-10 Thread Robert Huff
Manolis Kiagias writes:

   I tried the Xorg web page but I couldn't confirm if the *Matrox 
   G550 32MB AGP (G55+MDHA32DB) *is specifically compatible with 
   FreeBSD 6.1.
   
  Try man mga. This is the generic matrox driver for Xorg. In my xorg 7.2
  the model G550 is mentioned. I don't recall what Xorg FreeBSD 6.1 had,
  but this an old card and is probably supported.

I would also commend investigation of x11-servers/mga_hal.


Robert Huff

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


Matrox Video Card

2007-08-10 Thread Oscar Chavarria
I tried the Xorg web page but I couldn't confirm if the *Matrox G550 32MB
AGP (G55+MDHA32DB) *is specifically compatible with FreeBSD 6.1.

Where do I obtain information for this specific card drivers' compatibility?




Regards

Oscar Chavarria
Mobile:  +506 814-0247

--- In a world without boundaries, we don't need Windows or Gates ---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GFORCE 7300GT Video Card/X11

2007-05-19 Thread Joseph Marah
It seems my newly installed video card NVIDIA GFORCE 7300GT card is not 
supported by Xorg 6.9.0 Release which I currently have. However GFORCE 7800 
appears in the  chipset list.  Is that correct?  Does anyone have an experience 
with using this chipset (7300 GT) with FreeBSD 6.2 X11 and how did you make it 
work?  Any help will do.  Thanks.
   
  Joseph
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GFORCE 7300GT Video Card/X11

2007-05-19 Thread Joseph Marah
It seems my newly installed video card NVIDIA GFORCE 7300GT card is not 
supported by Xorg 6.9.0 Release which I currently have. However GFORCE 7800 
appears in the  chipset list.  Is that correct?  Does anyone have an experience 
with using this chipset (7300 GT) with FreeBSD 6.2 X11 and how did you make it 
work?  Any help will do.  Thanks.
   
  Joseph
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GFORCE 7300GT Video Card/X11

2007-05-19 Thread Daniel Molina Wegener
On Saturday 19 May 2007 02:18:46 Joseph Marah wrote:
 It seems my newly installed video card NVIDIA GFORCE 7300GT
 card is not supported by Xorg 6.9.0 Release which I currently
 have. However GFORCE 7800 appears in the  chipset list.  Is
 that correct?  Does anyone have an experience with using this
 chipset (7300 GT) with FreeBSD 6.2 X11 and how did you make
 it work?  Any help will do.  Thanks.

  Hello,

  Try using the nvidia driver that is present in the ports
collection. Works fine for me...


   Joseph

 [SNIP]

Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD  Linux User| Standards Rocks!

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


Re: GFORCE 7300GT Video Card/X11

2007-05-19 Thread Jonathan Horne
On Saturday 19 May 2007 06:57:35 Daniel Molina Wegener wrote:
 On Saturday 19 May 2007 02:18:46 Joseph Marah wrote:
  It seems my newly installed video card NVIDIA GFORCE 7300GT
  card is not supported by Xorg 6.9.0 Release which I currently
  have. However GFORCE 7800 appears in the  chipset list.  Is
  that correct?  Does anyone have an experience with using this
  chipset (7300 GT) with FreeBSD 6.2 X11 and how did you make
  it work?  Any help will do.  Thanks.

   Hello,

   Try using the nvidia driver that is present in the ports
 collection. Works fine for me...

Joseph
 
  [SNIP]

 Regards,

i have a 7300GS, which is running flawlessly on my widescreen flatpanel.

Section Monitor
DisplaySize   473   295 # mm
 ### Comment all HorizSync and VertSync values to use DDC:
Identifier   Monitor0
VendorName   Samsung
ModelNameSyncMaster 225BW
 ### Comment all HorizSync and VertSync values to use DDC:
HorizSync31.5 - 90.0
VertRefresh  59.0 - 60.0
Option  DPMS
Modeline1680x1050 146.2 1680 1960 2136 2360 1050 1080 1086 
1089 -hsync +vsync
EndSection

Section Device
Identifier  Card0
Driver  nvidia
VendorName  nVidia Corporation
BoardName   FX7300 GS
EndSection

using the nvidia-driver port as well.

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


Re: Problem with X11 and S3 Savage video card

2007-03-17 Thread Warren Block

On Thu, 15 Mar 2007, Lubomir Toshev wrote:


I am trying to run X11 on a machine with FreeBSD 6.2 and S3 Savage
video card. The installation of X11 was successful. The initial test
is ok, everything seems to function normally. The problem occures when
I try to exit the test with Ctrl-Alt-Backspace. At that moment it
looks like an attempt is made to switch the video mode and the screen
remains black. After some time the monitor goes to power down mode as
if there is no video signal.


I've seen the same thing with a ProSavage DDR-K integrated on an MSI 
motherboard.  It appears that the video card doesn't reset correctly 
when quitting X.  If X is left running, Ctrl-Alt-F1 works to switch back 
to console mode.


Other than the reset issue, the Savage video seems to work fine.

There's a UseBIOS option documented in the savage manpage, although 
UseBIOS No didn't help with this particular system.  Other options 
like DmaMode are probably worth trying (I would, but that system is a 
long way away).


Hmm.  A search just now turned up this:

http://www.bsdforums.org/forums/archive/index.php/t-46981.html

(Link suggests disabling the Load dri option in the xorg.conf Module 
section may solve the problem.)


Please respond on whether that works or not.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with X11 and S3 Savage video card

2007-03-15 Thread Lubomir Toshev
Hello,

I am trying to run X11 on a machine with FreeBSD 6.2 and S3 Savage
video card. The installation of X11 was successful. The initial test
is ok, everything seems to function normally. The problem occures when
I try to exit the test with Ctrl-Alt-Backspace. At that moment it
looks like an attempt is made to switch the video mode and the screen
remains black. After some time the monitor goes to power down mode as
if there is no video signal.

Please, give me a link to a possible solution.

-- 
Best regards,
 Lubomir Toshev  mailto:[EMAIL PROTECTED]

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


Re: Problem with X11 and S3 Savage video card

2007-03-15 Thread Mike

Lubomir Toshev wrote:

Hello,

I am trying to run X11 on a machine with FreeBSD 6.2 and S3 Savage
video card. The installation of X11 was successful. The initial test
is ok, everything seems to function normally. The problem occures when
I try to exit the test with Ctrl-Alt-Backspace. At that moment it
looks like an attempt is made to switch the video mode and the screen
remains black. After some time the monitor goes to power down mode as
if there is no video signal.

  
By test do you mean you just ran the startx script without having a 
desktop environment installed?  Did an xterm  (or rather 3 xterms) pop 
up?  If so, usually closing it or typing exit at the prompt inside of 
it should cause the X-Server to shutdown.


As far as killing the server with the keyboard, compare the values in 
the manpage with those in your configuration file for man xorg.conf 
regarding these options:  DontZap, DontVTSwitch, HandleSpecialKeys, and 
XkbDisable.


It may also be that xkbmap is not loading or cannot find your keyboard 
map.  The next time you start the server, try logging all output 
somewhere and seeing if there are any errors coming up.

Please, give me a link to a possible solution.

  


http://linuxreviews.org/man/XF86Config/

http://lists.freedesktop.org/archives/xorg/2004-September/thread.html#3473
(For the above: Read the entire thread starting with Xorg 6.8.1: can't 
switch VT or resolution)

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


Re: Problem with X11 and S3 Savage video card

2007-03-15 Thread Derek Ragona
If your video is AGP, it is likely an AGP issue.  AGP cards can be managed 
by the driver or by the kernel.  You need the correct AGP setting.


-Derek


At 08:36 AM 3/15/2007, Lubomir Toshev wrote:

Hello,

I am trying to run X11 on a machine with FreeBSD 6.2 and S3 Savage
video card. The installation of X11 was successful. The initial test
is ok, everything seems to function normally. The problem occures when
I try to exit the test with Ctrl-Alt-Backspace. At that moment it
looks like an attempt is made to switch the video mode and the screen
remains black. After some time the monitor goes to power down mode as
if there is no video signal.

Please, give me a link to a possible solution.

--
Best regards,
 Lubomir Toshev  mailto:[EMAIL PROTECTED]

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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: Need help with Gnome and Video card

2006-11-18 Thread [EMAIL PROTECTED]

On 11/15/06, Ne'Bahn [EMAIL PROTECTED] wrote:

my conf looks like:

HorizSync31.5, 35.15, 35.5
VertRefresh50-70
Section Device
IdentifierStandard VGA
VendorNameUnknown
BoardName  Unknown

Drivervga
Section Screen
...
DefaultDepth24
Subsection Display
Depth16
Modes800x600 1024x768 1280x1024
ViewPort0 0
...

So I have the same trouble, very low resolution (BIG characters), and about
4 colors depth (black, white, pink, cyan or some kind similar), like the old
ones EGA...


Your HorizSync  VertRefresh lines are _extremely_
conservative, add another Monitor section, populated
as you wish with funny names:

Section Monitor
   Identifier   LlamaLlanoLlautu
   VendorName   Nancy Pelosi
   ModelNameTim Curry
   HorizSync 31-92  # Note:  Do Not Use These
   VertRefresh 55-160 # Numbers, Look It Up For
   # Your Monitor.  You can do
   # real damage with bad numbers.
   # (It is actually an NEC E750)
EndSection
. . .
Section Screen
   Identifier Screen0
   Device Card0
   MonitorLlamaLlanoLlautu
. . .

I would think that the limit on the number of possible
Monitor definitions would be quite large, you might
want to leave the default vga stuff in there, just in case
you happen to need it at some point, just change the
Screen section to reflect what you are using.

http://www.monitorworld.com/monitors_home.html

has been quite useful to me in the past looking up refresh
rates on equipment for which I did not have the documentation.

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


Need help with Gnome and Video card

2006-11-15 Thread Ne'Bahn

my conf looks like:

HorizSync31.5, 35.15, 35.5
VertRefresh50-70
Section Device
   IdentifierStandard VGA
   VendorNameUnknown
   BoardName  Unknown

Drivervga
Section Screen
   ...
   DefaultDepth24
   Subsection Display
   Depth16
   Modes800x600 1024x768 1280x1024
   ViewPort0 0
   ...

So I have the same trouble, very low resolution (BIG characters), and about
4 colors depth (black, white, pink, cyan or some kind similar), like the old
ones EGA...

- Original Message - 
From: Christian Walther

To: Ne'Bahn
Cc: freebsd-questions@freebsd.org
Subject: Re: Need help...



Hi Ne'Bahn,

it is possible that there is something wrong with your hardware
configuration, but I guess that your X configuration contains the
wrong sort order of display resolutions.
If you look at /usr/X11R6/lib/X11/xorg.conf you'll find a Section
screen somewhere. This is were the resolutions are configured your
laptop (and desktop) is capable to display.

Important for your situation are the Subsection Display lines, which
look like this:

   SubSection Display
   Depth   16
   Modes   1280x1024 800x600 640x480
   EndSubSection

Now, in your case I guess that the line listing all the modes starts
with the lowest resolution possible. Just change the order, so that
the highest resolution is at the beginning, and you should be fine.

Restart X after you edited the file, and you should have a resolution
that suites your needs. You might want to look at the parameter
DefaultDepth, too. If it is set to 8 (8 bit = 256 colors) you might
want to set it to an higher Depth value. 


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


Re: Video card

2006-07-09 Thread Lowell Gilbert
Don't top-post, please.

victor leon [EMAIL PROTECTED] writes:

 the install is normal after that when i restart the cpu sounds a beep and
 can't use X mode ,i only can use text mode  my monitor is a   AOC  model
 CT520n

So FreeBSD is fine, but you're having problems with configuring X.

Have you installed an X server?  Which one?  How did you configure it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Video card

2006-07-07 Thread Lowell Gilbert
victor leon [EMAIL PROTECTED] writes:

 Hi  i want to install freebsd 6.1 in my cpu but i dont find drivers , the
 videocard  is S3 Pro Savage km133

What actually happens when you do the install?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Video card

2006-07-07 Thread victor leon

the install is normal after that when i restart the cpu sounds a beep and
can't use X mode ,i only can use text mode  my monitor is a   AOC  model
CT520n

On 7/7/06, Lowell Gilbert [EMAIL PROTECTED] wrote:


victor leon [EMAIL PROTECTED] writes:

 Hi  i want to install freebsd 6.1 in my cpu but i dont find drivers ,
the
 videocard  is S3 Pro Savage km133

What actually happens when you do the install?


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


sound, network, video card not detected

2006-04-18 Thread Mathieu Prevot
Hello,

I have compiled a kernel with the good options/device:

devicesound
devicesnd_ich

devicemiibus
devicenve
devicesis
options   DEVICE_POLLING

the sis0 (netgear adapter) works but the other chips are not detected:

pci0: multimedia at device 16.1 (no driver attached)
pci0: bridge at device 20.0 (no driver attached)

I have a nForce410 /nVidia MCP on an asus motherboard.
Can I do something in /boot/device.hint ?

I use RELENG_6 / AMD64, and X -configure set vesa as graphical driver.
When I manually set nv, the GPU is not detected.
But in the last Fedora Core (5) AMD64, nv works.
What can I do ?

Mathieu


Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RC #26: Tue Apr 18 14:55:35 CEST 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HYPHEN64X2
ACPI APIC Table: A M I  OEMAPIC 
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm)64 X2 Dual Core Processor  3800+ (2009.16-MHz K8-class CPU)
  Origin = AuthenticAMD  Id = 0x20fb1  Stepping = 1
  
Features=0x178bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT
  Features2=0x1SSE3
  AMD Features=0xe2500800SYSCALL,NX,MMX+,b25,LM,3DNow+,3DNow
real memory  = 1056702464 (1007 MB)
avail memory = 1011507200 (964 MB)
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: A M I OEMXSDT on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x508-0x50b on acpi0
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory, RAM at device 0.0 (no driver attached)
pci0: memory, RAM at device 0.1 (no driver attached)
pci0: memory, RAM at device 0.2 (no driver attached)
pci0: memory, RAM at device 0.3 (no driver attached)
pci0: memory, RAM at device 0.4 (no driver attached)
pci0: memory, RAM at device 0.5 (no driver attached)
pci0: memory, RAM at device 0.6 (no driver attached)
pci0: memory, RAM at device 0.7 (no driver attached)
pcib1: ACPI PCI-PCI bridge at device 2.0 on pci0
pci1: ACPI PCI bus on pcib1
pcib2: ACPI PCI-PCI bridge at device 3.0 on pci0
pci2: ACPI PCI bus on pcib2
pcib3: ACPI PCI-PCI bridge at device 4.0 on pci0
pci3: ACPI PCI bus on pcib3
pci0: display, VGA at device 5.0 (no driver attached)
pci0: memory, RAM at device 9.0 (no driver attached)
isab0: PCI-ISA bridge at device 10.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 10.1 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xfebde000-0xfebdefff irq 21 at 
device 11.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 8 ports with 8 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xfebdfc00-0xfebdfcff irq 22 at 
device 11.1 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 8 ports each: usb0
usb1: EHCI (generic) USB 2.0 controller on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 8 ports with 8 removable, self powered
atapci0: nVidia nForce MCP51 UDMA133 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 13.0 on pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
pcib4: ACPI PCI-PCI bridge at device 16.0 on pci0
pci4: ACPI PCI bus on pcib4
sis0: NatSemi DP8381[56] 10/100BaseTX port 0xc800-0xc8ff mem 
0xfaaff000-0xfaaf irq 17 at device 8.0 on pci4
sis0: Silicon Revision: DP83815D
miibus0: MII bus on sis0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sis0: Ethernet address: 00:09:5b:05:c7:c3
pci0: multimedia at device 16.1 (no driver attached)
pci0: bridge at device 20.0 (no driver attached)
acpi_button0: Power Button on acpi0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ukbd0: Logitech USB Receiver, rev 1.10/22.40, addr 2, iclass 3/1
kbd0 at ukbd0
ums0: Logitech USB Receiver, rev 1.10/22.40, addr 2, iclass 3/1
ums0: 8 buttons and Z dir.
Timecounters tick every 1.000 msec
ad0: 152626MB Seagate ST3160023A 3.06 at ata0-master UDMA100
acd0: DVDR NEC DVD RW ND-3500AG/2.16 at ata1-master UDMA33
acd1: CDRW PLEXTOR CD-R PX-W5224A/1.03 at ata1-slave UDMA33
SMP: AP CPU #1 Launched!
hwpmc: TSC/1/0x20REA K8/4/0x1ffINT,USR,SYS,EDG,THR,REA,WRI,INV,QUA
Trying to mount root from ufs:/dev/ad0s1a
cd0 at 

Re: On-Board video card configuration.

2006-04-17 Thread Kevin Kinsey

Enigma wrote:

I am fairly new to FreeBSD, and I have been having problems with my 
IBM Aptiva 2196-24A in getting the on-board video card configured with 
freeBSD. So i can run X window system at a decent resolution. All i can 
get to work is Standard VGA driver at 640x800 at 8bit. I have had this 
card working properly (win2k, ubuntu) so it is fully operational. The 
on-board chipset is SiS 540, and due to freeBSD not supporting this with 
options in the config menu, how can i go about setting it up to work?
 



In no particular order, what about:

  1.  Tell us more about what you've tried.

  2.  Post your configuration file.

  3.  Read the documentation at the Xorg site, or the manpage(s).

  4.  Peruse /var/log/Xorg.*log files for clues.

  5.  Xorg -configure  ?

To hazard a guess, I'd suggest defining the proper Sync
and Refresh rates for your monitor and setting up a better
screens block with a higher resolution and bit depth.

Here's part of one of my configuration files:

Section Monitor
   Identifier   Monitor0
   VendorName   ProView
   ModelName760N
   Option  DPMS
   HorizSync35.0 - 70.0
   VertRefresh  50.0 - 120.0
EndSection

   SubSection Display
   Depth 24
   Modes 1280x1024
   Modes 1600x1200
   Modes 1024x768
   EndSubSection
-

HTH,

Kevin Kinsey

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


SOLVED: On-board video card config

2006-04-17 Thread Enigma
Message: 1
Date: Mon, 17 Apr 2006 07:35:56 -0500
From: Kevin Kinsey [EMAIL PROTECTED]
Subject: Re: On-Board video card configuration.
To: Enigma [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Enigma wrote:

I am fairly new to FreeBSD, and I have been having problems with my 
IBM Aptiva 2196-24A in getting the on-board video card configured with 
freeBSD. So i can run X window system at a decent resolution. All i can 
get to work is Standard VGA driver at 640x800 at 8bit. I have had this 
card working properly (win2k, ubuntu) so it is fully operational. The 
on-board chipset is SiS 540, and due to freeBSD not supporting this with 
options in the config menu, how can i go about setting it up to work?
  


In no particular order, what about:

   1.  Tell us more about what you've tried.

   2.  Post your configuration file.

   3.  Read the documentation at the Xorg site, or the manpage(s).

   4.  Peruse /var/log/Xorg.*log files for clues.

   5.  Xorg -configure  ?

To hazard a guess, I'd suggest defining the proper Sync
and Refresh rates for your monitor and setting up a better
screens block with a higher resolution and bit depth.

Here's part of one of my configuration files:

Section Monitor
Identifier   Monitor0
VendorName   ProView
ModelName760N
Option  DPMS
HorizSync35.0 - 70.0
VertRefresh  50.0 - 120.0
EndSection

SubSection Display
Depth 24
Modes 1280x1024
Modes 1600x1200
Modes 1024x768
EndSubSection
-

HTH,

Kevin Kinsey

I solved with problem by running standard VESA drivers from the xorgconfig 
menu, this allowed me to run 1280x1024 at 24 bit depth (havent tried higher, 
its on an older monitor).
Thankyou for the help Kevin.

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


On-Board video card configuration.

2006-04-16 Thread Enigma
I am fairly new to FreeBSD, and I have been having problems with my IBM Aptiva 
2196-24A in getting the on-board video card configured with freeBSD. So i can 
run X window system at a decent resolution. All i can get to work is Standard 
VGA driver at 640x800 at 8bit. I have had this card working properly (win2k, 
ubuntu) so it is fully operational. The on-board chipset is SiS 540, and due to 
freeBSD not supporting this with options in the config menu, how can i go about 
setting it up to work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: video card

2005-05-16 Thread RW
On Saturday 14 May 2005 08:56, Roland Smith wrote:
 On Fri, May 13, 2005 at 06:27:54PM -0400, [EMAIL PROTECTED] wrote:
  Hello All,
 
  Is there are better driver for my video card than the
  standard, generic vga0 driver?
  My video card is a Diamond Viper v550 vidoe card which uses the nVidia
  Riva TNT chip.  The card uses the AGP interface and has 8 MB of SDRAM.

 Yes. Use the nv driver. See 'man nv'.

I would first try nvidia's own driver,  in the port x11/nvidia-driver 
and then fall back on nv if  the former doesn't work. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: video card

2005-05-14 Thread Roland Smith
On Fri, May 13, 2005 at 06:27:54PM -0400, [EMAIL PROTECTED] wrote:
 Hello All,
 
 Is there are better driver for my video card than the
 standard, generic vga0 driver?  
 My video card is a Diamond Viper v550 vidoe card which uses the nVidia
 Riva TNT chip.  The card uses the AGP interface and has 8 MB of SDRAM.

Yes. Use the nv driver. See 'man nv'.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgppa0EyEPLS4.pgp
Description: PGP signature


Video card support

2005-05-13 Thread Paul Schmehl
I just got a new desktop machine, and I'm reviewing the supported hardware 
list on freebsd.org.  I don't see anything at all about video cards.  Are 
they listed in some other place?

I found two messages in the hardware mailing list that mention the ati 
radeon x300 card, but the only thing I could glean from it is that ati 
support might not be all that great.  Is that true?

Will fbsd support dual monitors with this card?
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Video card support

2005-05-13 Thread Dan Nelson
In the last episode (May 13), Paul Schmehl said:
 I just got a new desktop machine, and I'm reviewing the supported
 hardware list on freebsd.org.  I don't see anything at all about
 video cards.  Are they listed in some other place?

FreeBSD only uses the text mode of video cards, so it's compatible with
anything.  You want to look at www.X.org or www.XFree86.org for X
support.

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


Re: Video card support

2005-05-13 Thread Paul Schmehl
--On Friday, May 13, 2005 10:14:06 AM -0500 Dan Nelson 
[EMAIL PROTECTED] wrote:
FreeBSD only uses the text mode of video cards, so it's compatible with
anything.  You want to look at www.X.org or www.XFree86.org for X
support.
Duh.  Thanks, Dan, and Jason too, for answering so quickly.  Should have 
thought of that myself.

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


video card

2005-05-13 Thread crzdgns1
Hello All,

Is there are better driver for my video card than the
standard, generic vga0 driver?  My video card is a Diamond
Viper v550 vidoe card which uses the nVidia Riva TNT chip. 
The card uses the AGP interface and has 8 MB of SDRAM.  The
rest of the important parts of my system are as follows.  The
chip is a Pentium II Celeron at 330 MHz with 450 MB RAM.  I am
using FreddBSD-5.3-RELEASE.  My video card works, but
sometimes renders slowly and when the processor is busy, I get
ghosts, for lack of a better phrase.  Scrolling is very slow.
 I have already checked the configuration file for X and
everything seems to be in order, as far as refresh rates,
resolution, etc.
I am grateful for any help.

Thanks,

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


Re: Problems with PCI-express video card

2005-04-09 Thread Danny Pansters
On Sunday 10 April 2005 02:29, you wrote:
 Danny Pansters wrote:
  [ top posting for a change ;-) ]

 Thanks for the reply.

  Is this is a brand new board/box (eg first time trying FreeBSD with it)?
  If so, try physically installing first the RAM then the pci-x card. They
  want a memory adress pool allocated and that should be above your RAM
  allocated addresses.

 It is not a brand new box, but I have never been able to get X under
 FreeBSD to work with it.

 I reduced the RAM in the computer to 2GB, and removed the pci-x card,
 booted up, and the reinstalled the pci-x card, as you suggested.
 Unfortunately it didn't change anything.

  You don't need agp in your kernel, in fact better not if you use
  nvidia-driver.

 I have hint.agp.0.disabled=1 in /boot/loader.conf - presumably that
 does the same thing.

  You might also have a basket case situation where your allocated
  addresses for the nvidia overlap with those for another PCI card, but I
  think usually the OS will handle this. My first bet would be on the RAM
  chipping that might occur as explained above.
 
 
  Also note (perhaps superfluous) that you shouldn't be running X when
  (re)loading nvidia.ko.
 
  But perhaps it just isn't supported. Does using X' nv work or not?

 X nv doesn't work either.  But the 6600 is listed as a board that is
 supported, both by nv and nvidia.

Hmm, I'm afraid I don't know anything else to try either...


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


Re: open source video card hardware!

2004-12-11 Thread Jay Moore
On Sunday 05 December 2004 12:05 am, jason wrote:

 Has anyone else heard of these great idea?  If you are intrested sign
 the petition so the company backing it, Tech Source, will fund it.
 Please check this link with plenty of info about.

 http://lists.duskglow.com/mailman/listinfo/open-graphics


It does sound like a good idea, but I wonder if it's realistic over the long 
run. 

Why? Well, once upon a time all of the chip vendors published specifications 
for their parts, and made them available to the public. Now, it seems that 
there are many components that are available only to selected parties, and 
then only if you'll sign an NDA.

This is not a conspiracy (unless capitalism is a conspiracy), it simply 
reflects the desire to protect the I.P. developed through investments. 

We've already seen this in the wifi marketplace... there are open-source 
drivers for the older technology, but there are none for the latest 
technology hardware. Thus, you're forced to choose: latest technology or open 
source.

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


Re: open source video card hardware!

2004-12-05 Thread Simon Burke
On Sun, 05 Dec 2004 01:05:35 -0500, jason [EMAIL PROTECTED] wrote:
 Has anyone else heard of these great idea?  If you are intrested sign
 the petition so the company backing it, Tech Source, will fund it.
 Please check this link with plenty of info about.
 
 http://lists.duskglow.com/mailman/listinfo/open-graphics
 
Yeah i know of it, im subscribed to the linux kernel list anfd have
the original thread from it if your interestd, mind it should be in
the archives.

-- 
Theres no place like ::1

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


open source video card hardware!

2004-12-04 Thread jason
Has anyone else heard of these great idea?  If you are intrested sign 
the petition so the company backing it, Tech Source, will fund it.  
Please check this link with plenty of info about.

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


Re: Recommended Video Card with OpenGL Acceleration?

2004-11-10 Thread Chris Kuethe
Just as a follow-up, I'm now running a GeForce2 MX400 with the nvidia
drivers port on 5.3 and it just works. Plenty quick enough for now. So
whoever it is that was wondering about whether or not the nvidia
drivers work on 5.3: yes, they work well.


-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Recommended Video Card with OpenGL Acceleration?

2004-11-09 Thread Miguel Mendez
On Mon, 8 Nov 2004 17:49:28 -0700
Chris Kuethe [EMAIL PROTECTED] wrote:

Hi,

 I've started down the path of OpenGL hackery, and am looking for
 recommendations on good video cards support by X.org that have
 hardware accelerated OpenGL. I'll be running this on 5.3-stable. Thus
 far searches have indicated that ATI is to be avoided, NVIDIA is
 decent, and All cards supported by the DRI open source drivers work
 fine in FreeBSD. I would hope that if a card is said to work fine
 actually does do hardware OpenGL. (I have a laptop with a savage
 twister [0x8d01] that works fine with X, albeit very slowly. It'd be
 nice to have that usable.).

If you want to get the best performance the obvious choice is nvidia
hardware with their proprietary kernel driver. There used to be
stability issues in the past but those seem to have been fixed. I
wouldn't say ATI is to be avoided. If you don't have/need the latest and
greatest you will get 3D support from the DRI driver (up to 9200/R280).
You can get a 9200SE/128MB for $50 or so these days, enough if you don't
want to do heavy gaming and/or pixel/vertex shader programming.

The advantage is that, while performance is not as good as with nvidia
gear, you still have a 100% open source kernel and can get to the code
if needed. This might be important for some people, not so relevant for
end users. ATI used to have better 2D quality but this seems to have
changed, and nvidia now actually cares about image quality (I remember
the image quality of my old TNT to be really awful when compared to a
PCI Matrox card)

 If people would care to bounce me a dmesg or hardware description,
 X/Mesa/etc. versions and some glxgears framerates (csdemo framerates
 would be even better), that'd be much appreciated. I'd prefer to not
 have a completely frankensteined system, but if I need to be running
 some package straight out of CVS, then so be it.

For nvidia, use their kernel and X driver, for others Xorg should
provide the 3D support. I don't know about the Savage card, but if Xorg
supports the DRI part you should get 3D acceleration. Some cards only
have 2D support with sometimes Xv as well.


Cheers,
-- 
Miguel Mendez [EMAIL PROTECTED] | Extreme ways are back again
http://www.energyhq.es.eu.org| Extreme places I didn't know
PGP Key: 0xDC8514F1  | I broke everything new again
Note: All HTML mail goes to /dev/null| Everything that I'd owned



pgptMiobDMr2g.pgp
Description: PGP signature


Recommended Video Card with OpenGL Acceleration?

2004-11-08 Thread Chris Kuethe
I've started down the path of OpenGL hackery, and am looking for
recommendations on good video cards support by X.org that have
hardware accelerated OpenGL. I'll be running this on 5.3-stable. Thus
far searches have indicated that ATI is to be avoided, NVIDIA is
decent, and All cards supported by the DRI open source drivers work
fine in FreeBSD. I would hope that if a card is said to work fine
actually does do hardware OpenGL. (I have a laptop with a savage
twister [0x8d01] that works fine with X, albeit very slowly. It'd be
nice to have that usable.).

If people would care to bounce me a dmesg or hardware description,
X/Mesa/etc. versions and some glxgears framerates (csdemo framerates
would be even better), that'd be much appreciated. I'd prefer to not
have a completely frankensteined system, but if I need to be running
some package straight out of CVS, then so be it.

To forestall the ever-popular cries of STFA, I've already done some digging:
http://www.google.com/search?q=FreeBSD+OpenGL+acceleration
http://www.freebsd.org/cgi/search.cgi?words=OpenGLmax=250sort=scoreindex=recentsource=freebsd-newbiessource=freebsd-questionssource=freebsd-x11
http://marc.theaimsgroup.com/?l=freebsd-questionsw=2r=1s=OpenGLq=b
http://dri.sourceforge.net/
http://www.unixguide.net/freebsd/faq/11.18.shtml
http://people.freebsd.org/~anholt/dri/
...

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My video card and the config

2004-08-06 Thread Schaballie Mx Jeroen
Hi
my name is schaballie jeroen 
and i like to know what that i have to choose.

i have as video card an Hercules 3d propher 4000xt, but this model is not avaible in 
the database. what should i do to configure this correctly, because i've read and 
tried so much these days and i doesn't find it.

thx

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


FBSD 5.2.1 - video card resolution problem

2004-04-16 Thread Brian Henning
Greetings:

I am running bsd 5.2.1 and I installed the nvidia driver from the ports for the
follwoing video card.

dmesg

nvidia0: GeForce2 MX 100/200 mem 0xc000-0xc7ff,0xce00-0xceff
irq 5 at device 0.0 on pci1

pciconf results:

 class=0x03 card=0x chip=0x00de rev=0xb2 hdr=0x00
vendor   = 'NVIDIA Corporation'
device   = 'GeForce2 MX 100/200 (DDR) [NV11DDR]'
class= display
subclass = VGA



The installation went good, the card was recognized. The problem is the
resolution doesn't get to my desired setting.

..

Section Monitor
Identifier Monitor0
VendorName SUN
ModelName 574
HorizSync 30-70
VertRefresh 50-120
Option DPMS
EndSection

..

Section Screen
Identifier Screen0
Device Card0
Monitor Monitor0
DefaultDepth 24

SubSection Display
Depth 24
Modes 1152x864 1024x768 800x600 640x480
EndSubSection
EndSection

Above are my XF86Config settings but all I get is a resolution of 640x480. Is
there a way to get a higher resolution with this card?

Thanks,

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


Re: FBSD 5.2.1 - video card resolution problem

2004-04-16 Thread Konrad Heuer

On Fri, 16 Apr 2004, Brian Henning wrote:

 Greetings:

 I am running bsd 5.2.1 and I installed the nvidia driver from the ports for the
 follwoing video card.

 dmesg

 nvidia0: GeForce2 MX 100/200 mem 0xc000-0xc7ff,0xce00-0xceff
 irq 5 at device 0.0 on pci1

 pciconf results:

  class=0x03 card=0x chip=0x00de rev=0xb2 hdr=0x00
 vendor   = 'NVIDIA Corporation'
 device   = 'GeForce2 MX 100/200 (DDR) [NV11DDR]'
 class= display
 subclass = VGA



 The installation went good, the card was recognized. The problem is the
 resolution doesn't get to my desired setting.

 ..

 Section Monitor
 Identifier Monitor0
 VendorName SUN
 ModelName 574
 HorizSync 30-70
 VertRefresh 50-120
 Option DPMS
 EndSection

 ..

 Section Screen
 Identifier Screen0
 Device Card0
 Monitor Monitor0
 DefaultDepth 24

 SubSection Display
 Depth 24
 Modes 1152x864 1024x768 800x600 640x480
 EndSubSection
 EndSection

 Above are my XF86Config settings but all I get is a resolution of 640x480. Is
 there a way to get a higher resolution with this card?

Take a look at /var/log/XFree86.0.log; it contains a rather voluminous log
written by XFree86. You may find a reason there why modes other than
640x480 are excluded.

Regards

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Video Card Compatibility

2004-03-03 Thread bradford fligor
Thank you to all of you for your recent help on FreeBSD. 


 While on vacation last week, I decided to buy an ATI Radeon 9000 video card thinking 
it's got to work.  Well I can't get it to work and can't find it on the list of cards 
during install.  In fact no ATI cards seem to be listed.  I should of brought that 
list with me.  Did I buy an incompatible card

I did notice on the video card config page one line had something like pci:1.0.1.. 
  I know my card goes in an AGP slot not PCI.

I was successful in installing Fedoro Linux yesterday!

Thanks again for your great support!!

Brad
  - Original Message - 
  From: Michael Challis 
  To: bradford fligor 
  Sent: Friday, February 20, 2004 7:11 PM
  Subject: Re: Video card compatibility


  bradford fligor wrote:

  Hello Support !
  
  I bought FreeBSD 5.1 and Handbook for my 10 year old computer nut son for 
Christmas and have had problems installing the full graphical version.
  
  When asked for video card on installation, I don't' know what to select. I have 
on-board video on the motherboard at this site. 
  
   http://www.albatron.com.tw/english/it/mb/specification.asp?pro_id=35
  
  I also have an old monitor but I don't think that's the problem.
  
  Will I need to buy a separate video card and if so would you have any suggestions?
  
  Thank you very much for your help!!
  
  Brad Fligor
  508-627-4862
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]

  
  Knoppix Live linux CD will probably identify the card or a Quick Windows 
  98 install. It is helpful to have the information from another OS 
  concerning hardware before installing a new one.
  Good luck with the youngster. 4.9 is probably a better way to go. Just 
  download the first CD to install.
  MC

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


Re: Video Card Compatibility

2004-03-03 Thread Andrew L. Gould
On Wednesday 03 March 2004 07:06 am, bradford fligor wrote:
 Thank you to all of you for your recent help on FreeBSD.


  While on vacation last week, I decided to buy an ATI Radeon 9000 video
 card thinking it's got to work.  Well I can't get it to work and can't find
 it on the list of cards during install.  In fact no ATI cards seem to be
 listed.  I should of brought that list with me.  Did I buy an incompatible
 card

 I did notice on the video card config page one line had something like
 pci:1.0.1..   I know my card goes in an AGP slot not PCI.

 I was successful in installing Fedoro Linux yesterday!

 Thanks again for your great support!!

 Brad

Both FreeBSD and Linux use XFree86 for its X Window environment.  Video card 
compatibility is handled by XFree86.  So, whether you're using Linux or one 
or FreeBSD, it might be good to bookmark the following page:

http://www.xfree86.org/4.3.0/Status.html

For future purchases, it's also good to know that NVIDIA creates drivers for 
both Linux and FreeBSD.  This has made my purchasing decisions very easy.

http://www.nvidia.com/object/linux.html

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


Re: Video Card Compatibility

2004-03-03 Thread Lucas Holt
The ATI Radeon 9000 does work.  I have the 64mb model and had it 
working correctly in 4.8 Stable and 4.9 release with DRI enabled.

I didn't get a chance to test linux games on it, but the native X11 
client/server worked great.  It really sped up KDE.

I also got a Rage 128 AGP working prior to the radeon.

Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
'I try to think but nothing happens'
-- Homer Jay Simpson
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Video Card Compatibility

2004-03-03 Thread Dan Strick
On Wed, 3 Mar 2004 08:06:51 -0500, bradford fligor wrote:

  While on vacation last week, I decided to buy an ATI Radeon 9000 video
 card thinking it's got to work.  Well I can't get it to work and can't
 find it on the list of cards during install.  In fact no ATI cards seem
 to be listed.  I should of brought that list with me.  Did I buy an
 incompatible card
 
 I did notice on the video card config page one line had something like
 pci:1.0.1..   I know my card goes in an AGP slot not PCI.


The card is fine.  In fact, it is probably an excellent choice.
It is just barely old enough (i.e. out of production long enough :-)
that all recent versions of XFree86 should have no trouble with it.
Even though it is not one of the fastest cards available, it will
almost certainly be more than fast enough for any of your applications.

The XFree86 configuration file should specify the radeon driver in
the video card Device Section.  You don't have to be more specific.
I don't recall how you do this when running the various XFree86
configuration programs.

Don't worry about the pci:1.0.1 in the configuration file.  An AGP slot
is in a very practical sense just a mutated PCI slot.  (long story)
In particular, AGP devices have PCI device addresses.

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


Re: Video card compatibility

2004-02-18 Thread Peter Risdon
Jerry McAllister wrote:

Hello Support !

I bought FreeBSD 5.1 and Handbook for my 10 year old computer nut son 
for Christmas and have had problems installing the full graphical version.
   

Good choice.  Get him started right.

 

When asked for video card on installation, I don't' know what to select. 
I have on-board video on the motherboard at this site. 

http://www.albatron.com.tw/english/it/mb/specification.asp?pro_id=35
   

Well, it doesn't say what the video chipset is - just 3d graphics 
engine. But on the drivers download page there is a Via four-in-one 
driver for Windows. On the specs page the motherboard is identified as 
using the Via KM266/8235 chipset. After a bit more googling and 
rummaging, it looks to me as though this is an onboard Via/S3 Savage 8. 
So try the S3 Savage driver. If that doesn't work, say so and I'll 
rummage again.

HTH.

PWR.

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


Re: Video card compatibility

2004-02-18 Thread Tony Frank
Hi,

On Tue, Feb 17, 2004 at 03:10:37PM -0500, bradford fligor wrote:
 I bought FreeBSD 5.1 and Handbook for my 10 year old computer nut son for 
 Christmas and have had problems installing the full graphical version.
 When asked for video card on installation, I don't' know what to select. I have 
 on-board video on the motherboard at this site. 
 
  http://www.albatron.com.tw/english/it/mb/specification.asp?pro_id=35
 
 I also have an old monitor but I don't think that's the problem.
 
 Will I need to buy a separate video card and if so would you have any suggestions?

If your system is up and running, you should post the results of the command 'pciconf 
-lv' and 'dmesg'
This should tell us what type of hardware you have (perhaps give yourself enough of a 
hint)

As others on the list have suggested, 4.9 or 5.2.1 might be better version choices.

Regards,

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


Video card compatibility

2004-02-17 Thread bradford fligor
Hello Support !

I bought FreeBSD 5.1 and Handbook for my 10 year old computer nut son for Christmas 
and have had problems installing the full graphical version.

When asked for video card on installation, I don't' know what to select. I have 
on-board video on the motherboard at this site. 

 http://www.albatron.com.tw/english/it/mb/specification.asp?pro_id=35

I also have an old monitor but I don't think that's the problem.

Will I need to buy a separate video card and if so would you have any suggestions?

Thank you very much for your help!!

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


Re: Video card compatibility

2004-02-17 Thread matthew


On Tue, 17 Feb 2004, bradford fligor wrote:

 Hello Support !

 I bought FreeBSD 5.1 and Handbook for my 10 year old computer nut son for 
 Christmas and have had problems installing the full graphical version.

 When asked for video card on installation, I don't' know what to select. I have 
 on-board video on the motherboard at this site.

  http://www.albatron.com.tw/english/it/mb/specification.asp?pro_id=35

 I also have an old monitor but I don't think that's the problem.

 Will I need to buy a separate video card and if so would you have any suggestions?


Well, that site does not tell us what kind of video card it is exactly.
Open the case and look for the video card chip. Write down that
information.

As for your monitor you will need basic information about it also.
Horz and Vert freq range. What resolution can it do? hopefully something
like 1024x756...

There are 3 different programs that will help configure X.
all 3 can be accessed from /stand/sysinstall program.

This is often difficult for new people to nix.
Send us this info and we can help determine what driver
you need to use.

m

 Thank you very much for your help!!

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

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


Re: Video card compatibility

2004-02-17 Thread Andrew L. Gould
On Tuesday 17 February 2004 02:10 pm, bradford fligor wrote:
 Hello Support !

 I bought FreeBSD 5.1 and Handbook for my 10 year old computer nut son for
 Christmas and have had problems installing the full graphical version.

 When asked for video card on installation, I don't' know what to select.
 I have on-board video on the motherboard at this site.

  http://www.albatron.com.tw/english/it/mb/specification.asp?pro_id=35

 I also have an old monitor but I don't think that's the problem.

 Will I need to buy a separate video card and if so would you have any
 suggestions?

 Thank you very much for your help!!

 Brad Fligor
 508-627-4862

Brad,

Do you now, or have you ever, used FreeBSD?  If not, please do not give 
FreeBSD 5.1 to your 10 year-old son.  Please download 4.9 from the servers or 
wait for FreeBSD 5.2.1.  If you do not have an adequate internet connection 
for such a download, you can purchase the cd's online, or contact me 
off-list.  FreeBSD 5.1 was not released for production use.  FreeBSD is a 
wonderful operating system.  It would be a shame if your son's first 
experience with FreeBSD was unnecessarily frustrating.

As for the video card:  I could not identify the onboard video chip at the web 
page indicated above.  On other Albatron pages, I noted that they sell video 
cards with nVidia chips.  If this holds true for the motherboard, you 
probably have a compatible card; athough you may need to skip the graphical 
configuration step until you can identify the card.  Once the operating 
system is installed, there are various ways to detect the card identity if it 
is known to the kernel or to XFree86.  For more information, see:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

which you can also find in the handbook.

Although we are volunteers (not a Support Department), we are happy to help.

Best of luck,

Andrew Gould

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


Re: Video card compatibility

2004-02-17 Thread Jerry McAllister
 
 Hello Support !
 
 I bought FreeBSD 5.1 and Handbook for my 10 year old computer nut son 
 for Christmas and have had problems installing the full graphical version.

Good choice.  Get him started right.

 When asked for video card on installation, I don't' know what to select. 
 I have on-board video on the motherboard at this site. 
 
  http://www.albatron.com.tw/english/it/mb/specification.asp?pro_id=35
 
 I also have an old monitor but I don't think that's the problem.
 
 Will I need to buy a separate video card and if so would you have any 
 suggestions?

I hope someone who knows more than I about this subject also responds.

But, to figure out what to put for video card and driver, etc I use
three sources and I usually have to pore over all of them and combine
the information.   
I try to get as much information from the vendor/manufacturer as possible.
  Usually their web pages have something useful.
I dig through the dmesg output until I think I have figured out which 
  lines refer to the video stuff.
I go to the Xfree86 support web site and go through their lists.   That 
  is probably the most complete source because it is really XFree86 that
  is talking to your video card anyway.
  The Xfree86 page is:   http://www.xfree86.org/support.html
  Then do some serious digging.

jerry

 
 Thank you very much for your help!!
 
 Brad Fligor
 508-627-4862
 ___
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: good sound card and video card for a FreeBSD setup

2004-02-17 Thread Derrick Ryalls
 
 Hi,
 I'm in the process of buying a new pc and was wondering what 
 would be a good sound card and a video card that i could use 
 with FreeBSD.Do the RivaTNT or GEForce chipsets work well 
 with freebsd.I ask this question 'cos i want both the cards 
 to be as compatible and as easy to install as possible.I'll 
 also be running windows as an alternate OS.

Video:

GeForce is good, check www.nvidia.com for the latest driver and to verify
that the driver will work with the target video card.  Also check xfree86's
website for their list of supported cards/chipsets, that is what matters if
the manufacturer hasn't provided a driver.

Sound:

I got a Game Theater XP working soundwise, but couldn't get full
functionality.  Going with 5.x current, I was able to get an Audigy card
working nicely (with mic support).

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


good sound card and video card for a FreeBSD setup

2004-02-16 Thread somatic
Hi,
I'm in the process of buying a new pc and was wondering what would be a good
sound card and a video card
that i could use with FreeBSD.Do the RivaTNT or GEForce chipsets work well
with freebsd.I ask this question 'cos i
want both the cards to be as compatible and as easy to install as
possible.I'll also be running windows as an alternate OS.

Thanks,
akshay.

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


Re: ACPI S3 compatible video card?

2003-12-19 Thread Thomas T. Veldhouse
Andrew Gallatin wrote:
 Does anybody have suggestions as to a cheap, AGP based video card
 which is known to suspend/resume correctly and has DVI output?

 I'm currently using an ATI Technologies Inc Rage 128 Pro Ultra TF rev
 0, and the screen fails to come back when I resume the machine (an
 Intel D845EBG2 based desktop).

 Since I need to get a new card,  I want to ensure I get one which is
 known to work with ACPI.

 Thanks,

 Drew

I think the ATI Radeon DDR (7500) will do this, and they are quite cheap now
... if you can find them.

BTW ... this is a candidate for freebsd-questions rather than
freebsd-current.

Tom Veldhouse

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


Re: Installing Without Video Card

2003-11-10 Thread Matthew Seaman
On Sun, Nov 09, 2003 at 04:55:52PM -0800, Rishi Chopra wrote:
 Is there a way to install FreeBSD without a video card?  Can I somehow 
 install the OS over ethernet without having a video card and monitor 
 hooked up?
 
 Please email me at [EMAIL PROTECTED] if you can think of a way...

Depends on the Motherboard/Bios -- some won't start to boot up unless
there's some sort of video display.  Plus generally you need a local
video adapter in order to configure Bios settings.  However, given
that your system can get over that important initial hump, then it's
perfectly feasible to install and run the system via a serial console.
See:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-advanced.html

Note that a serial console is typically another computer connected
serial-port to serial-port via a null-modem cable.  You run tip(1) or
some other terminal emulation software on the other machine which
makes the first machine's console accessible from a login session.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Installing Without Video Card

2003-11-09 Thread Rishi Chopra
Is there a way to install FreeBSD without a video card?  Can I somehow 
install the OS over ethernet without having a video card and monitor 
hooked up?

Please email me at [EMAIL PROTECTED] if you can think of a way...

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


video card support in BSD?

2003-09-23 Thread srenna
Hello all,

So i have this old vid card and I'm trying to find out if
it's supported in FreeBSD.  The trouble is that all of the
hardware docs i've looked at...have no section for video
adapters.  Is there a list somewhere of supported vid
cards?

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


Re: video card support in BSD?

2003-09-23 Thread Kris Kennaway
On Tue, Sep 23, 2003 at 01:40:23PM -0400, [EMAIL PROTECTED] wrote:
 Hello all,
 
 So i have this old vid card and I'm trying to find out if
 it's supported in FreeBSD.  The trouble is that all of the
 hardware docs i've looked at...have no section for video
 adapters.  Is there a list somewhere of supported vid
 cards?

See www.xfree86.org.

Kris


pgp0.pgp
Description: PGP signature


Re: video card support in BSD?

2003-09-23 Thread Dan Strick
On Tue, Sep 23, 2003, [EMAIL PROTECTED] wrote:

 So i have this old vid card and I'm trying to find out if
 it's supported in FreeBSD.  The trouble is that all of the
 hardware docs i've looked at...have no section for video
 adapters.  Is there a list somewhere of supported vid
 cards?

and [EMAIL PROTECTED] responded:

 See www.xfree86.org.


I would add that for any particular installation of XFree86 on
FreeBSD one can find hardware compatibility documentation in
/usr/X11R6/lib/X11/doc (assuming of course that the doc files
were installed).

Some of the man pages in /usr/X11R6/man/man4 may also be useful.

I have found that while the documentation in a given installation
of XFree86 may be more specific to that installation, the
documentation on www.xfree86.org is sometimes more complete.
The most recent release of XFree86, 4.3.0, is more or less what
all recent FreeBSD releases are using.

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


does xfree86 support sis315 video card?

2003-08-14 Thread zd
hey all:

i have a peice of sis315e video card but don`t know how to make it work at
xfree86.can someone tell me how to do?
thanks in advance.

eagon



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


Re: does xfree86 support sis315 video card?

2003-08-14 Thread Darren

Assuming the SIS 315e is the same as the SIS 315 it will work with Xfree86 4.3.0
supplied with FreeBSD 4.8-RELEASE, see :

http://www.xfree86.org/current/Status31.html#31

# X -configure
# XFree86 -xf86config /root/XF86Config.new
# mv XF86Config.new /etc/X11/XF86Config
# xf86cfg -textmode

$ startx

Of course afterwards, you want to install and configure GNOME/KDE/Whatever, load
up into xdm/kdm/gdm/whatever and possibly disallow remote X connections.

Regards,
Darren

Wednesday, August 13, 2003, 1:57:37 PM, you wrote:

z i have a peice of sis315e video card but don`t know how to make it work at
z xfree86.can someone tell me how to do?
z thanks in advance.


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


Video Card

2003-07-31 Thread Per Nilsson
Hi.

I was wondering if  you can tell me how to get my video card working in freebsd?!

I am using FreeBSD 4.8, and my video card is: 128 DDR ATI Radeon 9700.

I have tried like hell to get the card work, but without any luck.. The X server won`t 
start without the card
working, and so on..

how do i do?

// Per


  Vad str det om dig p ntet?
  Kolla nu! - http://www.lycos.se/

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


Re: Video Card

2003-07-31 Thread Matthew Graybosch
On Thursday 31 July 2003 12:17 pm, Per Nilsson wrote:

 I am using FreeBSD 4.8, and my video card is: 128 DDR ATI Radeon
 9700.

 I have tried like hell to get the card work, but without any luck..
 The X server won`t start without the card working, and so on..

What does your XF86Config-4 file look like?

-- 
Matthew Graybosch
http://www.starbreaker.net
I am become root, shatterer of kernels.

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


Re: Video Card

2003-07-31 Thread Vulpes Velox
try doing a XFree86 -configure and see if that produces a working conf... then
just move it and change it to the desired res and whatever...

On Thu, 31 Jul 2003 17:17:06 +0100
Per Nilsson  [EMAIL PROTECTED] wrote:

 Hi. 
 
 I was wondering if  you can tell me how to get my video card working in
 freebsd?!
 
 I am using FreeBSD 4.8, and my video card is: 128 DDR ATI Radeon 9700.
 
 I have tried like hell to get the card work, but without any luck.. The X
 server won`t start without the card working, and so on.. 
 
 how do i do?
 
 // Per
 
 
   Vad står det om dig på nätet?
   Kolla nu! - http://www.lycos.se/
 
 

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


Video Card or Browser Problem?

2003-07-11 Thread Bob Perry
Hello,

Would appreciate some help distinguishing video card problems from 
browser problems.

I'm running FreeBSD-RELEASE 4.7 with Mozilla 1.4, XFree86-4.3.0,1.  My 
video card is ASUS AGP-V 7100 Pro T (AGP 4x, 64 MB) and the graphics 
processor is NVidia GeForce2 MX 400.  The video driver is nv which I 
believe came with the OS.

Some of the websites I've accessed using Mozilla seem to have 
invisible graphics.  Graphics such as transaction buttons (i.e., 
submit, continue, etc.) usually found on registration screens, and 
even news photos on my NY Times website are simply missing.  This 
problem doesn't exist with IE on my NT 4.0 system.

I just need some troubleshooting advice.  Are these problems video 
card-related, or browser-related?  How can I tell?

Thanks in advance.

Bob Perry

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


Absence of Graphics a Video Card or Website problem?

2003-07-06 Thread Bob Perry
Hello,

Would appreciate help distinguishing video card problems versus website 
compatibility problems.
I'm running FreeBSD-RELEASE 4.7 with Mozilla 1.4, XFree86-4.3.0,1 and 
the video card is ASUS AGP-V 7100 Pro T (AGP 4x, 64 MB).  The graphics 
processor is NVidia GeForce2 MX 400.  The video driver is nv.

The problems can be missing transaction buttons (i.e., submit, 
continue, etc.) found on registration screens or purchase order 
screens, or the complete absence of photos on my NY Times site.

I have no problems on my NT box and often have to switch to it.

I just need some advice in troubleshooting these problems.

Thanks in advance.

Bob Perry





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


Re: Tell X to ignore onboard video card?

2003-03-20 Thread Nathan Kinkade
On Wed, Mar 19, 2003 at 11:46:43PM -0800, Adam Lofstedt wrote:
 I have an onboard video chip that doesn't work with XFree86, so I got
 another cheap Cirrus Logic PCI video card that I know works with X.
 When I did XFree86 -configure, it generated device sections for both
 graphics chips.  I removed the incompatible one from the config file,
 but when I try to startx, it complains that there isn't a device section
 for the onboard video chip.
 
 Is there any way I can tell X to ignore the onboard card?
 
 Thanks,
 
 Adam

What Device is specified in your Screen section?  The Device
section by itself is meaningless.  The various sections are brought
together in a Screen section.  Take a look at the XF86Config manpage.

Nathan

-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc


pgp0.pgp
Description: PGP signature


Re: Tell X to ignore onboard video card?

2003-03-20 Thread Greg 'groggy' Lehey
On Wednesday, 19 March 2003 at 23:46:43 -0800, Adam Lofstedt wrote:
 I have an onboard video chip that doesn't work with XFree86, so I got
 another cheap Cirrus Logic PCI video card that I know works with X.
 When I did XFree86 -configure, it generated device sections for both
 graphics chips.  I removed the incompatible one from the config file,
 but when I try to startx, it complains that there isn't a device section
 for the onboard video chip.

I'd guess you haven't removed everything you need to remove.  At the
top you'll have something like:

# $Id: XF86Config,v 1.9 2002/12/21 01:36:35 grog Exp $
Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
Screen  1  Screen1 RightOf Screen0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

You obviously have to remove the corresponding Screen line.  Then
remove the corresponding Screen section.  Assuming it's Screen 0,
you'll find:

Section Screen
Identifier Screen0
Device Card0
Monitorleft
DefaultDepth24
(etc).

Remove that, the Device section identified with Card0 and the Monitor
section identified with left.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


Tell X to ignore onboard video card?

2003-03-19 Thread Adam Lofstedt
I have an onboard video chip that doesn't work with XFree86, so I got
another cheap Cirrus Logic PCI video card that I know works with X.
When I did XFree86 -configure, it generated device sections for both
graphics chips.  I removed the incompatible one from the config file,
but when I try to startx, it complains that there isn't a device section
for the onboard video chip.

Is there any way I can tell X to ignore the onboard card?

Thanks,

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Video card with TV OUT

2002-12-26 Thread Thomas Spreng
Hi,

On Wed, Dec 25, 2002 at 12:25:49PM -0500, Alvaro Gil wrote:
 Can anyone recommend a video card with TV out that can be used with 
 FreeBSD.  I would like the TV to be the only monitor connected.  Also 
 it should do 800X600.
 
 Anything out there that works like I want it to?  Its for a MP3/DVD 
 player project that will be connected to a TV and use a wireless 
 keyboard, so it is very important that the TV port be the only active 
 monitor at startup.  Thanks.
 -- 
 
if you want to use x11 over tv out then dont buy a ati card. It is not 
supported yet.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Video card with TV OUT

2002-12-25 Thread Alvaro Gil
Can anyone recommend a video card with TV out that can be used with 
FreeBSD.  I would like the TV to be the only monitor connected.  Also 
it should do 800X600.

Anything out there that works like I want it to?  Its for a MP3/DVD 
player project that will be connected to a TV and use a wireless 
keyboard, so it is very important that the TV port be the only active 
monitor at startup.  Thanks.
--

Alvaro Gil
http://www.AlvaroGil.com
'84 Volvo 242 Turbo (Silver) 15 psi
'97 Leopard Gecko (White, Yellow, Black)
NJIT Mechanical Engineering Student


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Video card with TV OUT

2002-12-25 Thread Anish Mistry
On Wednesday 25 December 2002 12:25 pm, Alvaro Gil wrote:
 Can anyone recommend a video card with TV out that can be used with 
 FreeBSD.  I would like the TV to be the only monitor connected.  Also 
 it should do 800X600.
 
 Anything out there that works like I want it to?  Its for a MP3/DVD 
 player project that will be connected to a TV and use a wireless 
 keyboard, so it is very important that the TV port be the only active 
 monitor at startup.  Thanks.
 -- 
 
 Alvaro Gil
 http://www.AlvaroGil.com
 '84 Volvo 242 Turbo (Silver) 15 psi
 '97 Leopard Gecko (White, Yellow, Black)
 NJIT Mechanical Engineering Student
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 
The Nvidia cards with S-video out ie. Geforece2 MX cards allow you to have to 
tv as the only display.  Just make sure that the s-video cable is plugged 
into the tv when the computer starts.


-- 
Anish Mistry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



  1   2   >