J'essaie en vain de faire tourner X en Framebuffer sur une mdk 9.0 avec un chipset graphique Intel 845GL car celui-ci n'est pas encore supporte.
Le serveur X refuse de demarrer et j'obtient a chaque fois le message suivant:
_________________________________________________________________
Data incomplete in file /etc/X11/XF86Config-4
Undefined Device "fbdev" referenced by Screen "screen1".
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()
Fatal server error:
no screens found
_________________________________________________________________
J'ai pourtant suivie les instructions a la lettre
voici mon XF86config:
_________________________________________________________________
Section "Files"
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
AllowMouseOpenFail
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
HorizSync 30-72
VertRefresh 50-160
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
Driver "fbdev"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "fbdev"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "default"
EndSubsection
Subsection "Display"
Depth 15
Modes "default"
EndSubsection
Subsection "Display"
Depth 16
Modes "default"
EndSubsection
Subsection "Display"
Depth 24
Modes "default"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
_________________________________________________________________
le mode VESA avec DrakeX ne fonctionne pas non plus, seul le mode VGA demarre mais est affreusement buggee...
Si qq'un a une idee
Merci d'avance