This has probably been discussed many times already, but I just
cannot find any relevant advice on the net.

On 8.0-beta2 i386 with intel 845M chip and xf86-video-intel-2.7.1

when I try to login into xdm login prompt, the login and passwd
are accepted, I get a black screen for a second and then I get
back again to the xdm login prompt.

In /var/log/xdm.log I get

        (EE) XKB: No components provided for device Virtual core keyboard 

I've updated to full x11/xorg port. All my ports are up to date.

My xorg.conf is below.

Please advise

many thanks

#################################################

> cat /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Option  "DontZap" "false"
EndSection

#Section "Module"
#       Load "freetype"
#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/"
        FontPath        "/usr/local/lib/X11/fonts/bitstream-vera/"
        FontPath        "/usr/local/lib/X11/fonts/cyrillic/"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
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>]
        #Option         "AccelMethod" "UXA"
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics 
Device"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth   32
        EndSubSection
EndSection


-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 331 5924
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to