Re: What's the simplest way to map "CTRL + ALT" to "AltGr" [query]

2023-06-11 Thread David Wright
On Sat 10 Jun 2023 at 09:52:43 (+), Ottavio Caruso wrote: > Is there a simple way, without installing gazillion programs and > tweaking tens of configuration files, to have at startup the > combination of CTRL and left ALT produce the same result as AltGr? > This must work for both console and

Re: Disable Ctrl-Alt-Del in Jessie [Solved]

2015-12-01 Thread Bit Head
due to Windows screen lock attempts on Jessie! :-) From: Martin Read Sent: Monday, November 30, 2015 4:31 PM To: debian-user@lists.debian.org Subject: Re: Disable Ctrl-Alt-Del in Jessie On 30/11/15 00:05, Bit Head wrote: > In Jessie, this is proving

Re: Disable Ctrl-Alt-Del in Jessie

2015-11-30 Thread Martin Read
On 30/11/15 00:05, Bit Head wrote: In Jessie, this is proving to be more challenging as there is no inittab file to edit, and while I could create one, it would only contain commented lines, having a null effect. It seems that in prior releases, one had to explicitly say what to do in order for

Disable Ctrl-Alt-Del in Jessie

2015-11-29 Thread Bit Head
In previous Debian releases I would simply comment out the line controlling Ctrl-Alt-Del key presses in the /etc/inittab file, and this would prevent any action from occurring due to pressing those keys. As an example, here is what I had in the inittab file in Wheezy: # What to do when CTRL

Re: Debian jessie and the normal console (CTRL+ALT+Fn)

2015-03-24 Thread deloptes
I managed to solve it by purging console-common completely I think the config files left behind caused some issue. regards -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debi

Debian jessie and the normal console (CTRL+ALT+Fn)

2015-03-24 Thread deloptes
there and one of the things I was missing was a nice splash screen for the bootup. I replaced splashy with plymouth and it is really nice, but afterwards I can not see the console with CTRL+ALT+F1. I actually don't see anything but thelast screen on the X desktop. Test: CTRL+ALT+F1 login as a n

Re: Re: Ctrl-Alt-Del in systemd

2015-01-31 Thread Ray Andrews
> > Change that symlink to point to poweroff.target: > > # ln -s /lib/systemd/system/poweroff.target/etc/systemd/system/ctrl-alt-del.target That worked fine to change ctrl-alt-del to 'poweroff' butis it possible to return to the old 'cold reboot' behavior?

Re: Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Ron
On Thu, 13 Nov 2014 11:45:10 + Darac Marjal wrote: > > In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?) > > Ctrl-Alt-F12 would take you to a screen displaying in real time the kernel > > messages. > > Is that possible in Debian ? > If yo

Re: Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Simon Brandmair
On 11/13/2014 11:50 AM, Renaud (Ron) OLGIATI wrote: > In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?) > Ctrl-Alt-F12 would take you to a screen displaying in real time the kernel > messages. > > Is that possible in Debian ? Yes. With syslog-ng, you can u

Re: Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Darac Marjal
On Thu, Nov 13, 2014 at 07:47:44AM -0300, Renaud OLGIATI wrote: > In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?) > Ctrl-Alt-F12 would take you to a screen displaying in real time the kernel > messages. > > Is that possible in Debian ? If you're using

Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Ron
In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?) Ctrl-Alt-F12 would take you to a screen displaying in real time the kernel messages. Is that possible in Debian ? Cheers, Ron. -- Boob's Law:

Re: Ctrl-Alt-Del in systemd

2014-02-14 Thread Brian
On Fri 14 Feb 2014 at 21:56:45 +0100, Siard wrote: > Well, relinking /lib/systemd/system/ctrl-alt-del.target to > poweroff.target appears to be doing the trick, and I guess that this > will remain unaffected. > Thanks for your contribution. Thank you for taking the time to respond. U

Re: Re: Ctrl-Alt-Del in systemd

2014-02-14 Thread Michael Biebl
> Both of these methods appear to be working: > - relinking /lib/systemd/system/ctrl-alt-del.target to poweroff.target; > - creating /etc/systemd/system/ctrl-alt-del.target and linking _that_ > to /lib/systemd/system/poweroff.target. Please do the latter as I suggested. Doing the

Re: Ctrl-Alt-Del in systemd

2014-02-14 Thread Siard
Brian wrote: > /lib/systemd/system/ctrl-alt-del.target is linked to reboot.target in > the same directory. It requires systemd-reboot.service which contains > the line > >ExecStart=/bin/systemctl --force reboot > > Changing 'reboot' to 'poweroff'

Re: Ctrl-Alt-Del in systemd

2014-02-14 Thread Siard
William Unruh wrote off-list: > I cannot post to the news list. OK, let me direct it to the list then. > It is really annoying that they have decided to make ACD reboot rather > than halt by default (really horrible for a laptop) > But according to my Mageia, > Ctrl-Alt-Delet

Re: Ctrl-Alt-Del in systemd

2014-02-14 Thread Siard
Michael Biebl wrote: > The current behaviour is defined by the ctrl-alt-del.target. See > # ls -ls /lib/systemd/system/ctrl-alt-del.target > /lib/systemd/system/ctrl-alt-del.target -> reboot.target > > > Change that symlink to point to poweroff.target: > >

Re: Ctrl-Alt-Del in systemd

2014-02-14 Thread Brian
On Fri 14 Feb 2014 at 18:23:14 +0100, Siard wrote: > Using the console, I used to switch off my PC with Ctrl-Alt-Del. > For that to work, I had these lines in /etc/inittab: > > # What to do when CTRL-ALT-DEL is pressed. > ca:12345:ctrlaltdel:/sbin/poweroff systemd doesn't

Re: Ctrl-Alt-Del in systemd

2014-02-14 Thread Michael Biebl
> > # What to do when CTRL-ALT-DEL is pressed. > ca:12345:ctrlaltdel:/sbin/poweroff > > It was the easiest way to switch off the machine that I knew of. > Now is there something similar with systemd? > Ctrl-Alt-Del appears to reboot the machine now. The current behaviour i

Ctrl-Alt-Del in systemd

2014-02-14 Thread Siard
Using the console, I used to switch off my PC with Ctrl-Alt-Del. For that to work, I had these lines in /etc/inittab: # What to do when CTRL-ALT-DEL is pressed. ca:12345:ctrlaltdel:/sbin/poweroff It was the easiest way to switch off the machine that I knew of. Now is there something similar with

Re: Ctrl-alt-del to restart window manager with xfce in wheezy? [CONCLUSION]

2013-06-15 Thread Brian
On Sat 15 Jun 2013 at 12:32:52 -0700, Rick Thomas wrote: > I usually activate ctrl-alt-bksp during the post-installation phase > when I install/purge/configure stuff I want/don't-want that differs > from the default installation. Some of that requires a reboot > anyway, so us

Re: Ctrl-alt-del to restart window manager with xfce in wheezy? [CONCLUSION]

2013-06-15 Thread Rick Thomas
ut an interesting situation. Nowadays, most users would not know of ctrl-alt-backspace as a way of exiting X. The DEs have seen to that. But, for the present, it can still be used if you know how to activate it, as you have discovered. You asked about ctrl-alt-del (or some other key combinatio

Re: Ctrl-alt-del to restart window manager with xfce in wheezy? [CONCLUSION]

2013-06-15 Thread Brian
s I was seeing.) > > (1) I installed Wheezy from scratch with desktop=xfce from the > netinst CD. > > (2) I looked at /etc/default/keyboard and noted no "XKBOPTIONS" line. > > (3) I tried "ctrl-alt-del" and "ctrl-alt-backspace". The second did >

Re: Ctrl-alt-del to restart window manager with xfce in wheezy? [CONCLUSION]

2013-06-15 Thread Rick Thomas
inal system had some left-over cruft from previous experiments, and I don't know exactly how that might have affected the things I was seeing.) (1) I installed Wheezy from scratch with desktop=xfce from the netinst CD. (2) I looked at /etc/default/keyboard and noted no "XKBOPTION

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-12 Thread Rick Thomas
Hi Brian, You are absolutely right! Having asked the question, I owe the group answers. Unfortunately real life intruded its ugly head last week. I do plan to do the tests and report back as soon as I can. Rick On Jun 11, 2013, at 11:26 AM, Brian wrote: He could consider providing

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-12 Thread Bert Riding
On Mon, 10 Jun 2013 04:30:02 +0200, Rick Thomas wrote: I've got xfce window manager installed on pretty-much as it comes fresh-out-of-the-box Wheezy. I'd like to have -- restart the window manager. I've configured it to do so with "dpkg-reconfigure keyboard- configuration", but (even after a r

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-11 Thread Brian
On Tue 11 Jun 2013 at 20:28:00 +0200, Hans-J. Ullrich wrote: > Am Dienstag, 11. Juni 2013 schrieb Brian: > > On Wed 12 Jun 2013 at 01:46:06 +1200, Chris Bannister wrote: > > > On Sun, Jun 09, 2013 at 07:27:35PM -0700, Rick Thomas wrote: > > > > I've got xfce window manager installed on pretty-much

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-11 Thread Gary Dale
f-the-box Wheezy. I'd like to have-- restart the window manager. Isn't it-- to kill the window manager? Or do I fail? Hans Actually, it seems to depend on your window manager. Ctrl-ALt-BkSp does nothing on KDE. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-11 Thread Hans-J. Ullrich
Am Dienstag, 11. Juni 2013 schrieb Brian: > On Wed 12 Jun 2013 at 01:46:06 +1200, Chris Bannister wrote: > > On Sun, Jun 09, 2013 at 07:27:35PM -0700, Rick Thomas wrote: > > > I've got xfce window manager installed on pretty-much as it comes > > > fresh-out-of-the-box Wheezy. > > > > > > I'd like

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-11 Thread Brian
On Mon 10 Jun 2013 at 10:37:28 +0200, Elimar Riesebieter wrote: > Try echo > 'XKBOPTIONS="lv3:ralt_switch,compose:caps,terminate:ctrl_alt_bksp"' >> > /etc/default/keyboard Does this do anything special? Or, putting it another way, does it do anything more than 'dpkg-reconfigure keyboard-configura

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-11 Thread Brian
; JFTR, aside from anything else you have to do, regarding > --, check your /etc/inittab > > e.g. > less /etc/inittab > [...] > # What to do when CTRL-ALT-DEL is pressed. > ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now > [...] > > I don't run a DE, so don

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-11 Thread Chris Bannister
pkg-reconfigure keyboard- > configuration", but (even after a reboot) that doesn't seem to do > the job. > > Anybody know what I'm missing? JFTR, aside from anything else you have to do, regarding --, check your /etc/inittab e.g. less /etc/inittab [...] # What to do whe

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-11 Thread Rob Owens
- Original Message - From: "Rick Thomas" To: "debian-user List Debian" Sent: Sunday, June 9, 2013 10:27:35 PM Subject: Ctrl-alt-del to restart window manager with xfce in wheezy? >I've got xfce window manager installed on pretty-much as it comes >fres

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-10 Thread Elimar Riesebieter
* Rick Thomas [2013-06-10 11:19 -0700]: > > On Jun 10, 2013, at 1:37 AM, Elimar Riesebieter wrote: > > >Try echo > >'XKBOPTIONS="lv3:ralt_switch,compose:caps,terminate:ctrl_alt_bksp"' >> > >/etc/default/keyboard > > > >Elimar > > Thanks, Elimar. > > I'll give it a try. Can you give me a poin

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-10 Thread Brian
On Sun 09 Jun 2013 at 23:51:36 -0700, Rick Thomas wrote: > I've configured -- to do so with "dpkg- > reconfigure keyboard-configuration", but (even after a reboot) that > doesn't seem to do the job. > > Specifically, -- did nothing before I did > "dpkg-reconfigure keyboard-configuration", and it

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-10 Thread Elimar Riesebieter
ox Wheezy. > >> > >>I'd like to have -- restart the window manager. > >> > >>I've configured it to do so with "dpkg-reconfigure keyboard- > >>configuration", but (even after a reboot) that doesn't seem to do > >>the jo

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-10 Thread Klistvud
Dne, 10. 06. 2013 04:27:35 je Rick Thomas napisal(a): I've got xfce window manager installed on pretty-much as it comes fresh-out-of-the-box Wheezy. I'd like to have -- restart the window manager. I've configured it to do so with "dpkg-reconfigure keyboard-configuration", but (even after

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-10 Thread Andrei POPESCU
On Du, 09 iun 13, 23:51:36, Rick Thomas wrote: > > It's a Macintosh keyboard. The "backspace" key on my keyboard is > marked "delete" -- the "del" key is *also* marked "delete". Hence > some of the confusion. ... > Specifically, -- did nothing before I did > "dpkg-reconfigure keyboard-configurat

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-09 Thread Rick Thomas
o so with "dpkg-reconfigure keyboard- configuration", but (even after a reboot) that doesn't seem to do the job. Don't you mean Ctrl-Alt-Backspace (not Del)? And this doesn't restart the window manager, but it shuts down the X server. Thanks for the clarification, Andrei! Of cou

Re: Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-09 Thread Andrei POPESCU
ure keyboard- > configuration", but (even after a reboot) that doesn't seem to do > the job. Don't you mean Ctrl-Alt-Backspace (not Del)? And this doesn't restart the window manager, but it shuts down the X server. Kind regards, Andrei -- http://wiki.debian.org/FAQsFr

Ctrl-alt-del to restart window manager with xfce in wheezy?

2013-06-09 Thread Rick Thomas
I've got xfce window manager installed on pretty-much as it comes fresh-out-of-the-box Wheezy. I'd like to have -- restart the window manager. I've configured it to do so with "dpkg-reconfigure keyboard- configuration", but (even after a reboot) that doesn't seem to do the job. Anybody

Re: [Solved] Re: Ctrl+alt+Fn not showing consoles

2010-04-30 Thread Justin The Cynical
rudu wrote: Le 29/04/2010 20:42, Hugo Vanwoerkom a écrit : rudupere wrote: Bingo !! That was it, an old bug from nvidia drivers. The workaround that worked for me : Append the line : options nvidia NVreg_UseVBios=0 to the file /etc/modprobe.d/nvidia-kernel-nkc.conf A big thank you to Justin

Re: [Solved] Re: Ctrl+alt+Fn not showing consoles

2010-04-30 Thread rudu
Le 29/04/2010 20:42, Hugo Vanwoerkom a écrit : rudupere wrote: Le 29/04/2010 05:55, Justin The Cynical a écrit : rudu wrote: Launching a graphic session with startx instead of gdm/kdm doesn't change anything except that I don't even have any flashing prompt on my black screen anymore. Th

Re: [Solved] Re: Ctrl+alt+Fn not showing consoles

2010-04-29 Thread Hugo Vanwoerkom
rudupere wrote: Le 29/04/2010 05:55, Justin The Cynical a écrit : rudu wrote: In single user mode, I can login on the first virtual console but every other ctrl+alt+Fn I hit only gives me a black screen with a prompt flashing in the upper left corner ... IIRC, in single user mode, this is

[Solved] Re: Ctrl+alt+Fn not showing consoles

2010-04-29 Thread rudupere
Le 29/04/2010 05:55, Justin The Cynical a écrit : rudu wrote: In single user mode, I can login on the first virtual console but every other ctrl+alt+Fn I hit only gives me a black screen with a prompt flashing in the upper left corner ... IIRC, in single user mode, this is normal

Re: Ctrl+alt+Fn not showing consoles

2010-04-28 Thread Justin The Cynical
rudu wrote: In single user mode, I can login on the first virtual console but every other ctrl+alt+Fn I hit only gives me a black screen with a prompt flashing in the upper left corner ... IIRC, in single user mode, this is normal. Launching a graphic session with startx instead of gdm/kdm

Re: Ctrl+alt+Fn not showing consoles

2010-04-28 Thread rudu
Le 28/04/2010 18:30, Anand Sivaram a écrit : What is your default runlevel. It should be 2 in normal mode. You could find it from the command "runlevel". # runlevel N 2 Anyway, just see your /etc/inittab and make sure that the required gettys are there. For my debian squeeze system, the

Re: Ctrl+alt+Fn not showing consoles

2010-04-28 Thread Anand Sivaram
What is your default runlevel. It should be 2 in normal mode. You could find it from the command "runlevel". Anyway, just see your /etc/inittab and make sure that the required gettys are there. For my debian squeeze system, these are the relevant lines. # Note that on most Debian systems tty7

Re: Ctrl+alt+Fn not showing consoles

2010-04-28 Thread rudu
gcc to gcc-4.3 and that got rid of the message. Thank you Hugo, I managed to compile the proprietary driver. Now every ctrl+alt+Fn leads to a complete black screen, with no prompt or cursor or anything. Ctrl+alt+F7 works as expected. Could it be that my system stopped crea

Re: Ctrl+alt+Fn not showing consoles

2010-04-27 Thread Hugo Vanwoerkom
ot;. -> The CC version check failed: [...] Indeed. Forget this if it is beating a dead horse, but did you have gcc-4.3 + gcc-4.4 both installed? I did and I set the symlink gcc to gcc-4.3 and that got rid of the message. Thank you Hugo, I managed to com

Re: Ctrl+alt+Fn not showing consoles

