Bonjour, je débute sur linux.
Je me suis fait un serveur de fichier samba qui semble fonctionner.
Les puristes vont hurler, mais sur ce serveur qui travaille sans écran ni clavier je veux activer vnc pour controler le serveur depuis un client vnc sous windows.
Problème: tout fonctionne bien avec écran, mais dès que je démarre sans écran, le serveur X ne veut pas démarrer (Fatal error: no screens found). Y a t'il des paramètres à inclure dans xorg.conf pour forcer le démarrage en mode graphique sans écran?
Merci pour votre aide je suis vraiment coincé...
# Xorg configuration created by system-config-display
Citation :
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Sony SDM-X52 (Digital)"
HorizSync 28.0 - 49.0
VertRefresh 57.0 - 63.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
# "800x600" "640x480"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|