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

Re: solved: Problem mit Xserver



Dirk Finkeldey schrieb:

> Die Lösung war ganz einfach, stand im man xorg.conf :-[
> 
Zumindest in der manpage aus Squeeze finde ich nichts in die Richtung
(AllowEmptyInput ist mir aber grundsaetzlich bekannt).

> Einfach unter /usr/share/Xorg/xorg.conf.d in 10-evdev.conf folgendes 
> hinzu fügen :
> 
> Section "ServerFlags"
>      Option "AllowEmptyInput" "off"
> EndSection
> 
Huh, in /usr/share will man normalerweise nichts veraendern, warum 
nicht in /etc/X11/xorg.conf.d/?
(Ich hab hier ja noch klassisch eine xorg.conf)

Und wie Jan Kohnert schon schrieb, AllowEmptyInput off brauchst Du  
wahrscheinlich nur weil bei Dir Maus/Tastatur noch klassisch und nicht 
ueber evdev konfiguriert sind.
Siehe dazu auch  http://www.wonkity.com/~wblock/docs/html/aei.html

Wenn Du keine speziellen Einstellungen brauchst sollte es auch komplett
ohne xorg.conf klappen. Und wenn doch erstelle Dir eine minimale xorg.conf
mittels X -configure und fuege Deine Einstellungen da hinzu. 
Bzw. eigentlich sollte es eben auch reichen wenn man, auch ohne xorg.conf, 
die speziellen Einstellungen nach /etc/X11/xorg.conf.d/ legt.
Wenn es nur darum geht das der binaere nvidia-Treiber anstatt nouveau 
genutzt wird sollte es wohl reichen wenn man dort eine 20-nvidia.conf mit 
dem Inhalt

Section "Device"
   Identifier "Nvidia card"
   Driver "nvidia"
EndSection

ablegt.

> Das war es.
> 
> So wie ich mehr Zeit habe werde ich die Gesamte Xserver configuration in 
> die 10-evdev.conf verlegen.
>
Dann kannst Du ja gleich eine xorg.conf behalten.

Es klingt ja auch relativ unsinnig z.B.

Section "Monitor"
    Identifier "LVDS"
    DisplaySize 285 215
EndSection

in eine 10-evdev.conf zu packen. 
Koennte aber trotzdem klappen ;)

Und wech,
Manne


Reply to: