• # Ça marche !

    Posté par . En réponse au message [RÉSOLU]Problème de configuration Xorg avec freeBSD sur un eMac G4. Évalué à 4. Dernière modification le 14 janvier 2012 à 18:01.

    Tu as reconnaissance éternelle ! Je me suis inspiré de ton premier post. Je suis allé sur le site apple pour voir les caractéristiques de l'écran.
    J'ai ensuite utilisé l'outil pour calculer le Modeline qui vas bien (pas trop compris ce que c'était d'ailleurs)

    Merci beaucoup, du fond du cœur. T'imagine pas comme ça me fait plaisir de voir ce serveur X marcher !

    le fichier xorg.conf final : (si ça peut aider quelqu'un)

    Section "ServerLayout"
    	Identifier "X.org Configured"
    	Screen 0 "Screen0" 0 0
    	InputDevice "Mouse0" "CorePointer"
    	InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    	ModulePath "/usr/local/lib/xorg/modules"
    	FontPath "/usr/local/lib/X11/fonts/misc/"
    	FontPath "/usr/local/lib/X11/fonts/TTF/"
    	FontPath "/usr/local/lib/X11/fonts/OTF"
    	FontPath "/usr/local/lib/X11/fonts/Type1/"
    	FontPath "/usr/local/lib/X11/fonts/100dpi/"
    	FontPath "/usr/local/lib/X11/fonts/75dpi/"
    EndSection
    Section "Module"
    	Load "extmod"
    	Load "record"
    	Load "dbe"
    	Load "glx"
    	Load "dri"
    	Load "dri2"
    EndSection
    Section "InputDevice"
    	Identifier "Keyboard0"
    	Driver "kbd"
    EndSection
    Section "InputDevice"
    	Identifier "Mouse0"
    	Driver "mouse"
    	Option	 "Protocol" "auto"
    	Option	 "Device" "/dev/sysmouse"
    	Option	 "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    	Identifier "Monitor0"
    	VendorName "Monitor Vendor"
     HorizSync 30-85
     VertRefresh 48-160
    	Modeline "1280x960_72.00" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    	ModelName "StudioDsply1"
    EndSection
    Section "Device"
     Option "UseFBDev" "False"
    	Identifier "Card0"
    	Driver "nv"
    	VendorName "nVidia Corporation"
    	BoardName "NV11 [GeForce2 MX/MX 400]"
    	BusID "PCI:0:16:0"
    EndSection
    Section "Screen"
    	Identifier "Screen0"
    	Device "Card0"
    	Monitor "Monitor0"
    	SubSection "Display"
    		Viewport 0 0
    		Modes	"1280x960_72.00"
    		Depth 1
    	EndSubSection
    #les profondeurs de couleur les plus basses
    	SubSection "Display"
    		Viewport 0 0
    		Modes	"1280x960_72.00"
    		Depth 16
    	EndSubSection
    	SubSection "Display"
    		Viewport 0 0
    		Depth 24
    		Modes	"1280x960_72.00"
    	EndSubSection
    EndSection
    
    

    Please do not feed the trolls