FreeBSD 4.10 auf VIA EPIA

Painmaker

Member
Hi, habe FreeBSD auf dem EPIA Board von VIA installiert.
Alles läuft, nur der X Server nicht :(
Laut Hersteller ist das ein VIA Castlerocks Chipsatz. Und laut meinen Nachforschungen funktioniert der nur unter XFree86 4.4.0
Leider ist ja bei FreeBSD nur der 4.3.0 dabei.

Kann mir jemand sagen wie ich den am einfachsten updaten kann? :)

Vielen Dank im vorraus. Paini :)
 
ports updaten udn dann xfree4.4 oder xorg aus den ports installieren.

bei weiteren fragen zu den ports freut sich das freebsd-handbuch ihnen weiterhelfen zu dürfen ;)
 
wenn's kein allzugrosser aufwand ist würd ich dir die umstellung auf 5.3 empfehlen. hab via epia m10000 mit 5.3 + xorg (unterstuetzt CR-chipsatz) am laufen.
 
Habe nun 5.3 installiert, ironierweise startet der X Server, hängt sich aber sogleich auf bzw das Bild friert ein ;)
Woran das nun liegen mag :>
 
anbei meine xorg.conf ... (via epia m10000)
probiers mal damit, hoffe es klappt?!

!!! achtung die monitorwerte gelten fuer mein monitor-typ !!!

Section "ServerLayout"
Identifier "X.org 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/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
# FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
# FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"
EndSection

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

## dies gilt nur fuer meinen monitor typ
Section "Monitor"
Identifier "Monitor0"
VendorName "API"
ModelName "Acer 99sl"
Option "DPMS"
HorizSync 30.0-98.0
VertRefresh 50.0-160.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 "A2" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "VideoRAM" # <i>
#Option "ActiveDevice" # [<str>]
#Option "LCDDualEdge" # [<bool>]
#Option "BusWidth" # [<str>]
#Option "Center" # [<bool>]
#Option "PanelSize" # [<str>]
#Option "TVDotCrawl" # [<bool>]
#Option "TVType" # [<str>]
#Option "TVOutput" # [<str>]
#Option "TVVScan" # [<str>]
#Option "TVHScale" # [<str>]
#Option "TVEncoder" # [<str>]
#Option "Refresh" # <i>
#Option "DisableVQ" # [<bool>]
#Option "NoDDCValue" # [<bool>]
#Option "Cap0Deinterlace" # [<str>]
#Option "Cap1Deinterlace" # [<str>]
#Option "Cap0FieldSwap" # [<bool>]
#Option "DRIXINERAMA" # [<bool>]
Identifier "Card0"
Driver "via"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
#Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
 
Zurück
Oben