Ubuntu Servers :: How To Disable Console Screen Shutoff
Mar 6, 2010
I have my headless server, and just plugged a spare monitor into it, opened up screen, ran htop on it, so I can see the system status, but the screen keeps shutting off after so long. The only way to "wake it up", is to use a local keypress (which means I have to hook a keyboard back up to it). I have already tried 'setterm -powersave off -powerdown 0', but it didn't affect it any. Is there any way to disable this powersaving mode?
View 3 Replies
ADVERTISEMENT
Apr 28, 2010
I want to know if there is a way to disable the GUI console on 10.04 Server I want the traditional pure text console ... no plymouth, no plymouth-theme, just 80x24 console. Another question, Is there a way to get those traditional messages when booting? Like 8.04 Server does?
[code]...
View 9 Replies
View Related
May 25, 2011
I'm trying to learn to set up code and web hosting etc and learn about server admin so I've been resisting the urge to install a gui. However, I would like to know if there is some way to make the console (I think that's what its called - basically its like a single terminal window) have two "multiple terminals" similar to how I can open multiple terminals in the desktop version?
View 2 Replies
View Related
Jan 5, 2010
Back when I was using Sarge, my machine could shut itself off when I halted it. However, I think due to some alleged security issues with my hardware, newer versions of Debian don't allow this. So, I have to manually shut it off after halting the computer. My computer is a Dell Optiplex GX1 PIII450 with 386 MB RAM.
Also, it has a 6MB mach64 video card (01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)), that, back in the Sarge days, I could enable direct rendering with mach64-20060403-linux.i386 DRI. This no longer works given the changes in Debian. So, no planetpenguin-racer for me any longer.
Besides buying new hardware, is there a way to fix either (or both) of these issues? They both were fine in previous incarnations of Debian, but alas, are now casualties of the upgrades.
View 5 Replies
View Related
Mar 16, 2011
Is it possible to prevent the disclaimer from being displayed as soon as one logs into a terminal? I am referring to the six standard terminals.
I searched the contents of /etc and googled without much success.
View 7 Replies
View Related
Feb 22, 2010
I wanted to disable root logins in console, so I searched for that. I found that if I change root's bash to "/sbin/nologin" in "/etc/passwd", root user will not be able to login. So I did that. But when I wanted to use sudo command, it didn't show me root bash, but it only do the same thing as logging in as root in single user mode (shows message that this account is disabled). So, how I can disable root logins, but keep enabled sudo command for standard users?
View 6 Replies
View Related
Jul 5, 2010
how to disable the desktop effects of gnome in the console of F13? My desktop freezes every time directly after login, I assume the desktop effects could have something to do with it. (x86_64 + open nvidia driver)
View 3 Replies
View Related
Sep 5, 2011
I am using Arch Linux and want to disable console messages which are displayed when the kernel boots. I have tried the quiet and loglevel=2 options in /boot/grub/menu.1st as given below:
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/c6dbfcdc-fcd8-498e-9182-f3bddc4f05ff ro loglevel=2
However I am still seeing console messages at boot. I used grub-install after the changes.
Any ideas where I am going wrong?
View 1 Replies
View Related
Jun 29, 2010
my linux system doesn't have X only console login possible. i would like to deny all user to login from any sources, local machine, remote console (putty, winscp) etc. except root.
i've found something about /etc/security/access.conf and i've put:
+ : root : ALL
- : ALL : ALL
but still users other then root are able to login (via putty for example).
View 2 Replies
View Related
Jan 6, 2010
I run a custom build of linux running kernel 2.6.24 and busybox. At the moment I'm investigating a kernel panic. The problem is that after 10 minutes the screen is blanked, i.e. it is still on but has been turned black. If you press a key then the command prompt is shown once again, but if the kernel has crashed then this won't work and any info about the panic is inaccessible. So I'd like to prevent the display being blanked. I've tried booting with 'apm=off' and 'apm=off acpi=on' kernel parameters but neither had any effect.
View 5 Replies
View Related
Dec 7, 2008
I upgraded my lappy to FC10 and I boot to console mode. The blue sun image comes up there, I can get rid of it by hitting escape a couple of times but I want to disable it completely. It's messing up my desire to boot with the framebuffer.
View 1 Replies
View Related
Jul 4, 2011
is there anyway to automatically disable screen saver whenever I watch video in full screen?
View 1 Replies
View Related
Aug 7, 2011
I'm having an issue with Ubuntu 10.04 server, where it is not bringing up a console on the local machine.
The only display on the local screen (and in /var/log/boot.log) is:
Code:
fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 100725/2342912 files, 781590/9357824 blocks
init: ureadahead-other main process (595) terminated with status 4
Hitting <alt>-<f[anything]> just brings up a blank screen with a single flashing cursor, and no login prompt.
The ureadahead message sounds like the classic Windows error: "The operation could not be completed because of the following error: The operation completed successfully." So ureadahead isn't the problem.
Also... ssh works, but other services (apache, mysql, smbd, nfs-kernel-server, etc) need to be started manually.
View 2 Replies
View Related
Jun 22, 2010
I have Ubuntu 9.10 and I want to activate the login screen by console. I know I can do it graphically:
System -> Admin -> Login Screen
But I need to do this through line console.
View 1 Replies
View Related
Jan 21, 2010
I'm trying to track down a screen resolution issue (Karmic on an Acer SK20 [Intel 945 graphics] with Acer AL1511 flat panel via VGA) and mechanism for setting the framebuffer screen resolution after GRUB2 has loaded the kernel but before X starts.
Before I forced it to behave itself by adding an xorg.conf with a lone "Modes" entry for 1024x768, X was setting the panel to 640x350 by default. It appears from looking at get-edid | parse-edid that this is because 640x350 is the only resolution this idiot panel's EDID says it knows about, even though its native resolution is in fact 1024x768.
So the GUI works fine now, but all the text consoles (Ctrl-Alt-F1 through F6) are still operating at 640x350 and look terrible; also, because usplash doesn't know what to do with 640x350, I don't get my nice white Ubuntu logo before GDM starts.
In previous releases, I would have dealt with something like this by adding vga=791 to the kernel boot options. That doesn't work for the Karmic kernel, and GRUB2 whines about it being deprecated and tells me to use "set gfxpayload=1024x768x16,1024x768" on a line before the "linux" command instead.
Things I have already tried, with no success:
1. Adding "set gfxpayload=1024x768x16,1024x768" into the boot sequence, right before the "linux" line, by using GRUB2's inbuilt boot sequence editor (Ctrl-E): no change.
2. Changing the GRUB_GFXMODE= line in /etc/default/grub and running update-grub: changes the resolution used for GRUB's own menu, but as soon as the kernel boots it's back to 640x350 on text consoles.
3. Same as (2) but also adding a "set gfxpayload=keep" line in /etc/grub.d/00_header, right after the "set gfxmode=${GRUB_GFXMODE}" line: same effect as (2).
4. Removing the "splash" option from the "linux" line. No change (I guess this is because usplash didn't work anyway at 640x350). By the way, usplash.conf is set up for 1024x768 and yes, I did remember to dpkg-reconfigure -phigh usplash to rebuild the initramfs after checking this.
where exactly does Karmic set the screen resolution for its text consoles, and how can I force it to ignore this LCD panel's bogus EDID?
View 3 Replies
View Related
Apr 11, 2010
i was working on ubuntu when the machine suddenly shutdown. when i restarted it, i keep getting a sh:grub console instead of the logon screen. dunno what to do.
View 3 Replies
View Related
May 1, 2010
After grub loads the kernel I'll get an on screen message from the console showing: cannot reserve MMIO region And I was wondering is there a way to silence console messages so you don't see them at bootup?
Could setting dmesg work:-nlevel Set the level at which logging of messages is done to the console. For example, -n 1 prevents all messages, expect panic messages, from appearing on the console.So typing at a term 'dmesg -n 1' will work?
View 3 Replies
View Related
Feb 1, 2011
I am using Ubuntu 10.10 on a Dell Optiplex GX270, with the Intel video chip. I have a problem with my virtual consoles/terminals (<ctrl-alt>F1-F6). The default screen resolution was set to 1600x1200 at installation, which results in a nearly microscopic, unreadable font. I posted the problem on this thread on ubuntuforums.org, where they suggested adding GRUB_GFXMODE=640x480 and GRUB_GFXPAYLOAD_LINUX=640x480 to /etc/default/grub and /etc/grub.d/00_header. Still no joy--the console screen resolution still was 1600x1200.
I have noticed that the screen resolution changes three times during boot; it starts at standard VGA, 640x480, then switches to 1600x1200, then finally to 1024x768, which is my preferred resolution in X. But, if I switch to a virtual console, the resolution shoots up to 1600x1200 again. There are times when I like to use virtual terminals, and I would like to avoid eyestrain.
View 10 Replies
View Related
Jan 9, 2010
New clean install of Fedora 12 (my worst Linux experience so far, should have sticked with Fedora 9, it was old but it was stable, unlike this half-backed... whatever it is). Anyway, to the matter at hand (one of the many):How do I switch to the console from the graphical login screen? CTRL+ALT+Fn doesn't work, CTRL+ALT+Backspace doesn't kill X, it's a NIS machine with only root as local account
View 2 Replies
View Related
Oct 20, 2009
Just loaded Lenny, mostly with defaults. I'd like to go back to a command-line login for the console attached to the machine. Of course, I'd like to be able to 'startx' whenever I do want the GUI up.
View 3 Replies
View Related
Feb 23, 2011
I have installed KDE and all the software for it to run on my server through the serial console but when I go and run "startx" I get the following and KDE doesn't start running.
root@u15434060:~# startx
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-28-server x86_64 Ubuntu
[Code].....
View 1 Replies
View Related
May 28, 2011
Is there a way to get console output over a serial (COM) port? I have a box that I use as a NAS, DNS, DHCP and mt-daapd server, I don't have a spare monitor and it is not worth buying one just to use it once or twice a year.
I found this guide [url] but it doesn't work with Natty
View 3 Replies
View Related
Aug 29, 2011
I have RDP working fine on my machine, however when I am signed in locally to the machine, I get the "console" session, which is fine, but when I want to RDP from another machine, I am put into a separate session, instead of "taking over" the console session.Is there a way to do this, similar to how RDP works on a windows machine?I have tried running the mstsc /console command, but I still get stuck into a non-console session.
View 1 Replies
View Related
Jan 18, 2011
I am trying to connect to serial console, local one, just to verify than it works, is is possible?Well, I configure serial console
Code:
# ttyS0 - getty
#
# This service maintains a getty on ttyS0 from the point the system is
# started until it is shut down again.
[code]...
It is started, now I am trying to connect to the console via minicom, is it possible from machine where the console is running?If not, how could I check it remotely?
View 4 Replies
View Related
Jun 27, 2011
I for the life of me can not find the list of CLI/console commands for Deluge. I'm trying to at least find the command to change global download speed.
View 3 Replies
View Related
Aug 26, 2010
How to disable logging to console in Fedora 13? To get rid of messages like Stopping HAL daemon: [ OK ]
and all other messages during shutdown and restart. Actually, earlier when i shutdown the system only a single shutdown message is showing on the screen, i don't know what happened, now it is showing lot of messages. i tried the quiet parameter in kernel boot parmeters but no effect.
View 7 Replies
View Related
Nov 16, 2010
I've recently installed a new graphic card after my old one started to go belly-up and it works nicely in X with twinview. The card have one VGA, one DVI and one HDMI. I have the monitor connected to the VGA and my projector connected to the DVI. However, when I boot the monitor (VGA) don't receive a signal. It is dead until X comes up (and when X comes up it does exactly what I want, it uses the VGA monitor as the main screen).
I had this setup on my old card to and it worked fine. Grub and boot console showed on both screens and I never had to tweak anything to make it do this.
how to enable the VGA outlet, either have boot enabled or only the VGA enabled (either way is fine by me but I really want to see Grub and the boot console on startup).
View 9 Replies
View Related
Dec 20, 2009
virtual console (run level 3,5) screen resolution. After installing fed12 the resolution is higher(which is good) then in previous versions. After upgrading from 11 -> 12 the resolution of the virtual consoles stays the same, to large. I already compared grub.conf,i18n which are the same. Where is the resolution configuration for fed 11,12?
View 2 Replies
View Related
Jul 29, 2010
After install of FC13, my command prompt console and tty virtual consoles are a small box in the upper left corner of the screen. It contains tiny 80 characters by 25 rows. I want to fill the screen the old way. I assume the problem is high value screen resolution set automatically to match my display; with fonts based on the smaller pixels. This is NOT X-Windows. I can set that resolution but it has no effect on tty consoles.
It is NOT grub, which I can set with kernel parameter vga=0 to do exactly what I want. Messages from grub are big letters but change to tiny ones at init ("press 'I' for interactive startup" and the beginning of the boot log). This is not an issue with the same display using FC10 and no vga= parameter. Is there a reason that the kernel parameter failed after grub? Can I specify console resolution?
View 5 Replies
View Related
Dec 8, 2010
I'm using virt-manager with qemu/kvm to run a linux guest, but the console screen is TOO slow!
tessio@dhcppc0 ~]$ lsmod | grep -i kvm
kvm_amd 36872 6
kvm 257292 1 kvm_amd
tessio@dhcppc0 ~]$
When I access the guest with ssh and use it from there, it's fast like a real machine. It's only very very slow within virt-manager console. I am using Fedora 14 x86_64.
View 6 Replies
View Related