WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tuning TCL  (Read 6480 times)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Matesax

  • Newbie
  • *
  • Posts: 17
Re: Tuning TCL
« Reply #16 on: March 31, 2013, 12:32:56 PM »
I never configure this command - I work over 5 years in UNIX ... (I used a lot of distro.) Ever is something for the first time...  :D
« Last Edit: March 31, 2013, 12:35:34 PM by Matesax »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Tuning TCL
« Reply #17 on: March 31, 2013, 12:40:13 PM »
Suspend is Linux specific.
Userspace tools rely on kernel infrastructure.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Tuning TCL
« Reply #18 on: March 31, 2013, 01:13:08 PM »
Code: [Select]
tc@box:~$ cat /etc/suspend.conf
snapshot device = /dev/snapshot
resume device = /dev/sda1
resume offset = 384222
image size = 0
shutdown method = platform
suspend loglevel = 9
#compute checksum = y
#compress = y
#encrypt = y
early writeout = y
#splash = y
resume pause = 30

Check
Code: [Select]
cat /sys/power/state
cat /sys/power/disk

for capabilities specific to your system.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Tuning TCL
« Reply #19 on: March 31, 2013, 10:43:11 PM »
EDIT - And last  ;D - why gpm not display mouse?



"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Matesax

  • Newbie
  • *
  • Posts: 17
Re: Tuning TCL
« Reply #20 on: April 01, 2013, 12:38:34 AM »
But in my distro this not working...

Offline Matesax

  • Newbie
  • *
  • Posts: 17
Re: Tuning TCL
« Reply #21 on: April 01, 2013, 07:14:25 AM »
Hi,
how can I enable shift modifier in X?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Tuning TCL
« Reply #22 on: April 01, 2013, 07:26:54 AM »
Hi Matesax
Quote
But in my distro this not working...
Asking questions without supplying any information is not the best way to resolve a problem.

Offline Matesax

  • Newbie
  • *
  • Posts: 17
Re: Tuning TCL
« Reply #23 on: April 01, 2013, 07:30:42 AM »
sudo gpm

This is all information... - no error, no problem, no working... This command correctly set files - but mouse not working...

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Tuning TCL
« Reply #24 on: April 01, 2013, 07:01:39 PM »
As expected!!   ::)

Same mistake here as earlier with s2disk.
If you execute a command while omitting mandatory options it will never ever do what you want!

1. Before using any extension read its info file and follow instructions as indicated.
2. With most programs options "-h" or "--help" will provide brief usage instructions.
3. In doubt consult manual page of program.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)