Thread: xfce4 issue
View Single Post
Old 14th September 2017
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

I reformat my hard drive and install Gnome, without errors during the instalation, Gnome this load automatically, but with the settings that you indicated to me in the xorg.conf.
I think there is not enough parameter in the xorg.conf, as for example the name of the video card which is "matrox" the ram is 32 mega bits and according to the manufacturer the maximum resolution is of 1600 * 1200 pixels and 16 million colors.
I made a Gnome instalation procedure it works on several of my computers, but my video output is directly on the motherboard. I do not understand why we address a "PCI" in the xorg.conf because the video card is in the motherboard?
I can not mount an additional video card because the motherboard has its two chipsets unable to manage a video card in port "PCI".
my blade works under windows SBS, Debian 9, Centos 7, and I have another hard drive for BSDs (NetBSD, OpenBSD, FreeBSD).
Not easy to get information on this video card.

What should I do to complete the xorg.conf




the /var/log/Xorg.0.log file :
Code:
[    24.211] (II) Loader magic: 0x34e6a020
[    24.212] (II) Module ABI versions:
[    24.212]    X.Org ANSI C Emulation: 0.4
[    24.212]    X.Org Video Driver: 20.0
[    24.212]    X.Org XInput driver : 22.1
[    24.212]    X.Org Server Extension : 9.0
[    24.212] (--) PCI:*(0:3:0:0) 102b:0522:103c:31fa rev 2, Mem @ 0xf9000000/16$
[    24.212] (II) LoadModule: "glx"
[    24.231] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    24.306] (II) Module glx: vendor="X.Org Foundation"
[    24.306]    compiled for 1.18.4, module version = 1.0.0
[    24.306]    ABI class: X.Org Server Extension, version 9.0
[    24.306] (==) AIGLX enabled
[    24.306] (II) LoadModule: "mgag200pci"
[    24.310] (WW) Warning, couldn't open module mgag200pci
[    24.310] (II) UnloadModule: "mgag200pci"
[    24.310] (II) Unloading mgag200pci
[    24.310] (EE) Failed to load module "mgag200pci" (module does not exist, 0)
[    24.310] (EE) No drivers available.
[    24.310] (EE)
Fatal server error:
[    24.310] (EE) no screens found(EE)
[    24.310] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[    24.310] (EE) Please also check the log file at "/var/log/Xorg.0.log" for a$
[    24.310] (EE)
[    24.311] (EE) Server terminated with error (1). Closing log file.

Code:
[    24.310] (EE) Failed to load module "mgag200pci" (module does not exist, 0)
[    24.310] (EE) No drivers available.
we can see that a driver is missing in the /var/log/Xorg.0.log >> (EE) Failed to load module "mgag200pci" (module does not exist, 0), I do not understand why you tell me to address a 'PCI' port.
it lacks a module!

Best regards
Philippe
Reply With Quote