Hello,
Jose Luis Alarcon Sanchez, le mer. 18 mai 2022 09:30:23 +0200, a ecrit:
> Since several weeks ago i'm getting a crash when i try start XOrg on my Debian
> GNU/Hurd runned through Qemu.
>
> I add the Xorg log file for a wide information
> [3590550.322] (II) VESA(0): initializing int10
> [35
Jakub Daniel, le Wed 11 Nov 2009 10:54:17 +0100, a écrit :
> It helped a bit (but i had to adjust it) but now i get FATAL ERROR :(
>
>
> Fatal server error:
> AddScreen/ScreenInit failed for driver 0
I can't find anything interesting in that output. You should probably
see the issue with x...@f
It helped a bit (but i had to adjust it) but now i get FATAL ERROR :(
xorg.conf:
Section "Module"
Disable "dri"
EndSection
Section "Device"
Identifier "Card0"
Driver "cirrus"
VideoRam 4096
EndSection
Xorg.0.log:
X.Org X Server 1.6.5
Release Date: 2009-10-1
Jakub Daniel, le Wed 11 Nov 2009 00:12:00 +0100, a écrit :
> Problem is that xorg.conf is empty and i dont know what device i should
> create.
> I am running in QEMU.
Then put
Section "Device"
Driver "cirrus"
Option "VideoRam" 4096
EndSection
in /etc/X11/xorg.conf
Samuel
Problem is that xorg.conf is empty and i dont know what device i should create.
I am running in QEMU.
On 10/11/2009, Samuel Thibault wrote:
> Jakub Daniel, le Tue 10 Nov 2009 23:45:56 +0100, a écrit :
>> (--) CIRRUS(0): VideoRAM: 0 kByte
>
> Odd
>
> I guess you're running from qemu?
> You can for
Jakub Daniel, le Tue 10 Nov 2009 23:45:56 +0100, a écrit :
> (--) CIRRUS(0): VideoRAM: 0 kByte
Odd
I guess you're running from qemu?
You can force the videoram size by adding
Option "VideoRam" 4096
in the Device section of your /etc/X11/xorg.conf.
Samuel