ich plane eine allgemein zugaengliche Sammlung von XF86Config - Dateien.
Dies soll als einfache Referenz dazu dienen, bei nicht unterstuetzten Betriebsystemen eine einfachere XServer Installation zu ermoeglichen.
Dabei interessieren mich vor allem exotischere Linuxe oder BSDs oder was es sonst noch gibt.
Daher moechte ich euch bitten, postet eure XF86Config - files hier und schreibt bitte dabei, auf welchen VMware-versionen und welchen Hosts diese laufen.
Veroeffentlichen werde ich das unter
http://vmware.dualboot.de/modules.php?n ... forum&f=23
Diese Seite habe ich gestern angefangen - es gibt also noch nicht allzu viel zu sehen.
Wenn ihr mir vielleicht auch noch ein oder zwei Screenshots dabei legen wuerdet - waere das nett. Diese koennt ihr mir an webmaster@dualboot.de mailen.
Also - wenn ihr irgendwelche Exoten am laufen habt - bitte lasst es mich wissen.
Interessant waeren:
uralte Linuxversionen wie Suse 6 und 7
unbekanntere Linuxversionen wie Corel Linux, Gentoo, RedHAT-Advanced-SErver,UnitedLinux, ICE-Pack, PLD usw.
alle NetBSD-Versionen
Darwin ....
Naja eigentlich will ich alle haben und derjenige der als erster eine Suse9 XF86Config schickt, erhaelt auch die Ehre der namentlichen Nennung - ihr werdet auf diese Art einen wahren Heldenruf ergattern
Hier abschliessend noch ein Beispiel wie ich mir das vorstelle.
Wer lieber anonym bleiben will, braucht seinen Namen natuerlich nicht anzugeben.
Danke Continuum
Code: Alles auswählen
# VMware OpenBSD XF86Config
# resoltution 1024x768
# mouse-wheel activated
# this should work on Workstation3 and 4 and GSX 2.5
# this has been tested by Ulli Hankeln on WS3 and WS4 and GSX 2.5.1 on
# Windows and Linuxhosts and OpenBSD 3.3 and 3.4
# you may experience problems on debian-hosts running
# an Xserver with frame buffers
# as reported by Jan Exss - maybe other linuxhosts with
# frame-buffer Xserver are affected too
# if you have no wheel mouse comment the lines about
# buttons and z-axis mapping in
# section INPUT DEVICE
# I hope this works for you as well - if it does not please report
# to webmaster@dualboot.de
# thank you and enjoy Ulli Hankeln
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/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "ServerFlags"
# NoTrapSignals"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
# ServerNumLock
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse0"
EndSection
Section "Monitor"
Identifier "vmware"
VendorName "VMware"
ModelName "Virtual Monitor"
# BandWidth 10000
HorizSync 1-10000
VertRefresh 1-10000
ModeLine "640x480" 100 640 700 800 900 480 500 600 700
ModeLine "800x600" 100 800 900 1000 1100 600 700 800 900
ModeLine "1024x768" 100 1024 1100 1200 1300 768 800 900 1000
# ModeLine "1152x864" 100 1152 1200 1300 1400 864 900 1000 1100
# ModeLine "1152x900" 100 1152 1200 1300 1400 900 1000 1100 1200
# ModeLine "1280x1024" 100 1280 1300 1400 1500 1024 1100 1200 1300
# ModeLine "1376x1032" 100 1376 1400 1500 1600 1032 1100 1200 1300
# ModeLine "1600x1200" 100 1600 1700 1800 1900 1200 1300 1400 1500
# ModeLine "2364x1773" 100 2364 2400 2500 2600 1773 1800 1900 2000
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 "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
Identifier "Card0"
Driver "vmware"
VendorName "VMware"
BoardName "PCI SVGA (FIFO)"
BusID "PCI:0:15:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "vmware"
SubSection "Display"
Depth 1
Modes "1024x768"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubSection
EndSection