Стартовая страница
Конфигурация управляемых устройств
Настройка кнопок
bird@shuttle:~$ sudo apt-get install sambasecurity = share unix charset = utf8 dos charset = cp1251 display charset = cp1251 guest ok = yes guest account = nobody [Public] comment = Public Folder path = /home/bird writeable = yes guest ok = yes create mask = 0666 directory mask = 0777 read only = noДля того чтобы уже находящиеся там файлы были доступны обычным пользователям (привет жене :) пишем в консоли:
bird@shuttle:~$ sudo chmod -R a+w ./
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
Screen "Screen1"
EndSection
Section "Module"
Load "record"
Load "dri"
Load "extmod"
Load "glx"
Load "dbe"
Load "dri2"
EndSection
Section "Monitor"
Identifier "VGA"
Modeline "1280x720_75.00" 95.65 1280 1352 1488 1696 720 721 724 752 -HSync +Vsync
EndSection
Section "Monitor"
Identifier "PROJ"
Modeline "1280x720_75.00" 95.65 1280 1352 1488 1696 720 721 724 752 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "VGA"
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "PROJ"
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection
