|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix > OCNix | |
My views about OCNix
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#81 (permalink) | |||||||||||||
|
Overclocker
Join Date: Jun 2008
Location: Norfolk or Bristol, UK
Posts: 1,256
Rep: 24
![]() Unique Rep: 21
Trader Rating: 0
|
LOL, its 7:24am, I haven't yet been to sleep as I've been doing assignments all night that have to be handed in at 10am, and I'm still not done !!!!
__________________
shame on us doomed from the start may god have mercy on our dirty little hearts shame on us for all we've done and all we ever were just zeros and ones
|
|||||||||||||
|
|
|
|
|
#82 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
only problem with conky is the config, we'd have to write a script that could detect whether the cpu is a uni, dual or quad and write the cpu graphs accordingly... which may be a problem. Fairly easy to do though,
Code:
COUNT=$(cat /proc/cpuinfo | grep 'processor' | sed -e 's/.*: //' | wc -l) | echo $COUNT
__________________
|
|||||||||||||
|
|
|
|
|
#83 (permalink) | |||||||||||||
|
Linux Lobbyist
|
Can we start a new thread for OCNix conky configuration ? That itself is a huge task compared to the rest of the system because its the primary monitoring unit of the OS.
__________________It can also be helpful to the linux user community in general because its every conky user's dream to have the perfect conky for their desktop ![]() @sPOON: put your stuff into a thread please
|
|||||||||||||
|
|
|
|
|
#84 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
I agree that the conky config will pose a problem as most people will have to agree on a design, but the design will differ from person to person as one person may not like the design, in which case maybe we could have 2 or 3 pre-defined designs and then the person could "choose" a theme for conky that they like. Should be easy enough to do as we could store the configs somewhere in /usr/local and then just swap the config out with the one they choose.
__________________
|
|||||||||||||
|
|
|
|
|
#85 (permalink) | ||||||||||||||
|
Programmer
![]() |
Quote:
__________________
|
||||||||||||||
|
|
|
|
|
#86 (permalink) | |||||||||||||
|
Programmer
![]() |
We may want to have some sort of script that will install "restricted" nvidia or ati drivers so that the Phoronix Test Suite will run properly.
__________________
|
|||||||||||||
|
|
|
|
|
#87 (permalink) | ||||||||||||||
|
Programmer
![]() |
Quote:
So we would need to have the ati and nvidia drivers pre built and on the live cd, then possibly give the user a choice in the startup scripts before the window manager loads.
__________________
|
||||||||||||||
|
|
|
|
|
#88 (permalink) | |||||||||||||
|
Overclocker
Join Date: Jun 2008
Location: Norfolk or Bristol, UK
Posts: 1,256
Rep: 24
![]() Unique Rep: 21
Trader Rating: 0
|
We could do all of this with a few lines of C code. Write a small app and add it to rc.conf so it runs at startup
__________________
shame on us doomed from the start may god have mercy on our dirty little hearts shame on us for all we've done and all we ever were just zeros and ones
|
|||||||||||||
|
|
|
|
|
#89 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
Distro may need to be updated for each driver release, although we could write a script and automate the whole process... thus allowing us to run it overnight.
---------------------------------------------------- How many architecture types are we going to accommodate? These are the options: # CONFIG_M386 # CONFIG_M486 # CONFIG_M586 # CONFIG_M586TSC # CONFIG_M586MMX # CONFIG_M686 # CONFIG_MPENTIUMII # CONFIG_MPENTIUMIII # CONFIG_MPENTIUMM # CONFIG_MPENTIUM4 # CONFIG_MK6 # CONFIG_MK7 # CONFIG_MK8 # CONFIG_MCRUSOE # CONFIG_MEFFICEON # CONFIG_MWINCHIPC6 # CONFIG_MWINCHIP3D # CONFIG_MGEODEGX1 # CONFIG_MGEODE_LX # CONFIG_MCYRIXIII # CONFIG_MVIAC3_2 # CONFIG_MVIAC7 # CONFIG_MPSC CONFIG_MCORE2 # CONFIG_GENERIC_CPU # CONFIG_X86_GENERIC I was thinking one for: (all will have SMP installed, kernel will disable if not usable) # CONFIG_M686 # CONFIG_MPENTIUMM ( maybe for laptop benchies) # CONFIG_MPENTIUM4 # CONFIG_MK7 (think these are amd chips?) # CONFIG_MK8 (think these are amd chips?) CONFIG_MCORE2 # CONFIG_GENERIC_CPU ( for chips not supported by others) # CONFIG_X86_GENERIC ( for chips not supported by others)
__________________
Last edited by SilentPixel : 04-03-09 at 01:36 AM Reason: tidied up config options |
|||||||||||||
|
|
|
|
|
#90 (permalink) | ||||||||||||||
|
Linux Lobbyist
|
Quote:
So lets name the conky scripts conky1.conf, conky2.conf, etc till conky9.conf. Conky itself wouldn't be started at startup, nor would other option-needing apps. The program, perhaps OptionChooser.cc (I <3 C++) can be an interractive text mode app which accepts options after showing previews and then execute conky and other option-based stuff before exiting. BTW, another thing we need is to specify the no. of threads the CPU is capable of. Linux kernel can be optimised for any no. of threads while compiling. How do we do that ? I know that it can be done in Knoppix (choosing kernel) but I am not so sure about OCNix. Should we have multiple versions which differ only in kernel ? OR should we wait for the real-time kernel-upgrade without reboot feature to make it to the stable kernel ? Looking at the pace we are going, I vote for option #2
Last edited by MetalheadGautham : 04-03-09 at 06:14 AM |
||||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|