Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Xorg] (EE) intel(0): No kernel modesetting driver detected.
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
Chr0nos
Apprentice
Apprentice


Joined: 26 Feb 2010
Posts: 205

PostPosted: Tue May 04, 2010 2:48 pm    Post subject: [Xorg] (EE) intel(0): No kernel modesetting driver detected. Reply with quote

bonjours, j'ai un "petit" probleme avec le laptop de ma mere que j'ai commencé a installer sous gentoo cette semaine: impossible de faire fonctioner Xorg:

Quote:
la-yote linux # X

X.Org X Server 1.8.0
Release Date: 2010-04-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-gentoo x86_64 Gentoo
Current Operating System: Linux la-yote 2.6.33-gentoo-r1 #1 SMP PREEMPT Mon May 3 23:27:30 Local time zone must be set--s i686
Kernel command line: root=/dev/sda1 real_root=/dev/sda1 vga=792 quiet
Build Date: 27 April 2010 04:27:08PM

Current version of pixman: 0.18.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 4 16:44:23 2010
(==) Using config directory: "/etc/X11/xorg.conf.d"
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) intel(0): No kernel modesetting driver detected.
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


pourtant j'ai bien compilé le noyeau:
Quote:
la-yote linux # uname -a
Linux la-yote 2.6.33-gentoo-r1 #1 SMP PREEMPT Mon May 3 23:27:30 Local time zone must be set--s i686 Intel(R) Pentium(R) M processor 1.60GHz GenuineIntel GNU/Linux

avec les fameuses options et kms
la preuve:
Quote:
la-yote linux # cat .config | grep KMS
CONFIG_DRM_KMS_HELPER=m
# CONFIG_DRM_RADEON_KMS is not set
CONFIG_DRM_I915_KMS=y


Quote:
la-yote linux # lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)


la machine est en ~x86, j'ai tenté un "emerge -1v $(qlist -IC x11-drivers)" mais aucun changement, autant dire: je patauge :s
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Tue May 04, 2010 3:35 pm    Post subject: Reply with quote

Raté, tu te focalises sur un warning, alors que c'est l'erreur qui est blocante:
Code:
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
Chr0nos
Apprentice
Apprentice


Joined: 26 Feb 2010
Posts: 205

PostPosted: Tue May 04, 2010 5:44 pm    Post subject: Reply with quote

mais de nos jours le /etc/X11/xorg.conf n'es pas censé etre "facultatif" ?
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3169
Location: Paris

PostPosted: Tue May 04, 2010 6:01 pm    Post subject: Reply with quote

"De nos jours"... en 1.7.x, peut être, mais en 1.8.x, regarde mieux, ya des guides de migration et un thread dédié sur ce forum. :)
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
Chr0nos
Apprentice
Apprentice


Joined: 26 Feb 2010
Posts: 205

PostPosted: Tue May 04, 2010 6:22 pm    Post subject: Reply with quote

voila, j'ai fait un fichier de config en allan lire ici et la, toutefois: meme erreur :s
Quote:
la-yote linux # cat /etc/X11/xorg.conf
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "All"
BoardName "All"
Option "XaaNoPixmapCache"
Option "XAANoOffscreenPixmaps" "1"
Option "DRI" "true"
Option "AccelMethod" "XAA"
EndSection

Section "Monitor"
Identifier "Monitor0"
Option "PreferredMode" "1280x800"
EndSection

Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
EndSection


je précise que je ne "migre" pas depuis un 1.7x mais que j'ai bel et bien nouvelement installé ce package sur une nouvelle config
Back to top
View user's profile Send private message
nemo13
Veteran
Veteran


Joined: 08 Oct 2004
Posts: 1016
Location: France/Istres

PostPosted: Thu May 06, 2010 8:33 pm    Post subject: Reply with quote

[quote="Chr0nos"]
Quote:
la-yote linux # cat /etc/X11/xorg.conf
Section "Device"
Identifier "Card0"
...blabla....
EndSection

Section "Monitor"
Identifier "Monitor0"
Option "PreferredMode" "1280x800"
EndSection

Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
EndSection
pour ce que j'e m'en rappelle :

screen = device + monitor ;
il te manquerait donc la déclaration de ton device.
Quote:
Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "Card0"
EndSection

A+
Back to top
View user's profile Send private message
Chr0nos
Apprentice
Apprentice


Joined: 26 Feb 2010
Posts: 205

PostPosted: Thu May 13, 2010 11:29 am    Post subject: Reply with quote

merci pour les info mais:
Quote:
la-yote ~ # X

X.Org X Server 1.8.0
Release Date: 2010-04-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-gentoo x86_64 Gentoo
Current Operating System: Linux la-yote 2.6.33-gentoo-r1 #1 SMP PREEMPT Mon May 3 23:27:30 Local time zone must be set--s i686
Kernel command line: root=/dev/sda1 real_root=/dev/sda1 vga=792 quiet
Build Date: 27 April 2010 04:27:08PM

Current version of pixman: 0.18.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 13 11:28:39 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) intel(0): No kernel modesetting driver detected.
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

la-yote ~ # cat /etc/X11/xorg.conf
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "All"
BoardName "All"
Option "XaaNoPixmapCache"
Option "XAANoOffscreenPixmaps" "1"
Option "DRI" "true"
Option "AccelMethod" "XAA"
EndSection

Section "Monitor"
Identifier "Monitor0"
Option "PreferredMode" "1280x800"
EndSection

Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "Card0"
EndSection


toujours le meme probleme :s
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