В общем проблема следующая:Поставил Debian 5.04 на ноутбук Acer Aspire 6930G.
Видео - Radeon mobility HD 4650.
Использовать Fglrx не захотел, хотя он работал в системе с нуля. Решил использовать опенсорсный драйвер Radeon, но не тут-то было. Версия из дистрибутива не поднимает карты 4ххх серии. Подключил тестовую ветку и бэкпортс и обновил ядро, radeon и иксы почти полностью. Чего-то куча зависимостей натянулась, ну всё вроде бы работает, за исключением одного:
При загрузке стартует gdm - всё хорошо, разрешение 1366х768. При переключении на tty1 тоже всё отлично в консоли такое же разрешение - 1366х768, стоит только переключиться на tty7 и больше на tty1 не вернуться - сплошное месиво из пикселей.
Не могу понять в чём дело. Кто хорошо разбирается в xorg подскажите пожалуйста.
>uname -r
>2.6.32-bpo.5-686-bigmem
xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/etc/X11/rgb"
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 "extmod"
Load "dbe"
Load "GLcore"
Load "record"
Load "glx"
Load "xtrap"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Ati Radeon mobility HD 4650"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
EndSection