Xorg 7.1 клавиатура, мышь.
Обновился с xorg-6.8, выскакивали ошибки, пока не догадался собрать сначала mesa.
make.conf
**********
VIDEO_CARDS="vesa ati"
*********
поставил драйвер для ati X1400 - моей карточки скачав инсталятор с сайта ati.
Клавиатура через несколько часов после обновления вдруг стала очень выборочно
отвечать на нажатия. Подождешь минуты три, вроде можно опять нажимать, но опять-таки
не все клавиши реагируют, их опять ждешь.
У мыши странный артефакт - горизонтальная полоса пониже курсора на сантиметра
два и длиною сантиметра два
xorg.conf
**********# **********************************************************************
Section "ServerLayout"
Identifier "layout1"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
#FontPath "unix/:-1"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/cronyx/100dpi:unscaled"
FontPath "/usr/share/fonts/cronyx/misc:unscaled"
FontPath "/usr/share/fonts/cronyx/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
#Load "dbe" # Double-Buffering Extension
#Load "v4l" # Video for Linux
#Load "dri" # direct rendering
Load "extmod"
Load "type1"
Load "freetype"
#Load "glx" # 3D layer
Load "dri"
Load "glx"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
# allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x48***@ *****.6 Hz, 48 kHz hsync
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1400x1050"
HorizSync 31.5 - 90.0
VertRefresh 59.0 - 75.0
ModeLine "1024x480" 65.0 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
# BusID "PCI:1:0:0"
Identifier "device1"
Driver "ati"
VendorName "ATI"
BoardName "Nvidia"
Option "DPMS"
# Option "AGPMode" "1"
# Option "AGPFastWrite" "True"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Virtual 1400 1050
Depth 24
EndSubSection
SubSection "Display"
Virtual 1400 1050
Depth 15
EndSubSection
SubSection "Display"
Virtual 1400 1050
Depth 16
EndSubSection
SubSection "Display"
Virtual 1400 1050
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection**
*************