Страница 1 из 1

xorg 7.4

Добавлено: 2009-10-12 15:53:13
chinga_
Добрый день.
Есть ноут HP omnibook 510 (P3-1GHz, 320 MB, Video int. i830). Установил FreeBSD 7.2. Обновил мир и ядро, порты. Установил Х-ы 7.4, Кеды и пр. софт. После команды startx загружаются Х-ы, но ни клава, ни мышь не работают. Не помогает и ctrl+alt+backspace. Даю команду X -configure, получаю файл /root/xorg.conf.new и это:

Код: Выделить всё

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/freebsd.UG.local:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.2-RELEASE-p3 i386
Current Operating System: FreeBSD freebsd.UG.local 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Wed Sep 30 12:02:36 EEST 2009     root@freebsd.UG.local:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 05 October 2009  08:06:52AM

        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
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: Mon Oct 12 15:35:55 2009
List of video drivers:
        openchrome
        intel
        vesa
(++) Using config file: "/root/xorg.conf.new"


Xorg detected your mouse at device /dev/sysmouse.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Xorg has configured a multihead system, please check your config.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'

После чего с надеждой набирал X -config /root/xorg.conf.new. В результате

Код: Выделить всё

Fatal server error:
Caught signal 11.  Server aborting

Помогите, пожалуйста, запустить X-ы. К сожалению xorgconfig уже нет, а без него не получается.
Заранее спасибо.


Порт xf86-video-intel-2.7.1 Установлен.

uname -a

Код: Выделить всё

FreeBSD freebsd.UG.local 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Wed Sep 30 12:02:36 EEST 2009     root@freebsd.UG.local:/usr/obj/usr/src/sys/GENERIC  i386
xorg.conf.new:

Код: Выделить всё

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

Section "Files"
        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/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"
        Load  "glx"
        Load  "dri"
        Load  "dri2"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
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"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
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     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82830 CGC [Chipset Graphics Controller]"
        BusID       "PCI:0:2:0"
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     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card1"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82830 CGC [Chipset Graphics Controller]"
        BusID       "PCI:0:2:1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Re: xorg 7.4

Добавлено: 2009-10-12 15:58:53
paradox
После команды startx загружаются Х-ы, но ни клава, ни мышь не работают. Не помогает и ctrl+alt+backspace
все таки мануальчик по xorg почитайте

и да
BusID уберите
и зачем вам две секции ? у вас две видео карты??

Re: xorg 7.4

Добавлено: 2009-10-12 15:59:40
manefesto
собирал с поддержкой hal?

Код: Выделить всё

hald_enable=YES
dbus_enable=YES
polkitd_enable=YES
в /etc/rc.conf присутствует ?

Re: xorg 7.4

Добавлено: 2009-10-12 16:09:50
chinga_
manefesto писал(а):собирал с поддержкой hal?

Код: Выделить всё

hald_enable=YES
dbus_enable=YES
polkitd_enable=YES
в /etc/rc.conf присутствует ?
Заработало!!!

Спасибо за помощь.