Une manière simple et sûre de configurer un serveur X fonctionnel consiste à suivre les étapes suivantes (si le lancement d'X échoue, vous devrez lire la documentation mentionnée ci-dessus). Il y a aussi un outil appelé Xconfigurator qui fournit une interface graphique de configuration.
Section `` <ligne_configuration> <ligne_configuration> <ligne_configuration> EndSection |
# 640x480 @ 60 Hz, 31.5 kHz
hsync
Modeline ``640x480'' 25.175 640 664 760 800 480 491 493 525 # 800x600 @ 56 Hz, 35.15 kHz hsync Modeline ``800x600'' 36 800 824 894 1024 600 601 603 625 # 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync Modeline ``1024x768'' 44.9 1024 1048 1208 1264 768 776 784 817 Interlace |
Section ``Monitor''
Identifier ``My Monitor'' VendorName ``Unknown'' ModelName ``Unknown'' HorizSynx ``30-40'' VertRefresh ``50-90'' Modeline ``320x200'' 12.588 320 336 384 400 200 204 205 255 Doublescan Modeline ``400x300'' 18 400 416 448 512 300 301 302 312 Doublescan Modeline ``512x384'' 20.160 512 528 592 640 384 385 388 404 _HSync -VSync Modeline ``640x480'' 25.175 640 664 760 800 480 491 493 525 Modeline ``800x600'' 36 800 824 896 1024 600 601 603 625 Modeline ``1024x768'' 44.9 1024 1048 1208 1264 768 776 784 817 Interlace EndSection |
Section ``Device''
Identifier ``My Video Card'' VendorName ``Unknown'' BoardName ``Unknown'' VideoRam 4096 EndSection |
Section ``Device''
Identifier ``My Video Card'' Driver ``ati'' VendorName ``Unknown'' BoardName ``Unknown'' VideoRam 4096 EndSection |
Option ``no_accel''
Option ``sw_cursor'' Option ``no_pixmap cache'' |
Section ``Screen''
Identifier ``My Screen'' Device ``My Video Card'' Monitor ``My monitor'' DefaultDepth 16 SubSection ``Display'' ViewPort 0 0 Virtual 1024 768 Depth 16 Modes ``1024x768'' ``800x600'' ``640x480'' ``512x384'' ``400x300'' ``320x240'' EndSubSection SubSection ``Display'' ViewPort 0 0 Virtual 1024 768 Depth 24 Modes ``1024x768'' ``800x600'' ``640x480'' ``512x384'' ``400x300'' ``320x240'' EndSubSection SubSection ``Display'' ViewPort 0 0 Virtual 1024 768 Depth 8 Modes ``1024x768'' ``800x600'' ``640x480'' ``512x384'' ``400x300'' ``320x240'' EndSubSection EndSection |
/usr/X11R6/bin/XFree86-<carte>
-bpp 16
|
/usr/X11R6/bin/XFree86
|
#!/bin/sh
exec /usr/X11R6/bin/<serveur> -bpp 16 |