Nie dziala polecenie dpkg-reconfigure xserver-xorg?
Zrobilem jak mowiles, ale dalej to samo, co w pierwszym posciekodzik 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)+ (jeśli to laptop)Kod: Zaznacz cały
aptitude install xserver-xorg-video-intel
3. Wraz z xorgiem w Sidzie instaluje się pakiet console-setup. Powinieneś wykonać polecenie:Kod: Zaznacz cały
aptitude install xserver-xorg-input-synaptics
i wybrać odpowiednią klawiaturęKod: Zaznacz cały
dpkg-reconfigure console-setup
Za całą resztę odpowiedzialny jest evdev i hal. Ja w ogóle nie mam xorg.conf i wszystko działa.
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
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
Wklej cały plik:
Kod: Zaznacz cały
cat /etc/X11/xorg.conf
Dokładnie masz napisane co to za błąd i w której linijce występuje.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
Linijka 111 pliku xorg.conf. Na 99,9% jest tam jakiś zagubiony "enter", lub brakuje właśnie wpisu "EndSection".
iria, 111 linia z tego co przedstawiłem wypada w:
Wydaje mi się, że wkleja wszystko jak leci i posiada: dublujące i wykluczające się wpisy.
Kod: Zaznacz cały
107 SubSection "Display"
108 Viewport 0 0
109 Depth 24
110 Modes "1024x768" "800x600" "640x480"
111 EndSubSection
112 EndSection
Wywalilem wszystko i wkleilem tylko to co podales.fnmirk pisze:Wklej cały plik:Kod: Zaznacz cały
cat /etc/X11/xorg.conf
Kod: Zaznacz cały
# rm /etc/X11/xorg.conf