Часовой пояс: UTC + 3 часа




Начать новую тему Новая тема / Ответить на тему Ответить  Сообщений: 411 • Страница 14 из 21<  1 ... 11  12  13  14  15  16  17 ... 21  >
  Пред. тема | След. тема 
В случае проблем с отображением форума, отключите блокировщик рекламы
Автор Сообщение
 

Junior
Статус: Не в сети
Регистрация: 14.05.2006
Откуда: Глушь.
Люди помогите пожалуйста!! Скажите можно ли восстановить данные(стоял Xp на NTFS поставили Linux все что было, пропало, можно ли из под Linuxa теперь данные восстановить?) Заранее очень и очень благодарен :(

_________________
Поклонник Ati и Amd :)



Партнер
 

Junior
Статус: Не в сети
Регистрация: 28.11.2005
Откуда: Красноярск
На работе поставил FreeBSD 6.3 в качестве настольной ОС, со всем вроде разобрался, сканер, принтер по сети на Винде, интернет, почта, аська, DC++, видео, звук работают! Всё что нужно для работы есть, но захотелось в свободное время в шахматы поиграть, там есть режим 3D, но он не работает.
Пишет "В вашей системе не установлено необходимое для трёхмерного режима программное обеспечение. Сообщите об ошибке системному администратору и попросите установить Окружение для работы c OpenGL и GtkGLExt"
Видеокарта GF7300GT, драйвера 169.07, nvidia-settings рапортует что OpenGL присутствует. OpenGL cкринсейверы работают, правда только когда нажимаешь кнопку "проверить", автоматически не запускаются, экран замирает и всё (часы стоят). Простые сейверы типа пустой экран, работают нормально. Я так понял нужно поставить какой то местный аналог DX. :) Вопрос, какие пакеты нужно установить чтоб всё работало???
Я конечно понимаю, что гуру FreeBSD, настолько суровы, что таким баловством не занимаются, и в лучшем случае пошлют в гугл или хэндбук, но там я ничего не нашёл. Помогите разобраться, пиззз!


 

Member
Статус: Не в сети
Регистрация: 12.07.2006
Откуда: Улан-Удэ
TfH340 писал(а):
На работе поставил FreeBSD 6.3 в качестве настольной ОС, со всем вроде разобрался, сканер, принтер по сети на Винде, интернет, почта, аська, DC++, видео, звук работают! Всё что нужно для работы есть, но захотелось в свободное время в шахматы поиграть, там есть режим 3D, но он не работает.
Пишет "В вашей системе не установлено необходимое для трёхмерного режима программное обеспечение. Сообщите об ошибке системному администратору и попросите установить Окружение для работы c OpenGL и GtkGLExt"
Видеокарта GF7300GT, драйвера 169.07, nvidia-settings рапортует что OpenGL присутствует. OpenGL cкринсейверы работают, правда только когда нажимаешь кнопку "проверить", автоматически не запускаются, экран замирает и всё (часы стоят). Простые сейверы типа пустой экран, работают нормально. Я так понял нужно поставить какой то местный аналог DX. :) Вопрос, какие пакеты нужно установить чтоб всё работало???
Я конечно понимаю, что гуру FreeBSD, настолько суровы, что таким баловством не занимаются, и в лучшем случае пошлют в гугл или хэндбук, но там я ничего не нашёл. Помогите разобраться, пиззз!

Для начала покажи свои /usr/local/etc/xorg.conf (может быть в другом месте), /boot/loader.conf, /var/log/Xorg.log и результаты команд kldstat и glxinfo (ставится из портов пакетом Mesa-demos).


 

Junior
Статус: Не в сети
Регистрация: 28.11.2005
Откуда: Красноярск
Код:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder24.nvidia.com)  Thu Dec 13 17:44:58 PST 2007

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/usr/local/share/X11/rgb"
    ModulePath      "/usr/local/lib/xorg/modules"
    FontPath        "/usr/local/lib/X11/fonts/misc/"
    FontPath        "/usr/local/lib/X11/fonts/TTF/"
    FontPath        "/usr/local/lib/X11/fonts/OTF"
    FontPath        "/usr/local/lib/X11/fonts/Type1/"
    FontPath        "/usr/local/lib/X11/fonts/100dpi/"
    FontPath        "/usr/local/lib/X11/fonts/75dpi/"
#   FontPath        "/usr/local/lib/X11/fonts/URW/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "record"
    Load           "xtrap"
    Load           "freetype"
    Load           "type1"
#   Load           "dri"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
#   Option    "XkbLayout" "us,ru(winkeys)"
#   Option    "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/sysmouse"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync      31.0-60
    VertRefresh    56.0-75
    Option         "DPMS"
    Option         "AddARGBGLXVisuals" "True"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                  # [<bool>]
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G70 [GeForce 7300 GT]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth   24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes       "1024x768"
    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
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
Option         "Composite" "Enable"
EndSection
(END)       




