Re: [gentoo-user] Mail on multiple laptops

2008-08-02 Thread David Voge
Am Tue, 15 Jul 2008 09:05:34 -0400
schrieb Michael Pobega [EMAIL PROTECTED]:

 I've always had just one laptop so I've been a POP user for years now,
 but I'm finally buying a second laptop for travels (Asus Eee PC) and I
 was wondering what gentoo-user would recommend as a good way to keep
 the mail synced on both of my machines.
 
 I was looking into IMAP but I can't really figure out how it works,
 and Google doesn't offer IMAP, and I'd like to keep this e-mail
 address. Can anyone make any suggestions?
 

i have one notebook and a workstation. i dont use the notebook very
often because of that i use only a simple  rsync  to sync the mails
from my workstations and all dokuments in $HOME too.

rsync -avz --progress --exclude 3 $HOME/ [EMAIL PROTECTED]:$HOME
(after first $HOME slash is needed!)

i dont have problem with that anyway and did not need any other solution
in this time. i works like i want and fast.

greetings david


signature.asc
Description: PGP signature


Re: [gentoo-user] uvesafb problem

2008-01-15 Thread David Voge
Am Dienstag, den 15.01.2008, 22:54 +0800 schrieb Chuanwen Wu:
   was telling to go back to the VESA driver as opposed to the 
  
 
  The only difference in my kernel config and yours is that I have
  CONFIG_FB_CON_DECOR=Y which is located:
  - Device Drivers
   - Graphics support
 - Console display driver support
   - Framebuffer Console support (FRAMEBUFFER_CONSOLE [=y])
 Yeah, it works! I just added this option you suggest, and now I have
 small characters in the console.
 
 Thank you very much!
 
  Try enabling that with the video=uvesafb:1024x768 line.
 

It gonna work with the kernel paramters  vga=0x318  for 1024x768, the
kernel configs framebuffer and the vesa driver too.

David

-- 
gentoo-user@lists.gentoo.org mailing list