LINUX.ORG.RU

Сообщения pastor

 

Патч для Oracle EBS

Нужен патчи для миграции OEBS с HP-UX на Linux (6158038 и 17337222),
Скачать можно только при наличии действующего договора на поддержку. Может помочь кто-нибудь?

Перемещено leave из talks

 ,

pastor
()

CPU Frequency scaling на Celeron U2300

Здравствуй All!
Как заставить работать изменение частоты на этом процессоре?
Модули acpi-cpufreq, speedstep-centrino, p4-clockmod говорят No such device

pastor
()

Выбор нетбука

Здравствуй, уважаемый All. Посоветуй, какой из нетбуков выбрать: 1. MSI Wind U210 - Athlon Neo 1,6 Ggz 2. Packard Bell DOTM/A.RU/003 - Athlon 64 L110 3. Lenovo IdeaPad S12 - VIA Nano ULV U2250

Или вообще подождать начала продаж ASUS EeePC 1201N - Atom 330 + nVidia ION?

pastor
()

nvidia & virtualbox на kernel-2.6.30

После обновления ядра до 2.6.30 не устанавливаются драйвера nvidia и не собирается модуль для virtualbox. Собственно вот ошибки:
1. Nvidia
Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 185.18.14.
-> There appears to already be a driver installed on your system (version: 180.
51). As part of installing this driver (version: 185.18.14), the existing d
river will be uninstalled. Are you sure you want to continue? ('no' will ab
ort installation) (Answer: Yes)
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.30-ARCH/build'
-> Kernel output path: '/lib/modules/2.6.30-ARCH/build'
ERROR: If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.

Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.

2. Vbox:
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.30-ARCH/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.0
gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/include -Iinclude -I/usr/src/linux-2.6.30-ARCH/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -m64 -march=core2 -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -fno-dwarf2-cfi-asm -I/lib/modules/2.6.30-ARCH/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_AMD64 -DVBOX_WITH_64_BITS_GUESTS -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -D"DEBUG_HASH=27" -D"DEBUG_HASH2=27" -c -o /tmp/vbox.0/linux/SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c
In file included from include/linux/slab.h:153,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:101,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/slub_def.h:13:29: error: trace/kmemtrace.h: Нет такого файла или каталога
In file included from include/linux/slab.h:153,
from /tmp/vbox.0/linux/../SUPDrvInternal.h:101,
from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
include/linux/slub_def.h: В функции ‘kmalloc_large’:
include/linux/slub_def.h:236: ошибка: неявная декларация функции ‘trace_kmalloc’
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Ошибка 1
make[1]: *** [_module_/tmp/vbox.0] Ошибка 2
make: *** [vboxdrv] Ошибка 2

Kernel hacking -> Tracers -> Trace SLAB allocations включено.
Ума не приложу, куда копать. Помогай, уважаемый ALL ;)

pastor
()

Эффекты в KDE 4.2

Здравствуй, всезнающий All!
Проблема в следующем: Не включаются графические эффекты у простого пользователя. Выходит ошибка "Не возможно включить эффект на данной конфигурации..." Причем приложения, использующие openlg работают. Direct Rendering присутствует. И самое главное у root'a эффекты включаются и работают. С правами на устройство, вроде всё нормально:

bash-3.2$ ls -la /dev|grep nv
crw-rw-rw- 1 root root 195, 0 Мар 28 19:07 nvidia0
crw-rw-rw- 1 root root 195, 255 Мар 28 19:07 nvidiactl

Кусок конфига Х-ов:

Section "Module"
Load "ddc" # ddc probing of monitor
Load "i2c"
Load "dbe"
Load "extmod"
Load "glx"
Load "freetype"
SubSection "extmod"
Option "omit XFree86-DGA"
EndSubSection
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia"
BoardName "8800 GTS"
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "TripleBuffer" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEDIDDpi" "false"
Option "AddARGBGLXVisuals" "true"
Option "DamageEvents" "true"
Option "RegistryDwords" "PerfLevelSrc=0x3333"
Option "OnDemandVBlankInterrupts" "true"
EndSection

Всю голову уже сломал :(

pastor
()

Проблема с видеокартой ATI

Проблема такая: Появилась видеокарта ATI HD 2900 PRO, снес драйвера
NVIDIA, из ati-driver-installer сгенерировал пакеты для своего дистрибутива, установил. В 2D нареканий нет, все хорошо, но при попытке запуска даже glxinfo и glxgears Х-ы перезагружаются.
Система: C2D E6300, ATI HD 2900 PRO, Fedora 7.

Конфиг Х-ов:

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" " CorePointer"
EndSection

Section "Files"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/fonts"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/X11/fonts/TTF"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/misc"
EndSection

Section "Module"
Load "extmod"
Load "record"
Load "xtrap"
Load "fbdevhw"
Load "dri"
Load "glx"
Load "freetype"
Load "type1"
Load "v4l"
Load "GLcore"
SubSection "extmod"
Option "omit XFree86-DGA"
EndSubSection
EndSection



Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Acer"
ModelName "AL1751"
Option "dpms" "true"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "No_Accel" "no"
Option "No_DRI" "no"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection

использовал NVIDIA, так что м.б. что-то упустил в настройке.


>>>

pastor
()

Как добавить файлы в iso-образ?

просто смонтировать и записать фалй не получается ;)
диск заргузочный.

pastor
()

Почему удалили мой скриншот?

Субж!

pastor
()

Linux для КПК

Существуют-ли какие-нибудь дистры для КПК. Имеется RoverPC P1, работает под Windows Mobile, можно на него установить linux?

pastor
()

X.Org 6.8.1

установил сабж в xorg.conf добавил

Section "Extensions"

Option "XFixes" "Enable"

Endsection

Section "Extensions"

Option "Damage" "Enable"

Endsection

Section "Extensions"

Option "Composite" "Enable"

Endsection

Section "Extensions"

Option "XEVIE" "Enable"

Endsection

в логе пишется

(II) Initializing built-in extension XFIXES

(II) Initializing built-in extension XFree86-Bigfont

(II) Initializing built-in extension RENDER

(II) Initializing built-in extension RANDR

(II) Initializing built-in extension COMPOSITE

(II) Initializing built-in extension DAMAGE

(II) Initializing built-in extension XEVIE

но ни теней, ни прозрачности я не увидел...

Почему???

pastor
()

MandrakeSecurity MNF

установил сабж при попытке залогиниться через https появляется приглашение ввода имени\пароля, но после ввода имени\пароля появляется надпись No session found : Cookies not found и снова приглашение :(

pastor
()

аналог http-tunnel

hi all существует-ли аналог http-tunnel.com под линукс?

pastor
()

GeForce4 MX420 и драйвера nVidia

после установки драйверов 43.63 при переходе из Х-ов в консоль экран гаснет, перехожу обратно в иксы - все нормально на другой машине стоит GeForce2 MX400 - там все в порядке дистр. - ASP Linux 9.0

pastor
()

sim при установке ругается...

libcrypto.so.2 нужен для sim-0.8.2-1 libssl.so.2 нужен для sim-0.8.2-1 какие пакеты нужно установить?

pastor
()

Русский Linux

pastor
()

Web-камера

подскажите, какой существует софт для сабжа под линукс? Камера Creative WebCam Pro (usb)

pastor
()

java for Linux

скачал jre-1_2_2_014 c сайта Sun, распаковал а как установить?

pastor
()

X Client

можно ли присоединиться к удаленному X серверу, не убивая локального клиента? Например на tty7 висит локальный, а на tty6 удаленный?

pastor
()

TV-out

можно-ли с помощью xine смотреть фильмы на TV?

pastor
()

RSS подписка на новые темы