Ubuntu :: Virtual Terminals Not Functioning / Returns With A Blank Screen?
Feb 16, 2010
I just recently reinstalled 9.10 and everything I normally use with my workstation is working fine except for virtual terminals.
ctrl+alt+f1-f6 just returns with a blank screen.
ctrl+alt+f7 returns to gdm session
ctrl+alt+f8-f12 also yield no information.
View 3 Replies
ADVERTISEMENT
Oct 4, 2010
When I installed 10.04 in April, I started having all sorts of problems with my Virtual Terminals (CTRL-ALT-F*). First they were inaccessible completely, then they were there, but not visible, i.e. I could use them to login and run commands, but there was no screen output, then they were gone again, and the fight just went on and on. I just recently got this functionality back after months just messing around, testing different peoples solutions, and really just not being afraid to break the whole thing. Ultimately, it boiled down to nVidea graphics driver problems.
However, now I notice that outside of gdm, the screen is not aligned properly. It seems to be about 2 characters to the left and several lines lower than it should be on VT1-VT6, while gnome is aligned perfectly. I can use my screens auto-adjust to fix the problem, but when I switch to another terminal, the problem comes back. It's not really a huge deal, but after all this trouble, I really just want them to work the way they are supposed to work. Does anyone know of a way to set the screen alignment via software, or am I just stuck dealing with it?
View 1 Replies
View Related
Nov 17, 2010
I have vnc server 4.1 installed in server and setup /root/.vnc/xstartup and /etc/sysconfig/vncservers as below.
/root/.vnc/xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
xhost +localhost +'hostname'
[Code]...
now i tried connecting to this server by vnc vnc viwer from my windows Vista machine..But only getting blank screen without a terminal window or anything opened.
View 1 Replies
View Related
Sep 26, 2010
I want to change the Boot sequence in Ubuntu 10.04.
In the past I have used
Quote:
But with 10.04 this returns a blank screen. I assume something has changed.
View 3 Replies
View Related
Jan 5, 2010
I found out that I do not have virtual terminals on my computer (Ubuntu 9.10). When I am trying to switch, say, to tty2 with Ctr-Alt-F2, I am getting a black screen with lonely cursor blinking in the upper left corner (no login prompt). my tty2.conf file is
Code:
# tty2 - getty
#
# This service maintains a getty on tty2 from the point the system is
# started until it is shut down again.
[code]....
View 7 Replies
View Related
May 12, 2010
Using 10.04 on my laptop, but I can't access the virtual terminals (ctrl+alt+f1-f6). Instead I get a weird screen with apparently randomly generated lines, as they change each time I attempt to access them. (Sometimes it is just a solid color.) They also appear on shutdown/ switching user. I'm using a VIA VX800 chipset.
View 2 Replies
View Related
May 13, 2010
If I press Ctrl-Alt-F1 to access virtual terminal I am getting frozen X session and no virtual terminals.
ps -ef | egrep 'tty[1-6]'
gives
root 1024 1 0 22:58 tty4 00:00:00 /sbin/getty -8 38400 tty4
root 1028 1 0 22:58 tty5 00:00:00 /sbin/getty -8 38400 tty5
root 1036 1 0 22:58 tty2 00:00:00 /sbin/getty -8 38400 tty2
[code].....
View 10 Replies
View Related
Jun 6, 2010
Has anyone had any success getting splashutils to compile on Lucid? Seeing as ftp://ftp.berlios.de/pub/ fbsplash/ debian/splashutils/ packages are getting a bit long in the tooth and trying to compile from source has been a headache.I miss not having background images on my virtual terminals
View 3 Replies
View Related
Jul 13, 2009
Whenever I boot my machine into runlevel 5 (X support) I can't get to any of the virtual terminals. If I do a ps and grep for mingetty I see terminals 4-6 are running. But ctrl-alt-f{4-6} just put me to a blank screen. If I hit alt-f1 I get back to X. I've found that if I start tty2 by running "sudo mingetting tty2" I get the following error in /var/log/messages: mingetty: tty2: no controlling tty: Operation not permitted. I am not using selinux and have noticed that /etc/inittab no longer has the ttys. The reading I have done thus far says it's started by gdm but I don't really see a lot of info about controlling them. Any ideas on this?
View 1 Replies
View Related
Aug 22, 2010
how do I switch to the text-based virtual terminals when using Fedora under VMware? I believe that normally you use ALT-CTRL-F2 through ALT-CTRL-F6, and F1 switches you back, but the ALT-CTRL is intercepted by VMware to allow you to switch back to the host OS.
View 5 Replies
View Related
Jan 28, 2011
Switching between text consoles in a Linux virtual machine When the CTRL + ALT + F1 key combination is used to switch to another text console (terminal) on a Linux virtual machine, the host switches to a text console instead of the guest. Resolution The CTRL + ALT combination is used by VMware to direct the keyboard input to the host. Press CTRL + ALT + Space , press the F1 key (or desired Function key) while still holding down CTRL + ALT .
View 2 Replies
View Related
Feb 6, 2010
Usually I get a login prompt on Ctrl+Alt+F[1-6], but now I just see a blinking cursor in all of them, along with some boot messages in the first virtual terminal.
Code:
fsck from util-linux-ng 2.6
init: bootchart main process (462) terminated with status 2
init: bootchart post-stop process (474) terminated with status 127
/dev/sda2: clean, (integer)/(integer) files, (integer)/(integer) blocks
init: ureadahead-other main process (870) terminated with status 4
What's even weirder about this is that I uninstalled bootchart a few months ago. Whether that's related or not is beyond me, but the virtual terminals did stop working somewhere around that time. I solved this by reverting to my original /etc/network/interfaces file. Without the loopback "lo" device, the runlevel was never set, and virtual terminals never loaded.
This should be somewhere in the interfaces file:
Code:
auto lo
iface lo inet loopback
View 1 Replies
View Related
May 13, 2010
I am using 9.10 and my ability to "ctrl + alt F-dey" to a ttys shell no longer is available after running an update. 10.04 has the same bug. Getty is installed and I can not figure out what happened.
How do I get ttys back?
View 3 Replies
View Related
Jun 5, 2011
Has anyone else here had a problem getting virtual terminals to work when booting into F15's 'graphical mode'? This is what used to be runlevel 5 in the old SysV init system, before the switch to systemd. Before F15, I could do a Ctrl-Alt-F[n] (for n=1,...6) to get virtual terminals while in runlevel 5, and this was easy to control by editing /etc/inittab.
But with systemd, /etc/inittab is no longer used, and finding where the virtual terminals get created took me a bit of time. I tracked it down to the /lib/systemd/system/prefdm.service file, which seems to stop creating virtual terminals after tty1 in order to prevent the display manager and plymouth from conflicting on that virtual terminal. I'm using the Slim display manager (installed via yum), and I only got tty1 (showing console messages), tty2 took me back to X, and there were no tty3-6 any more. I noticed from ps that there was some kind of "plymouth --wait" process running, so I killed it. After doing so, the other virtual terminals showed up. Has anyone else here experienced something similar?
It appears that /lib/systemd/system/plymouth-quit.service is not exiting properly, and this is causing the problem. This problem only occurs in graphical mode, not in console mode (what used to be runlevel 3). My first solution was to put "/bin/plymouth quit" in /erc/rc.d/rc.local, and upon rebooting that did indeed fix the problem. But eventually I just removed plymouth altogether, which also fixes the problem. It would be nice though if plymouth-quit.service just worked as it was supposed to. I'm just wondering if anyone else has seen this problem.
View 5 Replies
View Related
Feb 1, 2009
loaded fedora 10 on my laptop.I get the runlevel 5 in the first one (CTRL+ALT+F5).nothing happens when I press the F2 through F6.
View 3 Replies
View Related
Apr 25, 2010
Not a deal breaker but annoying nevertheless: EeePC 900a with KMS, external monitor plugged in, lid closed and .xinitrc running this line before the window manager:
Code:
xrandr --output LVDS1 --off --output VGA1 --mode 1920x1080
Works fine, except: Virtual Terminals are at the native LVDS resolution 1024x600 meaning that they only use the upper left hand corner of the 1920x1080 monitor. Why? (Or maybe I should say that their resolution is right - the font is correct, not huge - but the VT is limited to 1024x600.)
View 1 Replies
View Related
May 9, 2010
I am having the same problem, as soon as X tries to load my screen just goes blank. I have an ATI Radeon 9550. At first I tried switching between VGA and DVI as well but upon ruling that out, I switch to my on-board video card and that is working thus far, but I'm trying very hard to figure out a way to be able to switch back. Anyways I'll check back in later on if I have any new information I will post.
View 3 Replies
View Related
Jul 6, 2011
I'm building a Debian Live system, [URL], and I've pared it down to a very light distro. It is using the IceWM, has the basic linux commands, and very very little else.
When I run "top" and "ps aux", I see that I have multiple terminals and logins waiting to be used. It's a small amount, but I'd like to make that RAM usable elsewhere. The indicated commands are: "/bin/login -f" and "-bash", and I have one of each associated with each tty[1-7]. I may want to keep tty1 and tty2, just in case, but I can't imagine wanting 3-7.
So, what I'm looking for is a way to stop tty[3-7] from even starting in the first place.
I saw on one forum the suggestion of modifying the /etc/init/tty[1-7].conf files, but these files aren't present, I presume because it's a "Live" system.
View 5 Replies
View Related
Mar 7, 2011
This problem started within the last few minutes. I run a program in my browser that uploads data from my machine (ubuntu) to another machine (Fedora 13), for manipulation and then spits back the data that does not match our standardised information.
When I tried to run it a few minutes ago, it seemed to take a long time to make the connection. I went back and checked the machine, everything was connected and fine. I decided to reboot the machine from within KDE and then try again. Same result. I went to the machine again and tried to login through KDE, the screen goes black for a few seconds and then returns me to the login screen. I switched over to a virtual terminal and was able to login using the same credentials. I checked the .xsessions-errors file and this is what I am seeing:
[Code]....
View 1 Replies
View Related
Mar 29, 2011
Since upgrading from 9.10 to 10.4 and then on to 10.10, I have only ever seen an uninspiring purple screen (current.jpg, except mine says 'Ubuntu 10.10') as my boot splash image. I have downloaded different themes for Plymouth, selected them, and then updated 'initramfs' (screenshot), all to no avail. I also recently installed Nvidia drivers, but nothing changed. Is there something I'm missing?
View 5 Replies
View Related
Mar 26, 2011
I am COMPLETELY new to Linux.I started a computer class recently and I started teaching myself PERL.My teacher had mentioned to me that it's far better for some reasons (he did not elaborate) to write code in a Unix system. So I got Ubuntu 10.10.I installed it along side my windows 7.After I setup my windows (had to reformat the disk) I decided to boot up into Ubuntu to set that up. I installed the necessary drivers that it required, and the updates. I was asked to restart the system so I did so.
It did not even shut down or restart my system.I waited patiently 15 minutes...30 minutes 1 hour... until I finally decided to hit the reset button on my PC. Then when I'd boot back in to Ubuntu afterwards, it would stay at the log in screen and my mouse wouldn't budge and nor is my keyboard recognized by Ubuntu.Im really frustrated and I've been searching for answers for the whooole day and I just can't seem to find something well explained. Im completely new to Ubuntu so I don't know where to enter any code in a cmd line or such.
1)Reformatted my harddrive to install windows 7 on it
2)Set up windows 7 and then booted into Ubuntu.
3) Set up Ubuntu and installed necessary drivers and updates
4) Reset the computer and waited for an hour for the reset to happen but nothing happened.
5) Manually reset my pc and booted into ubuntu
6) Stuck at log in screen with mouse and keyboard not functioning (unable to use ubuntu).
View 2 Replies
View Related
May 17, 2010
When i use my computer (whether it's going online, typing, playing a flash game, or coding) I get these "Black Flashes" that are becoming longer and more frequent. A "Black Flash" is when my computer screen turns blank (but you can still see the backlight) and i have to press the NUMpad ENTER button, shake my mouse furiously, or click my mouse, which sometimes causes undesired actions, but gets me my screen back. sometimes the Black Flashes last a milisecond or 5 seconds or i have to hold the power button and restart because it won't come back on.
Specs:
Toshiba P205-S6337 Laptop
Ubuntu Karmic Koala
2.39 GB of RAM
[Code].....
View 9 Replies
View Related
Nov 9, 2010
10.10 starts absolutely fine and goes to login screen. I enter my password and then the screen goes blank and returns to the log in page.
I first suspected it was a problem with password recognition but if I enter a wrong password it flashes up with an error so it can't be that. Only started happening after a standard update last night.
Am now having to use my flatmates windows PC to send this message
View 4 Replies
View Related
May 7, 2010
My desktop computer (Lucid) crashes randomly and returns to the log-in screen.
It does so when when there is no activity and the screen-saver is on.
I get messages like this:
Quote:
View 2 Replies
View Related
Apr 12, 2011
I'm on Ubuntu 11.04 and I have this annoying issue. it does happen very often, but enough to be a problem (atleast once a day or more).While I'm browsing the web (not really doing much of anything else) the screen goes black with some text. I don't get enough time to read the text and I'm returned to the login screen. I'm completely logged off, my session isn't still there when I log back in
View 3 Replies
View Related
Dec 26, 2010
Is there a known problem with the Lubuntu 10.10 image here? I have downloaded it to two different computers, then burned the images to two different blank CD's (different brands) and neither loads. Both only get as far as the Lubuntu menu, once ENTER is pressed at that point to load the LiveCD, a blank screen eventually appears with a flashing cursor at the upper left of the screen, that's it. They were both burned using the slowest burn speeds available.
View 9 Replies
View Related
Jan 26, 2011
The day started as usual until I got the very bright idea to install Ubuntu. A new OS along side W7, that sounded great. I checked some guides on the Internet, it was all very straight forward. Install it and Grub will show you the OS:es when you boot up. I installed Ubuntu, rebooted. After the BIOS messages the screen goes blank and my screen on-button begins to blink, as if trying to find a signal, I press enter, it reboots instantly. After BIOS messages I get to a screen that says "GRUB error: uknown filesystem grub rescue>"
I've looked through everything here and nothing works. I've tried to fix the mbr-thingy using Windows Repair and even though it says "one partition was updated with new boot-thingy" when I reboot, I get into that very same grub rescue. I think my setup has something to do with it. I run RAID0 (2x360Gb hard drives), first having C: at 50Gb and then the rest as F: for programs and such. What I did was that I shrunk the F: part and then used that as partition for Ubuntu. Also please have a look at these screenshots, my partitiontables and such seems completely wacky to the raid: Where should the boot-loader go? I'm very, very new at this. I've had Ubuntu Netbook remix on my netbook for a time but still treat me as an utter beginner.
View 4 Replies
View Related
Oct 9, 2010
I'm trying to test out using xubuntu 10.04 on my one computer and keep getting a black/blank screen after selecting the 'try' menu option.Is there a way to fix this?I have tried some of settings via F6 with no luck.
FYI -The CD works fine as I have tested it on other machines.The version I am trying is xubuntu x86 (although I have tried ubuntu 10.04 x86 with similar results).I can Alt+Ctrl+F1 fine and get to the cmd prompt
View 1 Replies
View Related
Jan 14, 2011
I fixed this issue on 10.04, but just recently (1 hour ago) upgraded to 10.10 and am having the same issue. Machine boots fine, but the screen is blank for most of the boot, and plymouth is up for about a half second before I get to the login screen.I've tried searching the threads, but for the life of me I can't find the solution and can't remember what I did to fix it on Lucid.
View 4 Replies
View Related
Apr 15, 2011
like any other Linux newb, I came to Ubuntu because my Windows crashed one time too many. And I chose Ubuntu because "it just works". But these past few days that hasn't been true. I'm posting this from a netbook with Ubuntu, and am having no problems whatsoever, but normally I use an Acer Aspire 5920G laptop. I'll include the specs as written on the sticker:
* Intel Core 2 Duo processor T5250 (1.5GHz etc)
* Up to 1024 MB Nvidia Geforce 8600M GS Turbocache
* 2 GB DDR2
Let me know if you need more details, and I'll add them later. Now, what happened was I clicked "hibernate" while leaving Firefox open. (I've done this hundreds of times, no problem) And when I went to turn it back on the next day there were weird graphical glitches in the loading screen, and it booted to the "tty1" prompt screen. I did a lot of googling and found quite a few posts about it, but the solutions either didn't work, or I didn't understand them. After trying several different suggestions from this forum and others, I managed to delete the graphics drivers. That enabled me to boot in low graphics mode, and naturally, I tried a whole bunch of things to make it work properly again. That only made it worse. Now it went straight from the loading screen to just blanking out and turning the display off. So, I tried new things. Over and over. The weird thing is even when I disconnected my harddrive and ran from a Live USB, the problem persisted. Could there be an issue with the graphics card itself? Anyway, after reconnecting the harddrive I tried to boot again. And it suddenly worked. Even HDMI to my bigger screen worked.
[Code]...
View 1 Replies
View Related