alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
Можно и так. Создай к примеру директорию ~/repo , скинь в неё свои пакеты, затем cd ~/repo repo-add ~/repo/repo.db.tar.gz *.pkg.tar.gz [repo] Server = file:///~/repo pacman -Syu --config /etc/pacman.conf.local |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
rsync: failed to connect to archlinux.org.ru: Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9] |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
Знакомая? |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
А в winecfg разве ентого нет? |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
Я просто записал в rc.conf модули для загрузки в нужной последовательности. Работает :) |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
Сегодня добился сегфолта старого пакмана. Он у меня вылетел, когда я добавил пакет, собранный новым пакманом в локальный репозитарий и сделал -Syu . Если ставить врукопрашную (-U) - всё нормально. |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
shilderДа, достаточно будет только обратить внимание на название режима в ModeLine и соответственно в Section “Screen”.Alexxxне думаю )) если только совсем немного.. |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
Пара секций из моего xorg.conf . Мож чем поможет, на мысль натолкнёт:. . . . . Section "Monitor" Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 160.0 ModeLine "[email protected]" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync 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 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "[email protected]" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "[email protected]" EndSubSection EndSection . . . . . |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
zeusСкорей всего да, потому как [[email protected] ~]$ cat /var/log/pacman.log | grep pacman | grep rc2 [2007-03-15 19:32] upgraded pacman (3.0.0-1 -> 3.0.0-rc2) [[email protected] PKGS]$ ls -la | grep freetype | grep 686 -rw-r--r-- 1 alex alex 716873 Мар 15 19:43 freetype2-2.3.0-4-i686.pkg.tar.gz [[email protected] PKGS]$ |
alexxx |
|
Темы:
1
Сообщения:
149
Участник с: 29 октября 2006
|
[[email protected] PKGS]$ sudo pacman -U freetype2-2.3.0-4-i686.pkg.tar.gz loading package data... done. checking for file conflicts... done. upgrading freetype2... done. [[email protected] PKGS]$ pacman --version .--. Pacman v2.9.8 / _.-' .-. .-. .-. Copyright (C) 2002-2006 Judd Vinet <[email protected]> \ '-. '-' '-' '-' '--' This program may be freely redistributed under the terms of the GNU General Public License [[email protected] PKGS]$ |