General :: Error: Cannot Start Xserver

Jun 10, 2011

Using GNOME2.X (default) and Fluxbox on ZorinOS4(upgraded from ubuntu10.10 to 11.04) When I boot up everything goes fine right up until the splash screen. Once I get to that, Screen goes black for 3 seconds or so, Then the command line pops up, Asks me for LOGIN: and PASSWORD:, and after I enter that it starts fsck then says something like:

Code:

/dev/sda5 mounted - sda5 mounted 22 times without check, Forcing check-- sda5 CLEAN Xnumberofblocks/Ynumberof blocks...

Error: cannot start Xserver

If needed I can reboot my machine and write the whole thing out and post it back. sda5 shows it is filesystem, ext4, 25g ,mounted at /,Partition type Linux(0x83), partition flags: - SO after it does a force check it brings me back to hevithan:$ ... I tried typing fluxbox to run that instead of GNOME and it says Error: failed to launch. Xserver is running.. So I reboot, and select: ubuntu-linux version(recovery mode). Look at the startup log it says what I already got in command: Failed to boot XServer is already running. So I select Restart X and it works fine after that.

Things I have downloaded/installed recently:

*Used additional drivers to enable propitiatory drivers.

*Thunderbird

*Simdock (Which I didn't like) so...

*Docky

*A comic book reader (I forget the name but it was in the repos) and a few upgrades to software/programs I already had.

Why is X trying to start 2 times? Why is it forcing FSCK every time? Could anything I have downloaded changed my GRUB or Kernel info and confused the system?

View 1 Replies


ADVERTISEMENT

General :: Cannot Start Xserver-mandriva

Feb 18, 2011

i'm using mandriva spring powerpack on a samsung n210. after the installation the screen went fuzzy. i logged on as root, and did XFdrake selected xorg vesa and nv but i still get the same issue. the screen res is at 1024x600. can anyone recommend an alternative xserver. the free version worked fine, i just don't know what it uses

View 4 Replies View Related

General :: Unable To Start Xserver On Mandrake 9.2?

Jul 6, 2011

I'm basically a linux noobie, and have a problem with one of my machines I use for work. As the title states I am unable to start my xserver, using the startx command I have been using for the past 5 years. It goes to the blue loading screen with the x for a cursor, hangs there for about a min or so then goes back to the command screen. I get an error:

giving up.
xinit: Permission denied (errno 13): unable to connect to xserver
waiting for xserver to shut down
xinit: Server error.

I have tried logging on as root and trying startx again. Same error.

View 14 Replies View Related

General :: Debian Synaptic Package Manager Error: Xserver-xorg Stripped?

Feb 10, 2011

I have used Debian Linux for two years, most recently the seventh or so iteration of Version 5. I use the Gnome desktop and the Synaptic Package Manager, not the Update Manager, for updates because it's easier to build a log with the former.In my most recent update, Synaptic stripped out all the xserver-xorg files�47 in all. I thought it peculiar but did not know enough to interfere. When I rebooted, the system told me I must install xserver or correct GDM configuration and restart.Have I been hacked? Am I being tested by the Linux Illuminati? Or does it have something to do with the warning message I received at the end of the update-upgrade, attachedDebian_error_msg.png? And how do I go about reinstalling xserver? With Aptitude? I have tried running apt-get -f install, to no effect.

View 1 Replies View Related

Ubuntu :: Xserver Does Not Want To Start

Sep 22, 2010

Upon bootinh ubuntu the display refuses to start, i archived the log files but i don't know how to post them here, im on a windows dual boot

View 2 Replies View Related

Debian Configuration :: #couldn't Start The Xserver?

Mar 26, 2010

im sure that my graphic card is good but after i installed the compiz manager ....the system failed to start the xserver this is the xserver output :

x.org x server 1.7.5
release date : 2010-02-16
x protocol version 11, revision 0

[code]....

View 5 Replies View Related

Ubuntu Installation :: XServer Will Not Start After Upgrade 9.10 To 10.04?

May 2, 2010

I upgraded to 10.04 and when trying to boot, the computer would hang at the splash screen. Going into recovery mode showed nothing in the log files. The Xorg and gdm logs were zero bytes but had the proper timestamp. I tried and tried, but could not get it to boot until I removed the nvidia-current package. Then the computer will boot, but the screen is partially corrupted with just a blue background. I can hit enter, then type my password and I can actually login, but I can't see a thing. I can cycle through the resolutions with Ctrl +, but the screen just still has a blue background and nothing else. Trying to boot in failsafe X mode gives the same screen. I tried putting the vesa driver in the xorg.conf, but no change.

I've tried the i915.modeset=0 boot option. I've tried the "xforcevesa" boot option, but nothing will give me a readable screen. As soon as I re-installed the nvidia-current package and ran nvidia-xconfigure, the problem came back and it hangs again.At this point, I'm stuck. I would settle for a plain VGA screen at this point, but I can't even seem to get that. I've read several posts here with similar problems and tried every solution put forth, I think, but have not found a solution.When the upgrade wanted to install the new /etc/default/grub, I kept my old one. I compared the two files at the time, but I didn't see anything new, but maybe I missed something. What new items if any does the upgrade put into /etc/default/grub?

View 1 Replies View Related

Ubuntu :: Start Xserver Without -nolisten Option?

Sep 1, 2011

I have the following problem with Xserver which I think can be solved by starting it without the -nolisten option:

Server - (say 192.168.1.1) has the X application installed
Client - (say 192.168.1.2) is a stock standard ubuntu 11.04 client machine with screen and xserver installed.

I need to be able to run the X application on the ubuntu client by exporting the display on the server as follows:

Code:
export DISPLAY=192.168.1.2:0.0
xeyes
I have run 'xhost +' on the ubuntu client to disable access control however I still get the error:

Code:
Error: Can't open display: 192.168.1.2:0.0
I believe this is because xserver is started with the -nolisten option:

Code:
ps -ef | grep listen
root 1020 989 1 18:21 tty7 00:00:27 /usr/bin/X :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-V9E9KA/database -nolisten tcp vt7
Both server and client are not connected to the outside world and are in a trusted environment so security is not a concern (I realise doing the above is a serious security issue)

I cannot use ssh tunneling for the xserver traffic as the proprietory program relies on the DISPLAY variable been set to the correct client ip. (Would be great if I could though!!)

I have searched the /etc directory for the -nolisten option and have found the following file: /etc/X11/xinit/xserverrc. I removed the -nolisten tcp option however the xserver still starts with the -nolisten tcp option.

I have been looking through the xserver manuals however cant find too much relating to this.

Does anyone have any pointers as to how i could start the xserver without the -nolisten option?

View 2 Replies View Related

Red Hat / Fedora :: Find The Right Command To Start Another XServer?

Jun 30, 2010

I tried my best on searching for the answer to this question. I couldn't find the right command to start another XServer. Maybe I just don't know how to look for it, or I'm using the wrong keywords. Anyway, what I want to happen is hit CTRL+ALT+F6 (F7 to return to my desktop) and start another XServer to run a full screen game. How do i do that? Is it possible to have multiple instances of X?

By the way, the error says that an instance of x server is already running on display 0 after I have issued this command: Code: startx In case you're wondering why this is my solution, it's because scripting is not my type for automatically making an xserver when I click a game, especially if you'd have to do it for all other games :/ So, let's stick to my idea D unless it's impossible, of course. EDIT: I was able to get a new xserver with xterm in it, but it seems there is no acceleration or some sort >.< OpenLieroX runs at a frame rate of 15 fps or so. Anyone have an idea on how to enable acceleration on openbox?

View 1 Replies View Related

Debian Configuration :: Xserver 2:1.7.7-7 Fatal Error Nvidia.ko?

Oct 19, 2010

I just made the latest safe upgrade on debian squeese and everthing seamed fine untill i made a reboot. i tried starting an xserver after that none was started on boot. {worked fine before}the output below when starting xserverstartx --:3

Xorg-server 2:1.7.7-7
Parse error on line 13 of section files in file /etc/x11/f86config
Igonring obsolete keyword "rgbpath"

[code]....

View 1 Replies View Related

Debian Installation :: Xserver-xorg Error Video Rendition

Apr 11, 2011

I installed the debian 6.0 netinstall iso, now installing the xserver-xorg but get a lot of this error messages:

xserver-xorg-video-rendition: Depends: xorg-video-abi-6.0 which is a virtual package.

View 6 Replies View Related

Fedora :: Error Xserver Running During Nvidia Driver Install

Feb 17, 2011

After starting the Nvidia driver installer I get the error message "please exit x before installing". I read the manual page for X. From the console I typed X -terminate. I get the error message "Fatal server error" "Server is already active for display 0". how to exit from X.

View 3 Replies View Related

Ubuntu :: Xserver Terminal Awesome Screen Flickering / Error

Feb 7, 2011

I am not able to change to any tty at all. if i press ctr+alt+ f4 nothing happes if i then press f7 and return the screen turns totally black and my gui is only recoverable witrh restarting my displaymanger slim.also when i press ctrl+alt+del in aqwesome (windowmanager) the computer reboots immediatly, what makes me think that, however the terminal isn't properly "seperated" from the windowmanager.After restarting slim and login to awesome i 'am able to change properly to tty's and back to xserver. after reboot i am not able to change to tty's properly again.

View 1 Replies View Related

Slackware :: Fluxbox Not Starting - Error - Couldn't Connect To XServer

Sep 7, 2010

I've just recently install slackware 13.1 on IBM R40e laptop but every time i try to start fluxbox with
startfluxbox it just comes up:

However xdm works.

The specs of the computer:
IBM R40e 2684 L9G
2.4GHz Intel celeron processor
128MB ram
ATI radeon 330M 16MB integrated
30GB hard drive
DVD rom drive

I'm not sure if it's of any use but here's my xorg.conf file:

Code:

View 3 Replies View Related

Debian Multimedia :: Nvidia-glx Dpkg-divert: 'extensions/libglx.a' Xserver Error?

Feb 7, 2010

I just wanted to post this in the forums for anyone else that was having the same issue. I looked all over the internet for 4 hours and could not find a solution and finally figured out what to do. Maybe this will help save some time for someone else.

The ERROR:
Removing nvidia-glx ...
dpkg-divert: error checking `/usr/X11R6/lib/modules/extensions/libglx.a': No such file or directory

[code]....

View 4 Replies View Related

OpenSUSE Install :: Starting Xserver After Upgrade / Error Message That Current Kernel Can Not Be Loaded?

May 21, 2011

I was about to do upgrade from 11.3 to 11.4.I was following the guide I found in opensuse's website. I was to the point where I had to disable all 11.3 repositories and add the 11.4 at that point I forgot to change my nvidia repository ( I have a g210m graphic card).

thus after the upgrade the X could not start at all. I think this was because Yast could not find the nvidia driver.

Using text mode YaSt2 I added the nvidia driver but after restart I can not see and X running. I receive an error message that the current kernel can not be loaded!!!

I also checked in command line if there is something like Sax2.. but I couldnot find anything.

View 6 Replies View Related

Debian :: Debian Synaptic Package Manager Error: Xserver-xorg Stripped?

Feb 10, 2011

I have used Debian Linux for two years, most recently the seventh or so iteration of Version 5. I use the Gnome desktop and the Synaptic Package Manager, not the Update Manager, for updates because it's easier to build a log with the former.In my most recent update, Synaptic stripped out all the xserver-xorg files�47 in all. I thought it peculiar but did not know enough to interfere. When I rebooted, the system told me I must install xserver or correct GDM configuration and restart.

Have I been hacked? Am I being tested by the Linux Illuminati? Or does it have something to do with the warning message I received at the end of the update-upgrade, attached? And how do I go about reinstalling xserver? With Aptitude? I have tried running apt-get -f install, to no effect.

View 4 Replies View Related

General :: Cannot Start X - Font Error

Jan 19, 2010

I havent started X in a LOOONG time because the console is more productive but when i tried i got a font error: Log may or may not be attached LOL links browser is buggy

View 9 Replies View Related

General :: Fsck Error During Start Up?

May 25, 2010

I get an error during start-up

fsck failed. Please repair manually

If I Ctrl D to carry on everything boots up ok as far as I can tell.

If I try and fix:
# fsck /dev/hdb1
fsck 1.37
e2fsck 1.37
/dev/hdb1: clean, 38/7340032 files, 283481/1465320 blocks

[Code]....

View 14 Replies View Related

General :: Kill XServer (Init 3 / 5 Does Not Work)

Feb 23, 2011

I'm running Linux Mint 10, although I've had this same issue with other variants of Linux. I've been told/found while researching that if the X server hangs or otherwise errors, one can drop to a root prompt, usually at another tty, and execute init 3 (to drop to single user mode) and then init 5 to return to the default, graphical session. Needless to say, I've tried this before in multiple configurations on multiple machines to no avail.

The only feedback I receive form executing those two commands is a listing of VMWare services (from a kernel module) that are stopped and then restarted. If I run startx (either before or after init 3), then I am told that the xserver is still running and that I should remove /tmp/.X0-lock. Having tried that, it removes that error message, but claims that the xserver cannot be attached as another instance is running. How do I kill the xserver completely? Can I killall some process name?

View 2 Replies View Related

General :: Shut Down Xserver Without Root Access?

Jun 26, 2011

Is there any way to shut down the xserver on linux without root access? I tried ctrl-alt-f1. It seems there is still xserver running.

View 2 Replies View Related

General :: Xserver Versus Nvidia Geforce Mx 440

Jun 17, 2011

just installed slackware 13.37... i did a bit of configuration by myself but im having trouble making my graphics card running correctly under X.I installed the latest drivers correctly from the nvidia website.

Here's the lspci:

Quote:

00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05)

[code]....

Right now with this .conf im able to start up X but find it not accelerated...

View 22 Replies View Related

General :: Xserver Won't Load After Power Failure?

Oct 31, 2010

The other day I was in the process of updating an install of Debian Testing (Squeeze). It so happens that the power went out at just the wrong time. According to the dpkg log it looks like it was in the proccess of completing the postinst script for the kernel update I purged all the kernels that were installed and reinstalled the most recent version. Mind you, that the machine booted and appeared to be just fine when the power came back on but I had no gui. So after reinstalling the kernel I still didn't have a gui.So I proceded to purge and reinstall kdm, xorg, xserver-xorg & related, and anything else I could think of.All with out success.This machine has an xorg.conf file. I have edited that file to try the vesa driver instead of the intel driver, no joy. I have renamed that file to force a complete auto-configuration of the xserver on launch but no joy.

Code:
(II) LoadModule: "intel"
[code]...

View 5 Replies View Related

General :: Error: Failed To Start The X Server

Aug 13, 2010

I have SUSE Linux Enterprise Desktop 10 running on HP Mini 2133. It's been working like a dream since I got it, but one day I got the following error message when booting it: Failed to start the X server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose problem? <Yes> <No>.

X server output says alot of things, but I think this is the most important:
(==)Using config file: "/etc/X11/xorg.conf"
ACPI: OSPMOpen Called
ACPI: Opening device
(EE) VIA(0): No valid modes found

I then get the login:. I'm able to login, but I have no clue on what to do. How can I fix this?

View 3 Replies View Related

General :: Iptables Will Not Start -error On Line 18?

Nov 26, 2010

I'm a linux noob, only know about enough to be dangerous...I am trying to get my Fedora Core firewall to work - I actually didn't know it wasn't until I started poking around in the GUI (I use both CLI and GUI) - so I used the CLI to try and start it and got the following:

[root@linuxbox ~]# service iptables start
Flushing firewall rules: [ OK ]
Setting chains to policy ACCEPT: filter [ OK ]

[code]...

View 6 Replies View Related

General :: Trying To Start MySQL - Error 2002

Jul 9, 2010

installed mysql
type
yum install mysql
tells me nothing to do - up to date

type mysql
responds ERROR 2002 - cant connect to local MYSQL server through socket
/var/lib/mysql/mysql.sock

Lost in tons of documentation - sun docs very general and maybe its there but I'm getting dizzy looking. How to get to the point where I can get an mysql> prompt?

View 14 Replies View Related

General :: Can't Change Resolution At Nvidia Xserver Setting

Mar 21, 2010

i need drivers for monitor 17' adi nh 776 for linux bt4.because i cant change resolution at nvidia xserver setting...

View 6 Replies View Related

General :: Opening Xserver Config File In Ubuntu 10.04?

May 12, 2010

i have the following graphic card:Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) i think appropriate drivers are installed at the time of installtion! but the compiz (desktop effects) are not working! i have installed nvidia-settings! it says: You do not appear to be using the NVIDIA X driver. edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. then i tried to run "sudo nvidia-xconfig" but it says"command not found!

View 1 Replies View Related

General :: Error - Failed To Start X Server (RedHat 5.3)

Mar 7, 2010

I installed Red-hat 5.3. Problem is that it is not showing graphical interface. Only kernel / command prompt is available. I tried startx, then I got this msg. No video BIOS modes for chosen depth. Also showing that:
ERROR: Failed to start X server.

View 2 Replies View Related

General :: Changing Permissions To Allow Virtual Box To Start Without Error?

Jan 15, 2010

I installed Sun's virtual box 3.1 under Ubuntu 9.04. It worked flawlessly. I upgraded to to 9.10 and know I get a kernel error. rc=-1908 Now I cannot get Windows to load.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved