Покажи Публикации - stinger
* Виж публикациите на потр. | Виж темите на потр. | Виж прикачените файлове на потр
Страници: [1]
1  Linux секция за начинаещи / Настройка на програми / Инсталация на debian на множество РС-та -: Aug 25, 2007, 11:56
Ако все още не си намерил удачното решение - погледни варианта с използване на preseed:

http://wiki.debian.org/DebianInstaller/Preseed
http://www.enterprisenetworkingplanet.com/netsysm/article.php/3606721



2  Linux секция за начинаещи / Настройка на хардуер / Chronos Tv Shuttle II/kernel 2.6.10-5-386 -: Jun 09, 2005, 16:45
С какъв чип си?
Mоже да не е bt8x8, а да е от тези на Philips, за които модула беше друг (sa[нещо си])...
3  Linux секция за начинаещи / Настройка на програми / Slackware 10 fonts -: Sep 09, 2004, 16:54
Mизерията няма нищо общо с конфигурацията на x.org - проблема е в freetype extension-a - виж тук (нищо че е от buglist-a на xfree86 - x.org всъщност е клонинг на xfree86-4.4beta2 - докато още беше с GPL лиценз)....

Та ето ти и решението:
1. вземаш си инсталационния диск на Slack 9.1
2. копираш си на харда ето този файл:
x/xfree86-4.3-(несиспомнямвече)
(Препоръчвам ти да го копираш в /home директорията си)
3. разархивираш си копирания файл:
tar xzvf xfree86-4.3-(несиспомнямвече)
4. Копираш си смело файла:
/home/<your_name>/usr/X11R6/lib/modules/fonts/libfreetype.so във
/usr/X11R6/lib/modules/fonts/
5. Рестартираш X-a...

Айде и да се похвалиш  '<img'>
4  Linux секция за начинаещи / Настройка на програми / cinelerra -: Mar 11, 2004, 12:33
Kachih tova koeto imam na:
My Webpage
5  Linux секция за напреднали / Хардуерни и софтуерни проблеми / bglinux 5.1 прецака виртуалните конзоли -: Jul 04, 2003, 10:43
Според информацията на сайта на XFree86 в новата версия - 4.3.0 има следното нововъведение:
============================
2.3. X Server and Extension Updates
============================
*  The XFree86 server's hot keys (including those for switching modes and virtual terminals) can now be configured via XKB. Previously they were hard coded. An X server configuration option has been added to allow the VT switching hot keys to be disabled.
--------------
Ето какво намерих в man-страницата на XF86Config:
=============================
The ServerFlags section is used to specify some global X server options. All of the entries in this section are Options, although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged.
==========================
* Option "DontVTSwitch" "boolean"
==========================
    This disallows the use of the Ctrl+Alt+Fn sequence (where Fn refers to one of the numbered function keys). That sequence is normally used to switch to another oqvirtual terminal)cq on operating systems that have this feature. When this option is enabled, that key sequence has no special meaning and is passed to clients. Default: off.

Та може в xkb дефиницията за български на bglinux тези клавиши да не са описани и оттам да идва проблема...

Може да опитате следното: (в секция ServerFlags)
==========================
Option "HandleSpecialKeys" "when"
==========================
    This option controls when the server uses the builtin handler to process special key combinations (such as Ctrl+Alt+Backspace). Normally the XKEYBOARD extension keymaps will provide mappings for each of the special key combinations, so the builtin handler is not needed unless the XKEYBOARD extension is disabled. The value of when can be Always, Never, or WhenNeeded. Default: Use the builtin handler only if needed. The server will scan the keymap for a mapping to the Terminate action and, if found, use XKEYBOARD for processing actions, otherwise the builtin handler will be used.
Страници: [1]