Dzisiaj zachciało mi się aktualizacji. Wszystko poszło dobrze oprócz xorga i alsy.
Najpierw na xorgu nie chciała działać ani klawiatura ani myszka. Co do klawiatury to pomogło zainstalowanie pakietu xserver-xorg-input-kbd (tylko czego on nie był w zależnościach do xserver-xorg?).
Z myszką już nie poszło tak gładko. Kilkukrotna rekonfiguracja xorga, używanie wcześniejszych kopii, nic nie pomaga. Dodatkowo na początku niezainstalowany był pakiet xserver-xorg-input-mouse (ale go zainstalowałem).
Co do alsy, to na razie schodzi na drugi plan. Na razie trzeba doprowadzić xorga do normalnego użytku

Aktualny xorg:
Kod: Zaznacz cały
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi:unscaled"
FontPath "/usr/share/fonts/X11/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 AP [Radeon 9600]"
Driver "radeon"
BusID "PCI:1:0:0"
# Option "AccelMethod" "EXA"
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "True"
# Option "AGPMode" "8"
# Option "AGPFastWrite" "true"
# Option "DisableGLXRootClipping" "true"
# Option "backingstore" "True"
# Option "MonitorLayout" "LVDS"
# Option "AddARGBGLXVisuals" "true"
# Option "AllowGLXWithComposite" "true"
# Option "EnablePageFlip" "true"
Option "PixmapCacheSize" "200000"
# Option "backingstore" "true"
EndSection
Section "Monitor"
Identifier "Q773"
Option "DPMS"
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1400x1050@60" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
DisplaySize 370 277 # 1400x1050 96dpi
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AP [Radeon 9600]"
Monitor "Q773"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050@60" "1280x1024@60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050@60" "1280x1024@60" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection