Денис Черносов пишет:
# cat /etc/X11/xinit/Xkbmap
-layout us,ru
-option grp:ctrl_shift_toggle,grp_led:scroll,grp:switch,compose:menu
-variant ,winkeys


Мой файлик:
cat /etc/X11/xinit/Xkbmap
-layout us,ru
-option grp:caps_toggle,grp:switch,compose:menu
-variant ,winkeys

Взял дефолтный конфиг альтератора и с помощью aticonfig довёл до следующего состояния:
Section "ServerLayout"
       Identifier     "Minimal layout"
       Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
       Load  "freetype"
       Load  "glx"
       Load  "dri"
       Load  "dbe"
       SubSection "extmod"
               Option      "omit xfree86-dga"
       EndSubSection
EndSection

Section "ServerFlags"
       Option      "AutoAddDevices" "true"
       Option      "AllowMouseOpenFail" "true"
       Option      "AIGLX" "true"
EndSection


Section "Monitor"
       Identifier   "aticonfig-Monitor[0]-0"
       Option      "VendorName" "ATI Proprietary Driver"
       Option      "ModelName" "Generic Autodetecting Monitor"
       Option      "DPMS" "true"
EndSection

Section "Device"
       Identifier  "aticonfig-Device[0]-0"
       Driver      "fglrx"
       BusID       "PCI:1:5:0"
EndSection

Section "Screen"
       Identifier "aticonfig-Screen[0]-0"
       Device     "aticonfig-Device[0]-0"
       Monitor    "aticonfig-Monitor[0]-0"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes    "1280x800"
       EndSubSection
EndSection

Section "DRI"
       Group        "xgrp"
       Mode         0660
EndSection

По-моему, проще некуда.

--
С уважением,
       инженер-программист ООО "Невод"
       Ринат Шигапов
       Jabber ID: dxist эт ya.ru

_______________________________________________
Sysadmins mailing list
Sysadmins@lists.altlinux.org
https://lists.altlinux.org/mailman/listinfo/sysadmins

Ответить