[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Unable to start Xorg in dom0 (Linux kernel 6.1.18)


  • To: Tej <bewith.tej@xxxxxxxxx>
  • From: "Yuming fang" <fangyuming.leo@xxxxxxxxx>
  • Date: Fri, 12 Sep 2008 16:42:59 +0800
  • Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Fri, 12 Sep 2008 01:43:39 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=Wnw4Nq2ROuJq9ep4WoS7sY3JQJ+hRT3msRPfEAPYXQbPSIW13Nf26HzB1QdBRWptIl DlE9v1JzGbc/JDV7JcnT3PZGMld2D0WKW4VsXww9bEwv6Ki9TkovmpGwqe/JI3/gNny+ 5Xkr03C0pCiHejaC0mMS43m57RmlRdedBuK4E=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

I solved this problem. It was the problem of xorg.conf.
The orginal file of xorg.conf is:
 
Section "Device"
    Identifier "Videocard0"
    Driver     "Intel"
EndSection
Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth 24
    SubSection "Display"
           Viewport   0  0
           Depth      24
    EndSubSection
EndSection
 
I modified the xorg.conf as follows:
 
Section "Device"
    Identifier "Generic Video Card"
    Driver     "vesa"
EndSection
Section "Screen"
    Identifier "Screen0"
    Device     "Generic Video Card"
    DefaultDepth 24
    SubSection "Display"
           Viewport   0  0
           Depth      24
    EndSubSection
EndSection
 
And then the X worked. It seems the XServer of Linux2.6.18.8-xen0 could work when using the vesa driver, but could not work when using the default configuration. Although I could start the X, I could not understand the cause.
 
Yuming
 

 


 
2008/9/4 Yuming fang <fangyuming.leo@xxxxxxxxx>


2008/9/4 Tej <bewith.tej@xxxxxxxxx>
On 9/4/08, Yuming fang <fangyuming.leo@xxxxxxxxx> wrote:
> 2008/9/4 Tej <bewith.tej@xxxxxxxxx>
>
>> On Wed, Sep 3, 2008 at 12:20 PM, Yuming fang <fangyuming.leo@xxxxxxxxx>
>> wrote:
>> > Hi, everyone,
>> >
>> > I installed the Xen3.1.0 based on Fedora8 and enter the Dom0
>> successfully.
>> > The kernel of  dom0 is linux-2.6.18-xen0. But the Xorg could not start
>> > in
>> > the Dom0. When I use the "startx" command to start the X server, the
>> error
>> > information is following:
>> >
>> > .........
>> > (==) Using config file: "etc/X11/xorg.conf"
>> > (II) Module already built-in
>> > (II) Module already built-in
>> > (II) Module already built-in
>> > (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
>> > (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too
>> low?
>> > (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too
>> low?
>> > (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too
>> low?
>> > (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too
>> low?
>> > (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too
>> low?
>> > (EE) intel(0): Couldn't allocate video memory
>> >
>> > Fatal server error:
>> > AddScreen/ScreenInit failed for driver 0
>>
>> Try to reconfigure the xserver again using:
>> "sudo dpkg-reconfigure xserver-xorg"
>>
>> HTH
>>
>> thanks
>> -tej
>>
>
>
> I enter the command "sudo dpkg-reconfigure xserver-xorg", but it could not
> run.
> The error information is:
> sudo: dpkg-reconfigure: command not found
> audit_log_user_command(): Conenction refused
> You have new mail in /var/spool/mail/root

sorry it is debian specific

For xserver reconfiguration in fedora use:
xorgcfg --textmode or else X -config and fill up the details

HTH

thanks
-tej
 
 
The command "X -config" is ok. But how should I config it? Which parameters should I config?
Thanks.
Yuming
 
 
 


>
> My system is linux-2.6.18-Xen0, the orginal system is Fedora8. Is there this
> command in the system?
> thanks.
>
> Yuming
>
>>
>> giveing up.
>> xinit: Connection refused (errno 111): unable to connect to X server
>> xinit: No such process (error 3): Server error.
>>
>> Did anyone face this problem when starting the Xserver? The hardware is
>> Intel Corporation 82946GZ/GL. The system is based on linux-2.6.18-xen0.
>> Xserver is X Window System Version 1.3.0 Release Date: 19 April 2007.
>>
>> I would appreciate it if anyone could give me some help.
>>
>> Yuming
>>
>>
>>
>
>> > _______________________________________________
>> > Xen-users mailing list
>> > Xen-users@xxxxxxxxxxxxxxxxxxx
>> > http://lists.xensource.com/xen-users
>> >
>>
>


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.