Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - lwfitz

#901
Conky / Re: Lua codes and screenshots.
January 18, 2013, 04:04:58 AM
^ Thanks buddy
#902
Conky / Re: Lua codes and screenshots.
January 18, 2013, 03:41:55 AM
Quote from: falldown on January 18, 2013, 03:31:16 AM
I am not sure.. The Intellicast show multiple advisories here.. for stagnant air conditions. 
I will dig deeper into. 

I think that is a word..  :D

Haha if its not a real word it should be!


So now I really do have a question........

subtab={
{d="start",x=5.5,y=10.5},
{d="arc_c",q=4,r=10,degs=90},
{d="rline",x=200,y=0},
{d="arc_c",q=1,r=10,degs=90},
{d="rline",x=0,y=125},
{d="arc_c",q=2,r=10,degs=90},
{d="rline",x=-200,y=0},
{d="arc_c",q=3,r=10,degs=90},
}
grec({g=5,gan=65,x=5,y=10,w=200,h=125,grad={{c=0x000000,a=1,p=0},{c=0x000000,a=1,p=1}},lw=1,sub=1,db=0,subtab=subtab})

subtab={
{d="start",x=5,y=10},
{d="arc_c",q=4,r=10,degs=90},
{d="rline",x=200,y=0},
{d="arc_c",q=1,r=10,degs=90},
{d="rline",x=0,y=125},
{d="arc_c",q=2,r=10,degs=90},
{d="rline",x=-200,y=0},
{d="arc_c",q=3,r=10,degs=90},
}
grec({g=5,gan=80,x=5,y=10,w=200,h=125,grad={{c=0x000000,a=0.35,p=0.0},{c=0xffffff,a=0.35,p=0.71},{c=0xffffff,a=0.35,p=0.73},{c=0xffffff,a=0.35,p=0.75},{c=0x000000,a=0.0,p=1}},lw=1,sub=1,db=0,subtab=subtab})


Is the background for the memory portion. Is this also where I change the size of that section? Like I wasnt to extend that background all the way down to my cpu area. Am I explaining good enough?
#903
Conky / Re: Lua codes and screenshots.
January 18, 2013, 03:08:34 AM
Hey falldown any idea what is causing two wind advisory's to show?



I didnt change anything except the location from the intellicast site


EDIT:

Disregard my lua noobieness (is that a word?) I figured it out
#904
Conky / Re: Teo's Scripts in a nutshell
January 18, 2013, 02:41:21 AM
  ???  BEAUTIFUL!

I love when theres more code to ste........... do research with  ;D

#905
Media Room / Re: Just listened to
January 18, 2013, 02:38:29 AM
#906
Media Room / Re: Just listened to
January 18, 2013, 01:16:08 AM
#907
Media Room / Re: Just listened to
January 18, 2013, 01:08:01 AM
#908
Artwork & Screenshots / Re: January 2013 Screenshots
January 18, 2013, 01:03:08 AM
Quote from: falldown on January 18, 2013, 12:28:08 AM


Slight change in conky.

Freakin love that Conky! Great work as always falldown!
#909
Artwork & Screenshots / Re: January 2013 Screenshots
January 18, 2013, 12:23:12 AM
Quote from: mrneilypops on January 17, 2013, 05:48:50 PM
8)




EDIT: Now on deviantart;
http://fav.me/d5rs785


Now that is one sexy...... VSIDO logo!

Looks awesome!
#910
How To's / Re: Replacing Grub With Syslinux
January 17, 2013, 11:07:00 PM
Quote from: Sector11 on January 17, 2013, 10:29:47 PM
I'm curious.... ( looking for justification maybe )

   1. What advantages are there with Syslinux over Grub?
   2. Why don't Linux Distros in general use it?

Well for me, I did it because dizzie wouldnt shut up about how crappy grub is.......

But to answer your question......

I noticed a definite increase in my boot up time (about 6seconds) and the comfiguration files are a bit more straight forward (at least for me) than grub2.

