Strona 2 z 4

: 19 sierpnia 2009, 18:59
autor: maly
I obecnie w nowym pliku xorg.conf powtarza Ci się sekcja "InputDevice" , jedna została wygenerowana, drugą dokleiłeś na końcu.

: 19 sierpnia 2009, 22:06
autor: Berial
kodzik pisze:W Sidzie xorg.conf praktycznie w całości opiera się na Evdevie i HAL-u
Według mnie powinieneś zrobić tak:
1. Usunąć wszystko co związane z xorg (z opcją --purge)
2. Zainstalować (TYLKO)

Kod: Zaznacz cały

aptitude install xserver-xorg-video-intel
+ (jeśli to laptop)

Kod: Zaznacz cały

aptitude install xserver-xorg-input-synaptics
3. Wraz z xorgiem w Sidzie instaluje się pakiet console-setup. Powinieneś wykonać polecenie:

Kod: Zaznacz cały

dpkg-reconfigure console-setup
i wybrać odpowiednią klawiaturę

Za całą resztę odpowiedzialny jest evdev i hal. Ja w ogóle nie mam xorg.conf i wszystko działa.
Zrobilem jak mowiles, ale dalej to samo, co w pierwszym poscie

: 20 sierpnia 2009, 02:31
autor: fnmirk
Spróbuj z takimi ustawieniami:

Kod: Zaznacz cały

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option    "AutoAddDevices"    "False"
EndSection 

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "dri2"
    Load  "dbe"
    Load  "extmod"
    Load  "glx"
    Load  "dri"
    Load  "record"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules"      "xorg"
    Option      "XkbModel"      "pc105"
    Option      "XkbLayout"     "pl"
    Option      "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
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     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # [i]
        #Option     "CacheLines"             # [i]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # [i]
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
        Modes "1024x768" "800x600" "640x480" 
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
        Modes "1024x768" "800x600" "640x480" 
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
        Modes "1024x768" "800x600" "640x480" 
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
        Modes "1024x768" "800x600" "640x480" 
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes "1024x768" "800x600" "640x480" 
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes "1024x768" "800x600" "640x480" 
    EndSubSection
EndSection

: 20 sierpnia 2009, 14:51
autor: Berial
Jakis blad w configu, wyrzuta takie cos

Kod: Zaznacz cały

(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 111 of section Screen in file /etc/X11/xorg.conf
	Unexpected EOF. Missing EndSection keyword?
(EE) Problem parsing the config file
(EE) Error parsing the config file

: 20 sierpnia 2009, 19:01
autor: fnmirk
Wklej cały plik:

Kod: Zaznacz cały

cat /etc/X11/xorg.conf

: 20 sierpnia 2009, 20:18
autor: iria
Berial pisze:Jakis blad w configu, wyrzuta takie cos
Kod:

(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 111 of section Screen in file /etc/X11/xorg.conf
    Unexpected EOF. Missing EndSection keyword?
(EE) Problem parsing the config file
(EE) Error parsing the config file
Dokładnie masz napisane co to za błąd i w której linijce występuje.

Linijka 111 pliku xorg.conf. Na 99,9% jest tam jakiś zagubiony "enter", lub brakuje właśnie wpisu "EndSection".

: 20 sierpnia 2009, 21:11
autor: fnmirk
iria, 111 linia z tego co przedstawiłem wypada w:

Kod: Zaznacz cały

107 SubSection "Display"
108       Viewport   0 0
109       Depth     24
110       Modes "1024x768" "800x600" "640x480" 
111     EndSubSection
112 EndSection
Wydaje mi się, że wkleja wszystko jak leci i posiada: dublujące i wykluczające się wpisy.

: 20 sierpnia 2009, 21:19
autor: iria
Masz rację.

Sądzę, że wpisu "EndSubSection" nie powinno być.

Jeszcze lepiej by było, jakby usuną po prostu plik xorg.conf z systemu. Ja go nie mam i wszystko działa bez najmniejszego problemu.

: 20 sierpnia 2009, 21:19
autor: Berial
fnmirk pisze:Wklej cały plik:

Kod: Zaznacz cały

cat /etc/X11/xorg.conf
Wywalilem wszystko i wkleilem tylko to co podales.

: 20 sierpnia 2009, 21:23
autor: iria

Kod: Zaznacz cały

# rm /etc/X11/xorg.conf
Przypuszczam, że to rozwiąże Twój problem.