On Sat, 2020-11-28 at 15:50 +, Vishal Subramanyam wrote:
> Hey,
> I reinstalled Debian (bullseye) today and I noticed two changes.
> Earlier, both tty1 and tty2 were graphical
> consoles with GNOME running. Everything was pretty smooth and I could
> switch back and forth between
> the consoles
I would like to add the following lines from executing "systemctl status gdm".
● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; static)
Active: active (running) since Sat 2020-11-28 20:53:42 IST; 2h 34min ago
Process: 559 ExecStartPre=/usr/share/g
Hey,
I reinstalled Debian (bullseye) today and I noticed two changes. Earlier, both
tty1 and tty2 were graphical
consoles with GNOME running. Everything was pretty smooth and I could switch
back and forth between
the consoles easily.
But now, there's only one graphical console running on tty1 (C
Anders Andersson writes:
>>>> After I did sudo aptitude dist-upgrade I lost
>>>> support for Unicode chars in the ttys as well as
>>>> xterm. Instead I get '?'. Ideas?
>>>
>>> One idea would be to post a list of packages which
>&
On Fri, Jan 01, 2016 at 07:41:52PM +0100, Emanuel Berg wrote:
> Anders Andersson writes:
>
> >> After I did sudo aptitude dist-upgrade I lost
> >> support for Unicode chars in the ttys as well as
> >> xterm. Instead I get '?'. Ideas?
> >
>
On Fri, Jan 1, 2016 at 7:41 PM, Emanuel Berg wrote:
> Anders Andersson writes:
>
>>> After I did sudo aptitude dist-upgrade I lost
>>> support for Unicode chars in the ttys as well as
>>> xterm. Instead I get '?'. Ideas?
>>
>> One idea wou
Anders Andersson writes:
>> After I did sudo aptitude dist-upgrade I lost
>> support for Unicode chars in the ttys as well as
>> xterm. Instead I get '?'. Ideas?
>
> One idea would be to post a list of packages which
> were upgraded. :)
My intuition te
On Thu, Dec 31, 2015 at 8:04 PM, Emanuel Berg wrote:
> After I did
>
> sudo aptitude dist-upgrade
>
> I lost support for Unicode chars in the ttys as well
> as xterm.
>
> Instead I get '?'.
>
> Ideas?
One idea would be to post a list of packages which were upgraded. :)
After I did
sudo aptitude dist-upgrade
I lost support for Unicode chars in the ttys as well
as xterm.
Instead I get '?'.
Ideas?
Linux debian 3.17.1 #9 SMP Fri Nov 7 23:05:01 CET 2014
x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Debian
D
Brian:
> Systemd handles the terminals [...]
... and all of the mucking around that you two and participants in some
other Debian bugs are doing, laudable as it is, is to tweak something
that is in fact already superseded by TTYVTDisallocate=yes in
autovt@.service . (-:
August Karlstrom:
>
On Fri 03 Jul 2015 at 12:13:22 +0200, August Karlstrom wrote:
> On 2015-07-03 01:00, Brian wrote:
> >On Thu 02 Jul 2015 at 23:35:56 +0100, Brian wrote:
> >
> >>The colour has changed to "That looks like light at the end of the
> >>tunnel". :)
> >
> >The light is getting brighter.
> >
> >$SHLVL app
On 2015-07-03 00:40, Brian wrote:
I do not know what the explanation is in any detail but here is
something to do which is constructive and instructive:
mv ~/.bash_logout ~/.bash_logout-orig
and exit. Where are you now? X or a terminal?
Yes, without the logout script it works as expected; no
On 2015-07-03 01:00, Brian wrote:
On Thu 02 Jul 2015 at 23:35:56 +0100, Brian wrote:
The colour has changed to "That looks like light at the end of the
tunnel". :)
The light is getting brighter.
$SHLVL appears to be one of the players. Change
if [ "$SHLVL" = 1 ]; then
in ~/.bash_logout
On Thu 02 Jul 2015 at 23:35:56 +0100, Brian wrote:
> The colour has changed to "That looks like light at the end of the
> tunnel". :)
The light is getting brighter.
$SHLVL appears to be one of the players. Change
if [ "$SHLVL" = 1 ]; then
in ~/.bash_logout to
if [ "$SHLVL" = 2 ]; then
an
On Thu 02 Jul 2015 at 18:45:24 +0100, Brian wrote:
> On Thu 02 Jul 2015 at 17:58:35 +0200, August Karlstrom wrote:
>
> > Could it be related to the graphics driver? What card/driver do you
> > use? I remember having issues with switching between ttys when using
> > the
ressing keys at random is the trigger. A bug in
> >xinit?
> >
> >My ~/.xsession:
> >
> >xterm & exec fvwm
>
> Could it be related to the graphics driver? What card/driver do you
> use? I remember having issues with switching between ttys when using
> the
ou use?
I remember having issues with switching between ttys when using the
NVIDIA driver in Debian Wheezy:
http://forums.linuxmint.com/viewtopic.php?f=42&t=168108
However, in Wheezy I never had any such problems with the (free default)
Nouveau driver.
-- August
--
To UNSUBSCRIBE, em
On Thu 02 Jul 2015 at 10:50:07 +0100, Brian wrote:
> Systemd handles the terminals so this very much looks like a bug in
> that package. Do you intend to report it? I don't see what is special
> about tty1.
I'm having doubts that systemd is involved in this issue. Installing
sysvinit-core and pur
On Thu 02 Jul 2015 at 07:07:58 +0200, August Karlstrom wrote:
> On 2015-07-02 00:20, Brian wrote:
> >Suppose you reboot. You will be on tty1 afterwards. Change to tty2, log
> >in and then log out with the exit command. Are you still on tty2?
>
> Yes, this works as expected. I then logged in on tt
On 2015-07-01 20:50, Elimar Riesebieter wrote:
* August Karlstrom [2015-07-01 08:30 +0200]:
I run Debian 8.1. With X-Windows running in tty1, if I login on tty2
(without X) and then logout, instead of seeing the tty2 login prompt the
system switches to tty1 and X freezes; I cannot move the mou
On 2015-07-02 00:20, Brian wrote:
Suppose you reboot. You will be on tty1 afterwards. Change to tty2, log
in and then log out with the exit command. Are you still on tty2?
Yes, this works as expected. I then logged in on tty1 and started X.
Then I logged in and out of tty2 four times and the c
On Wed 01 Jul 2015 at 21:54:40 +0200, August Karlstrom wrote:
> On 2015-07-01 20:50, Brian wrote:
> >On Wed 01 Jul 2015 at 08:30:52 +0200, August Karlstrom wrote:
> >
> >>I run Debian 8.1. With X-Windows running in tty1, if I login on tty2
> >>(without X) and then logout, instead of seeing the tty
On 2015-07-01 20:50, Brian wrote:
On Wed 01 Jul 2015 at 08:30:52 +0200, August Karlstrom wrote:
I run Debian 8.1. With X-Windows running in tty1, if I login on tty2
(without X) and then logout, instead of seeing the tty2 login prompt
the system switches to tty1 and X freezes; I cannot move the
On Wed 01 Jul 2015 at 08:30:52 +0200, August Karlstrom wrote:
> I run Debian 8.1. With X-Windows running in tty1, if I login on tty2
> (without X) and then logout, instead of seeing the tty2 login prompt
> the system switches to tty1 and X freezes; I cannot move the mouse,
> not even switch to a d
* August Karlstrom [2015-07-01 08:30 +0200]:
> I run Debian 8.1. With X-Windows running in tty1, if I login on tty2
> (without X) and then logout, instead of seeing the tty2 login prompt the
> system switches to tty1 and X freezes; I cannot move the mouse, not even
> switch to a different tty. Th
I run Debian 8.1. With X-Windows running in tty1, if I login on tty2
(without X) and then logout, instead of seeing the tty2 login prompt the
system switches to tty1 and X freezes; I cannot move the mouse, not even
switch to a different tty. The only keyboard command that seems to work
is Ctrl-
On Fri, 06 Sep 2013 09:20:08 -0400 (EDT), Josh Stephens wrote:
>
> You could look at using a udev rule to do the mapping for you.
(Sigh). Replying to Cosme's posts are a waste of time. He is from
Cuba. And his government blocks in-coming e-mails from
outside Cuba. And either the Debian mailin
Sent from my iPhone
On Sep 6, 2013, at 7:50 AM, co...@esid.gecgr.co.cu wrote:
>
>
> Hi
>
> I have problem with my serial port
>
> With dmseg | grep tty
>
> [0.004000] console [tty0] enabled
> [1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [1.770070] serial825
Hi
I have problem with my serial port
With dmseg | grep tty
[0.004000] console [tty0] enabled
[1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.770070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 165
Video corruption?
I have seen this in some machines where once switched to xorg mode,
it is almost impossible to go back to the consoles. Installing
proper drivers for the cards sometimes fixed this issue.
On Mon, 15 Jun 2009, David Baron wrote:
Probably a bug in the latest and greatest xorg of
Probably a bug in the latest and greatest xorg off Sid.
Somewhere along the line, tty's get lost. That's right ... lost. Hitting
alt/ctrl/F1 yields either the Debian blue swirl or once kde4 is up, a funny
version of the current screen. alt/F7 gets the kde session back. No TTY0
session.
Get no
Steve Kreyer said:
> Hi,
>
> marc wrote:
>>
>> Nice catch. I was going to try it, but the wise men at Ubuntu have
>> dropped /etc/modprobe.d/options
>>
>> http://ubuntuforums.org/showthread.php?t=1117102
>>
>> This seems like a strange thing to do.
>>
>>
> if this file doesn't exist anymo
Hi,
marc wrote:
Nice catch. I was going to try it, but the wise men at Ubuntu have
dropped /etc/modprobe.d/options
http://ubuntuforums.org/showthread.php?t=1117102
This seems like a strange thing to do.
if this file doesn't exist anymore you can also specify the option
within the bo
se men at Ubuntu have
dropped /etc/modprobe.d/options
http://ubuntuforums.org/showthread.php?t=1117102
This seems like a strange thing to do.
>
> Kind Regards,
> Steve
>
> Justin The Cynical wrote:
>> Steve Kreyer wrote:
>>> Hi all,
>>>
>>> I h
Steve Kreyer wrote:
Hi *,
thank you all for your help on this issue. With Justins advice on the
nvnews forum thread I was able to fix it using the
Glad it helped. This bug has been around for a /long/ time, and it
seems the fix is different for a lot of people.
In my case, I narrowed it
it's time to challenge luck with the vesafb
graphic driver turned on.
Again, thanks very much, you've rescued me from getting mad about blank
tty's.
Kind Regards,
Steve
Justin The Cynical wrote:
Steve Kreyer wrote:
Hi all,
I have a problem using my TTYs in conjunction wi
Steve Kreyer wrote:
Hi all,
I have a problem using my TTYs in conjunction with the nvidia binary
driver: When I want to switch to any tty using Ctrl+Alt+FX, the graphic
card doesn't want to output anything, and my monitor turns off.
This is an old issue with the NVidia binary blog dr
Steve Kreyer wrote:
Hi all,
I have a problem using my TTYs in conjunction with the nvidia binary
driver: When I want to switch to any tty using Ctrl+Alt+FX, the graphic
card doesn't want to output anything, and my monitor turns off.
I've done a lot of research concerning this
You can try what I have. Since you know you want these why do you have
them as modules? Compile directly into the kernel you don'y have to
worry about loading, and why ot why not it's loaded.
CONFIG_FB=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_
Hi Andrei,
first, thanks for your quick reply.
Yes it is a self-compiled kernel. But if I install the kernel from the
Debian repository Iam faced up with the same problem. Debian
kernel-version is:
$ uname -a
Linux euklid 2.6.26-2-amd64 #1 SMP Fri Mar 27 04:02:59 UTC 2009 x86_64
GNU/Linux
On Tue,21.Apr.09, 21:54:53, Steve Kreyer wrote:
> NVIDIA-Linux-x86_64-180.44. My kernel config (concerning framebuffer
> related configuration) looks as followed:
Are you compiling your own kernel? Try the stock kernel first.
Regards,
Andrei
--
If you can't explain it simply, you don't unders
Hi all,
I have a problem using my TTYs in conjunction with the nvidia binary
driver: When I want to switch to any tty using Ctrl+Alt+FX, the graphic
card doesn't want to output anything, and my monitor turns off.
I've done a lot of research concerning this issue, but haven
f them have udev installed)
For the original /dev/ttyS* problem, however, it might be that the
kernel needs a boot parameter (or a parameter for the 8250 module, if a
custom kernel with 8250 as module is used) to be able to see more than 4
ttyS
grep UARTS /boot/config-`un
On 03/24/2008 06:36 AM, Jean Létourneau wrote:
Goo day,
How do I add a /dev/rrtS? I have 6 physical com port on my machine, but
Debian only see 4 of them. I use the command MAKEDEV but they do not
appear in the /dev, only in the /dev/.static/dev, I tryed to copy them
from /dev.static/dev to
4 -m 660 c 4 68
# mknod /dev/ttyS5 -m 660 c 4 69
Then I'd change the group to dialout to be consistant with the other
ttyS* file configuration.
in the /dev/.static/dev, I tryed to copy them from
> /dev.static/dev to the /dev, but still, my setserial keep saying my ttySx do
> not exist.
Hi.
Let's try this:
gaira:/dev# ls -lha ttyS*
crw-rw 1 root dialout 4, 64 2008-03-24 04:15 ttyS0
crw-rw 1 root dialout 4, 65 2008-03-24 0
Goo day,
How do I add a /dev/rrtS? I have 6 physical com port on my machine, but
Debian only see 4 of them. I use the command MAKEDEV but they do not
appear in the /dev, only in the /dev/.static/dev, I tryed to copy them
from /dev.static/dev to the /dev, but still, my setserial keep saying my
tt
hi all
I have a bluetooth serial connection I want read into another app.
I have it coming in through /dev/rfcomm1 and its spitting out number as
it should when looking at car /dev/rfcomm1, but then I can't get it to
symlink to /dev/ttyS0?
How can I get it to spit out from /dev/ttyS3?
any hel
On 2007-12-27 18:19 +0100, joseph lockhart wrote:
> ok, looking for a way to set the TTYS colors so that
> the stay that way (not reset by ls or other things
> like rebooting, basicly need the location of the
> config file)
>
> echo -e "\033[31m"
>
> and
>
&
ok, looking for a way to set the TTYS colors so that
the stay that way (not reset by ls or other things
like rebooting, basicly need the location of the
config file)
echo -e "\033[31m"
and
echo "^[[1;31;40m"
both work but do not persist after ls and other such
anyway anyo
On Thursday 26 Apr 2007, Scott Gifford wrote:
> Sorry to jump in on an old discussion, but...
>
>
> Alan Chandler <[EMAIL PROTECTED]> writes:
>
> [...]
>
> > OK, I think its the latest kernel and some interaction with my
> > motherboard. I just booted a hand compiled 2.6.19 (originally done
> > wh
On Friday 27 Apr 2007, Florian Kulzer wrote:
> On Thu, Apr 26, 2007 at 21:39:41 +0100, Alan Chandler wrote:
> > On Thursday 26 Apr 2007, Scott Gifford wrote:
> > > Sorry to jump in on an old discussion, but...
> > >
> > >
> > > Alan Chandler writes:
> > >
> > > [...]
> > >
> > > > OK, I think its t
On Thu, Apr 26, 2007 at 21:39:41 +0100, Alan Chandler wrote:
> On Thursday 26 Apr 2007, Scott Gifford wrote:
> > Sorry to jump in on an old discussion, but...
> >
> >
> > Alan Chandler writes:
> >
> > [...]
> >
> > > OK, I think its the latest kernel and some interaction with my
> > > motherboard.
On Thursday 26 Apr 2007, Scott Gifford wrote:
> Sorry to jump in on an old discussion, but...
>
>
> Alan Chandler <[EMAIL PROTECTED]> writes:
>
> [...]
>
> > OK, I think its the latest kernel and some interaction with my
> > motherboard. I just booted a hand compiled 2.6.19 (originally done
> > wh
Sorry to jump in on an old discussion, but...
Alan Chandler <[EMAIL PROTECTED]> writes:
[...]
> OK, I think its the latest kernel and some interaction with my
> motherboard. I just booted a hand compiled 2.6.19 (originally done
> when Debian was on 2.6.18 - because was needed to load the AGP
On Tuesday 17 April 2007 23:18, Greg Folkert wrote:
> On Tue, 2007-04-17 at 22:30 +0100, Alan Chandler wrote:
> > On Tuesday 17 April 2007 22:13, Greg Folkert wrote:
> > > On Tue, 2007-04-17 at 21:48 +0100, Alan Chandler wrote:
> > > > On Tuesday 17 April 2007 14:07, Greg Folkert wrote:
> > >
> > >
On Thu, Apr 19, 2007 at 04:36:21PM -0400, Greg Folkert wrote:
>
> Clarification: I have a perfectly running system.
heh. suure you do ;)
A
signature.asc
Description: Digital signature
On Thu, 19 Apr 2007, Alan Chandler wrote:
On Tuesday 17 April 2007 23:18, Greg Folkert wrote:
On the off chance, can you do "ALT+F2" and run "konsole --ls" which
starts it with a login shell rather than a regular shell? This may
help separate from udev and other stuff.
Sorry not to have repl
On Thu, 2007-04-19 at 13:08 -0700, Mike Bird wrote:
> On Thursday 19 April 2007 10:44, Alan Chandler wrote:
> > I am a bit of a loss to whats wrong. I have /dev/pts directory, but its
> > seems unable to create anything in it.
>
> Is it mounted correctly?
>
> # grep devpts /etc/fstab
> none
On Thursday 19 April 2007 10:44, Alan Chandler wrote:
> I am a bit of a loss to whats wrong. I have /dev/pts directory, but its
> seems unable to create anything in it.
Is it mounted correctly?
# grep devpts /etc/fstab
none/dev/ptsdevpts gid=5,mode=620 0 0
m
On Tuesday 17 April 2007 23:18, Greg Folkert wrote:
> On the off chance, can you do "ALT+F2" and run "konsole --ls" which
> starts it with a login shell rather than a regular shell? This may
> help separate from udev and other stuff.
Sorry not to have replied sooner, been away on business for two
On Tue, 2007-04-17 at 22:31 +0100, Alan Chandler wrote:
> On Tuesday 17 April 2007 22:02, Florian Kulzer wrote:
> > On Tue, Apr 17, 2007 at 21:48:13 +0100, Alan Chandler wrote:
> > > On Tuesday 17 April 2007 14:07, Greg Folkert wrote:
> > > > On Tue, 2007-04-17 at 07:12 +0100, Alan Chandler wrote:
t; > > > > > open a PTY.
> > > > > >
> > > > > > Is this a udev problem or something else?
> > > > >
> > > > > I presume by the deafening silence that this isn't a problem
> > > > > that is hitting everyone e
On Tuesday 17 April 2007 22:02, Florian Kulzer wrote:
> On Tue, Apr 17, 2007 at 21:48:13 +0100, Alan Chandler wrote:
> > On Tuesday 17 April 2007 14:07, Greg Folkert wrote:
> > > On Tue, 2007-04-17 at 07:12 +0100, Alan Chandler wrote:
> > > > On Monday 16 April 2007 22:29, Alan Chandler wrote:
> >
a udev problem or something else?
> > > >
> > > > I presume by the deafening silence that this isn't a problem
> > > > that is hitting everyone else out there.
> > > >
> > > > Can someone at least tell me which init script is supposed to
> &
isn't a problem that
> > > is hitting everyone else out there.
> > >
> > > Can someone at least tell me which init script is supposed to set
> > > up the psuedo ttys so I can try and figure out why it isn't
> > > happening.
> >
> &g
On Tue, Apr 17, 2007 at 21:48:13 +0100, Alan Chandler wrote:
> On Tuesday 17 April 2007 14:07, Greg Folkert wrote:
> > On Tue, 2007-04-17 at 07:12 +0100, Alan Chandler wrote:
> > > On Monday 16 April 2007 22:29, Alan Chandler wrote:
> > > > I've just upgraded my Debian Sid system, and now when I tr
it fails saying it is unable to open a
> > > PTY.
> > >
> > > Is this a udev problem or something else?
> >
> > I presume by the deafening silence that this isn't a problem that
> > is hitting everyone else out there.
> >
> > Can someone
't a problem that is
>>>> hitting everyone else out there.
>>>> Can someone at least tell me which init script is supposed to set up
>>>> the psuedo ttys so I can try and figure out why it isn't happening.
>>> I would bet that your video driver is
a udev problem or something else?
>
> I presume by the deafening silence that this isn't a problem that is
> hitting everyone else out there.
>
> Can someone at least tell me which init script is supposed to set up the
> psuedo ttys so I can try and figure out why it isn&
tting everyone else out there.
>>> Can someone at least tell me which init script is supposed to set up
>>> the psuedo ttys so I can try and figure out why it isn't happening.
>>
>> I would bet that your video driver is causing this. Did you recently
>> install
udev problem or something else?
I presume by the deafening silence that this isn't a problem that is
hitting everyone else out there.
Can someone at least tell me which init script is supposed to set up the
psuedo ttys so I can try and figure out why it isn't happening.
I would bet
t;> Is this a udev problem or something else?
>
> I presume by the deafening silence that this isn't a problem that is
> hitting everyone else out there.
>
> Can someone at least tell me which init script is supposed to set up the
> psuedo ttys so I can try and figure out why
s isn't a problem that is
hitting everyone else out there.
Can someone at least tell me which init script is supposed to set up the
psuedo ttys so I can try and figure out why it isn't happening.
--
Alan Chandler
http://www.chandlerfamily.org.uk
--
To UNSUBSCRIBE, email to [EMAIL PR
I've just upgraded my Debian Sid system, and now when I try and start
konsole (in KDE) it fails saying it is unable to open a PTY.
Is this a udev problem or something else?
--
Alan Chandler
http://www.chandlerfamily.org.uk
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "un
On Wed, Oct 05, 2005 at 09:28:20AM -0500, Hugo Vanwoerkom wrote:
>
> Fbset gives:
>
> mode "1024x768-85"
> # D: 94.500 MHz, H: 68.677 kHz, V: 84.997 Hz
> geometry 1024 768 1024 1024 32
> timings 10582 208 48 36 1 96 3
> hsync high
> vsync high
> rgba 8/16,8/8,8/0,8/24
> en
On Wed, Oct 05, 2005 at 09:28:20AM -0500, Hugo Vanwoerkom wrote:
> phyrster wrote:
> >Hi debianers,
> >
> >I applied vesafb-tng patch to kernel to get ttys show high refresh rate. I
> >have set the kernel parameters in menu.lst and now it seemed to have
> >
On 14:10 Wed 05 Oct 2005, Thomas Adam wrote:
>
> --- phyrster <[EMAIL PROTECTED]> wrote:
>
> > Hi debianers,
> >
> > I applied vesafb-tng patch to kernel to get ttys show high refresh
> > rate. I
> > have set the kernel parameters in
phyrster wrote:
Hi debianers,
I applied vesafb-tng patch to kernel to get ttys show high refresh rate. I
have set the kernel parameters in menu.lst and now it seemed to have worked.
However, is there any command to show the exact refresh rate of ttys? I want
to make sure it indeed worked
--- phyrster <[EMAIL PROTECTED]> wrote:
> Hi debianers,
>
> I applied vesafb-tng patch to kernel to get ttys show high refresh
> rate. I
> have set the kernel parameters in menu.lst and now it seemed to have
> worked.
>
> However, is there any command to show
Hi debianers,
I applied vesafb-tng patch to kernel to get ttys show high refresh rate. I
have set the kernel parameters in menu.lst and now it seemed to have worked.
However, is there any command to show the exact refresh rate of ttys? I want
to make sure it indeed worked.
regards
bxuef
On Sun, May 08, 2005 at 06:18:37PM +0530, Deboo Geek wrote:
> On 5/8/05, Maurits van Rees <[EMAIL PROTECTED]> wrote:
> > On Sun, May 08, 2005 at 05:12:28PM +0530, Deboo Geek wrote:
> > > How do I copy/paste between different screens running on different
> > > t
On 5/8/05, Allan Wind <[EMAIL PROTECTED]> wrote:
> On 2005-05-08T11:31:08-0400, Allan Wind wrote:
> > On 2005-05-08T17:12:28+0530, Deboo Geek wrote:
> > > How do I copy/paste between different screens running on different
> > > ttys? And is there some console p
On 2005-05-08T11:31:08-0400, Allan Wind wrote:
> On 2005-05-08T17:12:28+0530, Deboo Geek wrote:
> > How do I copy/paste between different screens running on different
> > ttys? And is there some console program that is something like the
> > console "note" prog
On 2005-05-08T17:12:28+0530, Deboo Geek wrote:
> How do I copy/paste between different screens running on different
> ttys? And is there some console program that is something like the
> console "note" program and also runs under X (as a native X app, not
> in an xterm windo
On Sun, May 08, 2005 at 06:18:37PM +0530, Deboo Geek wrote:
>
> A bit more tedious (atleast for me) to use the mouse. But gpm
> sometimes does not copy anything at all and will paste blank lines.
> Secondly is there any option to paste between console and X? Or any
> program/daemon which helps in
On Sun, May 08, 2005 at 06:18:37PM +0530, Deboo Geek wrote:
> Secondly is there any option to paste between console and X? Or any
> program/daemon which helps in this?
Not that I know. You could paste the text you want to select into a
text file. Then switch to X and copy-paste it from there.
> I
On 5/8/05, Maurits van Rees <[EMAIL PROTECTED]> wrote:
> On Sun, May 08, 2005 at 05:12:28PM +0530, Deboo Geek wrote:
> > How do I copy/paste between different screens running on different
> > ttys?
>
> I suggest using the mouse and install the gpm package. Then it
On Sun, May 08, 2005 at 05:12:28PM +0530, Deboo Geek wrote:
> How do I copy/paste between different screens running on different
> ttys?
I suggest using the mouse and install the gpm package. Then it is:
leftclick-and-drag to select, go to another console and rightclick to
paste.
--
Mauri
How do I copy/paste between different screens running on different
ttys? And is there some console program that is something like the
console "note" program and also runs under X (as a native X app, not
in an xterm window)
Deboo
--
Please don't Cc: me, I'm subscribed to the list.
Hi,
Sorry I'v been away last week...
All right, I'v tried all three suggestions you made:
* with xkeysym, I get:
64 0 Alt_L for left Alt
37 0 Control_L for left Ctrl
67 12 F1 for F1
* with xev, I get:
keycode 64 (keysym 0xffe9, Alt_L) for left ALt
keycode 37 (keysym 0xffe3, Control_L) for left C
; > > [EMAIL PROTECTED] /dev > chvt 2
> > > Couldnt get a file descriptor referring to the console
> > > zsh: exit 1 chvt 2
> > >
> > > [EMAIL PROTECTED] /dev > chvt 1
> > > Couldnt get a file descriptor referring to the console
> >
1
> > Couldnt get a file descriptor referring to the console
> > zsh: exit 1 chvt 2
> >
> > * as root things work just fine and from the tty I can change tty using
> > Ctrl+Al+Fn
>
> Forgot about that, but yes, it only works as root also for me.
>
> S
/dev > chvt 1
> Couldnt get a file descriptor referring to the console
> zsh: exit 1 chvt 2
>
> * as root things work just fine and from the tty I can change tty using
> Ctrl+Al+Fn
Forgot about that, but yes, it only works as root also for me.
Switching ttys in the console
r idea ?
Thanks a lot for your help.
Shan
Selon Micha Feigin <[EMAIL PROTECTED]>:
> At Fri, 26 Nov 2004 14:35:41 +0100,
> Shan Mignot wrote:
> >
> > Hi,
> >
> > For some time now I have not been able to switch to other ttys. Pressing
> > Ctrl-Alt-F1
At Fri, 26 Nov 2004 14:35:41 +0100,
Shan Mignot wrote:
>
> Hi,
>
> For some time now I have not been able to switch to other ttys. Pressing
> Ctrl-Alt-F1 ... F6 simply does not result in anything. I've seen somewhere
> that
> it may be related to the console-tools
once you are on one of the ttys, try alt+fn to switch between them.
ctrl+alt+fn is only needed to switch from x to another tty
--
Lasse
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi,
For some time now I have not been able to switch to other ttys. Pressing
Ctrl-Alt-F1 ... F6 simply does not result in anything. I've seen somewhere that
it may be related to the console-tools, console-data and console-common packages
but I have no idea how. Looking at my /etc/inittab, I
Ritesh Raj Sarraf <[EMAIL PROTECTED]> writes:
> On Saturday 16 October 2004 12:06 am, John L Fjellstad wrote:
>> Ritesh Raj Sarraf <[EMAIL PROTECTED]> writes:
>> > you'll have to create symlinks yourself. Look in the /etc/udev
>> > directory. It's well documented.
>>
>> No you don't. And if you d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 16 October 2004 12:06 am, John L Fjellstad wrote:
> Ritesh Raj Sarraf <[EMAIL PROTECTED]> writes:
> > you'll have to create symlinks yourself. Look in the /etc/udev
> > directory. It's well documented.
>
> No you don't. And if you did, it
1 - 100 of 199 matches
Mail list logo