RE: freebsd-mobile Digest, Vol 64, Issue 2 - Message 3

"Scott Newton" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
Message: 3
Date: Mon, 07 Jun 2004 21:11:56 -0700
From: "Mike Eriksen" <[email protected]>
Subject: Inspiron 8100
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; format=flowed

I am a novice to this all and just recently loaded FreeBSD 5.2.1.  It is up
and running except that I have a black border around my screen.  I have the
nvidia GeForce driver and was wondering what anyone else has done to correct
this issue.  I have seen a few remedies, but I am still not sure how to
implement them.  Thank you for your thoughts.
~Mike~



------------------------------

You'll need to add the following to your kernel and recompile:
(note that you should be able to load these as modules as well)

options SC_PIXEL_MODE
options VESA

Once you have recompiled at a command prompt type:
	
 vidcontrol -i mode |grep T

This will give you a list of modes that are supported by your video card. 

You can change your modes to the various ones listed by typing the following
command:

vidcontrol MODE

where MODE equals one of the modes that was listed by the previous command.
If none of these suit your fancy, try the following:

vidcontrol -g 100x37 VESA_800x600

You can learn more by typing 

Man vidcontrol

To make these changes permanent add one of the following to your
/etc/rc.conf file:

allscreens_flags="MODE" or allscreens_flags="-g 100x37 VESA_800x600"

Hope this helps!


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.