2010-04-27 Thread Anand Sivaram
ith CC="cc". >>>> -> The CC version check failed: >>>> >>>> [...] >>>> >>> >>> >> Indeed. Forget this if it is beating a dead horse, but did you have >> gcc-4.3 + gcc-4.4 both installed? I did and I set th

Re: Ctrl+alt+Fn not showing consoles

2010-04-27 Thread rudu
ssage. Thank you Hugo, I managed to compile the proprietary driver. Now every ctrl+alt+Fn leads to a complete black screen, with no prompt or cursor or anything. Ctrl+alt+F7 works as expected. Could it be that my system stopped creating the consoles at boot time ? What should I check and where ?

Re: Ctrl+alt+Fn not showing consoles

2010-04-26 Thread Hugo Vanwoerkom
rudu wrote: Le 26/04/2010 20:55, Hugo Vanwoerkom a écrit : rudu wrote: Le 26/04/2010 19:43, Hugo Vanwoerkom a écrit : rudu wrote: Hi, Running squeeze on AMD64 arch, my system recently stopped to let me get my consoles after I hit the ctrl+alt+Fn keys (n = 1 to 6). When did it stop? I

Re: Ctrl+alt+Fn not showing consoles

2010-04-26 Thread rudu
Le 26/04/2010 20:55, Hugo Vanwoerkom a écrit : rudu wrote: Le 26/04/2010 19:43, Hugo Vanwoerkom a écrit : rudu wrote: Hi, Running squeeze on AMD64 arch, my system recently stopped to let me get my consoles after I hit the ctrl+alt+Fn keys (n = 1 to 6). When did it stop? I can't be

Re: Ctrl+alt+Fn not showing consoles

2010-04-26 Thread Hugo Vanwoerkom
rudu wrote: Le 26/04/2010 19:43, Hugo Vanwoerkom a écrit : rudu wrote: Hi, Running squeeze on AMD64 arch, my system recently stopped to let me get my consoles after I hit the ctrl+alt+Fn keys (n = 1 to 6). When did it stop? I can't be sure but that may coincide with that kernel*-

Re: Ctrl+alt+Fn not showing consoles

2010-04-26 Thread rudu
Le 26/04/2010 19:43, Hugo Vanwoerkom a écrit : rudu wrote: Hi, Running squeeze on AMD64 arch, my system recently stopped to let me get my consoles after I hit the ctrl+alt+Fn keys (n = 1 to 6). When did it stop? I can't be sure but that may coincide with that kernel*-trunk thing, w

Re: Ctrl+alt+Fn not showing consoles

2010-04-26 Thread Matthew Moore
On Monday April 26 2010 11:28:36 am rudu wrote: > Running squeeze on AMD64 arch, my system recently stopped to let me get > my consoles after I hit the ctrl+alt+Fn keys (n = 1 to 6). > Instead, my monitor first blackens then presents me the exact replica of > my graphic session

Re: Ctrl+alt+Fn not showing consoles

2010-04-26 Thread Hugo Vanwoerkom
rudu wrote: Hi, Running squeeze on AMD64 arch, my system recently stopped to let me get my consoles after I hit the ctrl+alt+Fn keys (n = 1 to 6). When did it stop? Instead, my monitor first blackens then presents me the exact replica of my graphic session's screen except that it r

Ctrl+alt+Fn not showing consoles

2010-04-26 Thread rudu
Hi, Running squeeze on AMD64 arch, my system recently stopped to let me get my consoles after I hit the ctrl+alt+Fn keys (n = 1 to 6). Instead, my monitor first blackens then presents me the exact replica of my graphic session's screen except that it reacts to nothing, there is no mouse c

Re: Ctrl Alt F11 gives me trouble

2009-11-14 Thread Jason Filippou
Never having fully understood what the trouble was, I achieved to solve the grief produced by playing with the kde fonts through system settings and, of course, uninstalling pulseaudio, which I had thought to have been already uninstalled. Thank you all for your time. -- To UNSUBSCRIBE, email t

Re: Ctrl Alt F11 gives me trouble

2009-11-13 Thread Chris Jones
On Fri, Nov 13, 2009 at 07:09:28PM EST, Daniel Burrows wrote: > On Fri, Nov 13, 2009 at 02:04:16PM +0200, Jason Filippou > was heard to say: > > When I logged into my Debian partition, I realized that the system > > fonts had all been altered and made quite uglier and less readable > > and my sy

Re: Ctrl Alt F11 gives me trouble

2009-11-13 Thread Daniel Burrows
On Fri, Nov 13, 2009 at 02:04:16PM +0200, Jason Filippou was heard to say: > When I logged into my Debian partition, I > realized that the system fonts had all been altered and made quite > uglier and less readable and my system sounds aren't playing by > default This sounds a lot like you had

Re: Ctrl Alt F11 gives me trouble

2009-11-13 Thread Nate Bargmann
* Chris Jones [2009 Nov 13 14:15 -0600]: > On Fri, Nov 13, 2009 at 07:04:16AM EST, Jason Filippou wrote: > > Hello, > > > > I run Testing with KDE and accidentally hit ctrl alt f11 instead of > > some kde effects combination. As a result of this, I was given a &g

Re: Ctrl Alt F11 gives me trouble

2009-11-13 Thread Nate Bargmann
* Tony Nelson [2009 Nov 13 11:30 -0600]: > On 09-11-13 08:08:35, Nate Bargmann wrote: > > * Jason Filippou [2009 Nov 13 06:22 > > -0600]: > > > Hello, > > > > > > I run Testing with KDE and accidentally hit ctrl alt f11 instead of > > > some

Re: Ctrl Alt F11 gives me trouble

2009-11-13 Thread Chris Jones
On Fri, Nov 13, 2009 at 07:04:16AM EST, Jason Filippou wrote: > Hello, > > I run Testing with KDE and accidentally hit ctrl alt f11 instead of > some kde effects combination. As a result of this, I was given a > prompt I couldn't propery interact with, What did the prompt

Re: Ctrl Alt F11 gives me trouble

2009-11-13 Thread Tony Nelson
On 09-11-13 08:08:35, Nate Bargmann wrote: > * Jason Filippou [2009 Nov 13 06:22 > -0600]: > > Hello, > > > > I run Testing with KDE and accidentally hit ctrl alt f11 instead of > > some kde effects combination. As a result of this, I was given a > > pro

Re: Ctrl Alt F11 gives me trouble

2009-11-13 Thread Nate Bargmann
* Jason Filippou [2009 Nov 13 06:22 -0600]: > Hello, > > I run Testing with KDE and accidentally hit ctrl alt f11 instead of > some kde effects combination. As a result of this, I was given a > prompt I couldn't propery interact with, That key combination put you into virt

Ctrl Alt F11 gives me trouble

2009-11-13 Thread Jason Filippou
Hello, I run Testing with KDE and accidentally hit ctrl alt f11 instead of some kde effects combination. As a result of this, I was given a prompt I couldn't propery interact with, and then I hit cltr alt delete to restart my system. When I logged into my Debian partition, I realized tha

Re: Where did ctrl-alt-F1 go?

2009-09-16 Thread Florian Kulzer
and used it to install testing. > >> > >> Everything went well, but after installation, when I tried using > >> ctrl-alt- F1 to switch to a virual console, nothing happened. > >> > >> How do I go about getting such a console? I can get a root command > &g

Re: Where did ctrl-alt-F1 go?

2009-09-16 Thread Hendrik Boom
On Tue, 15 Sep 2009 10:27:24 -0400, Paul Gallaway wrote: >> I find myself wondering if there's some setting (about the availability >> of ctrl-alt-F1) that has a different default value, and I have to find >> it and change it. > You didn't say but did you try anot

Re: Where did ctrl-alt-F1 go?

2009-09-16 Thread Hendrik Boom
llation, when I tried using >> ctrl-alt- F1 to switch to a virual console, nothing happened. >> >> How do I go about getting such a console? I can get a root command >> window, but if I end up upgrading X sometime, that doesn't seem the >> best place to be con

Re: Where did ctrl-alt-F1 go?

2009-09-16 Thread Jon Dowland
On Mon, Sep 14, 2009 at 03:07:04AM +, Hendrik Boom wrote: > Everything went well, but after installation, when I tried > using ctrl-alt- F1 to switch to a virual console, nothing > happened. Do you have an /etc/X11/xorg.conf file? If so, do you have "XkbLayout" defined in

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Chris Jones
; week, and used it to install testing. > >> > >> Everything went well, but after installation, when I tried using > >> ctrl-alt- F1 to switch to a virual console, nothing happened. > >> > >> How do I go about getting such a console? I can get a root comma

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Hendrik Boom
On Tue, 15 Sep 2009 10:27:24 -0400, Paul Gallaway wrote: >> I find myself wondering if there's some setting (about the availability >> of ctrl-alt-F1) that has a different default value, and I have to find >> it and change it. > You didn't say but did you try anot

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Hendrik Boom
installation, when I tried using >> ctrl-alt- F1 to switch to a virual console, nothing happened. >> >> How do I go about getting such a console? I can get a root command >> window, but if I end up upgrading X sometime, that doesn't seem the >> best place to

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Chris Jones
On Sun, Sep 13, 2009 at 11:07:04PM EDT, Hendrik Boom wrote: > I just downloaded and burned a new Debian testing netinstall CD last > week, and used it to install testing. > > Everything went well, but after installation, when I tried using ctrl-alt- > F1 to switch to a virual c

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread go...@dobosevic.com
Justin wrote: Is X running on tty1 now? That's where in runs in Fedora, for example. That would make ctrl + alt +F1 appear to do nothing... At me runs on tty7. -- Bye, Goran Dobosevic Hrvatski: www.dobosevic.com English: www.dobosevic.com/en/ -- To UNSUBSCRIBE, email to debian-user

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Justin
Is X running on tty1 now? That's where in runs in Fedora, for example. That would make ctrl + alt +F1 appear to do nothing...

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Γιώργος Πάλλας
> Everything went well, but after installation, when I tried using >>> ctrl-alt- F1 to switch to a virual console, nothing happened. >>> >>> How do I go about getting such a console? I can get a root command >>> window, but if I end up upgrading X sometime

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Andrei Popescu
On Mon,14.Sep.09, 03:07:04, Hendrik Boom wrote: > I just downloaded and burned a new Debian testing netinstall CD last > week, and used it to install testing. > > Everything went well, but after installation, when I tried using ctrl-alt- > F1 to switch to a virual console, n

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Paul Gallaway
> I find myself wondering if there's some setting (about the availability > of ctrl-alt-F1) that has a different default value, and I have to find it > and change it. You didn't say but did you try another TTY? ctrl+alt+F2 through F4 (maybe up to F6?). -- To UNSUBSCRIBE, e

Re: Where did ctrl-alt-F1 go?

2009-09-15 Thread Hendrik Boom
On Mon, 14 Sep 2009 20:02:00 +0200, go...@dobosevic.com wrote: > Hendrik Boom wrote: >> I just downloaded and burned a new Debian testing netinstall CD last >> week, and used it to install testing. >> >> Everything went well, but after installation, when I tried usin

Re: Where did ctrl-alt-F1 go?

2009-09-14 Thread go...@dobosevic.com
Hendrik Boom wrote: I just downloaded and burned a new Debian testing netinstall CD last week, and used it to install testing. Everything went well, but after installation, when I tried using ctrl-alt- F1 to switch to a virual console, nothing happened. How do I go about getting such a

Where did ctrl-alt-F1 go?

2009-09-13 Thread Hendrik Boom
I just downloaded and burned a new Debian testing netinstall CD last week, and used it to install testing. Everything went well, but after installation, when I tried using ctrl-alt- F1 to switch to a virual console, nothing happened. How do I go about getting such a console? I can get a root

Re: Ctrl-Alt-Backspace disabled?

2009-06-10 Thread Jan Willem Stumpel
emikaadeo wrote: > I just enabled keyboard layout in > K>Systemsettings>Regional&Language>Keyboard Layout, and there, > in advanced tab I check: Key sequence to kill X server > (Control+Alt+Backspace). I filed a bug against xserver-xorg about the disappearance of control-alt-backspace, and the m

Re: Re: Ctrl-Alt-Backspace disabled?

2009-06-10 Thread emikaadeo
Jan Willem Stumpel wrote: > Andrei Popescu wrote: (about getting ctl-alt-backspace back): >> You need >> >> Option "DontZap" "false" >> >> in the ServerFlags section of your xorg.conf (check the manpage for >> xorg.conf, I'm writing from memory). > > This worked for about a week -- but na

Re: Ctrl-Alt-Backspace disabled?

2009-06-09 Thread marc
Jan Willem Stumpel said: > widux wrote: > >> Hi, >> >> for me >> right-Alt + Print + k >> does the trick! >> >> Greetings > > How on earth did you find this out? You mean you don't hit those keys accidentally all the time? -- Best, Marc "Change requires small steps." -- To UNSUBSCR

Re: Re: Ctrl-Alt-Backspace disabled?

2009-06-09 Thread Andrei Popescu
On Lu,08.iun.09, 19:34:24, Jan Willem Stumpel wrote: > This worked for about a week -- but nannyism has crept further. In > the latest Sid, even this trick doesn't work anymore. How to get > it back, I wonder. Make sure you're using LeftAlt instead of RightAlt (this could be mapped to AltGr) an

Re: Ctrl-Alt-Backspace disabled?

2009-06-09 Thread Andrei Popescu
On Lu,08.iun.09, 19:58:19, widux wrote: > for me > right-Alt + Print + k ^ You probably mean SysRq: http://en.wikipedia.org/wiki/Magic_SysRq_key Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread widux
Am Montag 08 Juni 2009 22:28:33 schrieb Rick Thomas: > On Jun 8, 2009, at 3:29 PM, Jan Willem Stumpel wrote: > > widux wrote: > > > > Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: > >>> Andrei Popescu wrote: (about getting ctl-alt-backspace back): > You need > > Option

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Rick Thomas
On Jun 8, 2009, at 3:29 PM, Jan Willem Stumpel wrote: widux wrote: Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: Andrei Popescu wrote: (about getting ctl-alt-backspace back): You need Option"DontZap" "false" in the ServerFlags section of your xorg.conf (check the manpage

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Sven Joachim
e, but I've heard about it first from Michael Prokop when I discovered that a version of GRML¹ would not reboot properly. > Also, do you know where this is set, so I could change it? Or is > it hard-coded somehow? Anyway, thanks for the information. Wikipedia has a good article² about it.

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Jan Willem Stumpel
widux wrote: > Hi, > > for me > right-Alt + Print + k > does the trick! > > Greetings How on earth did you find this out? Also, do you know where this is set, so I could change it? Or is it hard-coded somehow? Anyway, thanks for the information. Regards, Jan -- To UNSUBSCRIBE, email

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Harry Rickards
On 8 Jun 2009, at 18:58, widux wrote: Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: Andrei Popescu wrote: (about getting ctl-alt-backspace back): You need Option"DontZap" "false" in the ServerFlags section of your xorg.conf (check the manpage for xorg.conf, I'm writing fro

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread widux
Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: > Andrei Popescu wrote: (about getting ctl-alt-backspace back): > > You need > > > > Option "DontZap" "false" > > > > in the ServerFlags section of your xorg.conf (check the manpage for > > xorg.conf, I'm writing from memory). > > Thi

Re: Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Jan Willem Stumpel
Andrei Popescu wrote: (about getting ctl-alt-backspace back): > You need > > Option"DontZap" "false" > > in the ServerFlags section of your xorg.conf (check the manpage for > xorg.conf, I'm writing from memory). This worked for about a week -- but nannyism has crept further. In the late

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread Paul E Condon
On 2009-05-31_14:03:06, thveillon.debian wrote: > marc wrote: > > Jan Willem Stumpel said: > > > >> IMHO disabling an old and trusted functionality is simply introducing a > >> bug, made worse by keeping silent about it (no word about it in > >> changelog.gz or NEWS.Debian.gz). > >> > >> It must s

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread thveillon.debian
Tzafrir Cohen wrote: > On Sun, May 31, 2009 at 02:03:06PM +0100, thveillon.debian wrote: > >> Note to self : disabling "rm" > > The default of both KDE and GNOME is to use the trashcan. There's also > safe-rm. The literal 'rm -rf /' has also been disabled. > >> and "fdisk" commands, catching "s

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread Tzafrir Cohen
On Sun, May 31, 2009 at 02:03:06PM +0100, thveillon.debian wrote: > Note to self : disabling "rm" The default of both KDE and GNOME is to use the trashcan. There's also safe-rm. The literal 'rm -rf /' has also been disabled. > and "fdisk" commands, catching "shutdown" > and "reboot" commands to

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread thveillon.debian
marc wrote: > Jan Willem Stumpel said: > >> IMHO disabling an old and trusted functionality is simply introducing a >> bug, made worse by keeping silent about it (no word about it in >> changelog.gz or NEWS.Debian.gz). >> >> It must surely be a tiny minority of users who press >> control-alt-backs

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread marc
Jan Willem Stumpel said: > IMHO disabling an old and trusted functionality is simply introducing a > bug, made worse by keeping silent about it (no word about it in > changelog.gz or NEWS.Debian.gz). > > It must surely be a tiny minority of users who press > control-alt-backspace "by mistake"; I

  1   2   3   4   >