Jenya% less /boot/loader.conf
nvidia_load="YES"
linux_load="YES"
snd_ich_load="YES"
/boot/loader.conf (END)





Jenya% less /var/log/Xorg.0.log

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 6.3-RELEASE i386
Current Operating System: FreeBSD Jenya.NEVSKY 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:45 UTC 2008     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386
Build Date: 01 December 2007  09:49:15PM

        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: Wed Apr 16 10:09:45 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/.
(**) FontPath set to:
        /usr/local/lib/X11/fonts/misc/,
        /usr/local/lib/X11/fonts/TTF/,
        /usr/local/lib/X11/fonts/OTF,
        /usr/local/lib/X11/fonts/Type1/,
        /usr/local/lib/X11/fonts/100dpi/,
        /usr/local/lib/X11/fonts/75dpi/,
        /usr/local/lib/X11/fonts/misc/,
        /usr/local/lib/X11/fonts/TTF/,
        /usr/local/lib/X11/fonts/OTF,
        /usr/local/lib/X11/fonts/Type1/,
        /usr/local/lib/X11/fonts/100dpi/,
        /usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/local/share/X11/rgb"
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Loader magic: 0x81af380
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 2.0
        X.Org XInput driver : 2.0
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: "pcidata"
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000087c, mode1Res1 = 0x80000000
(WW) OS did not count PCI devices, guessing wildly
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev f2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1043,815a rev f3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1043,815a rev f3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0393 card 107d,2090 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xc0000000 - 0xc2ffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xa0000000 - 0xbfffffff (0x20000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation G70 [GeForce 7300 GT] rev 161, Mem @ 0xc0000000/24, 0xa0000000/29, 0xc1000000/24, I/O @ 0xa000/7, BIOS @ 0xc2000000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xc3000000 - 0xc3ffffff (0x1000000) MX[B]E
        [1] -1  0       0xc3001000 - 0xc3001fff (0x1000) MX[B]E
        [2] -1  0       0xc3002000 - 0xc3003fff (0x2000) MX[B]E
        [3] -1  0       0xc3003000 - 0xc3003fff (0x1000) MX[B]E
        [4] -1  0       0xfeb00000 - 0xfebfffff (0x100000) MX[B]E
        [5] -1  0       0xc3004000 - 0xc3007fff (0x4000) MX[B]E
        [6] -1  0       0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
        [7] -1  0       0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [8] -1  0       0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
        [9] -1  0       0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [11] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [12] -1 0       0x00000b60 - 0x00000b7f (0x20) IX[B]E
        [13] -1 0       0x00000960 - 0x0000097f (0x20) IX[B]E
        [14] -1 0       0x00000be0 - 0x00000bff (0x20) IX[B]E
        [15] -1 0       0x000009e0 - 0x000009ff (0x20) IX[B]E
        [16] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [17] -1 0       0x00000b70 - 0x00000b7f (0x10) IX[B]E
        [18] -1 0       0x00000970 - 0x0000097f (0x10) IX[B]E
        [19] -1 0       0x00000bf0 - 0x00000bff (0x10) IX[B]E
        [20] -1 0       0x000009f0 - 0x000009ff (0x10) IX[B]E
        [21] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [22] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [23] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [24] -1 0       0x00004c40 - 0x00004c7f (0x40) IX[B]E
        [25] -1 0       0x00004c00 - 0x00004cff (0x100) IX[B]E
        [26] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [27] -1 0       0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) PCI Memory resource overlap reduced 0xc3000000 from 0xc3ffffff to 0xc3000fff
(II) PCI I/O resource overlap reduced 0x00000b60 from 0x00000b7f to 0x00000b6f
(II) PCI I/O resource overlap reduced 0x00000960 from 0x0000097f to 0x0000096f
(II) PCI I/O resource overlap reduced 0x00000be0 from 0x00000bff to 0x00000bef
(II) PCI I/O resource overlap reduced 0x000009e0 from 0x000009ff to 0x000009ef
(II) PCI Memory resource overlap reduced 0xc3002000 from 0xc3003fff to 0xc3002fff
(II) PCI I/O resource overlap reduced 0x00004c00 from 0x00004cff to 0x00004c3f
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xc3000000 - 0xc3000fff (0x1000) MX[B]E
        [1] -1  0       0xc3001000 - 0xc3001fff (0x1000) MX[B]E
        [2] -1  0       0xc3002000 - 0xc3002fff (0x1000) MX[B]E
        [3] -1  0       0xc3003000 - 0xc3003fff (0x1000) MX[B]E
        [4] -1  0       0xfeb00000 - 0xfebfffff (0x100000) MX[B]E
        [5] -1  0       0xc3004000 - 0xc3007fff (0x4000) MX[B]E
        [6] -1  0       0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
        [7] -1  0       0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [8] -1  0       0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
        [9] -1  0       0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
        [10] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [11] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [12] -1 0       0x00000b60 - 0x00000b6f (0x10) IX[B]E
        [13] -1 0       0x00000960 - 0x0000096f (0x10) IX[B]E
        [14] -1 0       0x00000be0 - 0x00000bef (0x10) IX[B]E
        [15] -1 0       0x000009e0 - 0x000009ef (0x10) IX[B]E
        [16] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [17] -1 0       0x00000b70 - 0x00000b7f (0x10) IX[B]E
        [18] -1 0       0x00000970 - 0x0000097f (0x10) IX[B]E
        [19] -1 0       0x00000bf0 - 0x00000bff (0x10) IX[B]E
        [20] -1 0       0x000009f0 - 0x000009ff (0x10) IX[B]E
        [21] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [22] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [23] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [24] -1 0       0x00004c40 - 0x00004c7f (0x40) IX[B]E
        [25] -1 0       0x00004c00 - 0x00004c3f (0x40) IX[B]E
        [26] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [27] -1 0       0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xc3000000 - 0xc3000fff (0x1000) MX[B]E
        [5] -1  0       0xc3001000 - 0xc3001fff (0x1000) MX[B]E
        [6] -1  0       0xc3002000 - 0xc3002fff (0x1000) MX[B]E
        [7] -1  0       0xc3003000 - 0xc3003fff (0x1000) MX[B]E
        [8] -1  0       0xfeb00000 - 0xfebfffff (0x100000) MX[B]E
        [9] -1  0       0xc3004000 - 0xc3007fff (0x4000) MX[B]E
        [10] -1 0       0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
        [11] -1 0       0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [12] -1 0       0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
        [13] -1 0       0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [17] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [18] -1 0       0x00000b60 - 0x00000b6f (0x10) IX[B]E
        [19] -1 0       0x00000960 - 0x0000096f (0x10) IX[B]E
        [20] -1 0       0x00000be0 - 0x00000bef (0x10) IX[B]E
        [21] -1 0       0x000009e0 - 0x000009ef (0x10) IX[B]E
        [22] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [23] -1 0       0x00000b70 - 0x00000b7f (0x10) IX[B]E
        [24] -1 0       0x00000970 - 0x0000097f (0x10) IX[B]E
        [25] -1 0       0x00000bf0 - 0x00000bff (0x10) IX[B]E
        [26] -1 0       0x000009f0 - 0x000009ff (0x10) IX[B]E
        [27] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [28] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [29] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [30] -1 0       0x00004c40 - 0x00004c7f (0x40) IX[B]E
        [31] -1 0       0x00004c00 - 0x00004c3f (0x40) IX[B]E
        [32] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [33] -1 0       0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.4.0, 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 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: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  169.07  Thu Dec 13 17:44:35 PST 2007
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.4.0, 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: "type1"
(II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.4.0, 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: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/local/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.2.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  169.07  Thu Dec 13 17:15:37 PST 2007
(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/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/local/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xc3000000 - 0xc3000fff (0x1000) MX[B]E
        [5] -1  0       0xc3001000 - 0xc3001fff (0x1000) MX[B]E
        [6] -1  0       0xc3002000 - 0xc3002fff (0x1000) MX[B]E
        [7] -1  0       0xc3003000 - 0xc3003fff (0x1000) MX[B]E
        [8] -1  0       0xfeb00000 - 0xfebfffff (0x100000) MX[B]E
        [9] -1  0       0xc3004000 - 0xc3007fff (0x4000) MX[B]E
        [10] -1 0       0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
        [11] -1 0       0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [12] -1 0       0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
        [13] -1 0       0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [17] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [18] -1 0       0x00000b60 - 0x00000b6f (0x10) IX[B]E
        [19] -1 0       0x00000960 - 0x0000096f (0x10) IX[B]E
        [20] -1 0       0x00000be0 - 0x00000bef (0x10) IX[B]E
        [21] -1 0       0x000009e0 - 0x000009ef (0x10) IX[B]E
        [22] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [23] -1 0       0x00000b70 - 0x00000b7f (0x10) IX[B]E
        [24] -1 0       0x00000970 - 0x0000097f (0x10) IX[B]E
        [25] -1 0       0x00000bf0 - 0x00000bff (0x10) IX[B]E
        [26] -1 0       0x000009f0 - 0x000009ff (0x10) IX[B]E
        [27] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [28] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [29] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [30] -1 0       0x00004c40 - 0x00004c7f (0x40) IX[B]E
        [31] -1 0       0x00004c00 - 0x00004c3f (0x40) IX[B]E
        [32] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [33] -1 0       0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xc3000000 - 0xc3000fff (0x1000) MX[B]E
        [5] -1  0       0xc3001000 - 0xc3001fff (0x1000) MX[B]E
        [6] -1  0       0xc3002000 - 0xc3002fff (0x1000) MX[B]E
        [7] -1  0       0xc3003000 - 0xc3003fff (0x1000) MX[B]E
        [8] -1  0       0xfeb00000 - 0xfebfffff (0x100000) MX[B]E
        [9] -1  0       0xc3004000 - 0xc3007fff (0x4000) MX[B]E
        [10] -1 0       0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
        [11] -1 0       0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [12] -1 0       0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
        [13] -1 0       0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
        [14] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [20] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [21] -1 0       0x00000b60 - 0x00000b6f (0x10) IX[B]E
        [22] -1 0       0x00000960 - 0x0000096f (0x10) IX[B]E
        [23] -1 0       0x00000be0 - 0x00000bef (0x10) IX[B]E
        [24] -1 0       0x000009e0 - 0x000009ef (0x10) IX[B]E
        [25] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [26] -1 0       0x00000b70 - 0x00000b7f (0x10) IX[B]E
        [27] -1 0       0x00000970 - 0x0000097f (0x10) IX[B]E
        [28] -1 0       0x00000bf0 - 0x00000bff (0x10) IX[B]E
        [29] -1 0       0x000009f0 - 0x000009ff (0x10) IX[B]E
        [30] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [31] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [32] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [33] -1 0       0x00004c40 - 0x00004c7f (0x40) IX[B]E
        [34] -1 0       0x00004c00 - 0x00004c3f (0x40) IX[B]E
        [35] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [36] -1 0       0x0000a000 - 0x0000a07f (0x80) IX[B](B)
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(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 "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 7300 GT (G73) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.73.22.33.68
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7300 GT at PCI:1:0:0:
(--) NVIDIA(0):     HIQ L52S (CRT-1)
(--) NVIDIA(0): HIQ L52S (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (86, 88); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xc3000000 - 0xc3000fff (0x1000) MX[B]E
        [5] -1  0       0xc3001000 - 0xc3001fff (0x1000) MX[B]E
        [6] -1  0       0xc3002000 - 0xc3002fff (0x1000) MX[B]E
        [7] -1  0       0xc3003000 - 0xc3003fff (0x1000) MX[B]E
        [8] -1  0       0xfeb00000 - 0xfebfffff (0x100000) MX[B]E
        [9] -1  0       0xc3004000 - 0xc3007fff (0x4000) MX[B]E
        [10] -1 0       0xc2000000 - 0xc201ffff (0x20000) MX[B](B)
        [11] -1 0       0xc1000000 - 0xc1ffffff (0x1000000) MX[B](B)
        [12] -1 0       0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
        [13] -1 0       0xc0000000 - 0xc0ffffff (0x1000000) MX[B](B)
        [14] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [15] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [16] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [20] -1 0       0x0000c400 - 0x0000c4ff (0x100) IX[B]E
        [21] -1 0       0x00000b60 - 0x00000b6f (0x10) IX[B]E
        [22] -1 0       0x00000960 - 0x0000096f (0x10) IX[B]E
        [23] -1 0       0x00000be0 - 0x00000bef (0x10) IX[B]E
        [24] -1 0       0x000009e0 - 0x000009ef (0x10) IX[B]E
        [25] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
        [26] -1 0       0x00000b70 - 0x00000b7f (0x10) IX[B]E
        [27] -1 0       0x00000970 - 0x0000097f (0x10) IX[B]E
        [28] -1 0       0x00000bf0 - 0x00000bff (0x10) IX[B]E
        [29] -1 0       0x000009f0 - 0x000009ff (0x10) IX[B]E
        [30] -1 0       0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [31] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [32] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]E
        [33] -1 0       0x00004c40 - 0x00004c7f (0x40) IX[B]E
        [34] -1 0       0x00004c00 - 0x00004c3f (0x40) IX[B]E
        [35] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]E
        [36] -1 0       0x0000a000 - 0x0000a07f (0x80) IX[B](B)
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "1024x768"
(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) Setting vga for screen 0.
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(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
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(END)   





Jenya% kldstat
Id Refs Address    Size     Name
 1   12 0xc0400000 7b2d2c   kernel
 2    2 0xc0bb3000 1eed0    linux.ko
 3    1 0xc0bd2000 6974     snd_ich.ko
 4    2 0xc0bd9000 239a8    sound.ko
 5    1 0xc0bfd000 80e924   nvidia.ko
 6    1 0xc140c000 5c304    acpi.ko





Jenya% glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
    GLX_ARB_fbconfig_float
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap,
    GLX_EXT_framebuffer_sRGB
GLX version: 1.3
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
    GLX_ARB_fbconfig_float, GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 7300 GT/PCI/SSE2/3DNOW!
OpenGL version string: 2.1.2 NVIDIA 169.07
OpenGL extensions:
    GL_ARB_color_buffer_float, GL_ARB_depth_texture, GL_ARB_draw_buffers,
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
    GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging,
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_shadow, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_texture_float,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_object, GL_EXT_gpu_program_parameters,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
    GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_timer_query,
    GL_EXT_vertex_array, GL_IBM_rasterpos_clip,
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square,
    GL_NV_copy_depth_to_color, GL_NV_depth_clamp, GL_NV_fence,
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
    GL_NV_fragment_program_option, GL_NV_fragment_program2,
    GL_NV_framebuffer_multisample_coverage, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_filter_hint,
    GL_NV_occlusion_query, GL_NV_packed_depth_stencil, GL_NV_pixel_data_range,
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners,
    GL_NV_register_combiners2, GL_NV_texgen_reflection,
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
    GL_NV_texture_expand_normal, GL_NV_texture_rectangle,
    GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3,
    GL_NV_vertex_array_range, GL_NV_vertex_array_range2, GL_NV_vertex_program,
    GL_NV_vertex_program1_1, GL_NV_vertex_program2,
    GL_NV_vertex_program2_option, GL_NV_vertex_program3,
    GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,
    GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SUN_slice_accum

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x21 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x28 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x30 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x31 24 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x32 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x33 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x34 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x35 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x36 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x37 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x38 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x39 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x3a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x3b 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x3c 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x3d 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x3e 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x3f 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x40 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x41 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x42 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x43 24 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x44 24 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x45 24 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x46 24 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x47 24 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x48 24 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x49 24 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x4a 24 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x4c 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x4d 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x4e 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x4f 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x50 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x51 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x52 24 dc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x54 24 dc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x55 24 dc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x56 24 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x57 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x58 24 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x59 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x5a 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x5b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x5c 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x5d 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x5e 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x5f 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x60 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x61 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x62 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x63 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x64 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x65 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x66 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x67 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x68 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x69 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x6a 24 dc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x6b 24 dc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x6c 24 dc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x6d 24 dc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x6e 24 dc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x6f 24 dc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x70 24 dc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x71 24 dc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x23 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x72 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x73 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x74 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x75 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x76 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x77 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x78 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x79 32 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x7a 32 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x7b 32 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x7c 32 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x7d 32 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x7e 32 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x7f 32 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x80 32 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x81 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x82 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x83 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x84 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x85 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x86 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x87 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x88 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x89 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x8a 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x8b 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x8c 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x8d 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x8e 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x8f 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x90 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x91 32 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x92 32 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x93 32 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x94 32 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x95 32 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x96 32 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon
0x97 32 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 Ncon
0x98 32 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 Ncon


Jenya% glxgears
43914 frames in 5.0 seconds = 8782.756 FPS
44117 frames in 5.0 seconds = 8823.360 FPS
43996 frames in 5.0 seconds = 8799.118 FPS
X connection to :0.0 broken (explicit kill or server shutdown)


 

Member
Статус: Не в сети
Регистрация: 12.07.2006
Откуда: Улан-Удэ
Вроде явных косяков нет. С какими оциями собирал драйвер нвидии?
Попробуй поставить последнюю версию - FreeBSD Display Driver x86 173.08, можно вручную, а можно модифицировать порт и поставить из портов (я так и сделал - надо поправить Makefile, в папке files один патч прибить, остальные поправить).
Да и еще сделай так - ldd /путь_до проги/имя_проги, получишь список библиотек неоходимых для работы программы, внимательно его изучи, может у тебя просто не установлен пакет с нужной библиотекой.
Могу проверить твои шахмыты на своей тачке, давай название проги и ссылку на нее, или если ставил из портов то какой порт.


 

Junior
Статус: Не в сети
Регистрация: 28.11.2005
Откуда: Красноярск
Драйвер просто распаковал, и "make install" без всяких опций. FreeBSD Display Driver x86 173.08 уже пробовал так ставить, не получилось :(
Jenya# make install
===> src (install)
cc -O2 -fno-strict-aliasing -pipe -DNV_VERSION_STRING=\"173.08\" -D__KERNEL__ -DNVRM -UDEBUG -U_DEBUG -DNDEBUG -O -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I/src -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c nvidia_ctl.c
In file included from nvidia_ctl.c:14:
./nv-freebsd.h:276: warning: static declaration of 'pmap_change_attr' follows non-static declaration
./machine/pmap.h:362: warning: previous declaration of 'pmap_change_attr' was here
./nv-freebsd.h:292: warning: static declaration of 'pmap_mapdev_attr' follows non-static declaration
./machine/pmap.h:370: warning: previous declaration of 'pmap_mapdev_attr' was here
*** Error code 1

Stop in /tmp/NVIDIA-FreeBSD-x86-173.08/src.
*** Error code 1

Stop in /tmp/NVIDIA-FreeBSD-x86-173.08.

Если не трудно, можно с этого места поподробнее? Что куда прибить и т.д. Я новичок :)

Шахматы из сандартных игр
Jenya% /usr/local/bin/glchess
This is glChess 2.20.1
Loading AI configuration from /usr/local/share/glchess/ai.xml
Detected AI: GNU Chess at /usr/local/bin/gnome-gnuchess


Jenya# ldd /usr/local/bin/gnome-gnuchess
/usr/local/bin/gnome-gnuchess:
libpthread.so.2 => /lib/libpthread.so.2 (0x280a1000)
libc.so.6 => /lib/libc.so.6 (0x280c6000)


 

Member
Статус: Не в сети
Регистрация: 12.07.2006
Откуда: Улан-Удэ
glchess написан на Python'e и похоже не работает с новыми Python'ами. Если у тебя Python 2.5 попробуй откатиться на 2.4 или на 2.3, еще надо поставить пакет x11-toolkits/py-gtkglext который не ставится вместе с гномом.


 

Junior
Статус: Не в сети
Регистрация: 23.02.2008
Привет всем! Очень нужна помощь.
Решил установить Самбу....
Сначала всё шло как по маслу.... фря стянула с фтпшника сначала сам архив (16 Мб), затем стянуло что-то связанное с языками (9хх кб), а потом начала тянуть какой-то help2man... и вот на этом всё и умерло...
т.е. ошибку выкинуло...
Решил сделать деинсталл, затем снова запустил мэйк.... и чего-то на дисплее происходит.. самые последнии записи (в них ошибки)
your make file has been rebuilt
Please return the make command
False
***Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext/work/gettext-1.05.
***Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext.
***Error code 1
Stop in /usr/ports/misc/help2man
***Error code 1
Stop in /usr/ports/devel/autoconf259
***Error code 1
Stop in /usr/ports/net/samba3.


Чего мне теперь посоветуете сделать, чтоб установить Самбу?...

Спасибо. :)
Добавлено спустя 11 минут, 12 секунд
Вот что в конфиге выбирал:

¦ ¦ [X] LDAP With LDAP support ¦ ¦
¦ ¦ [ ] ADS With Active Directory support ¦ ¦
¦ ¦ [X] CUPS With CUPS printing support ¦ ¦
¦ ¦ [X] WINBIND With WinBIND support ¦ ¦
¦ ¦ [ ] ACL_SUPPORT With ACL support ¦ ¦
¦ ¦ [ ] AIO_SUPPORT With experimental AIO support ¦ ¦
¦ ¦ [ ] SYSLOG With Syslog support ¦ ¦
¦ ¦ [X] QUOTAS With Quota support ¦ ¦
¦ ¦ [X] UTMP With UTMP support ¦ ¦
¦ ¦ [ ] MSDFS With MSDFS support ¦ ¦
¦ ¦ [ ] SAM_XML With XML smbpasswd backend ¦ ¦
¦ ¦ [ ] SAM_MYSQL With MYSQL smbpasswd backend ¦ ¦
¦ ¦ [ ] SAM_PGSQL With PostgreSQL smbpasswd backend ¦ ¦
¦ ¦ [ ] SAM_OLD_LDAP With Samba2.x LDAP legacy smbpasswd backend ¦ ¦
¦ ¦ [ ] SMBSH With SMBSH wrapper for UNIX commands ¦ ¦
¦ ¦ [ ] PAM_SMBPASS With SMB PAM module ¦ ¦
¦ ¦ [ ] EXP_MODULES With experimental module(s) ¦ ¦
¦ ¦ [X] POPT With system-wide POPT library ¦ ¦

_________________
Запрещено запрещать!
ASUS P5Q-E, E4500, ASUS HD4850


 

Member
Статус: Не в сети
Регистрация: 12.07.2006
Откуда: Улан-Удэ
Rednax
попробуй сделать так:

pkg_add -r autoconf259
pkg_add -r help2man
pkg_add -r p5-Locale-gettext
cd /usr/ports/net/samba3 && make clean && make install clean


но лучше обнови порты, затем установленный софт, а затем попробуй поставить самбу по новой.


 

Junior
Статус: Не в сети
Регистрация: 23.02.2008
ZOleg
Подозреваю, что трабла с мозгами, т.к. при следующем запуске "Кэнт лоад кернел"....
Буду всё переустанавливать.

_________________
Запрещено запрещать!
ASUS P5Q-E, E4500, ASUS HD4850


 

Member
Статус: Не в сети
Регистрация: 12.07.2006
Откуда: Улан-Удэ
Rednax
Похоже это проблема несовместимости твоего железа с 7-й фряхой - я в начале года тоже пытался поставить 7-ку предрелизную на Athlon X2 4400/NForce 4хх; поставиттся то она поставилась, но после обновления мира/ядра тачка стала вылетать на самых простых вещах, а иногда и на этапе загрузки. Поставил на это же железо 6.2, потом проапдейтил до STABLE - до сих пор стабильно пашет в качестве инет-сервака/шлюза/прокси.


 

Junior
Статус: Не в сети
Регистрация: 23.02.2008
ZOleg
:) Да вот весь прикол в том, что у мну 6,2 стэйбл. И железо старенькое мать Асусовая на 478м, бортовое интеловое видео.
Переставил ось...
Всё норм пока.... уже как праздники окончаться буду пробовать самбу ставить снова, т.к. хочу сделать машину DC и dhcp, построить на ней шлюз.
По мере лагов (в частности моих:) ) буду отписываться, т.к. моя "база знаний" в паре с гуглом, это не самый наилучший вариант. :)

