Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg : problème d'installation (no screens found)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Miceldars
n00b
n00b


Joined: 01 Oct 2013
Posts: 12

PostPosted: Wed Oct 09, 2013 1:28 pm    Post subject: Xorg : problème d'installation (no screens found) Reply with quote

Bonjour.
J'essaye d'installer gnome en suivant le guide du site, la première étape étant d'installer xorg.
J'ai donc suivi le guide disponible ici https://wiki.gentoo.org/wiki/Xorg/Configuration/fr#using_startx, sauf que j'ai un soucis. Lorsque je lance startx, j'obtiens :
Code:
Fatal server error:
no screens found
(EE)


J'ai regardé le début de la partie "Configurer Xorg", mais ils parlent d'un fichier que je n'ai pas : /etc/X11/xorg.conf.d n'existe pas chez moi.
Du coup je sais pas bien quoi faire :?

J'ai bien créé un fichier /etc/portage/package.use avec "x11-base/xorg-server udev" dedans, et je vous mets le contenu de mon fichier make.conf :
Code:
# These settings were set by the catalyst build script that automatically                                         
# built this stage.                                                                                               
# Please consult /usr/share/portage/config/make.conf.example for a more                                           
# detailed example.                                                                                               
CFLAGS="-O2 -march=i686 -pipe"                                                                                   
CXXFLAGS="${CFLAGS}"                                                                                             
# WARNING: Changing your CHOST is not something that should be done lightly.                                     
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.                                   
CHOST="i686-pc-linux-gnu"                                                                                         
# These are the USE flags that were used in addition to what is provided by the                                   
# profile used for building.                                                                                     
USE="bindist"                                                                                                     
GENTOO_MIRRORS="http://gentoo.modulix.net/gentoo"                                                                 
SYNC="rsync://rsync3.fr.gentoo.org"                                                                               
INPUT_DEVICES="evdev"                                                                                             
VIDEO_CARDS="intel"
Back to top
View user's profile Send private message
ayame99
n00b
n00b


Joined: 07 Oct 2013
Posts: 20

PostPosted: Wed Oct 09, 2013 5:47 pm    Post subject: Reply with quote

Bonjour,

Je ne suis pas un expert mais s agit il d un portable ou fixe?



Quote:
USE="bindist"
me parait vraiment tres minimaliste

peut etre a rajouter dans ton make.conf

Code:
LINGUAS="fr"

pas mal de paquet utilise cette variable (rien à voir dans ton problème bien sur)

rajoute un lspci -v histoire de voir la carte graphique

Quote:
J'ai regardé le début de la partie "Configurer Xorg", mais ils parlent d'un fichier que je n'ai pas : /etc/X11/xorg.conf.d n'existe pas chez moi.


extrait du wiki

Quote:
Les fichiers de configuration dans xorg.conf.d devraient être considérés comme un "dernier recours". Il est hautement désirable de fonctionner sans configuration spéciale si possible.



Code:
emerge -pv xorg-drivers


te donne quoi? (post le resultat)

ex:

Code:
[ebuild     U  ] x11-base/xorg-drivers-1.14 [1.13] INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -elographics -fpit -hyperpen -joystick -mutouch -penmount -synaptics -tslib -vmmouse -void -wacom" VIDEO_CARDS="nvidia vesa -apm -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) -intel -mach64 -mga -modesetting -neomagic -nouveau -nv (-omap) (-omapfb) -qxl -r128 -radeon -radeonsi% -rendition -s3virge -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -via -virtualbox -vmware (-voodoo) (-ark%) (-newport%) (-s3%) (-sis%)" 0

_________________
"Parfois je me demande si la meilleure preuve qu'il existe des espèces intelligentes quelque part dans l'Univers c'est qu'aucune d'entre elles n'a encore essayé de nous contacter."
(extrait de Calvin et Hobbes)
Back to top
View user's profile Send private message
Miceldars
n00b
n00b


Joined: 01 Oct 2013
Posts: 12

PostPosted: Thu Oct 10, 2013 7:58 am    Post subject: Reply with quote

C'est un fixe.

C'est une carte graphique intégrée (c'est une machine d'IUT) :
Code:

VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])


Résultat de emerge -pv xorg-drivers :
Code:

[ebuild   R    ] x11-base/xorg-drivers-1.13  INPUT_DEVICES="evdev -acecad -aiptek -elographics -fpit -hyperpen -joystick -keyboard -mouse -mutouch -penmount -synaptics -tslib -vmmouse -void -wacom" VIDEO_CARDS="intel -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx -geode -glint -i128 -i740 -mach64 -mga -modesetting -neomagic (-newport) -nouveau -nv -nvidia (-omap) (-omapfb) -qxl -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -via -virtualbox -vmware (-voodoo)" 0 kB
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8706
Location: ~Brussels - Belgique

PostPosted: Thu Oct 10, 2013 8:39 am    Post subject: Reply with quote

Au niveau du noyau, as-tu activé les pilotes DRM Intel ?
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Miceldars
n00b
n00b


Joined: 01 Oct 2013
Posts: 12

PostPosted: Thu Oct 10, 2013 8:53 am    Post subject: Reply with quote

Il me semble que oui, mais en module je crois. Je vérifierai quand je pourrais.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8706
Location: ~Brussels - Belgique

PostPosted: Thu Oct 10, 2013 9:02 am    Post subject: Reply with quote

si un framebuffer non-intel est actif (vesafb par exemple), il pourrait entrer en conflit avec intel. Vérifie bien cela aussi.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Miceldars
n00b
n00b


Joined: 01 Oct 2013
Posts: 12

PostPosted: Fri Oct 11, 2013 8:02 am    Post subject: Reply with quote

J'ai tout désactivé dans
Code:
--Support for framebuffer devices
j'ai activé
Code:
 Intel 440LX/BX/GX, I8xx and E7x05 chipset support
(je l'ai mis dans le noyau, pas en module), et j'ai activé
Code:
<*>  Intel 8xx/9xx/G3x/G4x/HD Graphics
    [*]    Enable modesetting on intel by default

Par contre j'ai pas trouvé de truc DRM Intel.

Bon j'ai recompilé le noyau comme ça, et quand je boot la police de caractère est beaucoup plus petite qu'avant.
Quand je lance startx, j'obtiens 3 terminaux blancs un peu en vrac, donc j'imagine que ça marche :p . Ca me marque juste
Code:

/etc/X11/xinit/xinitrc: ligne59: twm : commande introuvable
/etc/X11/xinit/xinitrc: ligne60: xclock : commande introuvable


Suffit que j'installe ça et ça sera tout bon à priori. Merci.

Par contre j'ai uen autre question (rien à voir, mais tant qu'à faire) :
Je veux installer PHP5 sur la machine, mais quand je lance emerge php, j'obtiens (entre autre) :
Code:
  The following REQUIRED_USE flag constraints are unsatisfied:
    truetype? ( gd ) exif? ( gd )

Pourtant, dans mon fichier /etc/portage/make.conf j'ai bien :
Code:
USE="bindist apache2 mysql cgi pam ssl xml truetype exif"
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8706
Location: ~Brussels - Belgique

PostPosted: Fri Oct 11, 2013 8:06 am    Post subject: Reply with quote

De rien :)

Le message dit que si tu as truetype ou exif, il faut aussi définir le USE gd.

si tu as d'autres questions, ouvre un nouveau sujet STP.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum