• [^] # Re: rectification

    Posté par . En réponse au message serveur X, configuration.... Évalué à 3.

    J'ai aussi un portable avec carte Intel i830m et j'utilise aussi le module i810. Je poste les sections importantes de mon XF86Config. Au fait, pourquoi est-ce que tu as enlevé GLcore, dri et glx ? (J'ai gardé les trois.)
    Section "Device"
    	Identifier	"Intel 82830M"
    	Driver		"i810"
    	VideoRam	32768
    EndSection
    Section "Monitor"
    	Identifier	"Ecran LCD"
    	HorizSync	28-49
    	VertRefresh	43-72
    	Option		"DPMS"
    EndSection
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Intel 82830M"
    	Monitor		"Ecran LCD"
    	DefaultDepth	24
    #(1, 4, 8 et 15 bits...)
    	SubSection "Display"
    		Depth		16
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    	InputDevice	"Generic Mouse"
    EndSection