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


ADVERTISEMENT

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 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

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

General :: No Sound On Mandriva?

Nov 24, 2010

I have a (usb key) mandriva flash 2010, that i use on a Macbook pro 13". And i have no sound. I already check all the volume control and alsamixer.

View 1 Replies View Related

General :: Play MP3 In Mandriva ?

Feb 28, 2011

When I installed my Mandriva 2010 Spring, the Amarok player was installed together.

I can't play MP3. Then I downloaded and installed(at least, I think...) lame.

How do I make Amarok play MP3? E.g. how I associate lame and Amarok?

View 11 Replies View Related

General :: Moving From Mandriva To Suse?

Jun 25, 2010

I dual boot XP and Linux. Right now i've been running Mandriva but haven't been that satisfied with it as of late and am thinking of switching to the new Ubuntu. My question is, what would be the best way to go about this.. would i want to switch back to the windows bootloader, remove the linux partitions and then remake these partitions from free space during the Ubuntu install?

My main concern is wether it is necessary to switch back to the windows bootloader before proceeding (LILO currently) as i have no problem removing the old Mandriva partitions... I thought I'd reply to this thread rather than start a new one:

Doing almost the same thing with Mandriva, Vista & Grub going to Suse.

Am I to assume that I shouldn't have issues and that the Suse bootloader will overwrite Mandrivas? It is written in the MBR.

Now that I saw the poll of top distros for new users, I'm considering Ubuntu & Mint as well.

Will any distro's bootloader overwrite a prior version?

View 9 Replies View Related

General :: Installing Mandriva On Ubuntu?

Aug 28, 2010

I have a completely new desktop and I have installed Ubuntu on it. That happened yesterday, today morning there is no internet connection on my desktop. I don't know what happened.

Anyway after all I have decided to put Mandriva over Ubuntu - that was the original plan - but now I am facing problems with installing Mandriva.

1st. The oriiginal cd drive is not recognised by Ubuntu Therefore I am using an old drive which at least is working.

2nd I cannot run Mandriva dvd.

My questions:

How can I delete Ubuntu and replace it with Mandriva? If this is too difficult, I would switch back to Windows 7. At least in Windows I have a bit of experience. The windows 7 dvd it cannot be run also.

View 9 Replies View Related

General :: Mandriva On ASUS Eee PC 1000HE?

Oct 5, 2010

I am planning to buy ASUS Eee PC 1000HE Netbook in near future and want newest Mandriva on it with KDE 3.5. Just wondering how Mandriva performs on this netbook? Do all the features work or is there any tweaking I have to do to get the best results? Anyone using Mandriva on ASUS Eee PC 1000HE? Is so, then what's your experience so far?

View 1 Replies View Related

General :: VMware Installation On Mandriva ?

May 9, 2010

To install VMware Work Station for my Mandriva Linux.

The downloaded file is 'VMware 7.0.1 for Linux'.

'VMware-Workstation-Full-7.0.1-227600.x86_64.bundle'

It has the .bundle at the end.

What is .bundle?

How do I install it?

It may be the case my old processor won't support the product.

AMD Athlon 3500++ is my processor. I bought this computer almost 5 years ago.

View 3 Replies View Related

General :: How To Locate Files Under Mandriva?

May 2, 2011

I am running Mandriva x64 and the nepoumuk file indexing was causing system hangups (in addition to not returning any results) so i disabled it. However kfind is not returning any results either - i feel a bit stupid and I'm sure there's a simple answer to this but How do i locate files under Mandriva linux? Is there a simple KDE application for that or do i need to look at kfind settings? Does file search only work with indexed database?

View 3 Replies View Related

General :: Install Ubuntu With Mandriva?

Jul 28, 2010

Ive downloaded the Ubuntu ISO (i386) in Mandriva and it gave me an error message...whats the fastest and easiest way to install Ubuntu in Mandriva...

View 1 Replies View Related

General :: Will Mandriva Run Inside Windows 7

Aug 26, 2010