_________________
Запрещено запрещать!
ASUS P5Q-E, E4500, ASUS HD4850


 

Member
Статус: Не в сети
Регистрация: 24.06.2003
Откуда: Воронеж
ZOleg
Столкнулся с такой же проблемой. Поставил на пробу Фряху 7.0, она через несколько дней упала. Тупо не нашла разделы... переустановил, то же самое. Видимо еще сыроватая.

_________________
Tu Rachna livary menosis...


 

Member
Статус: Не в сети
Регистрация: 23.05.2005
Откуда: Градъ Петровъ
А может быть не то и не так ставили?
Уже месяц стоит 7-ка на интеловском серваке. Пока сервак используется тока для файловой помойки, но нагрузка все равно приличная... Пока тестируем...
явных проблем при обычной файловой помойке на самбе без особых приблуд я пока не заметил.

_________________
Футбол - это жизнь. А жизнь - это игра....


 

Member
Статус: Не в сети
Регистрация: 12.07.2006
Откуда: Улан-Удэ
На интеловском железе (чипсет + проц) у меня тоже траблов с 7-кой не было (бетой, RC, STABLE), стоит на нескольких серваках. Траблы были только в связке Nforce+Athlon.


 

Member
Статус: Не в сети
Регистрация: 24.06.2003
Откуда: Воронеж
Tesla
Траблы я так понял с сата винтом или контроллером. Разделы все на месте, но слетают точки монтирования, почему-то... разбираюсь с этим

_________________
Tu Rachna livary menosis...


 

Junior
Статус: Не в сети
Регистрация: 23.02.2008
ZOleg
Привет!
Я уж обращаюсь к тебе, т.к. ты первый на мои позывы откликнулся :)
Самбу поставил из сурсов... (при этом отдельно поставил autoconf)....
только вот очень хотел авторизацию настроить через ldap...
из сорсов не получилось сконфигурировать самбу с поддержкой ldap так как не знаю как это делать :)... и сам пакет не скачивал, т.к. не знаю это дополнение к Самбе или вообще отдельный пакет для авторизации (приемлемый например для Сквиды).
я не знаю собсно почти ничего о настройке ldap как таковой....
может лдап этот вообще не нужен и есть более интересный вариант которго Я не знаю?
Идея в том, что мне необходимо добиться того, чтоб когда пользователь домена (домен мастдайный (серв2003) с Ад) пытался пройти авторизацию на фряшной машине, то логин/пароль сверялся с АД а не создавать каждого пользователя во фре...
Как быть?
Буду благодарен, если будет возможным дать наводящие советы по настройке авторизации, полезные линки и прочее ;)
Добавлено спустя 1 час, 55 минут, 20 секунд
BSD писал(а):
Пока сервак используется тока для файловой помойки, но нагрузка все равно приличная... Пока тестируем...явных проблем при обычной файловой помойке на самбе без особых приблуд я пока не заметил.

Прошу прощения,..... есть возможность помочь в моей проблеме, описанной чуть выше?

_________________
Запрещено запрещать!
ASUS P5Q-E, E4500, ASUS HD4850


 

Member
Статус: Не в сети
Регистрация: 12.07.2006
Откуда: Улан-Удэ
Rednax
Rednax писал(а):
Самбу поставил из сурсов... (при этом отдельно поставил autoconf)....
- а вот софт всетаки лучше ставить из портов, предварительно обновив сами порты
По поводу samba+ldap и samba+AD почитай вот эти статьи - http://www.lissyara.su/?id=1011.
Буквально на днях загонял фряшный сервак с самбой в домен, где PDC на Win2008. Делал как описано на сайте самбы - http://us3.samba.org/samba/docs/man/Sam ... tml#adssdm , ессно с поправкой на то что там описано для линуха а мне надо было на фряхе. Несколько советов и мои конфиги:
/etc/krb5.conf
Код:
[logging]
    default = FILE:/var/log/kerberos/krb5libs.log
    kdc = FILE:/var/log/kerberos/krb5kdc.log
    admin_server = FILE:/var/log/kerberos/kadmind.log

[libdefaults]
    default_realm = DOMAIN.LOCAL

[realms]
    DOMAIN.LOCAL = {
     kdc = 192.168.0.1:88
     admin_server = 192.168.0.1:749
     default_domain = domain.local
    }

[domain_realms]
    .kerberos.server = DOMAIN.LOCAL


/etc/nsswitch.conf
Код:
group: files winbind
group_compat: nis
hosts: files dns
networks: files
passwd: files winbind
passwd_compat: nis
shells: files


в /etc/hosts добавь
Код:
192.168.0.1           server-pdc.domain.local domain.local server-pdc
192.168.0.2           server-freebsd.domain.local server-freebsd


/usr/local/etc/smb.conf
Код:
[global]

# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
   workgroup = DOMAIN

# server string is the equivalent of the NT Description field
   server string = FreeBSD Server
   netbios name = Server-FreeBSD

# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the Samba-HOWTO-Collection for details.
   security = ads
   encrypt passwords = yes
   map to guest = Bad User

   lanman auth = no
   ntlm auth = no
   client NTLMv2 auth = Yes

# Use password server option only with security = server
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
   password server = Server-PDC.domain.local

# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
   realm = DOMAIN.LOCAL

   auth methods = winbind
   client signing = Yes
   disable spoolss = Yes

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
   hosts allow = 192.168.0. 127.

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
#  guest account = samba

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 500

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
   interfaces = 192.168.0.2 127.0.0.1
   bind interfaces only = yes

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
   local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
#   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
   domain master = no

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
   preferred master = no

# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
#   domain logons = no

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
#   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#       Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
  wins server = 192.168.0.1

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one  WINS Server on the network. The default is NO.
#  wins proxy = no

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
  dns proxy = no

# Charset settings
  display charset = cp1251
  unix charset = cp1251
  dos charset = cp1251

  ldap ssl = no
  idmap uid = 10000-20000
  idmap gid = 10000-20000
  winbind separator = +

  admin users = zoleg @"BUILTIN+administrators"

#============================ Share Definitions ==============================

[share1]
   path = /var/samba/share1
   browseable = yes
   public = yes
   only guest = no
#   guest ok = yes
   writable = yes
   printable = no
   create mode = 664
   directory mode = 775
#   force user = samba
   force group = @"DOAMIN+пользователи домена"
   read list = zoleg, @"DOAMIN+пользователи домена"
   write list = zoleg, @"DOMAIN+пользователи домена"

[share2]
   path = /var/sanba/share2
   browseable = yes
   public = no
   only guest = no
   writable = yes
   printable = no
   create mode = 664
   directory mode = 775
   delete readonly = yes
   read list = zoleg, @"DOMAIN+пользователи домена"
   write list = zoleg, @"DOMAIN+администраторы домена"


WINS и DNS лучше поднять на PDC
синхронизируем время с PDC - net time set -S 192.168.0.1
получаем билет - kinit admin@DOMAIN.LOCAL , на запрос вводим пароль пользователя admin
присоединяем фряху к домену (перед этим обязятельно коментим в smb.conf строку winbind separator = + и перезапускаем samb'у, после успешного присоединения раскоментировать и опять перезапустить) - net ads join -U admin , на запрос вводим пароль пользователя admin
Если ни на одном из этапов не было ошибок, то фряха присоединилась к домену, если нет проверяем все по новой, гуглим по описанию ошибок и пробуем по новой, и так до полной победы (я собственно так и делал, так как с налета у меня не пошло)
Ессно айпишники и имена домена, серваков и шар даны для примера и заменяются своими.
Удачи!


 

Junior
Статус: Не в сети
Регистрация: 23.02.2008
ZOleg
Приветствую!
Спасибо большое за отклик! Всё сделал как по линке и с твоими советами.... но тем не менее не всё хорошо :(...
когда я посылаю
net time set -S 192.168.0.100
то выдаётся ошибка
--------------------------------------------------------------------------------------
[2008/05/14 20:52:57, 0] param/loadparm.c:map_parameter(2690)
Unknown parameter encountered: "realm"
[2008/05/14 20:52:57, 0] param/loadparm.c:lp_do__parameter(3420)
Ignoring unknown parameter "realm"
Wed May 14 20:52:58 YEKST 2008
/bin/date 200805142052.58 failed. Error was (Unknown Error: 0)
---------------------------------------------------------------------------------------

_________________
Запрещено запрещать!
ASUS P5Q-E, E4500, ASUS HD4850


Последний раз редактировалось Rednax 15.05.2008 19:14, всего редактировалось 1 раз.

 

Member
Статус: Не в сети
Регистрация: 24.06.2003
Откуда: Воронеж
BSD
С седьмой Фряхи все обвинения сняты, дело было в винте. Исправил, все работает. :)

_________________
Tu Rachna livary menosis...


Показать сообщения за:  Поле сортировки  
Начать новую тему Новая тема / Ответить на тему Ответить  Сообщений: 411 • Страница 14 из 21<  1 ... 11  12  13  14  15  16  17 ... 21  >
-

Часовой пояс: UTC + 3 часа


Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 13


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Перейти:  

Лаборатория














Новости

Создано на основе phpBB® Forum Software © phpBB Group
Русская поддержка phpBB | Kolobok smiles © Aiwan