LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-19-2009, 04:52 AM   #1
jayamurugan
LQ Newbie
 
Registered: Jan 2009
Posts: 18

Rep: Reputation: 0
Question Regarding NVIDIA Driver usage for XEN


Hi,

I had installed open SUSE 11 and also installed hypervisor[XEN].
Then I installed NVIDIA driver for graphical mode use of XEN.
Installation of NVIDIA was done as below:
------------------------------------------
cd /root

wget http://www.nvnews.net/vbulletin/atta...1&d=1159874953

mv attachment.php\?attachmentid\=20801 xen.patch

wget http://us.download.nvidia.com/XFree8...-9631-pkg1.run

After this, I restarted the machine in XEN Kernel mode and got an error that failed to X Server as it is not set properly kind of errors.

Then I had been asked to enter as root. There I had run the commands 'sax2 -a' [create a X server if one is not running and also set automatic config] and then 'rcxdm restart'. After this I got a blank screen and nothing happens.

Could any one of you please help out? What all the things [hardware config, installables present] to be considered while installing NVIDIA driver?

Thanks in Advance.
 
Old 01-28-2009, 07:12 AM   #2
jayamurugan
LQ Newbie
 
Registered: Jan 2009
Posts: 18

Original Poster
Rep: Reputation: 0
Hi,

Could any one help me out? I am getting the error that X Server is not installed properly. Restart GDM once X Server is installed properly.
 
Old 01-28-2009, 07:38 AM   #3
Matey
Member
 
Registered: Jan 2009
Posts: 114

Rep: Reputation: 17
can you run the configurations before attempting to run GUI?

in ubuntu it is under /etc/X11/xorg.conf
its a little different in RedHat and other flavors of Linux but there you can change the config manually.
there is another semi-gui program which I cannot remember the name of? (may be Xsession?) it gives a blue screen which allows you to reconfigure display, mouse and keyboard.
sorry.. been a long time...
may be someone else can help?

oops, sorry I meant for you to edit the config file. (manually)...
there is a chance there are copies of the old conf. file there, rename or copy paste etc.

Last edited by Matey; 01-28-2009 at 07:46 AM.
 
Old 01-29-2009, 03:09 AM   #4
jayamurugan
LQ Newbie
 
Registered: Jan 2009
Posts: 18

Original Poster
Rep: Reputation: 0
Hi Matey,

I had found a file 'xorg.conf' in the location /etc/X11

Could you please let me know how to run the configuration?
 
Old 01-29-2009, 04:00 AM   #5
Matey
Member
 
Registered: Jan 2009
Posts: 114

Rep: Reputation: 17
I am no so sure but I think if you run xinit it will bring up the display server.
I get a fatal error on my box since I already have the GUI up and running.
there are few executable files in that folder...like Xsession X or Xorg but I cant get them to come up either?
you can try those and see if you get them to come up. I used to have the problem but I started with a very low res. and got it to come up then as soon as I put my monitor's model number (not the video card) every thing was all right then!

btw, I found a folder called kdm under /etc/kde3/kdm/
there are Xreset and Xsetup executable files there.

and do you know your default display driver? it says it at the boot up time...there is gdm kdm and xdm.

Last edited by Matey; 01-29-2009 at 04:11 AM.
 
Old 01-29-2009, 07:20 AM   #6
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Hi, quick question, did you try starting X as root or were you able to log out of root and login as another user, as some distributions I believe won't show a screen display for direct root access... just one to watch out for.
 
Old 01-30-2009, 12:23 AM   #7
jayamurugan
LQ Newbie
 
Registered: Jan 2009
Posts: 18

Original Poster
Rep: Reputation: 0
Hi Matey,
I couldn't find any folder with the name /etc/kde3
Instead I found /etc/kde4/kdm, but there was no executables except a text file named 'backgroundrc'.

I am also not sure of the default display driver. How to check that during boot up time?
------------------------------------------------------------------------------------------

Hi r3sistance,
I am getting below error when I run the command 'startx'
-------------------------------------------------------
xauth: creating new authority file /root/.serverauth.3935

Fatal server error:

Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
---------------------------------------------------------------------------------------
 
Old 01-30-2009, 06:56 AM   #8
Matey
Member
 
Registered: Jan 2009
Posts: 114

Rep: Reputation: 17
Umm seems like your x server is already running... I get the same message if I try to run it (again) But you can go ahead and delete that x0.lock file, it is OK I have done it long time ago when I had a similar problem (redhat 6 days)...

any way look for the conf file which is fail-safe. rename it to the .conf file and try it.
again you may not have the same files but it would help if you didnt start the x server at the startup. so take it out by doing this
update-rc.d -f remove (kdm or gdm or xdm or whatever the name is)
and then if you want to put the program back to auto start;
update-rc.d -f update (program name)

you can also do a control alt F7 to see if the x server is running? or you get any thing there at all?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
i need a virtual Windows but xen doesnt like my nvidia driver!!! ianio SUSE / openSUSE 3 07-16-2008 04:08 PM
Xen usage ideas nomb Fedora 10 02-15-2007 03:12 AM
LXer: Managing Xen With Xen-Tools, Xen-Shell, And Argo LXer Syndicated Linux News 0 11-05-2006 12:21 PM
LXer: Managing Xen With Xen-Tools, Xen-Shell, And Argo LXer Syndicated Linux News 0 10-21-2006 11:33 PM
nvidia fx5600 loads vesa driver instead of nvidia driver saburo62 Linux - Hardware 3 05-04-2004 03:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration