WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Problem booting xen in gui mode

To: "Fasiha Ashraf" <feehapk@xxxxxxxxxxx>
Subject: Re: [Xen-users] Problem booting xen in gui mode
From: "Chen Peng" <chenpenghit@xxxxxxxxx>
Date: Wed, 26 Aug 2009 16:19:31 +0800
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 26 Aug 2009 01:20:24 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:x-mailer:mime-version:content-type; bh=UO4YJ+U8bSmA0A71lOVHk9TOWmxIWEvefo8VG63RvII=; b=mUREMez9zyJNNayH0IrndvrNrTuZDoMql755zgC6C9T5Yyj7X9Sao9EAXjCMV+IVqi wr2etlVk1l6r96T8SWoLn1O2NG5IypkViEBViY+tA/TuTF/cU/GL0wurezp///76uCMX 16XO8pw52QC9UaTS8EeSs7EcENACq70dksfmM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type; b=GMpK3lAv+w5hYp+HddajcCjqo9V1ZETKGj+5TY1ZnRQ5ylixXzqOscdMp+I9Wgc7rJ XdQbTiYWhK+IEOS1KgjboGlw6QXYOfvzkBesR+8UK06MsiBL+dIQds3hyrJzuddAJlGe rGf69bz37bBIIjY0TSzcVUEZzgpUDA0Prd3oA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

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



Love Cricket? Check out live scores, photos, video highlights and more. Click here.
_______________________________________________
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, Chen Peng <=