WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: swapping between vesa and nvidia, what do the gurus use?  (Read 6237 times)

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: swapping between vesa and nvidia, what do the gurus use?
« Reply #15 on: September 24, 2013, 11:49:15 AM »
I think you're right but would't that slow down the boot process (a little bit) an comsume more RAM?
The NVidia drivers at least are pretty big (on TC 4.7 I made myelf even bigger extensions from latest drivers via scripts by Rich).
Also I want to be able to specifically choose Xvesa because, at least on my home PC which has a NVidia graphics card, the nv and nouveau drivers seem to be unusable (very poor display performance).
Download a copy and keep it handy: Core book ;)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: swapping between vesa and nvidia, what do the gurus use?
« Reply #16 on: September 24, 2013, 12:06:17 PM »
Only the modules actually loaded will be in RAM.  The extensions will be loop mounted, and reside on flash/disk.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: swapping between vesa and nvidia, what do the gurus use?
« Reply #17 on: September 24, 2013, 12:50:47 PM »
Your list above indicates all Xorg drivers (which are the most basic of drivers),  the additional few Kb they consume is a moot point  IMO   

I find the way to reduce boot times with xf86 drivers is intelligently selecting only those which are required for all systems, like xf86-input-xxx .
The other nv, nouveau, etc etc drivers (not likely to support modern hardware anyhow) are all unnecessary when loading up proprietary Nvidia drivers. 

When you bring in real proprietary Nvidia and ATI drivers into the mix, this changes perspective somewhat.  But I would argue that a few Mb of memory unnecessarily used against several Gb of available memory and the few extra milliseconds it takes to load or mount is  almost negligible in today's systems, the upside of this is functionality across many systems.    If you are still thinking  lst files based on configuration, by now we're down to maybe only two lst options, which is much more manageable  Xorg + Nvidia or Xorg + ATI lst files. 

Striving for a balance of minimal drivers to support the most hardware configurations is always challenging, but can be done


« Last Edit: September 24, 2013, 12:55:23 PM by coreplayer2 »

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: swapping between vesa and nvidia, what do the gurus use?
« Reply #18 on: September 25, 2013, 03:29:01 AM »
Oh, yes. It's mounted but not loaded into RAM. Silly me..
--
True, I might ignore and not even notice any very little extra boot time or a few KB of RAM (if even used).
Though, my main intention is to get rid of additional .lst files (and the need to remember their names) which have basically the same contents (exept graphics drivers). Furthermore, if I want/need to have an alternate onboot.lst containg a totally different setup of extensions, I might have to create dublicates of all my current .lst files.
Could there be any downside by loading extensions from inside bootsync.sh?
Download a copy and keep it handy: Core book ;)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: swapping between vesa and nvidia, what do the gurus use?
« Reply #19 on: September 25, 2013, 05:50:11 AM »
Quote
Could there be any downside by loading extensions from inside bootsync.sh?

The only downside is that it's slower than when done via onboot.lst (as all lib/module/desktop updates are done for each extension, instead of deferred and done once).
The only barriers that can stop you are the ones you create yourself.

Offline Lee

  • Hero Member
  • *****
  • Posts: 645
    • My Core wiki user page
Re: swapping between vesa and nvidia, what do the gurus use?
« Reply #20 on: September 25, 2013, 05:58:49 AM »
Quote
If you feel like you got something worth sharing whenever you're 'done', I'd be glad to learn a little bit from your scripts.

'Done' seems like too strong of a word, as this project is kind of on-going.  But last night even "started' would be too strong of a word... I had forgotten (but remembered in the nick of time) that it was my mothers' birthday, so I never did get any geekery done.

Maybe tomorrow evening, if the real world doesn't somehow intrude.
32 bit core4.7.7, Xprogs, Xorg-7.6, wbar, jwm  |  - Testing -
PPR, data persistence through filetool.sh          |  32 bit core 8.0 alpha 1
USB Flash drive, one partition, ext2, grub4dos  | Otherwise similar

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: swapping between vesa and nvidia, what do the gurus use?
« Reply #21 on: September 25, 2013, 12:06:29 PM »
Quote
slower than when done via onboot.lst
Hmm, I indeed noticed booting has slowed down a little bit (3 or 4 sec.) by looking at the uptime value that Conky shows me but I didn't yet tryed to figure out what was causing this. bummer.
Maybe I should edit /etc/init.d/tc-config then and repack core.gz which is totally update unfriendly though.
--
Quote
, as this project is kind of on-going.
I guessed so. (:
Download a copy and keep it handy: Core book ;)