WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa  (Read 4686 times)

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
I'm running TC with Fluxbox and xvesa. CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa and returning me to terminal. Who is managing this and how can I disable it?
« Last Edit: May 02, 2017, 10:04:19 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #1 on: May 01, 2017, 08:16:56 AM »
Hi mbertrand
Open your  ~/.xsession  file and add  -nozap  to the  Xvesa  startup command. Then restart X and see if that helped.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #2 on: May 01, 2017, 10:03:36 AM »
I had tried that and Xvesa does not load anymore.

/usr/local/bin/Xvesa -br -nozap -screen 1024x768x24 -dpi 96 -shadow -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null 2>&1 &.

By the way I have this after xvesa
export XPID=$!
waitforX || ! echo failed in waitforX || exit

So I get ' ! echo failed in waitforX'
« Last Edit: May 01, 2017, 10:06:05 AM by mbertrand »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #3 on: May 01, 2017, 11:23:24 AM »
Maybe you made a typo? Make a copy of the file, remove all lines except the xvesa line, remove everything after -I, and run it. That way you'll see any error messages.
The only barriers that can stop you are the ones you create yourself.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #4 on: May 01, 2017, 11:53:13 AM »
I put in .xsession

/usr/local/bin/Xvesa -br -screen 1024x768x24 -dpi 96 -shadow -mouse /dev/input/mice,5 -nolisten tcp -nozap

and it does not start. Typing startx does nothing and no ouput. If i remove -nozap then it starts.
I'm running TC 5.4

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #5 on: May 02, 2017, 12:49:46 AM »
Could be that old Xvesa does not support nozap? Is it listed in -help?
The only barriers that can stop you are the ones you create yourself.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #6 on: May 02, 2017, 06:06:43 AM »
No it is not listed but why would we be using old Xvesa. It as never been updated. I see it is dated 2011.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #7 on: May 02, 2017, 06:43:06 AM »
V5.4 is very old and unsupported.  We are on V8.0 now.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #8 on: May 02, 2017, 07:21:51 AM »
Ok I haven't realized we where that old! But we can't update without big changes. So I guess there is no other way? xmodmap?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #9 on: May 02, 2017, 07:50:10 AM »
Hi mbertrand
It seems that from versions 4 through 8 the Tinycore repositories all have 2 versions of Xvesa available, except for TC5
which is the version you are running. One is the original Xvesa which was part of Tinycore base and the other is an updated
version. I would try grabbing one of the newer versions from one of the other repositories and renaming it to avoid any
conflicts. It has no dependencies. Just get the  .tcz  and  .tcz.md5.txt  files and rename them to  Xvesa-New, then place
them in your tce/optional directory. Change the  Xvesa  in your  onboot.lst  file to  Xvesa-New. Reboot and the new version
should be running.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #10 on: May 02, 2017, 08:26:36 AM »
Ok thanks for the info.  Much appreciated. I will try and share my feedback.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #11 on: May 02, 2017, 09:05:38 AM »
I got xvesa from TC 6.0 and added -nozap and all works! thanks!

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: [SOLVED] CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #12 on: May 02, 2017, 10:05:39 AM »
Hi mbertrand
Thanks for the feedback, glad it worked out. Marking thread as solved.

Offline ipmeel

  • Jr. Member
  • **
  • Posts: 59
Re: [SOLVED] CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #13 on: June 15, 2018, 07:33:49 AM »
Where to add -nozap to tinycore-current.iso or core.gz?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: [SOLVED] CTRL-ALT-DEL and CTRL-ALT-BACSPACE is closing xvesa
« Reply #14 on: June 15, 2018, 10:46:48 AM »
Hi ipmeel
Where to add -nozap to tinycore-current.iso or core.gz?
See reply #4.