WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Some newbie questions re applications & persistence  (Read 6085 times)

Offline rntc

  • Newbie
  • *
  • Posts: 16
Re: Some newbie questions re applications & persistence
« Reply #15 on: July 09, 2012, 09:28:02 PM »
Quote
In gparted, click  View->FileSystemSupport. A table will pop up that tells you which extensions you need to install
Thanks. That worked perfectly.

Offline rntc

  • Newbie
  • *
  • Posts: 16
Re: Some newbie questions re applications & persistence
« Reply #16 on: July 11, 2012, 10:27:00 PM »
Kindly help me with following 2 other issues also:
1. How to setup display/screen resolution to 1600*900. The command 'Xvesa -listmodes' does not show it in its options.
2. How to setup a home folder (preferable sda7/tce/myhome) which persists between boots and which I can access if I run a live cd. Currently I shutdown with backup option which creates mydata.tgz in tce folder which contains home folder also and I can access this file from livecd.
Thanks.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Some newbie questions re applications & persistence
« Reply #17 on: July 12, 2012, 02:00:25 AM »
Kindly help me with following 2 other issues also:
1. How to setup display/screen resolution to 1600*900. The command 'Xvesa -listmodes' does not show it in its options.

Install Xorg with proper video card driver
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Some newbie questions re applications & persistence
« Reply #18 on: July 12, 2012, 04:55:23 AM »
1a. What is your graphics card?
1b. When you boot with code "vga=ask" - and possibly type 'scan' when being offered so -, do you get an option of 1600x900 or not?

2. backup should be restored when booting from cd.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline rntc

  • Newbie
  • *
  • Posts: 16
Re: Some newbie questions re applications & persistence
« Reply #19 on: July 12, 2012, 09:28:15 AM »
Quote
backup should be restored when booting from cd.
I want to access the home folder while booting from another distro or livecd (not necessarily tinycore livecd). I want there should be a folder on hard disk, say /tce/myhome which should be mounted to /home/tc while I am running tinycore. That way if I boot from any other distro, I can access this folder.

I think I need "persistent home", according to concepts page (http://distro.ibiblio.org/tinycorelinux/concepts.html). If I enter on grub kernel line "home=sda7", the folder /mnt/sda7/tchome will be mounted as my home folder, and mydata.tgz will not be created. Can I have any other folder as home folder?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Some newbie questions re applications & persistence
« Reply #20 on: July 12, 2012, 10:45:02 AM »
home= boot option does NOT prevent the creation of mydata.tgz.
You will have to edit /opt/.filetool.lst to exclude home.
Please read the wiki articles on persistence.

Offline rntc

  • Newbie
  • *
  • Posts: 16
Re: Some newbie questions re applications & persistence
« Reply #21 on: July 12, 2012, 12:46:45 PM »
On using home=sda7 option, it created a folder /home/tc on sda7. Is it possible to have this folder created in some other folder, say /tce? Will boot option "home=sda7/tce/" work?

Offline rntc

  • Newbie
  • *
  • Posts: 16
Re: Some newbie questions re applications & persistence
« Reply #22 on: July 13, 2012, 12:08:27 AM »
Quote
What is your graphics card?
NVIDIA Corporation GT218 [GeForce 210]

The available nvidia drivers in Apps do not seem to support GeForce210. Is 'nouveau' driver available for tinycore linux? I could not find that in Apps list, though some forum posts mention it.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Some newbie questions re applications & persistence
« Reply #23 on: July 13, 2012, 02:20:57 AM »
Did you check if they are included in Xorg* ?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Some newbie questions re applications & persistence
« Reply #24 on: July 13, 2012, 05:26:32 AM »
No, nouveau is not supported ATM.
The only barriers that can stop you are the ones you create yourself.

Offline rntc

  • Newbie
  • *
  • Posts: 16
Re: Some newbie questions re applications & persistence
« Reply #25 on: July 13, 2012, 08:08:10 AM »
It may probably be best to download driver from nvidia website and execute the .run file.