Will Mandriva run inside Windows 7?

View 1 Replies View Related

General :: Best OS To Use Fedora 14 / Mandriva 2010.2?

Mar 1, 2011

I'm still new to this.
Which OS is better to use Fedora 14 or Mandriva 2010.2.
If not anyone of these any suggestions?

View 5 Replies View Related

General :: Sound Not Working In Mandriva?

Jun 22, 2011

I installed mandriva 2010 power pack. But the sound is not working ! the sound card is detected and when i play a song the player shows that it is playing it but no sound is there!! no channel is muted!

Code:
My lsmod:
Module Size Used by
ipt_IFWLOG 2374 2
ipt_psd 47523 1

[Code].....

View 6 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 :: Run Ubuntu Command Sudo Apt-get In Mandriva?

Sep 12, 2011

How i can run the following command (for Ubuntu) in Mandriva 2005 ? What is the similar command ?

sudo apt-get install python-wxgtk2.8 pyro mercurial build-essential bison flex mercurial python-numpy

View 1 Replies View Related

General :: Mandriva 2010.2 Usb Image Not Booting?

Mar 17, 2011

I got 'Mandriva 2010.2 One KDE Europe - Americas' live image with a tech magazine as an .iso. The live usb image created with Unetbootin on my Mint 10 of the iso won't boot. All I get a warning no operating system or something. I tried the Mandriva-seed script but it gives an error

Quote:

GLib-GIO:ERROR:/build/buildd/glib2.0-2.26.0/gio/gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)

Also tried the isotostick script too but it too won't work. Here is the error message

Quote:

Not verifying image...(no checkisomd5 in Ubuntu so skipping)!
./isotostick.sh: line 103: /lib/udev/vol_id: No such file or directory
USB filesystem must be vfat or ext[23]
Cleaning up to exit...

note that the file system of the usb drive is FAT32 and the md5sum of the iso is the same as that specified in the website !!

View 5 Replies View Related

General :: Cannot Mount CD / DVD Drive Under Mandriva One 2010

Dec 6, 2009

Having trouble mounting cd dvd under mandriva 2010.tried bash with su command and then# mount media/cdrom.but got this reply "mount:wromg fs type, bad option, bad superblock on /dev/sr0,missing code page or helper program, or other error. In some cases useful info is found in syslog - try dmesg | tail or so"

View 5 Replies View Related

General :: Hidden Costs Of Free Mandriva Os

Apr 23, 2011

I've installed Mandriva 10.10.2 and it seems ok, but I cant run any mp3 files nor will VLC have sound, but returns a pop up:

No suitable decoder module: VLC does not support the audio or video format "flac". Unfortunately there is no way for you to fix this.

Mandriva directs me to a commercial dl site for me to purchase the necessary (?) software. Is that my only option/

View 3 Replies View Related

General :: Adjust Resolution In Mandriva 2009.1?

Apr 12, 2011

How to adjust resolution in Mandriva 2009.1?

View 2 Replies View Related

General :: Install Gloobus In Mandriva 2010?

Mar 1, 2011

I used Ubuntu as my os for about 6 month.In that i could install gloobus coverflow,gloobus previve and gloobus flow.
Few days back i install Mandriva 2010 in to my laptop.I try to find out how to install gloobu in Mandriva.But i couldn't.It's not available in Rpmdrake.
I am a newbie and don't now how to do it.If some one now how to do it..

View 1 Replies View Related

General :: Save The Setting Of Alsamixer In Mandriva?

Apr 7, 2011

I used ubuntu and recently I install mandriva in to my laptop. I am using a headphone and when I listening to music I reduce speaker sounds and increase headphone and master sounds using "alsamiser -c 0" command in terminal.But at the end of each song, speaker sounds automatically increased.so I have to increase the headphone and master sound and reduce speaker sounds at beginning of every song.

When I restart the machine master,speaker and headphone sounds usualy become silence. Is there any why to save the alsamixer settings or any other way to correct this error.

View 1 Replies View Related







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