Asus P5VD2-MX SE mobo and Xorg

Kurt Buff kurt.buff at gmail.com
Fri Jul 10 19:00:05 UTC 2009


it-kbuff-fbsd# uname -a
FreeBSD it-kbuff-fbsd 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1
14:37:25 UTC 2009
root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

Can't seem to make it go. Complete contents of xorg.conf below, but
symptoms first: I can start X, via 'startx' but the screen hangs -
mouse and keyboard are not responsive. I have to ssh in from another
machine to kill Xorg. I've installed xfce4, and the box is up to date
- I csuped ports yesterday and updated everything.

I've looked at /var/log/Xorg.0.log, but don't see anything that looks
like a real failure. I've even tried launching xorg and xfce4 as root
- no joy.

xorg.conf, at /home/kbuff, seems to show the correct video card, so
any suggestions welcome.

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        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 "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "PrintVGARegs"              # [<bool>]
        #Option     "PrintTVRegs"               # [<bool>]
        #Option     "I2CScan"                   # [<bool>]
        #Option     "VBEModes"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "ExaNoComposite"            # [<bool>]
        #Option     "ExaScratchSize"            # <i>
        #Option     "SWCursor"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoRAM"                  # <i>
        #Option     "ActiveDevice"              # [<str>]
        #Option     "BusWidth"                  # [<str>]
        #Option     "Center"                    # [<bool>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "ForcePanel"                # [<bool>]
        #Option     "TVDotCrawl"                # [<bool>]
        #Option     "TVDeflicker"               # <i>
        #Option     "TVType"                    # [<str>]
        #Option     "TVOutput"                  # [<str>]
        #Option     "DisableVQ"                 # [<bool>]
        #Option     "DisableIRQ"                # [<bool>]
        #Option     "EnableAGPDMA"              # [<bool>]
        #Option     "NoAGPFor2D"                # [<bool>]
        #Option     "NoXVDMA"                   # [<bool>]
        #Option     "VbeSaveRestore"            # [<bool>]
        #Option     "DisableXvBWCheck"          # [<bool>]
        #Option     "MaxDRIMem"                 # <i>
        #Option     "AGPMem"                    # <i>
        Identifier  "Card0"
        Driver      "openchrome"
        VendorName  "VIA Technologies, Inc."
        BoardName   "P4M890 [S3 UniChrome Pro]"
        BusID       "PCI:1:0:0"
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


More information about the freebsd-questions mailing list