Fedora :: Problems With Run Level 5 And Xorg At Startup.
Jan 31, 2009
Hi. I'm using Fedora core 6 with NVIDIA-Linux-x86-1.0-8776-pkg1 driver.
Everytime my system boots with /etc/inittab set to "run level 5" the GUI login displays quickly and then just as quickly returns me to a console login. I know that X hasn't crashed, because i hit Ctrl + Alt + f7 and I have my regular login. Of course, I can't restart X from virtual console 1 as it is already running.
Has anybody had this problem? It only happens on occasion. What am I supposed to do?
View 7 Replies
ADVERTISEMENT
May 23, 2010
I just upgraded to the 10.04 and everything works just fine as before (except for skype but that really doesn't matters as it has already been 3 years I'm using ubuntu and I managed to get it to work only once, for miracle I believe ^^). The only real issue I have is this: when I start up my laptop, after the log-in, no sound will be heared as the "speaker" volume level in alsamixer is set to 0; if I raise it from the terminal running alsamixer (as I don't know any other alternative) everything plays just fine, but the next time I boot I do have to do it all over again... So, how can I change the default startup level of the "speaker" in alsamixer?
PS: by the way I do have the very same issue with the screen luminosity but the other way round as is always starts at maximum brightness and I can't manage to get it to start at the minimum, as it did before. At least reducing the backlight if far more quick but a couple of times I forget it and the battery lasted something like half an hour
View 9 Replies
View Related
Jun 8, 2011
There was an xorg update that I did today (June 8) and when try to boot into runlevel 3, it stops when it gets to starting up sntp. I also saw that it said DHCP client not running. When I try again (push the power button) and allow it to do what it wants, everything seems to start up just fine. I'm asking about this because I need to re-install my NVIDIA graphics card driver. For the boot options, I've tried clearing the text (I don't remember what they are at the moment) and typing:
Code:
nomodeset 3
and when that failed, I've tried it as
Code:
nomodeset3
but still get stuck at the same spot. I've also tried it without clearing the text but still it gets stuck.
How can I get to runlevel 3 in order to re-install my graphics card driver? I cannot run my 3D software without it. Can I switch to runlevel 3 from the usual (normal GUI) screen? I can't remember the command. I'm running SuSE 11.4.
View 9 Replies
View Related
May 7, 2010
as many others I don't need CapsLock. I want to reassign it such that it has the function of AltGr. I use Kubuntu 9.10 but I think there must be a solution which is distribution independent.
I already tried to use setxkbmap or xmodmap. Using xmodmap at least I managed that CapsLock to behaves like Del by following this description.
But I could not achieve assigning the AltGr behavior to CapsLock.
View 2 Replies
View Related
Jun 9, 2011
How-To set the mixer volume level at system startup or login. A funny story that led up to this how-to first...
I made the obvious mistake of leaving my volume level set to nearly maximum. Of course, Ubuntu's default behavior is to restore the mixer to its last known state - a point of much irritation at that moment. This had been a problem in the past as well, and today was the last straw. So, I did some research, for quite some time I might add, and decided to be a good community member and share my findings. It seems that there are all sorts of opinions around the web. The dominant opinion is that a mixer should always be restored to its last known state, that this is all well and good, and why would you ever want it to work any other way. Lots of people suggested that the startup sound be disabled, which was not a terrible solution, but was still a work-around as it means that the next sound bite to be played is the alarming one.
Needless to say, I wanted to find out what I would call the "proper" way to set the mixer level at startup. As my laptop uses PulseAudio, and my office desktop uses ALSA audio, the methods were different. My focus was for PulseAudio as that was the original purpose. I note here that my method for ALSA is less detailed as it is not the default for Ubuntu audio these days. So, if you are using ALSA, you might have to be a little creative to make my ALSA note fit your needs. I have attached 2 files to this post, one for ALSA and one for PulseAudio.
View 4 Replies
View Related
May 12, 2009
Hi Guys,
here is my scenario:
I am running F10 x86_64 with Nvidia Quadro FX 3400.
I installed the drivers and it worked just fine. No errors generated according to Nvidia log files.
However, while in run level 5 when I try to switch to run level 3 by typing "telinit 3" or "init 3" the X server goes down and I get a blank screen. Same thing happens when I try to switch to a different tty session by <ctrl>+<alt>+F2 (or any F key for that matter).
I also noticed that when I shut down my system I can't see any more the screen where services are shutting down and their status ([OK] or [failed]).
Would appreciate your help on solving this issue.
View 3 Replies
View Related
Jan 10, 2011
Today, everything was working fine until I started an upgrade. After the upgrade finished, my bluetooth keyboard stopped working, so i connected another keyboard and CTRL ALT Backspaced. The screen turned off, then turned on, but blank. The login screen didn't show, and i couldn't even switch to TTYl. The only way i got anything to work was renaming /etc/gdm and rebooting. then i had to switch to TTY while plymouth was running. Then i logged as root and ran startx, and it froze, once again. If i try to boot into recovery, it doesn't work either.
View 3 Replies
View Related
Aug 22, 2010
I am using ubuntu 10.04 and made some changes in Xorg.conf to try enabling twinview. Unfortunately, Ubuntu just stops at the startup logo now. Is there a way I can stop the loading of X, so I can undo the error in Xorg.conf and hopefully make Ubuntu load normally again? Grub automatically loads Ubuntu, there is no Grub menu that allows loading of some alternative config.
View 1 Replies
View Related
Aug 4, 2010
Been trying to setup my xorg.conf file to have a 1920x1200 screen.Strange behavior: when my X starts up, I see my mouse cursor, can move it around. It's small enough to suggest the 1920x1200 resolution took, is working.However, the rest of the screen remains black. No login prompt.I've looked at /var/log/xorg.conf, no errors.Is there something else I can look at?
View 1 Replies
View Related
Aug 10, 2010
I've been able to kludge a kill script which finds the correct pid for the kdeserver (or gnome server) after my system comes up in run level 5 so I can drop back to run level 3 mode. Lots of experimentation showed me that using telinit 3 and telinit 5 would occasionally leave the video memory in a mess and I would have the black screen of death.
I set the security parameter setting to autologin for me since I am the only user of my machine, but I still have to kludge the default setting under sysconfig (the DEFAULT_WM) under Window Manager to pick a certain window manager, so it takes time to manually switch the desktop.
Right now I can leave the gui and drop back to cli, but painful experimenting showed me that killing the X server is a no no. Right now I kill the kde server, which sends the SIGTERM to the X windows manager, which then figures out that it has to shut down.
Questions: Is there a better way of doing this? Apparently openSUSE figures that we have multiple users logging into the gui desktop, so the gui is always kept running and a login window with the desktop manager option forces the user to login in. With autologin, this never happens, but no choice of desktop is possible on the fly.
Can some type of script be set up to painlessly enable this to happen? And what is the best way of bringing either the Gnome or KDE desktop manager down gracefully? I do get lots of error messages as the system attempts to recover and X shuts down. It appears that apparently the single user with autologin is left out in the cold.
View 4 Replies
View Related
Feb 6, 2010
I want to install a software called TinyOS which is an operating system designed for wireless sensor embedded networks in my account. The problem is it has instructions to install the software as an administrator since i'm not an admin of the department network i can not able to install. Is there any method to install this software as an user level rather than admin level.
View 3 Replies
View Related
May 8, 2010
How can I adjust the levels at which the battery is considered to be critically low?ight now it seems this is set at 5 or 10%. I want to make it 20 or 25%This is for Gnome. I am using Lucid x86
View 1 Replies
View Related
Jan 15, 2011
hello everyone, im having a problem when my computer enters in the run level 4 as the default when i start slackware. The strange thing is that it not seems that is a X window problem, it looks like more like a configuration problem in some part of the kde script to initialize the log in, because if i manually start the X service it works fine, i dont know what is the source. Thank you in advance for the help.
View 3 Replies
View Related
Jan 6, 2009
I want to know what are the advantages and disadvantages for accessing spi(serial peripheral inerface )from kernel level and user level. like methods of doing it, speed ,memeory utilization etc
View 1 Replies
View Related
Oct 8, 2009
Error: xorg-x11-drv-nvidia conflicts with xorg-x11-drv-catalyst
Error: xorg-x11-drv-catalyst conflicts with xorg-x11-drv-nvidia
I have followed the guide to install ATI proprietary drivers using RPM Fusion.
View 3 Replies
View Related
Jul 21, 2010
[code]...
you can find a cutout of an output generated by "iwlist s" command for a cell. Does anybody know what Quality, Signal level and Noise level mean? What is the definition of them? I searched for it and could not find good information on it. What do these Extra:*** fields for? What does it show in the example above? How were those values computed?
[code]...
View 1 Replies
View Related
Jun 17, 2010
Hey Guys, I'am new here and request your help on this:
After installing emacs and a few dependencies on my RHEL 5, on restarting the system, the keyboard was not able to work. I restarted several times in vein.
However, when I start in single mode, it works perfectly. I have tried looking for a solution from google, but in vein.
Kindly help...
Regards, Andrew
View 1 Replies
View Related
May 27, 2010
I have a directory that has a another directory inside it. The top directory is rather redundant since it only contains the one other one. Is there a way to delete the top level directory and have the contents simply "move up a level"?
View 6 Replies
View Related
Apr 8, 2010
I installed the wrong nVidia drivers, so the machine konks out trying to load X. Machine has no legacy USB support. So I can't enter the kernel menu.
View 9 Replies
View Related
Jul 27, 2009
I have recently purchased an asrock ion 330. I have done a fresh install of fedora 10. All initially appears fine. When I modify etc/inittab to run level 5 I start getting problems. When fedora boots tty1 never gets to the login prompt. It stops with 'fuse init (api version 7.9). I don't get the desired graphical login. If I reset to run level 3 it boots fine To the text console and I can login and startx with no problems.
View 14 Replies
View Related
Oct 9, 2009
In level 3, I can successfully auto login a user into x window.
but how auto login works in level 5?
View 9 Replies
View Related
Oct 12, 2009
I just upgraded Fedora 10 to Fedora 11. When I rebooted I just had a flashing cursor. So I typed Ctrl-Alt-F2 to open a console window on booting. That worked fine. I was going to edit xorg.conf because I suspected the problem was related to haveing installed the latest Linux NVIDIA drivers (and custom kernal) in Fedora 10 before upgrading to Fedora 11. But, I decided to edit the run level in /etc/inittab first. Unfortunately, I fat fingered run level 3 to runlevel 333. No when booting I get hung up with the error "telinit: illegal run level 333". When I try to use Ctrl-Alt-F2 to open a console window on booting now it doesn't work. How to get into a console window with this error?
View 1 Replies
View Related
Feb 1, 2010
I have a Fedora 11 server that runs at init 3, the monitor goes out after awhile. I would like this to be on permanently. I've searched the net and I'm not able to find the answer.
VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600] (prog-if 00 [VGA controller])
xorg.conf :
Kernel:
View 5 Replies
View Related
Aug 12, 2010
When ever I am starting my system at run level 5, it stops booting the machine at a particular point. After starting all the services & before taking user account and password, the fan speed of the cpu increases at faster rate and then after sometime the system automatically stops down.
I have also checked with other run levels, it works fine. I have also gone thru run level 3 and then used the command "startx" but still its not working and the system stopped automatically by making the fan speed up to a high. Primary memory 2 GB.
View 4 Replies
View Related
Feb 19, 2011
I have installed Fedora 14 LXDE in my netbook (HP 210 mini) and all works fine.I have only one isse, the battery level is not showed in the panel.What I shoud to install or configure to have the battery level on desktop ?
View 3 Replies
View Related
May 3, 2011
im looking to erase all data on my toshiba equium a100-338 and install F14 Xfce but i want to remove the hidden vista partition on it first as it takes up around 7 Gb, i have tried to remove it with windows but it does not want to go! any ideas about a low level format tool or how i can remove this within fedora itself?
View 6 Replies
View Related
Sep 1, 2010
How can we know which Raid level is useful for the server E.g Mail, Web, Database server. Also things we can keep in mind before configuring RAID / LVM on live servers.
View 2 Replies
View Related
Mar 22, 2010
How to set the run level now in FC12 Live?
inittab not present at /etc/inittab
# updatedb
# locate inittab
not found
View 2 Replies
View Related
Oct 25, 2010
How would like to allow a user to run command such as mount fdisk and lspci which normally you would have to be root to do. How would i go about doing this.
View 4 Replies
View Related
Jan 11, 2011
I have a intel 82845 video card. I want to set the screen resolution to 1600x1200. The highest choice under system> preferences > Monitors is1024x768. I see some posts saying to edit xorg.conf, but when I go to /etc/X11/ there is no xorg.conf. I know the card and my monitor will do this resolution, as I had it to that resolution in windows 7 and in XP.
View 1 Replies
View Related