Ethernet connection and monitor resolution in DesktopBSD

2011-03-31 Thread Jason Hsu
I'm trying out DesktopBSD in VirtualBox.  I like it better than PC-BSD and 
GhostBSD.

However, the Internet connection isn't working out-of-the-box.  When I go to 
the network configuration utility, select the auto DHCP, and click on Connect, 
nothing happens.  I have an Internet connection in my host OS, so no external 
factors are stopping my Internet connection in DesktopBSD (guest OS).

Also, my screen resolution is stuck at 800x600.  How do I change it to 1024x768?

-- 
Jason Hsu jhsu802...@jasonhsu.com
___
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: Ethernet connection and monitor resolution in DesktopBSD

2011-03-31 Thread Polytropon
On Thu, 31 Mar 2011 12:14:04 -0500, Jason Hsu jhsu802...@jasonhsu.com wrote:
 I'm trying out DesktopBSD in VirtualBox.  I like it better
 than PC-BSD and GhostBSD.
 
 However, the Internet connection isn't working out-of-the-box.
 When I go to the network configuration utility, select the
 auto DHCP, and click on Connect, nothing happens.  I have an
 Internet connection in my host OS, so no external factors
 are stopping my Internet connection in DesktopBSD (guest OS).

You can - for diagnostics - try to launch DHCP from
command line. To do so, use

# /etc/rc.d/dhclient restart

or start, if it's not started yet. You can also use
the more bare bones method of the dhclient program.
See man dhclient for details.



 Also, my screen resolution is stuck at 800x600.  How do I
 change it to 1024x768?

I'm not sure if DesktopBSD uses an xorg.conf configuration
file or if the setting is done using a GUI tool (maybe a
tool provided by KDE). Basically the handbook sections about
how to configure X should apply. See Section 5.4 of the
handbook:

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




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: Monitor Resolution???

2004-08-11 Thread Hakim Z. Singhji

Thank you oliver!!!
-Original Message-
From: Oliver Fuchs [EMAIL PROTECTED]
Sent: Aug 11, 2004 1:06 AM
To: [EMAIL PROTECTED]
Subject: Re: Monitor Resolution???

On Tue, 10 Aug 2004, Hakim Z. Singhji wrote:

 Hello All,
 
 I have a question that may be trivial to most however, I don't seem to know how to 
 modify my monitor resolution. I am using FreeBSD without X windows install.  Text 
 only and the font and overall resolution is 'HUGE'.  I recently installed 4.10 (last 
 night) but I don't know where I went wrong with this? Thanks in advance for your 
 help.
 

An acceptable resolution is VESA_800x600 (I do not think that the kernel can
do more at the moment?). 

To enable it you have to recompile your kernel with
option SC_PIXEL_MODE enabled (so you can use the raster text mode).

Then load the vesa support with kldload vesa and try 
vidconrtol -g 100x37 VESA_800x600.

If it is o.k. for you put in your /etc/rc.conf file:
allscreens_flags=-g 100x37 VESA_800x600 
and add to /boot/loader.conf:
vesa_load=YES 
to load the vesa module at startup.

Oliver
-- 
... don't touch the bang bang fruit
___
[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]


Monitor Resolution???

2004-08-10 Thread Hakim Z. Singhji
Hello All,

I have a question that may be trivial to most however, I don't seem to know how to 
modify my monitor resolution. I am using FreeBSD without X windows install.  Text only 
and the font and overall resolution is 'HUGE'.  I recently installed 4.10 (last night) 
but I don't know where I went wrong with this? Thanks in advance for your help.

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


Re: Monitor Resolution???

2004-08-10 Thread Matthew Seaman
On Tue, Aug 10, 2004 at 03:27:35PM -0400, Hakim Z. Singhji wrote:

 I have a question that may be trivial to most however, I don't seem to know how to 
 modify my monitor resolution. I am using FreeBSD without X windows install.  Text 
 only and the font and overall resolution is 'HUGE'.  I recently installed 4.10 (last 
 night) but I don't know where I went wrong with this? Thanks in advance for your 
 help.

vidcontrol(1)

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


pgpqUcieBdFrY.pgp
Description: PGP signature


Re: Monitor Resolution???

2004-08-10 Thread Hakim Z. Singhji
Thanks Matthew... once again :)

Cheers

-Original Message-
From: Matthew Seaman [EMAIL PROTECTED]
Sent: Aug 10, 2004 3:52 PM
To: Hakim Z. Singhji [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Monitor Resolution???

On Tue, Aug 10, 2004 at 03:27:35PM -0400, Hakim Z. Singhji wrote:

 I have a question that may be trivial to most however, I don't seem to know how to 
 modify my monitor resolution. I am using FreeBSD without X windows install.  Text 
 only and the font and overall resolution is 'HUGE'.  I recently installed 4.10 (last 
 night) but I don't know where I went wrong with this? Thanks in advance for your 
 help.

vidcontrol(1)

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

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


Re: Monitor Resolution???

2004-08-10 Thread Glyn Tebbutt
On Tue, 2004-08-10 at 20:27, Hakim Z. Singhji wrote:
 Hello All,
 
 I have a question that may be trivial to most however, I don't seem to know how to 
 modify my monitor resolution. I am using FreeBSD without X windows install.  Text 
 only and the font and overall resolution is 'HUGE'.  I recently installed 4.10 (last 
 night) but I don't know where I went wrong with this? Thanks in advance for your 
 help.
 
 HZS
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

 org
Hi There

http://mostgraveconcern.com/freebsd/vidctrl.html

has some info on the subject i have tired myself on 5.2 -CURRENT but i
kept making
the system panic

Enjoy

Glyn


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


Re: Monitor Resolution???

2004-08-10 Thread Oliver Fuchs
On Tue, 10 Aug 2004, Hakim Z. Singhji wrote:

 Hello All,
 
 I have a question that may be trivial to most however, I don't seem to know how to 
 modify my monitor resolution. I am using FreeBSD without X windows install.  Text 
 only and the font and overall resolution is 'HUGE'.  I recently installed 4.10 (last 
 night) but I don't know where I went wrong with this? Thanks in advance for your 
 help.
 

An acceptable resolution is VESA_800x600 (I do not think that the kernel can
do more at the moment?). 

To enable it you have to recompile your kernel with
option SC_PIXEL_MODE enabled (so you can use the raster text mode).

Then load the vesa support with kldload vesa and try 
vidconrtol -g 100x37 VESA_800x600.

If it is o.k. for you put in your /etc/rc.conf file:
allscreens_flags=-g 100x37 VESA_800x600 
and add to /boot/loader.conf:
vesa_load=YES 
to load the vesa module at startup.

Oliver
-- 
... don't touch the bang bang fruit
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]