Ubuntu :: Not Having Background Images On Virtual Terminals
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
ADVERTISEMENT
Feb 1, 2010
how many terminals are running in background while rhel installation
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
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
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
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
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
View Related
Oct 2, 2010
I am using 10.04 and am trying to use my digital images as my background. I can get 1 image to work but I would like to have a slide show of my pics for a background.
View 1 Replies
View Related
May 8, 2011
I want to edit the appearance of my desktop by adding a background image to the panels but can't seem to find any sites with such images. Anybody know where to find them?
View 5 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
Jan 20, 2010
Until a few days ago [updates perhaps?] I was able to right click on images to save as desktop backgrounds and now suddenly that option is no longer in my right click menu on any image anywhere including my own.
View 6 Replies
View Related
Nov 20, 2010
i want to do it via graphical interface (for ease of access) but i can't write in the backgrounds folder because i don't have permissions to do so. although i made my account part of the administrators group and loged on again. so basically, i need to have full control of my machine logged on with my user, i don't care about security at all. How?
View 6 Replies
View Related
Mar 21, 2011
is possible to put the desktop background changing images?
View 3 Replies
View Related
Mar 26, 2011
I desire to take an image,overlay a text on that image;then, use it as aackground or text document.Would I use Gimp;then,somehow mount the image to a theme for x-window?If so,how?I would use a colored background text for various priority rated documents.I would use a yellow background text document with a red cross;and,a blue text, for medical documents[as an example].
View 1 Replies
View Related
Oct 19, 2010
I would like to to create a slide show of background images, is there an easy way to do this? I would like the image to change roughly every 12hrs to 1 day
View 5 Replies
View Related
Feb 11, 2011
I've been using Konqueror for years, but I hadn't ever tried playing with the Appearance > Stylesheets settings in the Settings > Options > WebBrowsing menu. Now, I'm regretting it.
Here's exactly what I did:
1. Went to that Appearance > Stylesheets and clicked on "Use accessibility stylesheet," then Customize.
2. The "Suppress Background Images" option was checked. I unchecked it, because I wanted it to display them.
3. Clicked Close, then Apply.
Then I reloaded a page, and for some reason, it wouldn't display the background images! (Odd, because I unchecked that box.) So I went back into the same menu, chose "Use default stylesheet", OK, and reloaded the page. Nothing changed. Now, every web page I go to doesn't display background images. Other than that, everything looks identical -- it's obviously loading each website's stylesheet, because all of the DIVs and such are in the right place wherever I go. Just . . . no background images.
View 1 Replies
View Related
May 20, 2011
I have managet to customize my logon screen the way i want it,
1.
Problem is i do not wish to have background imege at bootsplash screen (still want to receive option how to boot just simple text);
2.
And later when system is loading modules and starting i just want to have simple black background on my screen, with nice text (verbose) telling me what is done.
Running 11.3 x64 opensuseSUSE
View 7 Replies
View Related
Jul 19, 2010
I am making a simple snake game and have problem when loading the images (apple, snakes head, snakes body). When running this code, I just see the JPanel with black background which I have created. where is my mistake?
I highlighted my code with image and paint method.
Code:
View 4 Replies
View Related
Dec 26, 2010
I had a DVD image attached to Virtualbox via Virtual Media Manager and had it deleted from my harddrive without removing or "releasing" it from Virtual Media Manager.
Now the image is still shown in Virtual Media Manager but the remove and release options are greyed out.Is there a way to get rid of the image shown in Virtual Media Manager?
View 2 Replies
View Related
Jan 6, 2010
using the update maneger to update on ubuntu new linux images available 2.6.31-17 generic and after the download is complete both images exist in the grub menu should i remove them ? or just remove them from the boot menu ? and if so how could i do each.
View 6 Replies
View Related
Jul 26, 2010
I am running Linux from a DVD, not installed. I am not good with installing software, but since the DVD cannot be corrupted, I am content to operate this way. Lately, I have been having problems that previously did not occur. When I try to click on the checkbox to get rid of emails, it doesn't register in most cases, or when it does, I am clicking multiple times so it registers twice, meaning it is unchecked again. Even more frustrating is some issues that are affecting my ability to update my business. I am trying to modify spreadsheets (text not calculations).
Whenever I try to click & drag to select something to change, it keeps jumping around to select only some of what I want, something else or some combination of the 2. When I try to copy and paste several fields from 1 column to another, everything from the several fields in the source column ends up together in the last field in the target column. I am also trying to download some images from a website. There is a single column of links to the images. I have to click on the link to get to the image in order to copy it, then back out to continue looking for more links to do the same.
My computer keeps jumping back 2 steps, then forward 2 steps, and sometimes I lose my place in that list. I could deal with it if it were a small number of links, but this is a list of probably close to 20,000 links. Again, i am operating off of a live DVD so this should not be corruptible, but this has just started happening, and has been an issue the last several sessions.
View 14 Replies
View Related
May 2, 2011
I know that ImageMagick's convert program can be used as follows to convert a collection of images -- say, in PNG format -- to a PDF file:
convert *png output.pdf
The problem with this is that each image is then stretched to fit on one page, whereas I would like to keep the original dimensions of the images and put as many as possible on one page in the PDF file before moving on to another page.
View 1 Replies
View Related