Skip to Content.
Sympa Menu

baslinux - Re: [BL] Network GUI and X-Display

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: qwms-avib AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Network GUI and X-Display
  • Date: Fri, 30 May 2003 07:17:09 +0000

Yong Beng Ong wrote:
>
> what do you mean by page through?

It goes from 640x480 to 800x600 to ...

> where do i press CTRL-ALT-+? on my terminal?

Hold down the CTRL key with one finger.
Hold down the ALT key with a second finger.
Then press the + key with a third finger.

> I ran into a problem whereby my system hang
> after I start Xserver.

Then there is probably a configuration problem
in /etc/XF86Config.

> My mouse move around and click on the start
> button and then the system hang.what could
> the problem be?

1. What kind of mouse do you have?
2. Look in /etc/XF86Config and find Section "Pointer".
' What are the settings in that Section?

> Oh for the network configuration..I believe I need to
> enter my own IP..as I don't have DHCP installed on my
> server...so...where do I enter the gateway

--------------------------------
insmod rtl8139 # installs network card
ifconfig eth0 192.168.1.17 # assigns address to card
route add default gw 192.168.1.1 # sets default gateway
--------------------------------
Those addresses are just examples. Use the actual IPs
for your network.

> and DNS IPs?

DNS IPs are recorded in /etc/resolv.conf

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page