|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem booting xen in gui mode
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 <=
|
|
|
|
|