Jump to content

Nik123

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by Nik123

  1. Hallo all! I installed from the urpmi mirrors kernel-linus-source-2.6.21.1-2mdv, and then built my custom kernel- 2.6.21.1-2mdvcustom. But, when I tried to install dkms-gspcav1-1.00.12-2 from the urpmi mirrors, it kicked me out with an error- Installation failed, skipped- said the system. The same situation is with dkms-gspcav1-1.00.18. Then I tried to install the driver from the source- gspcav1-20070508 from HERE-

    and another error:

     

    [root@localhost gspcav1-20070508]# make

    make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/src/gspcav1-20070508 CC=cc modules

    make[1]: Entering directory `/usr/src/kernel-linus-2.6.21.1-2mdv'

     

    WARNING: Symbol version dump /usr/src/kernel-linus-2.6.21.1-2mdv/Module.symvers

    is missing; modules will have no dependencies and modversions.

     

    Building modules, stage 2.

    MODPOST 0 modules

    /bin/sh: scripts/mod/modpost: No such file or directory

    make[2]: *** [__modpost] Error 127

    make[1]: *** [modules] Error 2

    make[1]: Leaving directory `/usr/src/kernel-linus-2.6.21.1-2mdv'

    make: *** [default] Error 2

     

     

    These lines- WARNING: Symbol version dump /usr/src/kernel-linus-2.6.21.1-2mdv/Module.symvers

    is missing; modules will have no dependencies and modversions.

     

    were always presented, when I compiled kernels myself, and modules worked and installed fine, thats why I think this is not causing the error. Any ideas? Thanks in advance. The system is mandriva 2007.1 Spring, gnome 2.18. Kernel is patched with iptables-1.3.7, ipset-2.2.9a, patch-o-matic-ng version is 20070524

  2. Section "Device"

    Identifier "device1"

    VendorName "nVidia Corporation"

    BoardName "NVIDIA GeForce FX - GeForce 7950"

    Driver "nvidia"

    Option "DPMS"

    EndSection

     

    This is Device section for the videocard in my xorg.cong. Yeah, I know that # is comment, but before Spring I used mandriva 2007 Sunna RC2 and the xorg.conf was the same, and glxgears worked fine

     

    I know glxinfo command, but it also restarts X-server

  3. Hi all! Yesterday, I installed mandriva 2007 spring- till yesterday, I used mandriva 2007 RC2 sunna. But, there is a small problem- when I type glxgears into console, X-server restarts. I have installed mesa-demos, libmesagl1 and libmesagl1-devel. Here is my Module section of xorg.conf:

    Section "Module"

    # Load "dbe" # Double-Buffering Extension

    Load "v4l" # Video for Linux

    Load "extmod"

    Load "type1"

    Load "freetype"

    Load "glx" # 3D layer

    #Load "/usr/lib/xorg/modules/extensions/nvidia/libglx.so"

    EndSection

    I've installed already dkms-nvidia97xx-1.0-9755.2plf2007.1.i586 - my videocard is nvidia GeForce FX 5500

     

    How to fix that problem with glxinfo? I had the same problem with 2007 "sunna" rc2 version- but after installing mesa-demos everything was fine. My xorg.conf "module" section was the same as posted above. Thanks in advance

  4. I do not want to run it as root, because in some .tar.gz (source code) there is not an option to make uninstall, or make clean and I may fall in situation, that I will install some program, and won't be able to uninstall it . And the Rpm How To for mandriva says that it is dangerous to build rpm as root. Maybe I have to try finding amsn's source rpm, so I to be able to examine it's .spec file, maybe there I will find a way out from that trouble

     

    What are the permissions on that directory? Use ls =l in /home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/

    I can't view permissions, because this is temporary directory, which is being cleared by the rpm program after process is completed/interrupted. But this is a directory, being build from the rpm program, and the rpm program is started by my user, and this directory is in the tree of my home folder

  5. I think, according to .rpmmacros and the spec file, posted above, the directory /usr/share actually is the directory

    /home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/share - here are the prefixes:

     

    + rm -rf /home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot

    + make prefix=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr exec_prefix=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr bindir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/bin sbindir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/sbin sysconfdir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/etc datadir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/share includedir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/include libdir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/lib libexecdir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/lib localstatedir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/var/lib sharedstatedir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/com mandir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/share/man infodir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/share/info install

     

    Almost the same spec files I've used to build another packages. But, thank you for the reply, I hope here will be another opinions too ;-)

  6. Hallo all! Yesterday I tried to build a rpm package from source tarball of amsn- amsn-0.96.tar.bz2. Yes, I know, that there is already precompiled rpm package in the urpmi mirrors, but I would like to build it by myself, just for the science- now I'm learning how to build rpms, and I already have built about 10 packages- nemesis, kbedic (this is a dictionary) and others- ordinary non-sophisticated programs. With the amsn, I tried to run spec file with rpm -bi command, in order to stop after installing, so I to be able manually to describe files in %files section of the spec file, which files to be included in the rpm package. But, after a while when I start, I received the following error:

     

    Executing(%install): /bin/sh -e /home/nik/rpm/tmp/rpm-tmp.83384

    + umask 022

    + cd /home/nik/rpm/BUILD

    + cd amsn-0.96

    + '[' 1 -eq 1 ']'

    + rm -rf /home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot

    + make prefix=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr exec_prefix=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr bindir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/bin sbindir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/sbin sysconfdir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/etc datadir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/share includedir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/include libdir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/lib libexecdir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/lib localstatedir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/var/lib sharedstatedir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/com mandir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/share/man infodir=/home/nik/rpm/tmp/amsn-0.96-1mdv2007.0-buildroot/usr/share/info install

    rm -Rf /usr/share/amsn

    mkdir --parents /usr/share/amsn

    mkdir: cannot create directory `/usr/share/amsn': Permission denied

    make: *** [install] Error 1

    error: Bad exit status from /home/nik/rpm/tmp/rpm-tmp.83384 (%install)

     

     

    RPM build errors:

    Bad exit status from /home/nik/rpm/tmp/rpm-tmp.83384 (%install)

    [nik@localhost SOURCES]$

     

    As I understand, the problem is, that mkdir has no right to create a directory, but the directory is in my home directory, and mkdir is started by my user, so it is supposed to have permission to create directory?

    I have a directory rpm, in the home directory, with its subdirectories for building rpms- BUILD, RPMS, SOURCES, SPECS, SRPMS, tmp with their subdirectories- like it is described in manual HowTo build rpms in mandriva. In my home directory, I have the files .rpmmacros and .rpmrc - their contents:

    .rpmrc

     

    buildarchtranslate: i386: i586

    buildarchtranslate: i486: i586

    buildarchtranslate: i586: i586

    buildarchtranslate: i686: i586

     

    .rpmmacros

     

    %_topdir /home/nik/rpm

    %_tmppath /home/nik/rpm/tmp

     

    %_signature gpg

    %_gpg_name Mandrivalinux

    %_gpg_path ~/.gnupg

     

    %distribution Mandriva Linux

    %vendor Mandriva

    %packager Nik123

     

    And the content of the amsn spec file- section %files is not finished yet, but this is not supposed to prevent mkdir creating subdirectory in the /home/rpm directory of my user:

     

    amsn-0.96.spec

     

    %define name amsn

    %define version 0.96

    %define release %mkrel 1

     

    Name: %{name}

    Version: %{version}

    Release: %{release}

     

    Summary: Free open source MSN messenger clone

    Source: http://mesh.dl.sourceforge.net/%{name}-%{version}.tar.bz2

    URL: http://amsn-project.net/index.php

    Group: Applications/Internet/Instant Messaging

    BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

    License: GPL

     

    %description

    Linux clone of the Microsoft MSN messenger

     

    %prep

    %setup -q

    %build

    %configure

    %make

    %install

    rm -rf $RPM_BUILD_ROOT

    %makeinstall

    %clean

    rm -rf $RPM_BUILD_ROOT

    %files

     

     

     

    %defattr(0755,root,root)

    %doc README NEWS COPYING AUTHORS

    %{_mandir}/man1/*

     

     

    Any ideas ho to solve the problem? Thanks in advance

     

     

    [moved from Software by spinynorman]

  7. First, configure your urpmi package manager. Then, type this in console as root:

    urpmi kernel-source-2.6.17.5mdv

     

    and urpmi will download and install the source from the mirrors. Information how to configure urpmi- HERE

    Select all sources, including plf-free and plf-nonfree. Mirrors are your own choice, for Europe I recommend German mirrors.

  8. "Winetools cannot run with Wine version older than 20050628"- This message popup-ed today, when I removed wine 0.9.24 and installed 0.9.27 (from source tarball), and installed winetools from tarball, and tried to start it. With wine version 0.9.24 had no troubles?? This is from terminal:

    [nik@localhost ~]$ wt

    detecting Wine version... done.

    Drive C: is /home/nik/.wine/drive_c

    Wine 0

    wine is executed as wine

    Parameters are --noexit

    Browser is /usr/bin/firefox.

    WINEVER is "0".

    [nik@localhost ~]$

    Any ideas how to fix that? With wine 0.9.24 winetools worked quite well

    Thanks in advance

  9. Hi all! Recently I discovered, that interactive firewall actually doesn't work, despite of being selected in the drakfirewall config tool - "port scan detection". In mandriva 2007, when someone tried to detect my open ports,with nmap, or when I check myself in the shields up site, interactive firewall poped up with " Port scan from xx.xx.xx.xx" (IP adress) or something like that, but in 2007 "sunna" rc 2 interactive firewall remain quiet, although I scan myself in the site https://www.grc.com/x/ne.dll?bh0bkyd2 Had anyone met that problem? I updated mandi and mandi-ifw from the cooker mirrors and it is the same situation

  10. By now, I think, I solved the problem, after editing xorg.conf- Now I have glxinfo and glxgears without crashing X. I've been adviced by my friend to edit section Module of xorg.conf like below:

     

    Section "Module"

    Load "v4l" # Video for Linux

    Load "extmod"

    Load "type1"

    Load "freetype"

    #Load "glx" # 3D layer

    Load "/usr/lib/xorg/modules/extensions/nvidia/libglx.so"

    EndSection

     

    The last "Load" line was added, while the line Load "glx" # 3d layer has to be commented

    And by now, everything is fine- if I meet another problem, will write here. Thanks to all

  11. I do not know what info will be usefull, so I post almost whole log without resources range and pci probing:

    X Window System Version 7.1.1

    Release Date: 12 May 2006

    X Protocol Version 11, Revision 0, Release 7.1.1

    Build Operating System: Linux 2.6.17-4mdv i686

    Current Operating System: Linux localhost 2.6.17-6mdv #1 SMP Wed Oct 25 12:24:51 MDT 2006 i686

    Build Date: 17 September 2006

    Before reporting problems, check http://wiki.x.org

    to make sure that you have the latest version.

    Module Loader present

    Markers: (--) probed, (**) from config file, (==) default setting,

    (++) from command line, (!!) notice, (II) informational,

    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 26 16:28:42 2006

    (==) Using config file: "/etc/X11/xorg.conf"

    (==) ServerLayout "layout1"

    (**) |-->Screen "screen1" (0)

    (**) | |-->Monitor "monitor1"

    (**) | |-->Device "device1"

    (**) |-->Input Device "Keyboard1"

    (**) Option "XkbModel" "pc105"

    (**) XKB: model: "pc105"

    (**) Option "XkbLayout" "us,bg(phonetic)"

    (**) XKB: layout: "us,bg(phonetic)"

    (**) Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"

    (**) XKB: options: "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"

    (==) Keyboard: CustomKeycode disabled

    (**) |-->Input Device "Mouse1"

    (**) FontPath set to:

    unix/:-1

    (==) RgbPath set to "/usr/share/X11/rgb"

    (==) ModulePath set to "/usr/lib/xorg/modules"

    (**) Option "AllowMouseOpenFail"

    (II) Open ACPI successful (/var/run/acpid.socket)

    (II) Module ABI versions:

    X.Org ANSI C Emulation: 0.3

    X.Org Video Driver: 1.0

    X.Org XInput driver : 0.6

    X.Org Server Extension : 0.3

    X.Org Font Renderer : 0.5

    (II) Loader running on linux

    (II) LoadModule: "bitmap"

    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so

    (II) Module bitmap: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 1.0.0

    Module class: X.Org Font Renderer

    ABI class: X.Org Font Renderer, version 0.5

    (II) Loading font Bitmap

    (II) LoadModule: "pcidata"

    (II) Loading /usr/lib/xorg/modules/libpcidata.so

    (II) Module pcidata: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 1.0.0

    ABI class: X.Org Video Driver, version 1.0

    (++) using VT number 7

     

     

    (II) Host-to-PCI bridge:

    (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)

    (II) Bus 0 I/O range:

    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX

    (II) Bus 0 non-prefetchable memory range:

    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX

    (II) Bus 0 prefetchable memory range:

    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX

    (II) PCI-to-PCI bridge:

    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)

    (II) Bus 1 non-prefetchable memory range:

    [0] -1 0 0xdde00000 - 0xdfefffff (0x2100000) MX

    (II) Bus 1 prefetchable memory range:

    [0] -1 0 0xbdc00000 - 0xddcfffff (0x20100000) MX

    (II) PCI-to-ISA bridge:

    (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)

    (--) PCI: (0:10:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xdddfe000/12

    (--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5500] rev 161, Mem @ 0xde000000/24, 0xc0000000/28, BIOS @ 0xdfee0000/17

    ]

    (II) LoadModule: "v4l"

    (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so

    (II) Module v4l: vendor="X.Org Foundation"

    compiled for 7.1.0, module version = 0.1.1

    ABI class: X.Org Video Driver, version 1.0

    (II) LoadModule: "extmod"

    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so

    (II) Module extmod: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 1.0.0

    Module class: X.Org Server Extension

    ABI class: X.Org Server Extension, version 0.3

    (II) Loading extension SHAPE

    (II) Loading extension Multi-Buffering

    (II) Loading extension MIT-SUNDRY-NONSTANDARD

    (II) Loading extension BIG-REQUESTS

    (II) Loading extension SYNC

    (II) Loading extension MIT-SCREEN-SAVER

    (II) Loading extension XC-MISC

    (II) Loading extension XFree86-VidModeExtension

    (II) Loading extension XFree86-Misc

    (II) Loading extension XFree86-DGA

    (II) Loading extension DPMS

    (II) Loading extension TOG-CUP

    (II) Loading extension Extended-Visual-Information

    (II) Loading extension XVideo

    (II) Loading extension XVideo-MotionCompensation

    (II) Loading extension X-Resource

    (II) LoadModule: "type1"

    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so

    (II) Module type1: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 1.0.2

    Module class: X.Org Font Renderer

    ABI class: X.Org Font Renderer, version 0.5

    (II) Loading font Type1

    (II) LoadModule: "freetype"

    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so

    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"

    compiled for 7.1.1, module version = 2.1.0

    Module class: X.Org Font Renderer

    ABI class: X.Org Font Renderer, version 0.5

    (II) Loading font FreeType

    (II) LoadModule: "glx"

    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so

    (II) Module glx: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 1.0.0

    ABI class: X.Org Server Extension, version 0.3

    (==) AIGLX enabled

    (II) Loading extension GLX

    (II) LoadModule: "nvidia"

    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so

    (II) Module nvidia: vendor="NVIDIA Corporation"

    compiled for 4.0.2, module version = 1.0.9629

    Module class: X.Org Video Driver

    (II) LoadModule: "keyboard"

    (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so

    (II) Module keyboard: vendor="X.Org Foundation"

    compiled for 7.1.0, module version = 1.0.0

    Module class: X.Org XInput Driver

    ABI class: X.Org XInput driver, version 0.6

    (II) LoadModule: "mouse"

    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so

    (II) Module mouse: vendor="X.Org Foundation"

    compiled for 7.1.0, module version = 1.1.1

    Module class: X.Org XInput Driver

    ABI class: X.Org XInput driver, version 0.6

    (II) v4l driver for Video4Linux

    (II) NVIDIA dlloader X Driver 1.0-9629 Wed Nov 1 19:31:54 PST 2006

    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs

    (II) Primary Device is: PCI 01:00:0

    (--) Assigning device section with no busID to primary device

    (--) Chipset NVIDIA GPU found

    (II) Loading sub module "fb"

    (II) LoadModule: "fb"

    (II) Loading /usr/lib/xorg/modules/libfb.so

    (II) Module fb: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 1.0.0

    ABI class: X.Org ANSI C Emulation, version 0.3

    (II) Loading sub module "ramdac"

    (II) LoadModule: "ramdac"

    (II) Loading /usr/lib/xorg/modules/libramdac.so

    (II) Module ramdac: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 0.1.0

    ABI class: X.Org Video Driver, version 1.0

     

    (II) Setting vga for screen 0.

    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32

    (==) NVIDIA(0): RGB weight 888

    (==) NVIDIA(0): Default visual is TrueColor

    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)

    (**) NVIDIA(0): Option "HWcursor" "yes"

    (**) NVIDIA(0): Option "UseEDID" "TRUE"

    (**) NVIDIA(0): Option "ConnectedMonitor" "CRT"

    (**) NVIDIA(0): Option "RenderAccel" "yes"

    (**) NVIDIA(0): Option "UseEdidFreqs" "yes"

    (**) NVIDIA(0): Option "IgnoreDisplayDevices" "DFP, TV"

    (**) NVIDIA(0): Option "RandRRotation" "yes"

    (**) NVIDIA(0): Option "Coolbits" "1"

    (**) NVIDIA(0): Option "AllowDDCCI" "yes"

    (**) NVIDIA(0): Enabling RENDER acceleration

    (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been

    (**) NVIDIA(0): enabled on all display devices.

    (**) NVIDIA(0): ConnectedMonitor string: "CRT"

    (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X

    (EE) NVIDIA(0): log file that the GLX module has been loaded in your X

    (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If

    (EE) NVIDIA(0): you continue to encounter problems, Please try

    (EE) NVIDIA(0): reinstalling the NVIDIA driver.

    (II) NVIDIA(0): NVIDIA GPU GeForce FX 5500 at PCI:1:0:0 (GPU-0)

    (--) NVIDIA(0): Memory: 262144 kBytes

    (--) NVIDIA(0): VideoBIOS: 04.34.20.69.00

    (II) NVIDIA(0): Detected AGP rate: 4X

    (--) NVIDIA(0): Interlaced video modes are supported on this GPU

    (--) NVIDIA(0): Connected display device(s) on GeForce FX 5500 at PCI:1:0:0:

    (--) NVIDIA(0): EIZO F520 (CRT-0)

    (--) NVIDIA(0): EIZO F520 (CRT-0): 350.0 MHz maximum pixel clock

    (II) NVIDIA(0): Assigned Display Device: CRT-0

    (WW) NVIDIA(0): No valid modes for "1152x864_100"; removing.

    (II) NVIDIA(0): Validated modes:

    (II) NVIDIA(0): "1152x864_85"

    (II) NVIDIA(0): "1024x768_85"

    (II) NVIDIA(0): "800x600_85"

    (II) NVIDIA(0): "640x480_85"

    (**) NVIDIA(0): Virtual screen size configured to be 1152 x 864

    (--) NVIDIA(0): DPI set to (91, 91); computed from "UseEdidDpi" X config

    (--) NVIDIA(0): option

    (--) Depth 24 pixmap format is 32 bpp

    (II) do I need RAC? No, I don't.

     

    (II) NVIDIA(0): Setting mode "1152x864_85"

    (II) Loading extension NV-GLX

    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized

    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture

    (==) NVIDIA(0): Backing store disabled

    (==) NVIDIA(0): Silken mouse enabled

    (**) Option "dpms"

    (**) NVIDIA(0): DPMS enabled

    (II) Loading extension NV-CONTROL

    (==) RandR enabled

    (II) Initializing built-in extension MIT-SHM

    (II) Initializing built-in extension XInputExtension

    (II) Initializing built-in extension XTEST

    (II) Initializing built-in extension XKEYBOARD

    (II) Initializing built-in extension LBX

    (II) Initializing built-in extension XC-APPGROUP

    (II) Initializing built-in extension SECURITY

    (II) Initializing built-in extension XINERAMA

    (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

    (EE) AIGLX: DRI module not loaded

    (II) Loading local sub module "GLcore"

    (II) LoadModule: "GLcore"

    (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so

    (II) Module GLcore: vendor="X.Org Foundation"

    compiled for 7.1.1, module version = 1.0.0

    ABI class: X.Org Server Extension, version 0.3

    (II) GLX: Initialized MESA-PROXY GL provider for screen 0

    (**) Option "CoreKeyboard"

    (**) Keyboard1: Core Keyboard

    (**) Option "Protocol" "standard"

    (**) Keyboard1: Protocol: standard

    (**) Option "AutoRepeat" "500 30"

    (**) Option "XkbRules" "xorg"

    (**) Keyboard1: XkbRules: "xorg"

    (**) Keyboard1: XkbModel: "pc105"

    (**) Option "XkbLayout" "us,bg(phonetic)"

    (**) Keyboard1: XkbLayout: "us,bg(phonetic)"

    (**) Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"

    (**) Keyboard1: XkbOptions: "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"

    (**) Option "CustomKeycodes" "off"

    (**) Keyboard1: CustomKeycodes disabled

    (**) Option "Protocol" "ExplorerPS/2"

    (**) Mouse1: Device: "/dev/mouse"

    (**) Mouse1: Protocol: "ExplorerPS/2"

    (**) Option "CorePointer"

    (**) Mouse1: Core Pointer

    (**) Option "Device" "/dev/mouse"

    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50

    (**) Option "ZAxisMapping" "6 7"

    (**) Mouse1: ZAxisMapping: buttons 6 and 7

    (**) Mouse1: Buttons: 11

    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)

    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)

    (II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)

    (II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)

    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)

    (II) Mouse1: ps2EnableDataReporting: succeeded

  12. Hi all! Yesterday I installed from urpmi mirrors package dkms-nvidia-1.0-9629 (latest) but, when I try to run glxgears, glxinfo or try to change something in video settings, using /usr/bin/nvidia-settings, X restarts and log in again. I had installed NVIDIA-linux-xxxxx-9629.pkg1.run, downloaded from the site of nvidia (same version as the dkms-nvidia), but .run driver worked very well, without any mistake. I am able to remove dkms-nvidia package and install again NVIDIA-xxxxxx.run package, but I want to use dkms- it is much comfortable for me. Help, please- if anyone had met that problem, and solved it, please, write here.

    I use Mandriva 2007 "Sunna" RC2, kernel 2.6.17-6, GNOME 2.16, my videocard is GeForce FX 5500 256 RAM, machine is AMD Duron 1100 MHz, 512 RAM

     

     

     

    [moved from Software by spinynorman]

  13. No binaries exist by now for the 0.9.24 version (for Mandriva), that's why I'm trying to build from source. But, I solved the problem in this way: I deinstalled nvidia and dkms-nvidia packages and then installed the latest driver (same version like the dkms-package from cooker-8776) from the nvidia.com site- NVIDIA-Linux-xxxxxx.pkg1.run and then wine has been built successfully, without "couldn't find opengl development headers" error message. Maybe these headers are missing or not have been installed by the dkms-nvidia package???

  14. Hallo all! Today I tried to compile Wine from source code- version 0.9.24, because there is no precompiled .rpm for this version in the download section of winehq.org yet. I started with the wine installer- ./tools/wineinstall. It seems that the configure pass OK, but:

     

     

    configure: WARNING: Wine will be build without OpenGL or Direct3D support

    configure: WARNING: because something is wrong with the OpenGL setup:

    configure: WARNING: No OpenGL development headers were found

     

    Configure finished. Do 'make depend && make' to compile Wine.

     

     

    We need to install wine as root user, do you want us to build wine,

    'su root' and install Wine? Enter 'no' to continue without installing

     

    That means, I think, that I will not be able to play any game, because there wont be a Direct 3d or Opengl support. Where some installers says that there is no development headers, I ordinary install the -devel package, but I couldn't find any package, named "opengl-devel". My videocard is nvidia FX 5500 256 RAM, now with installed driver dkms-nvidia- 8776 from Cooker, but with the version 8774 from 2007 official mirrors I had the same problem with Wine.

     

    My OS is Mandriva 2007 "sunna" RC2, GNOME 2.16, kernel 2.6.17-5mdv

     

    How to solve that problem with Wine 0.9.24 and Opengl? Thanks in advance

     

     

    [moved from Software by spinynorman]

  15. Hallo all! I've got a problem with a joystick- standard game port, not USB, but in the Hardware section of MCC there is no such a device- the joystick is connected, and is working fine under Windows. How to make it usable under Mandriva 2007 Sunna too? I want to play some games- flight simulators- under Wine. Thanks in advance

  16. [root@localhost ~]# chkconfig --list

    acpi 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    acpid 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    atd 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    avahi-daemon 0:off 1:off 2:off 3:on 4:off 5:on 6:off

    clamd 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    dkms 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    dm 0:off 1:off 2:off 3:off 4:off 5:on 6:off

    freshclam 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    haldaemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    harddrake 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    keytable 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    kheader 0:off 1:off 2:on 3:on 4:off 5:on 6:off

    mandi 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    messagebus 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    mtink 0:off 1:off 2:off 3:off 4:off 5:off 6:off

    mysqld 0:off 1:off 2:off 3:off 4:off 5:off 6:off

    netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    network 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    network-up 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    numlock 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    oki4daemon 0:off 1:off 2:off 3:off 4:off 5:off 6:off

    partmon 0:off 1:off 2:off 3:on 4:on 5:on 6:off

    shorewall 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    wltool 0:off 1:off 2:on 3:on 4:on 5:on 6:off

    xfs 0:off 1:off 2:off 3:off 4:off 5:on 6:off

    [root@localhost ~]#

     

    I solved the problem, by now, after reboot everything is fine, but thank you for the help! Here is the way: Mandriva 2007 sunna doesn't contain alsa-utils and aumix packages, after I installed them from the Cooker, there is no mute after reboot. For any others, who can meet that problem: Install aumix and alsa-utils, then select ALSA mixer from Volume Control, then from Preferences menu in Gnome (I do not know for KDE)-Sound- select in Devices menu module for your card (not ALSA or OSS)- in my machine the right choice is VIA8233A, between of the entries of ALSA and OSS. Then configure the volume, run "alsactl store" as root, and everything will be OK- no "mute" for the volume after reboot. Regards to all!

  17. Hallo all! Today I met the next problem in mandriva 2007 sunna- after every restart/reload (service alsa force-reload command, or just reboot) the system tray icon appears that the volume is muted, and I have no sound. I fix it manually, but after restart it is again muted. I use GNOME 2.16, alsa module is via82xx. It is so disgusting, can anyone help me to fix that problem?

     

    Edit: I have configured ALSA with alsaconf

  18. Hi all! I installed Mandriva 2007 sunna, had some troubles with X font server, then solved them, but now I figured out, that there is no glxinfo and glxgears - I am using nvidia FX 5500 -256 RAM, with installed latest driver from nvidia site (before that I had installed kernel-source-2.6.17-5). Everything seems OK, but when I tried to check hardware acceleration:

    [root@localhost ~]# glxgears

    -bash: glxgears: command not found

     

    [root@localhost ~]# glxinfo | grep "direct"

    -bash: glxinfo: command not found

     

    Is that means, that I have no hardware acceleration, or just missing package, responsible for glx? This may sounds like a stupid question, but I'm still newbie in linux, please, help. Thank you in advance!

     

    Edit: I read topics in that forum, dedicated for problems with glx, but, as I said above, I'm still new, couldn't understand what to do to fix that problem

  19. Hallo all! I am going to install Mandriva 2007 sunna- but there is one question- how to configure urpmi? I used the easy urpmi section of this site, but there is no "Mandriva 2007" section in the step "Choise your system" - there is "Mandriva 2007 community", but when I choise that, the commands for configuring urpmi includes only main and contrib sources, without updates, plf-free and plf-nonfree. Maybe I have to choice Cooker (because Sunna is test version by now, and, as I know, in Cooker there are testing and new software)? Or Official? Tell me what is the right choice for the Mandriva 2007 sunna, please, thanks all in advance

     

     

    [moved from Installing Mandriva by spinynorman]

×
×
  • Create New...