Die Foren-SW läuft ohne erkennbare Probleme. Sollte doch etwas nicht funktionieren, bitte gerne hier jederzeit melden und wir kümmern uns zeitnah darum. Danke!

Schickt mir eure XF86Config

Anything goes ;)

Moderatoren: irix, Dayworker

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Schickt mir eure XF86Config

Beitragvon continuum » 14.12.2003, 19:29

Hi
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

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Waer ich doch bloss Egoist geworden

Beitragvon continuum » 16.12.2003, 00:00

Ja super - so hatte ich mir das vorgestellt - nicht draengeln Leute und lasst mal die kleinen nach vorne.

Waer ich doch bloss Egoist geworden - haette mir manche Enttaeuschung erspart.

C.

Member
Beiträge: 4
Registriert: 02.02.2004, 21:29

/etc/X11/XF86Config

Beitragvon mastercpp » 02.02.2004, 21:33

Edit: Uups, du meinst die XF86Config des Guests.

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Beitragvon continuum » 02.02.2004, 21:43

Ja genau
hast du vielleicht ein paar abzugeben - jetzt wo du das Thema schon mal wieder aufgewaermt hast?

Ulli

Member
Beiträge: 4
Registriert: 02.02.2004, 21:29

Beitragvon mastercpp » 09.03.2004, 15:09

Sorry, das es so lange gedauert hat. Ich habe Linux normalerweise nicht als Guest, da ich es ja als Host habe. Außerdem muss ich mir mal abgewöhnen meine Linux-install-disks auszuleihen...

Host: SuSE Linux 9.0 + Kernel 2.6.3
Guest: RedHat Linux 9.B
VMware Workstation 4.0.0 build-4460


Code: Alles auswählen

# VMware SVGA

Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
    EndSubSection
    Load        "type1"
    Load        "freetype"
#    Load       "glx"
EndSection

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

Section "ServerFlags"
#    Option NoTrapSignals
EndSection

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "us"
    Option "XkbCompat"   ""
EndSection

Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping"   "4 5"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
#    Option "ChordMiddle"
EndSection

Section "Monitor"
    Identifier  "vmware"
    VendorName "VMware, Inc"
    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"
    Identifier  "VMware SVGA"
    Driver   "vmware"
           
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "VMware SVGA"
    Monitor     "vmware"

    # Don't specify DefaultColorDepth unless you know what you're
    # doing. It will override the driver's preferences which can
    # cause the X server not to run if the host doesn't support the
    # depth.
   
    Subsection "Display"
        # VGA mode: better left untouched
        Depth       4
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       8
   Modes "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
   Modes "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
   Modes "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
   Modes "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Benutzeravatar
UNSTERBLICH(R.I.P.)
Beiträge: 14759
Registriert: 09.08.2003, 05:41
Wohnort: sauerland
Kontaktdaten:

Beitragvon continuum » 09.03.2004, 16:08

Hi
vielen Dank - du bist der erste der meinen Aufruf ernst nimmt. Suse ist zwar nicht gerade was exotisches - aber man nimmt ja was man kriegen kann.
apropros Installationsdisk: - ist das nicht wieder mal ein guter Grund statt Echt-CDs Isos zu nehmen? - oder gibt es hier irgendwen, der Probleme mit dem Verleih von Isos hat?

Ulli

Member
Beiträge: 4
Registriert: 02.02.2004, 21:29

Beitragvon mastercpp » 09.03.2004, 16:48

Ich hab hier grad beim Durchschauen der alten verstaubten CD-Kästen noch ein "Calendra OpenLinux 2.3" gefunden. Das hab ich gleich mal als Guest installiert. Host und VMware-Version ist gleich geblieben (siehe oben). Calendra Open Linux 2.3 hat den Kernel 2.2.10 und KDE 1.X.

Code: Alles auswählen

# See 'man XF86Config' for info on the format of this file
#
# Generated using the Caldera OpenLinux installer
#
Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection
Section "Keyboard"
    Protocol "Standard"
    XkbRules "xfree86"
    XkbModel "pc104"
    XkbLayout "de"
EndSection
# VMware SVGA


Section "ServerFlags"
#    NoTrapSignals
EndSection


Section "Pointer"
    Protocol "IMPS/2"
    Device "/dev/mouse"
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"
    Identifier "SVGA"
    Chipset "generic"
EndSection

Section "Screen"
    Driver "accel"
    Device "SVGA"
    Monitor "vmware"
    Subsection "Display"
#   Modes "1152x900"
#   Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
#   Modes "640x480"
#   Modes "800x600"
#   Modes "1024x768"
#   Modes "1152x864"
#   Modes "1152x900"
   Modes "1280x1024"
#   Modes "1376x1032"
#   Modes "1600x1200"
#   Modes "2364x1773"
        ViewPort 0 0
    EndSubsection
EndSection


PS:
continuum hat geschrieben:Hi
vielen Dank - du bist der erste der meinen Aufruf ernst nimmt. Suse ist zwar nicht gerade was exotisches - aber man nimmt ja was man kriegen kann.


Der Guest war RedHat und nicht SuSE (SuSE war der Host).

Member
Beiträge: 4
Registriert: 18.01.2004, 23:26
Wohnort: Coburg
Kontaktdaten:

Beitragvon deadeye » 12.05.2004, 00:04

hey,

der thread is zwar schon recht alt, aber trotzdem meine XF86Config-4:

VMWare 4.5.1 build 7568
Host: Fedora Core 1
Guest: Debian Woody (3.0r2)

Gruß
deadeye

Code: Alles auswählen

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
   FontPath   "unix/:7100"         # local font server
   # if the local font server has problems, we can fall back on these
   FontPath   "/usr/lib/X11/fonts/misc"
   FontPath   "/usr/lib/X11/fonts/cyrillic"
   FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/lib/X11/fonts/Type1"
   FontPath   "/usr/lib/X11/fonts/Speedo"
   FontPath   "/usr/lib/X11/fonts/100dpi"
   FontPath   "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
   Load   "GLcore"
   Load   "bitmap"
   Load   "dbe"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
# geht vielleicht auch mit, hat bei mir fehler erzeugt
#   Load   "pex5"
   Load   "record"
   Load   "speedo"
   Load   "type1"
   Load   "vbe"
   Load   "xie"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "keyboard"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xfree86"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "de"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "ImPS/2"
   Option      "Emulate3Buttons"   "true"
   Option      "ZAxisMapping"      "4 5"
EndSection


Section "Device"
   Identifier   "Generic Video Card"
   Driver      "vesa"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   HorizSync   30-60
   VertRefresh   50-75
# wenn das aktiviert ist, stürzt kde beim starten ab,
#also deaktiviert lassen
#   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Generic Video Card"
   Monitor      "Generic Monitor"
   DefaultDepth   16
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
#   InputDevice   "Generic Mouse"
EndSection

Section "DRI"
   Mode   0666
EndSection

### END DEBCONF SECTION

Member
Beiträge: 1
Registriert: 16.03.2013, 17:51

Beitragvon snd303 » 16.03.2013, 18:29

VMware Workstation: 9.0.1 (Windows 7 Enterprise x64 + SP1)
VMware Tools: VMware-tools-linux-8.6.5-621624.iso
System: CentOS 2.1 + Updates

Code: Alles auswählen

### BEGIN DEBCONF SECTION

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

Section "Module"
    Load   "dbe"
    Load   "type1"
    Load   "freetype"
    SubSection "extmod"
        Option   "omit XFree86-DGA"
    EndSubSection
EndSection

Section "ServerFlags"
#    Option   "standby time"      "20"
#    Option   "suspend time"      "30"
#    Option   "off time"      "60"
EndSection

Section "InputDevice"
    Identifier "VMwareKeyboard"
    Driver   "keyboard"
    Option   "CoreKeyboard"
    Option   "AutoRepeat"      "500 5"
    Option   "XkbRules"      "xfree86"
    Option   "XkbModel"      "pc105"
    Option   "XkbLayout"      "de"
EndSection

Section "InputDevice"
    Identifier "VMwareMouse"
    Driver   "mouse"
    Option   "CorePointer"
    Option   "Protocol"      "IMPS/2"
    Option   "Device"      "/dev/psaux"
    Option   "Emulate3Buttons"   "true"
    Option   "ZAxisMapping"      "4 5"
EndSection

Section "Device"
    Identifier "VMware SVGA"
    Driver   "vmware"
EndSection

Section "Monitor"
    Identifier "VMware"
    VendorName   "VMware, Inc"
    HorizSync   1-10000
    VertRefresh   1-10000
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device   "VMware SVGA"
    Monitor   "VMware"
    Subsection "Display"
        Depth      4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort   0 0
    EndSubsection
    Subsection "Display"
        Depth      8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort   0 0
    EndSubsection
    Subsection "Display"
        Depth      15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort   0 0
    EndSubsection
    Subsection "Display"
        Depth      16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort   0 0
    EndSubsection
    Subsection "Display"
        Depth      24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort   0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Default Layout"
    Screen   "Default Screen"
    InputDevice   "VMwareKeyboard"
    InputDevice   "VMwareMouse"
EndSection

### END DEBCONF SECTION


Zurück zu „Allgemeines, Feedback & Smalltalk“

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 19 Gäste