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:  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]"


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:  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]"