WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Two questions about refresh rate and ADSL(pppoe) connection.  (Read 4103 times)

Offline kk

  • Newbie
  • *
  • Posts: 3
Two questions about refresh rate and ADSL(pppoe) connection.
« on: August 16, 2009, 05:27:36 AM »
My screen usually works at 1024x768x32@85HZ. In tinycore the resolution is right,but the wrong refresh rate makes me can stare at the screen.
How can I make it work at 1024x768x32@85HZ?

my another computer connect to internet by ADSL(pppoe). I usually use pppoeconf and pon to connect to internet. But I can't find a similar TCE. Which TCE contain the tools help me use ADSL? And how to use these tools?

thx a lot!

ps: I install it to USB driver, and boot it via GRUB
« Last Edit: August 16, 2009, 05:29:17 AM by kk »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Two questions about refresh rate and ADSL(pppoe) connection.
« Reply #1 on: August 16, 2009, 07:57:50 AM »
- Xvesa can't change the refresh rate, you need Xorg for that
- pppd.tcel supports PPPoE

instructions for pppoe:
Quote
DNS resolvers configuration

Edit /etc/resolv.conf with the values provided by your ISP. This is an example for the French ISP Wanadoo:

search wanadoo.fr
nameserver 80.10.246.130 80.10.256.3


Account settings

Edit /etc/ppp/pap-secrets and /etc/ppp/chap-secrets:

"your_isp_login"       *       "password"


Configuration file for pppoe

You must tell ppp to use the plugin rp-pppoe (installed with the ppp package) in /etc/ppp/options:

plugin rp-pppoe.so
name <your ISP login name>
noipdefault
defaultroute
mtu 1492
mru 1492
lock



Running connection

That's all, you are all done! To bring up the DSL line, just type:
sudo pppd eth0
The only barriers that can stop you are the ones you create yourself.

Offline kk

  • Newbie
  • *
  • Posts: 3
Re: Two questions about refresh rate and ADSL(pppoe) connection.
« Reply #2 on: August 16, 2009, 08:44:55 AM »
thank you!

Offline kk

  • Newbie
  • *
  • Posts: 3
Re: Two questions about refresh rate and ADSL(pppoe) connection.
« Reply #3 on: August 17, 2009, 08:39:03 AM »
I have installed pppd.tcel,and written the configure files.
but when I use "sudo pppd eth0", it says "rp-pppoe xxx version compiled against pppd yyy version".

why and how?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Two questions about refresh rate and ADSL(pppoe) connection.
« Reply #4 on: August 28, 2009, 01:20:13 PM »
Is that the complete message?
The only barriers that can stop you are the ones you create yourself.

Offline angel

  • Newbie
  • *
  • Posts: 1
Re: Two questions about refresh rate and ADSL(pppoe) connection.
« Reply #5 on: January 01, 2010, 12:03:02 PM »
Hi I have tried to do pppoe, Filled specified files and received:
Plugin rp-pppoe.so loaded.
RP-PPPoE plugin version 3.3 compiled against pppd 2.4.4

Offline lance blastoff

  • Newbie
  • *
  • Posts: 1
Re: Two questions about refresh rate and ADSL(pppoe) connection.
« Reply #6 on: February 11, 2010, 09:47:35 AM »
Hi
I get the same ****ing message as angel when I try to connect.
By the way thanks for the howto configure pppd
L.B
« Last Edit: February 11, 2010, 09:51:42 AM by lance blastoff »