<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div><div>It could be normal, or not. I had similar issue years ago because of some bug involving my graphic card driver (nvidia card, non-open driver). When switching to consoles, the screens were black. This was solved by updating my system. Perhpas you could try to update a little bit that 10.04...<br>
<br></div><div>But it can be also a normal behaviour of your system, if your system is configured to not run any console one these screens. Keyboard shorcuts are working you'll arrive on the screen you asked for, but nothing would run on it, nothing would be displayed.<br>
</div><div><br></div>To check if you have something running on your console screens:<br></div><div>the easy way (not working in case of systemd):<br></div><div>ps ax | getty<br> 2513 tty1     Ss+    0:00 /sbin/getty 38400 tty1<br>
 2514 tty2     Ss+    0:00 /sbin/getty 38400 tty2<br> 2515 tty3     Ss+    0:00 /sbin/getty 38400 tty3<br> 2516 tty4     Ss+    0:00 /sbin/getty 38400 tty4<br> 2517 tty5     Ss+    0:00 /sbin/getty 38400 tty5<br> 2518 tty6     Ss+    0:00 /sbin/getty 38400 tty6<br>
<br></div><div>Here my six getty giving me prompt on tty1 to tty6.<br><br></div><div>the other way:<br></div><br></div>I expect Ubuntu 10.04 is not running systemd so you should still have a /etc/inittab file.<br><br></div>
Here is one /etc/inittab, from one Debian so it should not be too different from yours:<br><br><span style="background-color:rgb(243,243,243)"><span style="color:rgb(0,0,255)"># /etc/inittab: init(8) configuration.<br># $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $<br>
<br># The default runlevel.<br>id:2:initdefault:<br><br># Boot-time system configuration/initialization script.<br># This is run first except when booting in emergency (-b) mode.<br>si::sysinit:/etc/init.d/rcS<br><br># What to do in single-user mode.<br>
~~:S:wait:/sbin/sulogin<br><br># /etc/init.d executes the S and K scripts upon change<br># of runlevel.<br>#<br># Runlevel 0 is halt.<br># Runlevel 1 is single-user.<br># Runlevels 2-5 are multi-user.<br># Runlevel 6 is reboot.<br>
<br>l0:0:wait:/etc/init.d/rc 0<br>l1:1:wait:/etc/init.d/rc 1<br>l2:2:wait:/etc/init.d/rc 2<br>l3:3:wait:/etc/init.d/rc 3<br>l4:4:wait:/etc/init.d/rc 4<br>l5:5:wait:/etc/init.d/rc 5<br>l6:6:wait:/etc/init.d/rc 6<br># Normally not reached, but fallthrough in case of emergency.<br>
z6:6:respawn:/sbin/sulogin<br><br># What to do when CTRL-ALT-DEL is pressed.<br>ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now<br><br># Action on special keypress (ALT-UpArrow).<br>#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."<br>
<br># What to do when the power fails/returns.<br>pf::powerwait:/etc/init.d/powerfail start<br>pn::powerfailnow:/etc/init.d/powerfail now<br>po::powerokwait:/etc/init.d/powerfail stop<br><br># /sbin/getty invocations for the runlevels.<br>
#<br># The "id" field MUST be the same as the last<br># characters of the device (after "tty").<br>#<br># Format:<br>#  <id>:<runlevels>:<action>:<process><br>#<br># Note that on most Debian systems tty7 is used by the X Window System,<br>
# so if you want to add more getty's go ahead but skip tty7 if you run X.<br>#<br><b>1:2345:respawn:/sbin/getty 38400 tty1<br>2:23:respawn:/sbin/getty 38400 tty2<br>3:23:respawn:/sbin/getty 38400 tty3<br>4:23:respawn:/sbin/getty 38400 tty4<br>
5:23:respawn:/sbin/getty 38400 tty5<br>6:23:respawn:/sbin/getty 38400 tty6</b><br><br># Example how to put a getty on a serial line (for a terminal)<br>#<br>#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100<br>#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100<br>
<br># Example how to put a getty on a modem line.<br>#<br>#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3</span></span><br><br><br></div>In bold the six lines asking to /sbin/init to run /sbin/getty.<br><br>The first lines of man getty gives that:<br>
DESCRIPTION<br>       agetty opens a tty port, prompts for a login name and invokes the /bin/login  command.  It  is normally invoked by init(8).<br><br></div>You can use "man inittab" to have more information on that file and its syntax.<br>
<br></div>In short: each lines asks to run a getty on the system. Each line is for one and only one "console screen" (one line for ctrl + alt + F1, one line for ctrl + alt + F2, etc...).<br><br></div><div>One line has several elements separated by ":"<br>
</div><div><br></div>Let's explain the first line, for console screen number one :<br><div><div><span style="background-color:rgb(243,243,243)"><span style="color:rgb(0,0,255)"><b>1:2345:respawn:/sbin/getty 38400 tty1</b></span></span><br>
</div><div>1: for configuring console screen number 1<br></div><div>2345: this line will be used when running the system in runlevels 2 to 5.<br></div><div>respawn: if the getty process is killed for any reason, restart it.<br>
</div><div>the element is the full command /sbin/init will have to launch.<br><br></div><div>Kindly regards,<br><br></div><div>mathias<br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-05-22 9:07 GMT+02:00 Mindaugas B <span dir="ltr"><<a href="mailto:minde.b@gmail.com" target="_blank">minde.b@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><h3><span></span></h3><h3></h3><h3><font><span style="font-weight:normal"><span>I am using Openbox without a desktop environment (The lightweight approach). So </span></span></font><font><span style="font-weight:normal"><span>"gnome-settings-daemon" i understand will not help.<br>

</span></span></font></h3><p><font>Console switching shortcut is config of Os is think. And this shortcut works Ctrl +Alt + FN (just in some strange way, shows only black screen). </font></p><p><font>After switching to other console i do not see clear picture, like something happened to video driver or some viewing mode.</font><br>

</p><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 22, 2014 at 8:26 AM, Genghis Khan <span dir="ltr"><<a href="mailto:genghiskhan@gmx.ca" target="_blank">genghiskhan@gmx.ca</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You may either set this shortcut as </keybind> in file rc.xml or add<br>
gnome-settings-daemon to file autostart.sh.<br>
<div><div><br>
On Fri, 16 May 2014 12:16:14 +0300<br>
Mindaugas B <<a href="mailto:minde.b@gmail.com" target="_blank">minde.b@gmail.com</a>> wrote:<br>
<br>
> After install of openbox can not switch normally to console using<br>
> Shortcuts Ctrl +Alt + FN.<br>
> Shortcut work but see only dark screen, no login lines.<br>
> Switching back to tty8 where openbox launched, see desctop normally.<br>
><br>
> OS Ubuntu 10.04<br>
> Openbox 3.4.10<br>
><br>
> Note: when Gnome was used, no such problem existed.<span class="HOEnZb"><font color="#888888"><br>
<br>
</font></span></div></div><span class="HOEnZb"><font color="#888888"><span><font color="#888888">--<br>
()  ascii ribbon campaign - against html e-mail<br>
/\  <a href="http://www.asciiribbon.org" target="_blank">www.asciiribbon.org</a>   - against proprietary attachments<br>
</font></span></font></span></blockquote></div><br></div></div>
<br>_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
<br></blockquote></div><br></div>