Grub is pretty much an automated install where as with syslinux there is some editing of config files to get things working.
I could be wrong but syslinux seems to be a bit more configurable also.

Why its not used more? I dont have any clue :D
#911
How To's / Re: Replacing Grub With Syslinux
January 17, 2013, 10:17:38 PM
Thanks guys  :)

Im working on a nice theme that maybe can be used as the default if your interested VastOne
#912
How To's / Replacing Grub With Syslinux
January 17, 2013, 08:28:16 PM
A number of our users have expressed their disdain towards Grub so to keep them happy here is how to replace Grub with extlinux which is one of the many spinoffs of syslinux and is quite often used in booting live disks.
As always before making any major changes to a system its a good idea to have a backup and I always like to keep a super grub disk around just in case something goes haywire, I will still be able to boot into my system and repair it.

Remove grub and Install extlinux (remember all this must be done as root)

sudo su

apt-get remove grub-common

apt-get install extlinux syslinux-common

extlinux --install /boot/extlinux


Make sure your /boot partition is flagged as bootable

A bootable partition will have an * in the boot column

fdisk -l /dev/sda

Mine looks like this


   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        2655    21326256   83  Linux               
/dev/sda3            2655       60315   463153950   83  Linux                 
/dev/sda2           60315       60802     3911827   82  Linux swap



If there is no boot partiton flagged you can fix that with a tool such as gparted





At this point if you never had any other bootloader installed on your system then you should be able to reboot, but if you are replacing another loader such as any version of grub or lilo then if has  probably overwritten the disk's master boot record (MBR). Even if you told it not to. If so, you'll need to replace the grub/lilo code with a more standard MBR. There's one that comes with extlinux, and you can install it like this:

cat /usr/lib/extlinux/mbr.bin >/dev/sda

Exltlinux is now installed and you can reboot but there will not be any menu.



Setting up a boot menu

Extlinux needs extra code to display a menu and on  Debian, that code comes from the syslinux-common package rather than the extlinux package, which is why we installed both packages. Copy the menu files into place:

cp /usr/lib/syslinux/*menu* /boot/extlinux

If you are dual booting with any other OS you will also need the chainloader

cp /usr/lib/syslinux/chain.c32 /boot/extlinux

The menu is auto added now by running

sudo extlinux-update

If you have a windows bootable partition this will also add that portion of the menu just like grub does.

Themes

Themes are located in /usr/share/syslinux/themes/ and to change your theme you will edit /etc/default/extlinux

Mine looks like

## /etc/default/extlinux - configuration file for extlinux-update(8)

EXTLINUX_UPDATE="true"

EXTLINUX_ALTERNATIVES="default recovery"
EXTLINUX_DEFAULT="l0"
EXTLINUX_ENTRIES="all"
EXTLINUX_MEMDISK="true"
EXTLINUX_MEMDISK_DIRECTORY="/boot"
EXTLINUX_MENU_LABEL="VSIDO GNU/Linux, kernel"
EXTLINUX_OS_PROBER="true"
EXTLINUX_PARAMETERS="ro quiet"
EXTLINUX_ROOT="root=/dev/sda1"
EXTLINUX_THEME="vsido"
EXTLINUX_TIMEOUT="50"


Change the line

EXTLINUX_THEME="vsido"

to the theme name that you want


Extlinux can display custom y image backgrounds, start with a 640x480 image then move up in resolution to see what works for you. Originally an upgraded resolution worked for me but after a couple boots my background image disappeared. The only resolution I can use that seems to be stable is 640x480.

Here is my VSIDO extlinux theme if anyone is interested

Just extract that file and copy the extracted folder to /usr/share/syslinux/themes/

After making any changes to your theme or extlinux settings you will need to run

sudo extlinux-update



#913
Media Room / Re: Just listened to
January 17, 2013, 03:59:08 AM
#914
Artwork & Screenshots / Re: January 2013 Screenshots
January 17, 2013, 03:21:54 AM
VERY nice!
#915
Media Room / Re: Just listened to
January 17, 2013, 03:09:36 AM