Hello les z'amis
J'ai décidé, il ya 2 ou 3 jours de passer mon Acer Aspire 9503 de FC5 à FC6. Je bute sur la carte graphique, une Intel 915. Avec FC5, j'avais simplement installé 915resolution via yum et j'ai de suite profité de la résolution 1440x900 et de l'accélération graphique.
Avec FC6 je galère, 915resolution n'existe plus en rpm en tout cas mais semble intégré ?! Le problème est le suivant : J'ai bien l'acceleration mais je reste en 1024x768, j'ai modifié mon xorg.conf mais rien n'y fait.
un truc me titille :
[root@localhost ~]# lsmod
Module Size Used by
i915 23361 2
drm 72789 3 i915
c'est quoi "drm" ? c'est a ajouter quelque part ? dans le xorg.conf ?
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "Aspire 77s"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 72.0
VertRefresh 60.0 - 60.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Est-il normal qu'il n'y ait pas de section "modules" dans ce xorg.conf ? sinon quoi y mettre ?
A noter, j'ai tenté, come il est conseillé dans un autre topic, de remplacer "i810" par "intel" dans la section "device" mais cela provoque un écran noir au redemarrage.
D'avance merci pour votre aide précieuse