sidux.com
Menu

News

Give back
Last 3 Contributions
07-07-2008 10.00
06-07-2008 10.00
03-07-2008 5.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
xadras
21 Post subject: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 02:12 AM
Team Member


Joined: Dec 06, 2006
Posts: 536

Status: Offline
For all who missing knxcc. siduxcc includes known sidux-scripts like change-res or netcardconfig in the kde-control-center.

siduxcc in the sidux manual

Installation:
Code:
apt-get update
apt-get install siduxcc

Start:

You can find the kde frontend on the following place:

Code:
Kmenu > System > sidux Kontrollzentrum

To start the console version just type siduxcc on the console.

Lizence: GPL

Screenshots:



More Screenshots

_________________
Blog zu meinen sidux-Programmen | Inoffizieller sidux Blog | siduxcc Bugs&Plans


Last edited by xadras on Jan 28, 2008 - 07:58 PM; edited 10 times in total
 
 View user's profile Send private message  
Reply with quote Back to top
diddy1234
Post subject: RE: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 01:10 PM



Joined: Feb 01, 2007
Posts: 318
Location: Hertfordshire, England
Status: Offline
excellent tool.

is this going to be standard in the next version ? should be

also is there a way to have a region setting as well ?
Then the user could select one setting for country that would then also change the keyboard locale and set the time to display the regional time ?

_________________
ich weiß nicht
 
 View user's profile Send private message  
Reply with quote Back to top
RalfZocker
Post subject: RE: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 01:45 PM



Joined: Dec 04, 2006
Posts: 78
Location: Berlin
Status: Offline
Very nice!

_________________
mfg
RalfZocker

Only bad news are good news
 
 View user's profile Send private message  
Reply with quote Back to top
anticapitalista
Post subject: RE: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 02:13 PM



Joined: Dec 02, 2006
Posts: 287
Location: Greece
Status: Offline
This really is an excellent tool (for those using kde). Can it be used/modified for non-kde desktop?

_________________
"Philosophers have interpreted the world in many ways; the point is to change it."
 
 View user's profile Send private message  
Reply with quote Back to top
spacepenguin
Post subject: RE: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 04:10 PM



Joined: Dec 01, 2006
Posts: 811
Location: DE, near Hamburg
Status: Offline
What I am missing is an option to set the clock to UTC. Just a little checkbox "clock uses UTC" or so. I'd love to see that in the installer but in your siduxcc it also would be nice.

_________________
Susan | Hw: | "Chaos"
 
 View user's profile Send private message Visit poster's website ICQ Number 
Reply with quote Back to top
HK-47
Post subject: RE: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 04:27 PM



Joined: Dec 02, 2006
Posts: 232

Status: Offline
looks great! it would also be nice to have the ability to switch video drivers as well as dpi like the old knxcc did.
 
 View user's profile Send private message  
Reply with quote Back to top
drb
Post subject:   PostPosted: Mar 11, 2007 - 04:57 PM



Joined: Dec 01, 2006
Posts: 636

Status: Offline
I agree with HK-47 - I need to change drivers for some 3D applications (vesa for mga) - I'm not sure how to do that now!

drb

_________________
sidux Chaos fully dist-upgraded!
kernel 2.6.25-10.slh.1-sidux-686
 
 View user's profile Send private message  
Reply with quote Back to top
craigevil
Post subject: Re: RE: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 05:25 PM



Joined: Nov 30, 2006
Posts: 554
Location: USA
Status: Offline
spacepenguin wrote:
What I am missing is an option to set the clock to UTC. Just a little checkbox "clock uses UTC" or so. I'd love to see that in the installer but in your siduxcc it also would be nice.


Add this to the KDE menu for time:

su-me kcmshell kde-clock.desktop --lang en_US

Doesn't do the UTC thing, but does pop up a box to set the time.

All you need to do to set the hwclock to UTC is to run :
hwclock --systohc --utc
http://www.debian.org/doc/manuals/syste ... -time.html

_________________
Debian Tips My Debian sources.list
"If you can't apt-get something, it isn't useful or doesn't exist"
 
 View user's profile Send private message Yahoo Messenger MSN Messenger  
Reply with quote Back to top
DeepDayze
Post subject: Re: RE: siduxcc (sidux-control-center)  PostPosted: Mar 11, 2007 - 06:10 PM



Joined: Dec 02, 2006
Posts: 1748

Status: Offline
A text based siduxcc is nice to have too...in case you need to change settings for kde or setting up drivers while in init 3.
 
 View user's profile Send private message  
Reply with quote Back to top
op4latino
Post subject: RE: Re: RE: siduxcc (sidux-control-center)  PostPosted: Mar 12, 2007 - 06:20 AM



Joined: Dec 02, 2006
Posts: 927
Location: East Coast
Status: Offline
oh, so it is only GUI and not hybrid as knxcc was?
 
 View user's profile Send private message  
Reply with quote Back to top
xadras
Post subject: RE: Re: RE: siduxcc (sidux-control-center)  PostPosted: Mar 12, 2007 - 12:52 PM
Team Member


Joined: Dec 06, 2006
Posts: 536

Status: Offline
diddy1234 wrote:
is this going to be standard in the next version ? should be

At the moment slh is testing the program. After that he will decide if it comes to the repo.

diddy1234 wrote:
also is there a way to have a region setting as well ?

I will think about it. For countries like us, gb or de it would be a good idea. but what i should do with countries like switzerland with different languages and keyboardlayouts?

anticapitalista wrote:
Can it be used for non-kde desktop?

If you have installed a minimal kde, it should work. You can also start the modules direct with the command kcmshell. E.g.
Code:
kcmshell siduxcc_display


spacepenguin wrote:
What I am missing is an option to set the clock to UTC. Just a little checkbox "clock uses UTC" or so.

Good idea. It will come to the ToDo-list.

HK-47 wrote:
it would also be nice to have the ability to switch video drivers as well as dpi like the old knxcc did.

if it's possible i will do it.

DeepDayze wrote:
A text based siduxcc is nice to have too...in case you need to change settings for kde or setting up drivers while in init 3.

It's planed for futere versions.

_________________
Blog zu meinen sidux-Programmen | Inoffizieller sidux Blog | siduxcc Bugs&Plans
 
 View user's profile Send private message  
Reply with quote Back to top
spacepenguin
Post subject: RE: Re: RE: siduxcc (sidux-control-center)  PostPosted: Mar 12, 2007 - 09:19 PM



Joined: Dec 01, 2006
Posts: 811
Location: DE, near Hamburg
Status: Offline
Thanks craigevil for the hwclock hint. After a few detours I have convinced the sidux clock to accept the BIOS time as UTC. Nonetheless it would be nice to have a graphical switch. Xadras, I really love your siduxcc!

BTW: xadras, craigevil - you twins are confusing me Wink.

_________________
Susan | Hw: | "Chaos"
 
 View user's profile Send private message Visit poster's website ICQ Number 
Reply with quote Back to top
xadras
21 Post subject: version 0.5 released!  PostPosted: Mar 30, 2007 - 03:31 PM
Team Member


Joined: Dec 06, 2006
Posts: 536

Status: Offline
version 0.5 released!

Change Log:
console-version (start it with siduxcc)
german localisation
new display functions (change scanning freuqenz, dpi, color depth)
du-alerter (siduxcc-hermes)
kernel-module
software-module

_________________
Blog zu meinen sidux-Programmen | Inoffizieller sidux Blog | siduxcc Bugs&Plans
 
 View user's profile Send private message  
Reply with quote Back to top
rodneyck
Post subject: RE: version 0.5 released!  PostPosted: Apr 07, 2007 - 05:04 PM



Joined: Feb 15, 2007
Posts: 651
Location: Santa Barbara, CA
When I apply the .deb, it installs but nothing in Control Center. So, I pulled up Adept just to see if Siduxcc was listed and it was, but it had "broken" next to it. Did not work for me.

_________________
"Sure wish that muscley-arm sidux developer would come by and deliver me some good NEWWWWWs today!" - Herbert, AKA Mr. Herbert, Family Guy
 
 View user's profile Send private message  
Reply with quote Back to top
devil
Post subject: RE: version 0.5 released!  PostPosted: Apr 07, 2007 - 06:26 PM
Team Member


Joined: Nov 24, 2006
Posts: 2488
Location: berlin
Status: Offline
remove it and try again, i think, dpkg -i lets you know of a dependency you have to fullfill first, forgot, what it was.

greetz
devil

_________________
>>we are sidux - resistance is futile - you will be assimilated<<
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 1 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux is Free Software released under the GNU/GPL license and other compatible licenses.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed by w3you.