Давно мне хотелось Fluxbox изучить! Да всё повода не было, а теперь есть!
Скачал, поставил... Завтра сяду изучать!

Будет что действительно интересное/новое, поделюсь! А нет, дак...
Moderator: posixru
Думал на Пенька-3/500Мб поставить Salix"а с LXDE... Но теперь лучше этого буду ставить... Есть у меня такое желание и потребность! =)posixru wrote:18.11.2010 года вышел salix-fluxbox
Не люблю я сырые делать, но Пенька3/500м уже с подвала занёс!sonar wrote:С нетерпением буду ждать первых результатов и хотя бы сырого обзора.
Довольно шустро, на нём, работает и без видимых ошибок... Глубже не копал, только поверхностно пробежался!sonar wrote:Это ж для моей древней гаражной кофемолки - самое оно будет
Во первых! ВОТ -> Русская Виртуальная Клавиатура Есть ещё Florencekarp wrote:podskaczite, he mogy nastroit perekluchenie raskladki i pazreshenie monitora....
Code: Select all
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "standard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de,ru" (Раскладки)
Option "XkbOptions" "grp:alt_shift_toggle" (Переключение раскладок)
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "Silicon Integrated Systems Corp."
BoardName "6330 3.72.02"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-64 (Строчная синхронизация)
VertRefresh 60-120 (Частота обновления)
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Subsection "Display"
Depth 24 (Глубина цветовой гаммы)
Modes "1280x768" (Разрешение)
EndSubsection
DefaultDepth 24
EndSection
спасибо! я подставлял туда рабочий xorg от мопса, но что то вылетали ошибки, так и не смог сделать.... наверное из-за vesaposixru wrote:Во первых! ВОТ -> Русская Виртуальная Клавиатура Есть ещё Florencekarp wrote:podskaczite, he mogy nastroit perekluchenie raskladki i pazreshenie monitora....
Так! Самый простой способ это сгенерировать xorg.conf (но это довольно муторное занятие)
Или можно просто создать в /etc/X11/ файл xorg.conf (от root) c примерно таким содержимым:(то что по русски в скобках не надо вставлять)Code: Select all
EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Protocol" "standard" Option "AutoRepeat" "250 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de,ru" (Раскладки) Option "XkbOptions" "grp:alt_shift_toggle" (Переключение раскладок) EndSection Section "Device" Identifier "Card0" Driver "vesa" VendorName "Silicon Integrated Systems Corp." BoardName "6330 3.72.02" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30-64 (Строчная синхронизация) VertRefresh 60-120 (Частота обновления) EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Subsection "Display" Depth 24 (Глубина цветовой гаммы) Modes "1280x768" (Разрешение) EndSubsection DefaultDepth 24 EndSection
Но! Что бы по быстрому и не заморачиваться, я в таких случаях загружаю Austrumi Live CD на нужной машине и с закруженной системы вытаскиваю готовый xorg.conf (под это железо) На лету его там можно и донастроить (раскладки/переключение)!
Хотя по правильному это делается по другому... Но такой способ, как мне кажется, наиболее прост и понятен тем кто пока не знает как это делать "по правилам"...
Code: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "ServerFlags"
Option "AllowEmptyInput" "false"
Option "AutoAddDevices" "False"
Option "AutoEnableDevices" "false"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru,ua(winkeys)"
#Option "XkbVariant" ",winkeys,winkeys"
Option "XkbOptions" "grp:lwin_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
Identifier "Monitor0"
ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Driver "nvidia"
Identifier "Card0"
Option "AddARGBGLXVisuals" "True"
Option "XAANoOffscreenPixmaps" "true"
Option "DPMS" "True"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "HWcursor" "On"
Option "RenderAccel" "True"
Option "NvAGP" "3"
Option "TripleBuffer" "True"
Option "NoLogo" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Вот фик его знает! Загрузи какой ни будь ливсд на Слаке, основанный хоть Пупи, из него xorg.conf или вытащи, или посмотри какой он! Этот какой то уж сильно много чем попало набитый...karp wrote:что в этом конфиге надо изменить?
Code: Select all
# GRUB2 configuration, generated by AgiliaLinux 10.4 setup
set timeout=10
set default=0
set root=(hd0,1)
insmod video
insmod vbe
insmod font
loadfont /grub/unifont.pf2
insmod gfxterm
set gfxmode="640x480x24;640x480"
terminal_output gfxterm
insmod png
background_image /grub/grub640.png
set menu_color_normal=black/black
set menu_color_highlight=white/dark-gray
# End GRUB global section
# Linux bootable partition config begins
menuentry "AgiliaLinux 10.4 на /dev/sda6" {
set root=(hd0,1)
set gfxpayload="text"
linux /vmlinuz root=UUID=97fe082d-a205-442e-8b9b-8060c16b256c ro
initrd /initrd.gz
}
menuentry "AgiliaLinux 10.4 (режим восстановления) на /dev/sda6" {
set gfxpayload="text"
linux (hd0,1)/vmlinuz root=/dev/sda6 ro single
}
#Other
menuentry "Freebsd 8.1 на /dev/sda2" {
set root=(hd0,2)
chainloader +1
}