T23 FreeBSD xorg.conf

enterhaken

New member
Themenstarter
Registriert
20 Okt. 2006
Beiträge
10
Ich habe hier gerade ein Problem mit einem T23, auf dem FreeBSD 6.1 laufen soll.
Ich muss in der xorg.conf die werte VertRefresh und DisplaySize eintragen.
Leider schluckt mir die conf keine werte, so das der bildschirm schwarz bleibt beim test.

Hier evtl. jemand, der mir die min und max - werte fuer das T23 posten?
 
warum verschoben?
Die xorg bezieht sich auf u.a. auf die GraKa, welches Hardware ist.

Meine frage hatte nichts mit Software zu tun :rolleyes:
 
Hey,

habe unter gentoo auf einem T23 folgende xorg.conf laufen:

Code:
raphael@galileo ~ $ cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
        Option      "XkbRules" "xorg"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mouse0"
        Option      "Emulate3Buttons"   "off"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "IBM"
        ModelName    "Thinkpad T23 LCD"
        HorizSync       30-57
        VertRefresh     43-72
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     "NoAccel"                   # [<bool>]
        #Option     "HWCursor"                  # [<bool>]
        #Option     "SWCursor"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "UseBIOS"                   # [<bool>]
        #Option     "LCDClock"                  # <freq>
        #Option     "ShadowStatus"              # [<bool>]
        #Option     "CrtOnly"                   # [<bool>]
        #Option     "TvOn"                      # [<bool>]
        #Option     "PAL"                       # [<bool>]
        #Option     "ForceInit"                 # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "TransparencyKey"           # [<str>]
        #Option     "ForceInit"                 # [<bool>]
        #Option     "DisableXVMC"               # [<bool>]
        #Option     "DisableTile"               # [<bool>]
        #Option     "DisableCOB"                # [<bool>]
        #Option     "BCIforXv"                  # [<bool>]
        #Option     "DVI"                       # [<bool>]
        #Option     "BusType"                   # [<str>]
        #Option     "DmaType"                   # [<str>]
        #Option     "DmaMode"                   # [<str>]
        #Option     "AGPMode"                   # [i]
        #Option     "AGPSize"                   # [i]
        Identifier  "Card0"
        Driver      "savage"
        VendorName  "S3 Inc."
        BoardName   "SuperSavage IX/C SDR"
        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"
        EndSubSection
EndSection

Grüße,
Raphael
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben