Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 12:19:35 +0300
From:      "Oleg Kyryliv" <forall@kinto.com>
To:        <freebsd-questions@freebsd.org>
Subject:   help: XFree86-Server-4.2.0_3
Message-ID:  <006201c23873$690cdb80$8303a8c0@programmers.localnet>

next in thread | raw e-mail | index | archive | help
Help me to configuring XFree86-Server-4.2.0_3 on FreeBSD 4.6-STABLE.
what i doing wrong ?

1.
# pkg_add -r XFree86
2.
# XFree86 -configure
in /root generated a skeleton XFree86 configuration file XF86Config.new
3.
# XFree86 -xf86config XF86Config.new
and i have black screen and yellow led on the monitor.(instead a black and
grey grid and an X mouse cursor)

Ctrl+Alt+Backspace and return in text mode

XF86Config.new :

Section "ServerLayout"
Identifier     "XFree86 Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "extmod"
Load  "glx"
Load  "dri"
Load  "dbe"
Load  "record"
Load  "xtrap"
Load  "pex5"
Load  "xie"
Load  "speedo"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "MouseSystems"
Option     "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
#DisplaySize   280   200 # mm
Identifier   "Monitor0"
VendorName   "PHL"
ModelName    "a15b"
Option     "DPMS"
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     "accel"              # [<bool>]
        #Option     "crt_screen"         # [<bool>]
        #Option     "composite_sync"     # [<bool>]
        #Option     "hw_cursor"          # [<bool>]
        #Option     "linear"             # [<bool>]
        #Option     "mmio_cache"         # [<bool>]
        #Option     "probe_clocks"       # [<bool>]
        #Option     "reference_clock"    # <freq>
        #Option     "shadow_fb"          # [<bool>]
        #Option     "sw_cursor"          # [<bool>]
Identifier  "Card0"
Driver      "ati"
VendorName  "ATI"
BoardName   "Mach64 VT"
ChipSet     "ati"
ChipId      0x5654
ChipRev     0x40
BusID       "PCI:0:20:0"
EndSection

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

--
Oleg Kyryliv



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006201c23873$690cdb80$8303a8c0>