|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem booting xen in gui mode
Hi,
The problem is with your Nvidia graphics card. If the card is new then the
vesa driver is likely not to support it. You will have to use the Nvidia's
proprietary drivers. I recommend you get the driver rpms (akmods) from
rpmfusion.org repository. You have to install them using yum in textual
mode.
Regards,
Sree Harsha Totakura
Member, Open Source Platform - TEG
Tata Consultancy Services
Ph:- +91-22-67782038
Mailto: sreeharsha.totakura@xxxxxxx
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
Date: Wed, 26 Aug 2009 16:19:31 +0800
From: " Chen Peng " <chenpenghit@xxxxxxxxx>
Subject: Re: [Xen-users] Problem booting xen in gui mode
To: " Fasiha Ashraf " <feehapk@xxxxxxxxxxx>
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Message-ID: <200908261619277810591@xxxxxxxxx>
Content-Type: text/plain; charset="utf-8"
Use command #X -configure, it will generate a xorg.conf.new in your home
directory.
I encountered the similar problem of yours before. I found my Intel G45
board-integrated graphic card cound not work on Domain 0.
Then I modify my /etc/X11/xorg.conf and made the following changes:
In xorg.conf:
Change:
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
To:
Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Then I could start X window in Domain 0.
2009-08-26
Chen Peng
å‘件人: Fasiha Ashraf
å‘é€æ—¶é—´ï¼š 2009-08-25 12:05:05
收件人: Pasi_K鋜kk鋓nen
抄é€ï¼š xen-users
主题: [Xen-users] Problem booting xen in gui mode
Hi
When selecting the xen kernel no gui will work. Is there some problem with
my NVidia?
How to fix this problem? Even I dont found xorg.conf. Where to set X11
configurations?
Please help!
Regards
Fasiha Ashraf
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-users] Problem booting xen in gui mode,
Sreeharsha Totakura <=
|
|
|
|
|