>Если честно, то меня удивляет один момент. Человек не впервой ставящий LFS
>не указал ни одной версии для всех пакетов. Могу предположить, что
>либо мы имеем обезьянку, либо тролля, в любом случае помогать нет
>ни малейшего желания. Ну, я имел в виду последнюю стабильную версию LFS 6.5.
Вот xorg.conf (Раньше под рукой не было):
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/X11/modules"
FontPath "/usr/lib/X11/fonts/truetype"
FontPath "/usr/lib/X11/fonts/misc"
InputDevices "/dev/input/mice"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us,ru"
Option "XkbModel" "microsoftpro"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
Option "XkbRules" "xorg"
Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Protocol" "explorerps/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor[0]"
ModelName "Unknown"
VendorName "Unknown"
EndSection
Section "Screen"
DefaultDepth 24
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "Intel 855G"
Driver "intel"
Identifier "Device[0]"
Option "DisplayInfo" "FALSE"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection