|
Sujet : Bureau X virtuel, c koi le delire ?! |
| THE_ALF |
djtoz a écrit a écrit :
bon j ai un ti prob la avec XFree86 4.1
voila mon fichier XF86Config-4 :
(...)
Modeline "1024x768" 98.9 1024 1056 1216 1408
768 782 788 822 -HSync -VSync
EndSection
(...)
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
|
Avex XFree4, il y a un tas de modes definis par defaut hors du XConfig (builtin ?), et il doit vouloir charcger ceux-ci. Ton Modeline possede le meme nom que le builtin. Essaye donc de remplacer tom modeline par : Modeline "1024x768_perso" 98.9 1024 1056 1216 1408 768 782 788 822 -HSync -VSync
et ton Modes par :
Modes "1024x768_perso"
Et la, il devrait bien charger TON modeline, et si ce n'est pas le cas, fouille ton log pour voir si ton modeline est accepte correctement, ou si y'a bleme. |