[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hilfe bei XServer config gesucht



Jason Friedrich wrote:

>> On 28/12/02 the great oracle Mario Duve told me:

>> Ich glaube nicht, dass allzuviele HNO-Ärzte auf der Liste mitlesen, die
>> dir das alles aus der Nase ziehen ;-)
>>
>> Sorry, wenn Euch die Fragen zu blöd vorkommen, wusste nicht das es hier abgeht
>> wie in anderen Distri Mailinglisten.
>>
>> Aber das hat man nun davon, wenn man von einer andreren Distri auf das bessere
>> Debian-woody wechseln will.

> Ich weiss nicht wo dein Problem ist! einige hier haben dich nur
> gebeten dein Problem genauer zu beschrieben und vielleicht paar
> Logausgaben zuliefern und mal die XF86Config zu posten.

> Ohne das koennen wir dir nicht helfen. Die genannte Fehlermeldung
> kann sogar kommen wenn du dich in einer Sektion nur vertippt
> hast!

> Kein Grund hier "die Welle" zu machen und hier zum zu maulen.

Sorry, bin nur ein wenig verzweifelt.

Ich denke mal Problem macht hier die Grafikkarte? Es ist eine NVIDIA Riva128.
System Debian3.0 woody. Vorgegangen bin ich nach dem Debian GNU/Linux Anwenderhandbuch,
Kapitel 5. X11 Installation von XFree86 4.x
Ansonsten Konfiguration über dpkg-reconfigure xserver-xfree86.

Hier meine /etc/X11/XF86Config-4

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"
        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"      "pc104"
        Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
EndSection

Section "Device"
        Identifier      "RIVA128"
        Driver          "nv"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Monitor"
        HorizSync       30-70
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "RIVA128"
        Monitor         "Monitor"
        DefaultDepth    24
        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

Gruss, Mario





Reply to: