Debian + Gnome 2.29.X

Knoppix

Модераторы: Warderer, Модераторы разделов

SaT31ReG
Сообщения: 33
ОС: Debian

Debian + Gnome 2.29.X

Сообщение SaT31ReG »

Хочу установить debian-504-i386-netinst + Gnome самый последний.
Подскажите пожалуйста какой репозитарий нужно добавить в Debian что бы установить последнюю версию Gnome ?
Вопрос не по теме: Есть ли русская Jabber-конференция посвященная Debian?
Я знаю есть Gnome2-Lite для FreeBSD, есть ли Gnome2-Lite для Debian?
Использовал FreeBSD c Gnome2-Lite и мне в G2-Lite понравилось то что там нету всяких прибамбасов с принтерами и блютузом (они мне ненужны)
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

unstable или testing. В первом обновления чаще и версии посвежее, в остальном различия понятны из названия.

Только перед обновлением не забудь настроить apt на stable по умолчанию. Здесь уже неоднократно поднималась эта тема, так что повторяться не буду.
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

genacid это в /etc/apt/sources.list нужно вписать:

Код: Выделить всё

deb ftp://ftp.debian.org/debian/ testing contrib main non-free
deb ftp://ftp.debian.org/debian/ unstable contrib main non-free

Так???
Можешь дать ссылочку на тему о настройке apt на stable по умолчанию.
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

У меня появилось ещё несколько вопросов:
1) Какой командой устанавливается Xorg?
2) Где находится файл xorg.conf ?
3) Какой консольный редактор лучше использовать?
Спасибо сказали:
Аватара пользователя
aiming
Сообщения: 375
ОС: DEBIAN 6

Re: Debian + Gnome 2.29.X

Сообщение aiming »

SaT31ReG писал(а):
28.03.2010 00:46
У меня появилось ещё несколько вопросов:
1) Какой командой устанавливается Xorg?
2) Где находится файл xorg.conf ?
3) Какой консольный редактор лучше использовать?

1) aptitude install xserver-xorg
2) nano /etc/X11/xorg.conf
3) nano - по умолчанию в системе стоит в 85 случаях из 100

з.ы. кстать если запустишь в консоли aptitude (псевдо-графическая среда установки пакетов) как новичку будет удобнее
и на последок совет - почитай "записки дебианщика" - в гугл вбей - сразу вылезет
никто не запомнит тебя за твои мысли.
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

Подскажите по поводу настройки apt на stable по умолчанию.
Спасибо сказали:
Аватара пользователя
aiming
Сообщения: 375
ОС: DEBIAN 6

Re: Debian + Gnome 2.29.X

Сообщение aiming »

SaT31ReG писал(а):
28.03.2010 01:13
Подскажите по поводу настройки apt на stable по умолчанию.

nano etc/apt/preferences

создастся текстовый файл.
в нем прописать
Package: *
Pin: release a=lenny
Pin-Priority: 200

или если вы в /etc/apt/sources.list пишете stable (вместо lenny)
Package: *
Pin: release a=stable
Pin-Priority: 200
а если вы пишете и stable и lenny в sources.list то обе комбинации
при возникновении еще каких либо вопросов по apt вам туда---> http://www.debian.org/doc/manuals/apt-howto/index.ru.html
никто не запомнит тебя за твои мысли.
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

SaT31ReG писал(а):
28.03.2010 01:13
Подскажите по поводу настройки apt на stable по умолчанию.

Еще можно через apt.conf:

В /etc/apt/ создаешь файл apt.conf со следующим содержимым:

Код: Выделить всё

APT::Default-Release "stable";
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

Появилась проблема:
Я установил debian-504-i386-netinst с репозитарием яндекса и без рабочего окружение предложенного установщиком Debian.
После установки я сделал:
#nano /etc/apt/apt.conf

Код: Выделить всё

apt::default-release "stable";

послу установил:

Код: Выделить всё

#aptitude install xserver-xorg

Код: Выделить всё

#aptitude install gnome-core

потом попытался запустить Gnome:

Код: Выделить всё

$gnome-session

и мне выбило:

Код: Выделить всё

(gnome-session:16174): Gtk-WARNING**: cannot open display:

после этого я авторизовался под рутом и вписал в xorg.conf в раздел device: Driver "vesa".
после чего попробовал опять запустить gnome и мне выбило туже ошибку.

Что нужно сделать что бы исправить ту ошибку?
Спасибо сказали:
Аватара пользователя
Ленивая Бестолочь
Бывший модератор
Сообщения: 2760
ОС: Debian; gentoo

Re: Debian + Gnome 2.29.X

Сообщение Ленивая Бестолочь »

а вам не было бы удобней использовать менеджер входа?
если да - поставте gdm (это я с оглядкой на гном ваш)
Солнце садилось в море, а люди с неоконченным высшим образованием выбегали оттуда, думая, что море закипит.
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

И еще можно выложить сюда /var/log/Xorg.0.log
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

/var/log/Xorg.0.log

Код: Выделить всё

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny2)
Current Operating System: Linux SaT-Debian 2.6.26-2-686 #1 SMP Tue Mar 9 17:35:51 UTC 2010 i686
Build Date: 08 June 2009  09:12:57AM

    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 29 10:15:13 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
    Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
    Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e38c0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,9600 card 1734,113b rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,9602 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1022,9603 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 1022,9604 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 1022,9605 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 1022,9606 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1022,9607 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 1002,4391 card 1734,113b rev 00 class 01,06,01 hdr 00
(II) PCI: 00:12:0: chip 1002,4397 card 1734,113b rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:12:1: chip 1002,4398 card 1734,113b rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:12:2: chip 1002,4396 card 1734,113b rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:13:0: chip 1002,4397 card 1734,113b rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4398 card 1734,113b rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4396 card 1734,113b rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4385 card 1734,113b rev 3a class 0c,05,00 hdr 80
(II) PCI: 00:14:2: chip 1002,4383 card 1734,113b rev 00 class 04,03,00 hdr 00
(II) PCI: 00:14:3: chip 1002,439d card 1734,113b rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4384 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:18:0: chip 1022,1300 card 0000,0000 rev 40 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1301 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1302 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1303 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:4: chip 1022,1304 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:05:0: chip 1002,9612 card 1734,113b rev 00 class 03,00,00 hdr 80
(II) PCI: 01:05:1: chip 1002,960f card 1734,113b rev 00 class 04,03,00 hdr 80
(II) PCI: 02:00:0: chip 1002,95c4 card 1734,113b rev 00 class 03,00,00 hdr 80
(II) PCI: 02:00:1: chip 1002,aa28 card 1734,113b rev 00 class 04,03,00 hdr 80
(II) PCI: 08:00:0: chip 168c,002a card 1a3b,1067 rev 01 class 02,80,00 hdr 00
(II) PCI: 09:00:0: chip 10ec,8168 card 1734,113b rev 02 class 02,00,00 hdr 00
(II) PCI: 0a:00:0: chip 197b,2380 card 1734,113b rev 00 class 0c,00,10 hdr 80
(II) PCI: 0a:00:1: chip 197b,2382 card 1734,113b rev 00 class 08,80,00 hdr 80
(II) PCI: 0a:00:2: chip 197b,2381 card 1734,113b rev 00 class 08,05,01 hdr 80
(II) PCI: 0a:00:3: chip 197b,2383 card 1734,113b rev 00 class 08,80,00 hdr 80
(II) PCI: 0a:00:4: chip 197b,2384 card 1734,113b rev 00 class 08,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,11), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
    [0] -1    0    0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0x9fd00000 - 0x9fefffff (0x200000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 2 I/O range:
    [0] -1    0    0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0x9fb00000 - 0x9fbfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xc0000000 - 0xdfffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:4:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:5:0), (0,8,8), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 8 non-prefetchable memory range:
    [0] -1    0    0xf0200000 - 0xf02fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 9: bridge is at (0:6:0), (0,9,9), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 9 I/O range:
    [0] -1    0    0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 9 non-prefetchable memory range:
    [0] -1    0    0xf0300000 - 0xf03fffff (0x100000) MX[B]
(II) Bus 9 prefetchable memory range:
    [0] -1    0    0xf0600000 - 0xf06fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 10: bridge is at (0:7:0), (0,10,10), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 10 non-prefetchable memory range:
    [0] -1    0    0xf0400000 - 0xf04fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:20:4), (0,11,11), BCTRL: 0x0000 (VGA_EN is cleared)
(--) PCI: (1:5:0) ATI Technologies Inc unknown chipset (0x9612) rev 0, Mem @ 0xa0000000/28, 0x9fdf0000/16, 0x9fe00000/20, I/O @ 0x9000/8
(--) PCI:*(2:0:0) ATI Technologies Inc unknown chipset (0x95c4) rev 0, Mem @ 0xc0000000/29, 0x9fbf0000/16, I/O @ 0xa000/8
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
    [0] -1    0    0xf0402000 - 0xf04020ff (0x100) MX[B]
    [1] -1    0    0xf0401c00 - 0xf0401cff (0x100) MX[B]
    [2] -1    0    0xf0401800 - 0xf04018ff (0x100) MX[B]
    [3] -1    0    0xf0401400 - 0xf04014ff (0x100) MX[B]
    [4] -1    0    0xf0400800 - 0xf040087f (0x80) MX[B]
    [5] -1    0    0xf0400c00 - 0xf0400c7f (0x80) MX[B]
    [6] -1    0    0xf0401000 - 0xf040107f (0x80) MX[B]
    [7] -1    0    0xf0400000 - 0xf04007ff (0x800) MX[B]
    [8] -1    0    0xf0600000 - 0xf060ffff (0x10000) MX[B]
    [9] -1    0    0xf0300000 - 0xf0300fff (0x1000) MX[B]
    [10] -1    0    0xf0200000 - 0xf020ffff (0x10000) MX[B]
    [11] -1    0    0x9fbec000 - 0x9fbeffff (0x4000) MX[B]
    [12] -1    0    0x9fdec000 - 0x9fdeffff (0x4000) MX[B]
    [13] -1    0    0xf0500000 - 0xf0503fff (0x4000) MX[B]
    [14] -1    0    0xf0508400 - 0xf05084ff (0x100) MX[B]
    [15] -1    0    0xf0507000 - 0xf0507fff (0x1000) MX[B]
    [16] -1    0    0xf0506000 - 0xf0506fff (0x1000) MX[B]
    [17] -1    0    0xf0508000 - 0xf05080ff (0x100) MX[B]
    [18] -1    0    0xf0505000 - 0xf0505fff (0x1000) MX[B]
    [19] -1    0    0xf0504000 - 0xf0504fff (0x1000) MX[B]
    [20] -1    0    0xfe9ffc00 - 0xfe9fffff (0x400) MX[B]
    [21] -1    0    0x9fbf0000 - 0x9fbfffff (0x10000) MX[B](B)
    [22] -1    0    0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
    [23] -1    0    0x9fe00000 - 0x9fefffff (0x100000) MX[B](B)
    [24] -1    0    0x9fdf0000 - 0x9fdfffff (0x10000) MX[B](B)
    [25] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
    [26] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [27] -1    0    0x00001090 - 0x0000109f (0x10) IX[B]
    [28] -1    0    0x00001084 - 0x00001087 (0x4) IX[B]
    [29] -1    0    0x00001088 - 0x0000108f (0x8) IX[B]
    [30] -1    0    0x000010a0 - 0x000010a3 (0x4) IX[B]
    [31] -1    0    0x000010a8 - 0x000010af (0x8) IX[B]
    [32] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
    [33] -1    0    0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xf0402000 - 0xf04020ff (0x100) MX[B]
    [1] -1    0    0xf0401c00 - 0xf0401cff (0x100) MX[B]
    [2] -1    0    0xf0401800 - 0xf04018ff (0x100) MX[B]
    [3] -1    0    0xf0401400 - 0xf04014ff (0x100) MX[B]
    [4] -1    0    0xf0400800 - 0xf040087f (0x80) MX[B]
    [5] -1    0    0xf0400c00 - 0xf0400c7f (0x80) MX[B]
    [6] -1    0    0xf0401000 - 0xf040107f (0x80) MX[B]
    [7] -1    0    0xf0400000 - 0xf04007ff (0x800) MX[B]
    [8] -1    0    0xf0600000 - 0xf060ffff (0x10000) MX[B]
    [9] -1    0    0xf0300000 - 0xf0300fff (0x1000) MX[B]
    [10] -1    0    0xf0200000 - 0xf020ffff (0x10000) MX[B]
    [11] -1    0    0x9fbec000 - 0x9fbeffff (0x4000) MX[B]
    [12] -1    0    0x9fdec000 - 0x9fdeffff (0x4000) MX[B]
    [13] -1    0    0xf0500000 - 0xf0503fff (0x4000) MX[B]
    [14] -1    0    0xf0508400 - 0xf05084ff (0x100) MX[B]
    [15] -1    0    0xf0507000 - 0xf0507fff (0x1000) MX[B]
    [16] -1    0    0xf0506000 - 0xf0506fff (0x1000) MX[B]
    [17] -1    0    0xf0508000 - 0xf05080ff (0x100) MX[B]
    [18] -1    0    0xf0505000 - 0xf0505fff (0x1000) MX[B]
    [19] -1    0    0xf0504000 - 0xf0504fff (0x1000) MX[B]
    [20] -1    0    0xfe9ffc00 - 0xfe9fffff (0x400) MX[B]
    [21] -1    0    0x9fbf0000 - 0x9fbfffff (0x10000) MX[B](B)
    [22] -1    0    0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
    [23] -1    0    0x9fe00000 - 0x9fefffff (0x100000) MX[B](B)
    [24] -1    0    0x9fdf0000 - 0x9fdfffff (0x10000) MX[B](B)
    [25] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
    [26] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [27] -1    0    0x00001090 - 0x0000109f (0x10) IX[B]
    [28] -1    0    0x00001084 - 0x00001087 (0x4) IX[B]
    [29] -1    0    0x00001088 - 0x0000108f (0x8) IX[B]
    [30] -1    0    0x000010a0 - 0x000010a3 (0x4) IX[B]
    [31] -1    0    0x000010a8 - 0x000010af (0x8) IX[B]
    [32] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
    [33] -1    0    0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf0402000 - 0xf04020ff (0x100) MX[B]
    [5] -1    0    0xf0401c00 - 0xf0401cff (0x100) MX[B]
    [6] -1    0    0xf0401800 - 0xf04018ff (0x100) MX[B]
    [7] -1    0    0xf0401400 - 0xf04014ff (0x100) MX[B]
    [8] -1    0    0xf0400800 - 0xf040087f (0x80) MX[B]
    [9] -1    0    0xf0400c00 - 0xf0400c7f (0x80) MX[B]
    [10] -1    0    0xf0401000 - 0xf040107f (0x80) MX[B]
    [11] -1    0    0xf0400000 - 0xf04007ff (0x800) MX[B]
    [12] -1    0    0xf0600000 - 0xf060ffff (0x10000) MX[B]
    [13] -1    0    0xf0300000 - 0xf0300fff (0x1000) MX[B]
    [14] -1    0    0xf0200000 - 0xf020ffff (0x10000) MX[B]
    [15] -1    0    0x9fbec000 - 0x9fbeffff (0x4000) MX[B]
    [16] -1    0    0x9fdec000 - 0x9fdeffff (0x4000) MX[B]
    [17] -1    0    0xf0500000 - 0xf0503fff (0x4000) MX[B]
    [18] -1    0    0xf0508400 - 0xf05084ff (0x100) MX[B]
    [19] -1    0    0xf0507000 - 0xf0507fff (0x1000) MX[B]
    [20] -1    0    0xf0506000 - 0xf0506fff (0x1000) MX[B]
    [21] -1    0    0xf0508000 - 0xf05080ff (0x100) MX[B]
    [22] -1    0    0xf0505000 - 0xf0505fff (0x1000) MX[B]
    [23] -1    0    0xf0504000 - 0xf0504fff (0x1000) MX[B]
    [24] -1    0    0xfe9ffc00 - 0xfe9fffff (0x400) MX[B]
    [25] -1    0    0x9fbf0000 - 0x9fbfffff (0x10000) MX[B](B)
    [26] -1    0    0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
    [27] -1    0    0x9fe00000 - 0x9fefffff (0x100000) MX[B](B)
    [28] -1    0    0x9fdf0000 - 0x9fdfffff (0x10000) MX[B](B)
    [29] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
    [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [31] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [32] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [33] -1    0    0x00001090 - 0x0000109f (0x10) IX[B]
    [34] -1    0    0x00001084 - 0x00001087 (0x4) IX[B]
    [35] -1    0    0x00001088 - 0x0000108f (0x8) IX[B]
    [36] -1    0    0x000010a0 - 0x000010a3 (0x4) IX[B]
    [37] -1    0    0x000010a8 - 0x000010af (0x8) IX[B]
    [38] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
    [39] -1    0    0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 02:00:0
(WW) VESA: No matching Device section for instance (BusID PCI:1:5:0) found
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf0402000 - 0xf04020ff (0x100) MX[B]
    [5] -1    0    0xf0401c00 - 0xf0401cff (0x100) MX[B]
    [6] -1    0    0xf0401800 - 0xf04018ff (0x100) MX[B]
    [7] -1    0    0xf0401400 - 0xf04014ff (0x100) MX[B]
    [8] -1    0    0xf0400800 - 0xf040087f (0x80) MX[B]
    [9] -1    0    0xf0400c00 - 0xf0400c7f (0x80) MX[B]
    [10] -1    0    0xf0401000 - 0xf040107f (0x80) MX[B]
    [11] -1    0    0xf0400000 - 0xf04007ff (0x800) MX[B]
    [12] -1    0    0xf0600000 - 0xf060ffff (0x10000) MX[B]
    [13] -1    0    0xf0300000 - 0xf0300fff (0x1000) MX[B]
    [14] -1    0    0xf0200000 - 0xf020ffff (0x10000) MX[B]
    [15] -1    0    0x9fbec000 - 0x9fbeffff (0x4000) MX[B]
    [16] -1    0    0x9fdec000 - 0x9fdeffff (0x4000) MX[B]
    [17] -1    0    0xf0500000 - 0xf0503fff (0x4000) MX[B]
    [18] -1    0    0xf0508400 - 0xf05084ff (0x100) MX[B]
    [19] -1    0    0xf0507000 - 0xf0507fff (0x1000) MX[B]
    [20] -1    0    0xf0506000 - 0xf0506fff (0x1000) MX[B]
    [21] -1    0    0xf0508000 - 0xf05080ff (0x100) MX[B]
    [22] -1    0    0xf0505000 - 0xf0505fff (0x1000) MX[B]
    [23] -1    0    0xf0504000 - 0xf0504fff (0x1000) MX[B]
    [24] -1    0    0xfe9ffc00 - 0xfe9fffff (0x400) MX[B]
    [25] -1    0    0x9fbf0000 - 0x9fbfffff (0x10000) MX[B](B)
    [26] -1    0    0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
    [27] -1    0    0x9fe00000 - 0x9fefffff (0x100000) MX[B](B)
    [28] -1    0    0x9fdf0000 - 0x9fdfffff (0x10000) MX[B](B)
    [29] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
    [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [31] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [32] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [33] -1    0    0x00001090 - 0x0000109f (0x10) IX[B]
    [34] -1    0    0x00001084 - 0x00001087 (0x4) IX[B]
    [35] -1    0    0x00001088 - 0x0000108f (0x8) IX[B]
    [36] -1    0    0x000010a0 - 0x000010a3 (0x4) IX[B]
    [37] -1    0    0x000010a8 - 0x000010af (0x8) IX[B]
    [38] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
    [39] -1    0    0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf0402000 - 0xf04020ff (0x100) MX[B]
    [5] -1    0    0xf0401c00 - 0xf0401cff (0x100) MX[B]
    [6] -1    0    0xf0401800 - 0xf04018ff (0x100) MX[B]
    [7] -1    0    0xf0401400 - 0xf04014ff (0x100) MX[B]
    [8] -1    0    0xf0400800 - 0xf040087f (0x80) MX[B]
    [9] -1    0    0xf0400c00 - 0xf0400c7f (0x80) MX[B]
    [10] -1    0    0xf0401000 - 0xf040107f (0x80) MX[B]
    [11] -1    0    0xf0400000 - 0xf04007ff (0x800) MX[B]
    [12] -1    0    0xf0600000 - 0xf060ffff (0x10000) MX[B]
    [13] -1    0    0xf0300000 - 0xf0300fff (0x1000) MX[B]
    [14] -1    0    0xf0200000 - 0xf020ffff (0x10000) MX[B]
    [15] -1    0    0x9fbec000 - 0x9fbeffff (0x4000) MX[B]
    [16] -1    0    0x9fdec000 - 0x9fdeffff (0x4000) MX[B]
    [17] -1    0    0xf0500000 - 0xf0503fff (0x4000) MX[B]
    [18] -1    0    0xf0508400 - 0xf05084ff (0x100) MX[B]
    [19] -1    0    0xf0507000 - 0xf0507fff (0x1000) MX[B]
    [20] -1    0    0xf0506000 - 0xf0506fff (0x1000) MX[B]
    [21] -1    0    0xf0508000 - 0xf05080ff (0x100) MX[B]
    [22] -1    0    0xf0505000 - 0xf0505fff (0x1000) MX[B]
    [23] -1    0    0xf0504000 - 0xf0504fff (0x1000) MX[B]
    [24] -1    0    0xfe9ffc00 - 0xfe9fffff (0x400) MX[B]
    [25] -1    0    0x9fbf0000 - 0x9fbfffff (0x10000) MX[B](B)
    [26] -1    0    0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
    [27] -1    0    0x9fe00000 - 0x9fefffff (0x100000) MX[B](B)
    [28] -1    0    0x9fdf0000 - 0x9fdfffff (0x10000) MX[B](B)
    [29] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
    [30] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [31] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [32] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [33] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [34] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [35] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [36] -1    0    0x00001090 - 0x0000109f (0x10) IX[B]
    [37] -1    0    0x00001084 - 0x00001087 (0x4) IX[B]
    [38] -1    0    0x00001088 - 0x0000108f (0x8) IX[B]
    [39] -1    0    0x000010a0 - 0x000010a3 (0x4) IX[B]
    [40] -1    0    0x000010a8 - 0x000010af (0x8) IX[B]
    [41] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
    [42] -1    0    0x00009000 - 0x000090ff (0x100) IX[B](B)
    [43] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [44] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI ATOMBIOS
(II) VESA(0): VESA VBE OEM Software Rev: 10.88
(II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: M82
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 16/16
(==) VESA(0): Depth 16, (--) framebuffer bpp 16
(==) VESA(0): RGB weight 565
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) VESA(0): VESA VBE DDC read successfully
(II) VESA(0): Manufacturer: CPT  Model: 1401  Serial#: 0
(II) VESA(0): Year: 2008  Week: 38
(II) VESA(0): EDID Version: 1.3
(II) VESA(0): Digital Display Input
(II) VESA(0): Max H-Image Size [cm]: horiz.: 33  vert.: 21
(II) VESA(0): Gamma: 2.20
(II) VESA(0): No DPMS capabilities specified; RGB/Color Display
(II) VESA(0): First detailed timing is preferred mode
(II) VESA(0): redX: 0.595 redY: 0.343   greenX: 0.317 greenY: 0.559
(II) VESA(0): blueX: 0.156 blueY: 0.132   whiteX: 0.315 whiteY: 0.329
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported additional Video Mode:
(II) VESA(0): clock: 68.9 MHz   Image Size:  331 x 207 mm
(II) VESA(0): h_active: 1280  h_sync: 1312  h_sync_end 1344 h_blank_end 1408 h_border: 0
(II) VESA(0): v_active: 800  v_sync: 801  v_sync_end 804 v_blanking: 816 v_border: 0
(II) VESA(0):  CPT
(II) VESA(0):  CLAA154WB03A
(II) VESA(0): EDID (in hex):
(II) VESA(0):     00ffffffffffff000e14011400000000
(II) VESA(0):     26120103802115780a743d9857518f28
(II) VESA(0):     21505400000001010101010101010101
(II) VESA(0):     010101010101ea1a0080502010302020
(II) VESA(0):     13004bcf100000190000000f00202020
(II) VESA(0):     2020202020206e050f00000000fe0043
(II) VESA(0):     50540a202020202020202020000000fe
(II) VESA(0):     00434c4141313534574230334120004e
(II) VESA(0): EDID vendor "CPT", prod id 5121
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "1280x800"x0.0   68.90  1280 1312 1344 1408  800 801 804 816 -hsync -vsync (48.9 kHz)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 63
    LinNumberOfImagePages: 63
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 101 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 50
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 50
    LinNumberOfImagePages: 50
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 103 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 832
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 31
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 832
    BnkNumberOfImagePages: 31
    LinNumberOfImagePages: 31
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 105 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1024
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 18
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1024
    BnkNumberOfImagePages: 18
    LinNumberOfImagePages: 18
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 107 (1280x1024)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1280
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 11
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 11
    LinNumberOfImagePages: 11
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 111 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 24
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 24
    LinNumberOfImagePages: 24
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 114 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 16
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1600
    BnkNumberOfImagePages: 16
    LinNumberOfImagePages: 16
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 117 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 9
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2048
    BnkNumberOfImagePages: 9
    LinNumberOfImagePages: 9
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 11a (1280x1024)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 5
    LinNumberOfImagePages: 5
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 10e (320x200)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 127
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 127
    LinNumberOfImagePages: 127
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 120 (320x200)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 63
    LinNumberOfImagePages: 63
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 193 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 320
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 127
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 320
    BnkNumberOfImagePages: 127
    LinNumberOfImagePages: 127
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 195 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 84
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 84
    LinNumberOfImagePages: 84
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 196 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 50
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 50
    LinNumberOfImagePages: 50
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1b3 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 512
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 512
    BnkNumberOfImagePages: 63
    LinNumberOfImagePages: 63
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 1b5 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1024
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 35
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1024
    BnkNumberOfImagePages: 35
    LinNumberOfImagePages: 35
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1b6 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2048
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 18
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2048
    BnkNumberOfImagePages: 18
    LinNumberOfImagePages: 18
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1c3 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 63
    LinNumberOfImagePages: 63
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 1c5 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 35
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 35
    LinNumberOfImagePages: 35
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1c6 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 17
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 17
    LinNumberOfImagePages: 17
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 133 (720x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 768
    XResolution: 720
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 50
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 768
    BnkNumberOfImagePages: 50
    LinNumberOfImagePages: 50
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
*Mode: 135 (720x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1472
    XResolution: 720
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 27
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1472
    BnkNumberOfImagePages: 27
    LinNumberOfImagePages: 27
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 136 (720x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2944
    XResolution: 720
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 13
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2944
    BnkNumberOfImagePages: 13
    LinNumberOfImagePages: 13
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 153 (1152x864)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1152
    XResolution: 1152
    YResolution: 864
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 15
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1152
    BnkNumberOfImagePages: 15
    LinNumberOfImagePages: 15
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 155 (1152x864)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2304
    XResolution: 1152
    YResolution: 864
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2304
    BnkNumberOfImagePages: 7
    LinNumberOfImagePages: 7
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 156 (1152x864)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 4608
    XResolution: 1152
    YResolution: 864
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 4608
    BnkNumberOfImagePages: 3
    LinNumberOfImagePages: 3
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 163 (1280x1024)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1280
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 11
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 11
    LinNumberOfImagePages: 11
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 165 (1280x1024)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 5
    LinNumberOfImagePages: 5
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 166 (1280x1024)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 5120
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 5120
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 121 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 12
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 12
    LinNumberOfImagePages: 12
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 122 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 3200
    BnkNumberOfImagePages: 7
    LinNumberOfImagePages: 7
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 123 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 4096
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 4
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 4096
    BnkNumberOfImagePages: 4
    LinNumberOfImagePages: 4
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 124 (1280x1024)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 5120
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 5120
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 143 (1400x1050)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1408
    XResolution: 1400
    YResolution: 1050
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 10
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1408
    BnkNumberOfImagePages: 10
    LinNumberOfImagePages: 10
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 145 (1400x1050)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 2816
    XResolution: 1400
    YResolution: 1050
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 4
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 2816
    BnkNumberOfImagePages: 4
    LinNumberOfImagePages: 4
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 146 (1400x1050)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 5632
    XResolution: 1400
    YResolution: 1050
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 5632
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 173 (1600x1200)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1600
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1600
    BnkNumberOfImagePages: 7
    LinNumberOfImagePages: 7
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 175 (1600x1200)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 3200
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 3200
    BnkNumberOfImagePages: 3
    LinNumberOfImagePages: 3
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 176 (1600x1200)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 6400
    XResolution: 1600
    YResolution: 1200
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 6400
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 183 (1792x1344)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1792
    XResolution: 1792
    YResolution: 1344
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1792
    BnkNumberOfImagePages: 5
    LinNumberOfImagePages: 5
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 185 (1792x1344)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 3584
    XResolution: 1792
    YResolution: 1344
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 3584
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 186 (1792x1344)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 7168
    XResolution: 1792
    YResolution: 1344
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 7168
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1d3 (1856x1392)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1856
    XResolution: 1856
    YResolution: 1392
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1856
    BnkNumberOfImagePages: 5
    LinNumberOfImagePages: 5
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1d5 (1856x1392)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 3712
    XResolution: 1856
    YResolution: 1392
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 3712
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1d6 (1856x1392)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 7424
    XResolution: 1856
    YResolution: 1392
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 7424
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1e3 (1920x1440)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 1920
    XResolution: 1920
    YResolution: 1440
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 4
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 1920
    BnkNumberOfImagePages: 4
    LinNumberOfImagePages: 4
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1e5 (1920x1440)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 3840
    XResolution: 1920
    YResolution: 1440
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 2
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 3840
    BnkNumberOfImagePages: 2
    LinNumberOfImagePages: 2
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000
Mode: 1e6 (1920x1440)
    ModeAttributes: 0xba
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00051eb
    BytesPerScanline: 7680
    XResolution: 1920
    YResolution: 1440
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xc0000000
    LinBytesPerScanLine: 7680
    BnkNumberOfImagePages: 1
    LinNumberOfImagePages: 1
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 400000000

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Configured Monitor: Using hsync value of 48.93 kHz
(II) VESA(0): Configured Monitor: Using vrefresh value of 59.97 Hz
(WW) VESA(0): Unable to estimate virtual size
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(**) VESA(0): *Built-in mode "720x400"
(**) VESA(0): *Built-in mode "640x350"
(**) VESA(0): *Built-in mode "512x384"
(**) VESA(0): *Built-in mode "320x240"
(**) VESA(0): *Built-in mode "320x200"
(**) VESA(0): Display dimensions: (330, 210) mm
(**) VESA(0): DPI set to (78, 92)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules//libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf0402000 - 0xf04020ff (0x100) MX[B]
    [5] -1    0    0xf0401c00 - 0xf0401cff (0x100) MX[B]
    [6] -1    0    0xf0401800 - 0xf04018ff (0x100) MX[B]
    [7] -1    0    0xf0401400 - 0xf04014ff (0x100) MX[B]
    [8] -1    0    0xf0400800 - 0xf040087f (0x80) MX[B]
    [9] -1    0    0xf0400c00 - 0xf0400c7f (0x80) MX[B]
    [10] -1    0    0xf0401000 - 0xf040107f (0x80) MX[B]
    [11] -1    0    0xf0400000 - 0xf04007ff (0x800) MX[B]
    [12] -1    0    0xf0600000 - 0xf060ffff (0x10000) MX[B]
    [13] -1    0    0xf0300000 - 0xf0300fff (0x1000) MX[B]
    [14] -1    0    0xf0200000 - 0xf020ffff (0x10000) MX[B]
    [15] -1    0    0x9fbec000 - 0x9fbeffff (0x4000) MX[B]
    [16] -1    0    0x9fdec000 - 0x9fdeffff (0x4000) MX[B]
    [17] -1    0    0xf0500000 - 0xf0503fff (0x4000) MX[B]
    [18] -1    0    0xf0508400 - 0xf05084ff (0x100) MX[B]
    [19] -1    0    0xf0507000 - 0xf0507fff (0x1000) MX[B]
    [20] -1    0    0xf0506000 - 0xf0506fff (0x1000) MX[B]
    [21] -1    0    0xf0508000 - 0xf05080ff (0x100) MX[B]
    [22] -1    0    0xf0505000 - 0xf0505fff (0x1000) MX[B]
    [23] -1    0    0xf0504000 - 0xf0504fff (0x1000) MX[B]
    [24] -1    0    0xfe9ffc00 - 0xfe9fffff (0x400) MX[B]
    [25] -1    0    0x9fbf0000 - 0x9fbfffff (0x10000) MX[B](B)
    [26] -1    0    0xc0000000 - 0xdfffffff (0x20000000) MX[B](B)
    [27] -1    0    0x9fe00000 - 0x9fefffff (0x100000) MX[B](B)
    [28] -1    0    0x9fdf0000 - 0x9fdfffff (0x10000) MX[B](B)
    [29] -1    0    0xa0000000 - 0xafffffff (0x10000000) MX[B](B)
    [30] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [31] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [32] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [33] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [34] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [35] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [36] -1    0    0x00001090 - 0x0000109f (0x10) IX[B]
    [37] -1    0    0x00001084 - 0x00001087 (0x4) IX[B]
    [38] -1    0    0x00001088 - 0x0000108f (0x8) IX[B]
    [39] -1    0    0x000010a0 - 0x000010a3 (0x4) IX[B]
    [40] -1    0    0x000010a8 - 0x000010af (0x8) IX[B]
    [41] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
    [42] -1    0    0x00009000 - 0x000090ff (0x100) IX[B](B)
    [43] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [44] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI ATOMBIOS
(II) VESA(0): VESA VBE OEM Software Rev: 10.88
(II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: M82
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(==) VESA(0): Write-combining range (0xc0000000,0x1000000)
(II) VESA(0): virtual address = 0xb69e2000,
    physical address = 0xc0000000, size = 16777216
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(II) VESA(0): DPMS enabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us,ru"
(**) Generic Keyboard: XkbLayout: "us,ru"
(**) Option "XkbVariant" ","
(**) Generic Keyboard: XkbVariant: ","
(**) Option "XkbOptions" "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
(**) Generic Keyboard: XkbOptions: "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: PnP ID string: `(%&($&(&$(&$('#('#(("((#('!(' (& (& (% ($ H$H%H#H"H#H$H#H!H!H H H H XXXXXXXXXXXXXXX8 8 8 8 8 8 8"8$8%8%8'8(8)'
(II) Configured Mouse: PnP rev 3.26
(II) Configured Mouse: PnP-detected protocol ID: -2
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: MOUSE)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(--) SynPS/2 Synaptics TouchPad touchpad found

После установки GDM и перезагрузке компа всё заработало.

Подскажите пожалуйста как обновить Debian-5.0.4-i386-Netinst-Stable до Testing во всему уже установленными пакетами?
Содержимое Sources.list

Код: Выделить всё

#
# deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 NETINST Binary-1 20100201-16:45]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 NETINST Binary-1 20100201-16:45]/ lenny main

deb http://mirror.yandex.ru/debian/ lenny main
deb-src http://mirror.yandex.ru/debian/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
deb http://deb.opera.com/opera stable non-free
deb http://qutim.org/debian/lenny lenny main
deb-src http://qutim.org/debian/lenny lenny main
deb http://download.skype.com/linux/repos/debian/ stable non-free

Что нужно изменить, удалить или добавить в Sources.list и какой командой потом обновлять?
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

SaT31ReG писал(а):
29.03.2010 11:33
...
После установки GDM и перезагрузке компа всё заработало.

Ну и хорошо, что заработало. На этом и остановимся.

Подскажите пожалуйста как обновить Debian-5.0.4-i386-Netinst-Stable до Testing во всему уже установленными пакетами?
Содержимое Sources.list

Код: Выделить всё

#
# deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 NETINST Binary-1 20100201-16:45]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 NETINST Binary-1 20100201-16:45]/ lenny main

deb http://mirror.yandex.ru/debian/ lenny main
deb-src http://mirror.yandex.ru/debian/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
deb http://deb.opera.com/opera stable non-free
deb http://qutim.org/debian/lenny lenny main
deb-src http://qutim.org/debian/lenny lenny main
deb http://download.skype.com/linux/repos/debian/ stable non-free

Что нужно изменить, удалить или добавить в Sources.list и какой командой потом обновлять?


а) Добавить строчки

Код: Выделить всё

deb http://mirror.yandex.ru/debian/ testing main
deb-src http://mirror.yandex.ru/debian/ testing main

deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main


б) Настроить apt на testing (либо через apt.conf, либо через preferences, как было описано выше)

в)

Код: Выделить всё

#aptitude update
#aptitude full-upgrade


г) profit! Система теперь testing, обновлять как обычно: aptitude update && aptitude upgrade
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

Хотел ещё спросить по поводу GRUB.
Чем хорош GRUB2?
Щас вроде у меня стоит 0.9
Как настроить GRUB?
У меня щас стоит Winows7 и Debian, Debian запускается автоматом, а мне в ближайшее время нужно будет сделать чтоб автоматом запускался Winows7 (в ближайшее время ухожу в армию и ноутом будет пользоваться жена и ей нужен Winows7).
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

SaT31ReG писал(а):
29.03.2010 12:53
Хотел ещё спросить по поводу GRUB.

Сейчас придут дяди и будут настаивать на создании новой темы...

Чем хорош GRUB2?

Умеет много всякий херни помимо собственно загрузки систем.

Щас вроде у меня стоит 0.9
Как настроить GRUB?
У меня щас стоит Winows7 и Debian, Debian запускается автоматом, а мне в ближайшее время нужно будет сделать чтоб автоматом запускался Winows7 (в ближайшее время ухожу в армию и ноутом будет пользоваться жена и ей нужен Winows7).

Ну как-то так для grub 0.9
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

genacid Я обновился как ты написал.

Код: Выделить всё

#aptitude update
#aptitude full-upgrade

Но мой гном как был 2.22.3 так и остался(((
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

SaT31ReG писал(а):
29.03.2010 13:49
genacid Я обновился как ты написал.

Код: Выделить всё

#aptitude update
#aptitude full-upgrade

Но мой гном как был 2.22.3 так и остался(((

Плохо... Придется выложить:
а) /etc/apt/sources.list
b) /etc/apt/apt.conf или /etc/apt/preferences
c) вывод после aptitude update
d) вывод после aptitude full-upgrade
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

/etc/apt/sources.list

Код: Выделить всё

#
# deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 NETINST Binary-1 20100201-16:45]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 NETINST Binary-1 20100201-16:45]/ lenny main

deb http://mirror.yandex.ru/debian/ testing main
deb-src http://mirror.yandex.ru/debian/ testing main

deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main

deb http://mirror.yandex.ru/debian/ lenny main
deb-src http://mirror.yandex.ru/debian/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
deb http://deb.opera.com/opera stable non-free
deb http://qutim.org/debian/lenny lenny main
deb-src http://qutim.org/debian/lenny lenny main
deb http://download.skype.com/linux/repos/debian/ stable non-free


/etc/apt/apt.conf

Код: Выделить всё

APT::Default-Release "testing";


aptitude update

Код: Выделить всё

SaT-Debian:/home/sat# aptitude update
Запись информации расширенных состояний... Готово
Из кеша: http://mirror.yandex.ru testing Release.gpg
Из кеша: http://mirror.yandex.ru testing/main Translation-ru
Из кеша: http://qutim.org lenny Release.gpg
Игн http://download.skype.com stable Release.gpg
Из кеша: http://mirror.yandex.ru lenny Release.gpg
Из кеша: http://deb.opera.com stable Release.gpg
Игн http://deb.opera.com stable/non-free Translation-ru
Из кеша: http://mirror.yandex.ru lenny/main Translation-ru
Игн http://download.skype.com stable/non-free Translation-ru
Из кеша: http://deb.opera.com stable Release
Из кеша: http://mirror.yandex.ru testing Release
Получить:1 http://volatile.debian.org lenny/volatile Release.gpg [189B]
Игн http://volatile.debian.org lenny/volatile/main Translation-ru
Из кеша: http://security.debian.org testing/updates Release.gpg
Игн http://security.debian.org testing/updates/main Translation-ru
Из кеша: http://security.debian.org lenny/updates Release.gpg
Игн http://download.skype.com stable Release
Игн http://qutim.org lenny/main Translation-ru
Из кеша: http://mirror.yandex.ru lenny Release
Игн http://security.debian.org lenny/updates/main Translation-ru
Получить:2 http://volatile.debian.org lenny/volatile Release [40,7kB]
Из кеша: http://security.debian.org testing/updates Release
Игн http://deb.opera.com stable/non-free Packages/DiffIndex
Игн http://download.skype.com stable/non-free Packages/DiffIndex
Из кеша: http://qutim.org lenny Release
Игн http://deb.opera.com stable/non-free Packages
Из кеша: http://security.debian.org lenny/updates Release
Из кеша: http://download.skype.com stable/non-free Packages
Получить:3 http://mirror.yandex.ru testing/main Packages/DiffIndex [2038B]
Игн http://security.debian.org testing/updates/main Packages/DiffIndex
Игн http://security.debian.org testing/updates/main Sources/DiffIndex
Из кеша: http://deb.opera.com stable/non-free Packages
Игн http://qutim.org lenny/main Packages/DiffIndex
Получить:4 http://mirror.yandex.ru testing/main Sources/DiffIndex [2038B]
Игн http://mirror.yandex.ru lenny/main Packages/DiffIndex
Игн http://mirror.yandex.ru lenny/main Sources/DiffIndex
Игн http://security.debian.org lenny/updates/main Packages/DiffIndex
Игн http://security.debian.org lenny/updates/main Sources/DiffIndex
Из кеша: http://security.debian.org testing/updates/main Packages
Игн http://volatile.debian.org lenny/volatile/main Packages/DiffIndex
Игн http://qutim.org lenny/main Sources/DiffIndex
Из кеша: http://mirror.yandex.ru lenny/main Packages
Из кеша: http://qutim.org lenny/main Packages
Из кеша: http://security.debian.org testing/updates/main Sources
Из кеша: http://security.debian.org lenny/updates/main Packages
Из кеша: http://security.debian.org lenny/updates/main Sources
Игн http://volatile.debian.org lenny/volatile/main Sources/DiffIndex
Из кеша: http://mirror.yandex.ru lenny/main Sources
Из кеша: http://qutim.org lenny/main Sources
Получить:5 http://volatile.debian.org lenny/volatile/main Packages [5470B]
Получить:6 http://volatile.debian.org lenny/volatile/main Sources [2198B]
Получено 52,7kБ в 2s (20,8kБ/с)
Чтение списков пакетов... Готово


aptitude full-upgrade

Код: Выделить всё

  ghostscript{a} ghostscript-cups{a} gnome-power-manager{a}
  gnome-session-bin{a} gnome-session-common{a} gnome-themes-more{a}
  gnupg-curl{a} grub-pc{a} gs-common{a} gsfonts{a}
  gstreamer0.10-plugins-ugly{a} gtk2-engines-smooth{a} gvfs{a}
  gvfs-backends{a} keyboard-configuration{a} liba52-0.7.4{a} libapr1{a}
  libaprutil1{a} libarchive1{a} libasyncns0{a} libatasmart4{a} libaudit0{a}
  libbind9-50{a} libblas3gf{a} libboost-iostreams1.40.0{a}
  libbrasero-media0{a} libbsd0{a} libburn4{a} libc6-i686{a}
  libcamel1.2-14{a} libcanberra-gtk-module{a} libcanberra-gtk0{a}
  libcanberra0{a} libcdio-cdda0{a} libcdio-paranoia0{a} libcdio10{a}
  libck-connector0{a} libcupscgi1{a} libcupsdriver1{a} libcupsimage2{a}
  libcupsmime1{a} libcupsppdc1{a} libcurl3-gnutls{a} libdatrie1{a}
  libdevkit-power-gobject1{a} libdirectfb-1.2-0{a} libdns53{a}
  libdrm-intel1{a} libdrm-radeon1{a} libdvdnav4{a} libdvdread4{a}
  libebackend1.2-0{a} libedataserver1.2-11{a} libeggdbus-1-0{a}
  libevent-1.4-2{a} libfile-copy-recursive-perl{a} libfont-freetype-perl{a}
  libfuse2{a} libgcr0{a} libgdict-1.0-6{a} libgdu0{a} libgeoip1{a}
  libgfortran3{a} libgirepository1.0-0{a} libglib2.0-data{a}
  libgmime-2.4-2{a} libgnome-desktop-2-11{a} libgnomekbd4{a} libgp11-0{a}
  libgpgme11{a} libgphoto2-2{a} libgphoto2-port0{a} libgs8{a}
  libgssapi-krb5-2{a} libgucharmap7{a} libgudev-1.0-0{a} libgutenprint2{a}
  libical0{a} libicu42{a} libid3tag0{a} libijs-0.35{a} libisc50{a}
  libisccc50{a} libisccfg50{a} libisofs6{a} libiw30{a} libjasper1{a}
  libjpeg-progs{a} libjpeg8{a} libk5crypto3{a} libkrb5-3{a}
  libkrb5support0{a} liblapack3gf{a} liblog4cxx10{a} libltdl7{a}
  liblwres50{a} liblzma2{a} libmad0{a} libmetacity-private0{a}
  libmpeg2-4{a} libmysqlclient16{a} libntfs-3g73{a} libntfs10{a}
  libopencore-amrnb0{a} libopencore-amrwb0{a} libopenjpeg2{a}
  libpam-ck-connector{a} libpango-perl{a} libpangomm-1.4-1{a}
  libpaper-utils{a} libpaper1{a} libparted1.8-12{a} libpciaccess0{a}
  libphonon4{a} libpolkit-agent-1-0{a} libpolkit-backend-1-0{a}
  libpolkit-gobject-1-0{a} libpoppler5{a} libproxy0{a} libpth20{a}
  libpulse-mainloop-glib0{a} libpulse0{a} libraw1394-11{a} libreadline6{a}
  libsasl2-modules{a} libsgutils2-2{a} libsidplay1{a} libslab0a{a}
  libslp1{a} libsndfile1{a} libsoup-gnome2.4-1{a} libtag1-vanilla{a}
  libtalloc2{a} libtdb1{a} libtotem-plparser12{a} libtwolame0{a}
  libudev0{a} libunique-1.0-0{a} libupower-glib1{a} libv4l-0{a}
  libwebkit-1.0-2{a} libwebkit-1.0-common{a} libxcb-atom1{a} libxcb-aux0{a}
  libxcb-event1{a} libxklavier15{a} libxvmc1{a} linux-image-2.6.32-3-686{a}
  lockfile-progs{a} lsb-release{a} mtools{a} ntfs-3g{a} ntfsprogs{a}
  openssl{a} os-prober{a} policykit-1{a} policykit-1-gnome{a}
  poppler-utils{a} psfontmgr{a} python-apt{a} python-debian{a}
  python-gconf{a} python-gnomeapplet{a} python-gnomedesktop{a}
  python-gnomekeyring{a} python-numpy{a} python-reportbug{a} python-wnck{a}
  python-xapian{a} python2.6{a} python2.6-minimal{a} rarian-compat{a}
  ssl-cert{a} tsconf{a} ttf-freefont{a} upower{a} xli{a} xscreensaver{a}
  xscreensaver-data{a} xserver-common{a}
Следующие пакеты будут УДАЛЕНЫ:
  bluez-utils{u} cpp-4.3{u} doc-base{u} fam{u} finger{u} gnome-mount{u}
  libbluetooth2{u} libcamel1.2-11{u} libcdio7{u} libcucul0{u} libdatrie0{a}
  libdirectfb-1.0-0{u} libedataserver1.2-9{u} libeel2-2.20{u}
  libeel2-data{u} libfreezethaw-perl{u} libgail-common{u}
  libgnome-desktop-2{u} libgnomecups1.0-1{u} libgnomekbd2{u}
  libgnomekbdui2{u} libgnomeprint2.2-0{u} libgnomeprint2.2-data{u}
  libgnomeprintui2.2-0{u} libgnomeprintui2.2-common{u} libgnomevfs2-bin{u}
  libgtksourceview-common{u} libgtksourceview1.0-0{u} libgucharmap6{u}
  libiw29{u} libmalaga7{u} libmetacity0{a} libmldbm-perl{u} libmozjs1d{u}
  libmysqlclient15off{u} libnautilus-burn4{u} libraw1394-8{u}
  libscrollkeeper0{u} libslab0{a} libsmbios-bin{u} libsmbios2{u}
  libtalloc1{u} libtotem-plparser10{u} libuuid-perl{u} libvolume-id0{u}
  libxcb-xlib0{u} libxklavier12{u} libxtrap6{u} libxxf86misc1{u}
  nautilus-cd-burner{a} python-fpconst{u} python-gnome2-desktop{a}
  python-numeric{u} python-soappy{u} wodim{u} xserver-xorg-video-apm{a}
  xserver-xorg-video-ark{a} xserver-xorg-video-cyrix{a}
  xserver-xorg-video-fbdev{a} xserver-xorg-video-glint{a}
  xserver-xorg-video-imstt{a} xserver-xorg-video-mach64{a}
  xserver-xorg-video-mga{a} xserver-xorg-video-nsc{a}
  xserver-xorg-video-nv{a} xserver-xorg-video-openchrome{a}
  xserver-xorg-video-r128{a} xserver-xorg-video-radeonhd{a}
  xserver-xorg-video-rendition{a} xserver-xorg-video-s3{a}
  xserver-xorg-video-s3virge{a} xserver-xorg-video-siliconmotion{a}
  xserver-xorg-video-sis{a} xserver-xorg-video-tdfx{a}
  xserver-xorg-video-tga{a} xserver-xorg-video-trident{a}
  xserver-xorg-video-v4l{a} xserver-xorg-video-vesa{a}
  xserver-xorg-video-vga{a} xulrunner-1.9{u}
Следующие пакеты будут обновлены:
  acpi acpi-support acpi-support-base acpid adduser alacarte anacron apmd
  app-install-data apt apt-utils aptitude aspell aspell-en at avahi-autoipd
  base-files bash bash-completion bc bind9-host bluetooth bsd-mailx
  bsdmainutils bsdutils busybox capplets-data cdrdao console-common
  console-cyrillic console-data console-setup console-terminus
  console-tools cpio cpp cpufrequtils cron dbus dbus-x11 dc debian-faq
  deborphan defoma deskbar-applet desktop-base desktop-file-utils
  dhcp3-client dhcp3-common dialog dictionaries-common diff dmidecode
  dnsutils doc-debian docbook-xml dvd+rw-tools e2fslibs e2fsprogs ed eject
  eog esound-clients esound-common evolution-data-server
  evolution-data-server-common exim4 exim4-base exim4-config
  exim4-daemon-light file findutils fontconfig ftp gcc-4.3-base gconf2
  gconf2-common gdm gdm-themes gedit gedit-common genisoimage gettext-base
  gksu gnome-about gnome-applets gnome-applets-data gnome-control-center
  gnome-core gnome-desktop-data gnome-doc-utils gnome-icon-theme
  gnome-keyring gnome-media gnome-media-common gnome-menus
  gnome-netstatus-applet gnome-panel gnome-panel-data gnome-session
  gnome-settings-daemon gnome-system-monitor gnome-terminal
  gnome-terminal-data gnome-themes gnome-themes-extras gnome-user-guide
  gnome-utils gnupg gpgv grep groff-base grub grub-common
  gstreamer0.10-alsa gstreamer0.10-plugins-base gstreamer0.10-plugins-good
  gstreamer0.10-x gtk2-engines gtk2-engines-pixbuf gzip hal hal-info
  hddtemp hdparm hibernate hicolor-icon-theme hostname iamerican ibritish
  ifupdown info initramfs-tools installation-report iproute iptables
  iputils-ping irussian iso-codes ispell klibc-utils laptop-detect less
  libaa1 libacl1 libao2 libapm1 libasound2 libaspell15 libatk1.0-0
  libatk1.0-data libattr1 libaudio2 libaudiofile0 libavahi-client3
  libavahi-common-data libavahi-common3 libavahi-glib1 libavc1394-0
  libbeagle1 libbonobo2-0 libbonobo2-common libbonoboui2-0
  libbonoboui2-common libcaca0 libcairo-perl libcairo2 libcairomm-1.0-1
  libcap2 libcdparanoia0 libcomerr2 libconsole libcpufreq0 libcroco3
  libcups2 libcwidget3 libdaemon0 libdb4.5 libdb4.6 libdbus-glib-1-2
  libdevmapper1.02.1 libdirectfb-extra libdmx1 libdrm2 libdv4 libebook1.2-9
  libecal1.2-7 libedata-book1.2-2 libedata-cal1.2-6 libedataserverui1.2-8
  libedit2 libegroupwise1.2-13 libenchant1c2a libept0 libesd0 libexempi3
  libexif12 libexpat1 libfam0 libffi5 libflac8 libfontenc1 libfreetype6
  libfs6 libgail18 libgc1c2 libgconf2-4 libgcrypt11 libgdata-google1.2-1
  libgdata1.2-1 libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx libglade2-0
  libglib-perl libglibmm-2.4-1c2a libglu1-mesa libgmp3c2 libgnome-keyring0
  libgnome-media0 libgnome-menu2 libgnome-window-settings1 libgnome2-0
  libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl
  libgnomecanvas2-0 libgnomecanvas2-common libgnomekbd-common libgnomeui-0
  libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra
  libgnutls26 libgpg-error0 libgpm2 libgsf-1-114 libgsf-1-common
  libgssglue1 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0
  libgtk2-perl libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtkmm-2.4-1c2a
  libgtksourceview2.0-0 libgtksourceview2.0-common libgtkspell0 libgtop2-7
  libgtop2-common libgweather-common libgweather1 libhal-storage1 libhal1
  libhtml-parser-perl libhunspell-1.2-0 libice6 libidl0 libidn11
  libiec61883-0 libjpeg62 libkeyutils1 libklibc liblcms1 libldap-2.4-2
  liblockfile1 liblzo2-2 libmagic1 libmailtools-perl libmpfr1ldbl
  libnautilus-extension1 libncursesw5 libnewt0.52 libnfsidmap2 libnotify1
  libogg0 liboil0.3 liboobs-1-4 liborbit2 libpam-gnome-keyring
  libpam-runtime libpanel-applet2-0 libpango1.0-0 libpango1.0-common
  libpci3 libpcsclite1 libpixman-1-0 libpng12-0 libpopt0 libqt3-mt
  libqt4-dbus libqt4-designer libqt4-network libqt4-qt3support
  libqt4-script libqt4-sql libqt4-sql-mysql libqt4-webkit libqt4-xml
  libqtcore4 libqtgui4 librarian0 libreadline5 librpcsecgss3 librsvg2-2
  librsvg2-common libsasl2-2 libsensors-applet-plugin0 libsensors4
  libsepol1 libshout3 libsigc++-2.0-0c2a libslang2 libsm6 libsmbclient
  libsoup2.4-1 libsplashy1 libss2 libstartup-notification0 libstdc++6
  libsysfs2 libtag1c2a libtasn1-3 libthai-data libthai0 libtheora0 libtiff4
  libtimedate-perl libtrackerclient0 libts-0.0-0 liburi-perl libvoikko1
  libvorbis0a libvorbisenc2 libvorbisfile3 libvte-common libvte9
  libwavpack1 libwbclient0 libwnck-common libwnck22 libwrap0 libwww-perl
  libx11-6 libx11-data libx86-1 libxapian15 libxau6 libxaw7
  libxcb-render-util0 libxcb-render0 libxcb1 libxcomposite1 libxcursor1
  libxdamage1 libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxi6
  libxinerama1 libxkbfile1 libxml-twig-perl libxml-xpath-perl libxml2
  libxml2-utils libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxres1
  libxslt1.1 libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1
  linux-image-2.6-686 lm-sensors login logrotate lsof m4 makedev man-db
  manpages mawk menu menu-xdg metacity metacity-common mime-support mktemp
  mlocate mueller7-dict mutt myspell-en-us mysql-common nano nautilus
  nautilus-data ncurses-base ncurses-term net-tools netbase nfs-common
  notification-daemon nvclock openbsd-inetd openssh-client oss-compat patch
  pciutils pcmciautils pm-utils popularity-contest portmap powermgmt-base
  powertop procmail procps psmisc python python-beagle python-cairo
  python-dbus python-glade2 python-gmenu python-gnome2
  python-gnupginterface python-gobject python-gtk2 python-gtksourceview2
  python-libxml2 python-minimal python-pyorbit python2.5 python2.5-minimal
  qt4-qtconfig radeontool readline-common reportbug rsyslog scrollkeeper
  sensors-applet sgml-data shared-mime-info sudo synaptic
  system-tools-backends sysvinit tar tasksel tasksel-data tcpd toshset
  traceroute ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf udev
  update-inetd usbutils vbetool vim-common vim-tiny w3m wamerican wget
  whiptail whois wireless-tools wpasupplicant x-ttcidfont-conf x11-apps
  x11-common x11-session-utils x11-utils x11-xfs-utils x11-xkb-utils
  x11-xserver-utils xauth xbase-clients xfonts-base xfonts-encodings
  xfonts-utils xinit xkb-data xml-core xserver-xephyr xserver-xorg
  xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
  xserver-xorg-input-kbd xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-wacom
  xserver-xorg-video-chips xserver-xorg-video-cirrus
  xserver-xorg-video-dummy xserver-xorg-video-i128 xserver-xorg-video-i740
  xserver-xorg-video-intel xserver-xorg-video-neomagic
  xserver-xorg-video-radeon xserver-xorg-video-savage
  xserver-xorg-video-sisusb xserver-xorg-video-tseng
  xserver-xorg-video-vmware xserver-xorg-video-voodoo xsltproc yelp zenity
РЕКОМЕНДУЮТСЯ следующие пакеты, но автоматически они установлены НЕ БУДУТ:
  aptitude-doc-cs aptitude-doc-en aptitude-doc-es aptitude-doc-fi
  aptitude-doc-fr aptitude-doc-ja libatm1 libfribidi0
  libparse-debianchangelog-perl openssh-blacklist openssh-blacklist-extra
523 пакетов обновлено, 205 установлено новых, 80 пакетов отмечено для удаления, и 0 пакетов не обновлено.
Необходимо получить 31,2kB/420MB архивов. После распаковки 374MB будет занято.
Следующие пакеты имеют неудовлетворённые зависимости:
  xserver-xorg-video-all: Зависит: xserver-xorg-video-apm но его невозможно установить
                          Зависит: xserver-xorg-video-ark но его невозможно установить
                          Зависит: xserver-xorg-video-fbdev но его невозможно установить
                          Зависит: xserver-xorg-video-mga но его невозможно установить
                          Зависит: xserver-xorg-video-nv но его невозможно установить
                          Зависит: xserver-xorg-video-radeonhd но его невозможно установить
                          Зависит: xserver-xorg-video-rendition но его невозможно установить
                          Зависит: xserver-xorg-video-s3 но его невозможно установить
                          Зависит: xserver-xorg-video-s3virge но его невозможно установить
                          Зависит: xserver-xorg-video-siliconmotion но его невозможно установить
                          Зависит: xserver-xorg-video-sis но его невозможно установить
                          Зависит: xserver-xorg-video-tdfx но его невозможно установить
                          Зависит: xserver-xorg-video-trident но его невозможно установить
                          Зависит: xserver-xorg-video-vesa но его невозможно установить
                          Зависит: xserver-xorg-video-openchrome но его невозможно установить
                          Зависит: xserver-xorg-video-v4l но его невозможно установить
  xserver-xorg-video-ati: Зависит: xserver-xorg-video-r128 но его невозможно установить
                          Зависит: xserver-xorg-video-mach64 но его невозможно установить
Следующие действия разрешат зависимости:

Удалить следующие пакеты:
xserver-xorg-video-all

Обновить следующие пакеты:
xserver-xorg-video-mach64 [6.8.0-1 (stable, now) -> 6.8.2-2 (testing)]
xserver-xorg-video-r128 [6.8.0-1 (stable, now) -> 6.8.1-2 (testing)]

Счёт -99

Принять данное решение? [Y/n/q/?] y
Следующие НОВЫЕ пакеты будут установлены:
  apt-xapian-index{a} bluez{a} bluez-alsa{a} bluez-cups{a}
  bluez-gstreamer{a} brasero{a} brasero-common{a} ca-certificates{a}
  consolekit{a} cpp-4.4{a} cups{a} cups-client{a} cups-common{a}
  cups-driver-gutenprint{a} dash{a} devicekit-disks{a} diffutils{a}
  dosfstools{a} fancontrol{a} firmware-linux-free{a} foomatic-db{a}
  foomatic-db-engine{a} foomatic-filters{a} fuse-utils{a} geoip-database{a}
  ghostscript{a} ghostscript-cups{a} gnome-power-manager{a}
  gnome-session-bin{a} gnome-session-common{a} gnome-themes-more{a}
  gnupg-curl{a} grub-pc{a} gs-common{a} gsfonts{a}
  gstreamer0.10-plugins-ugly{a} gtk2-engines-smooth{a} gvfs{a}
  gvfs-backends{a} keyboard-configuration{a} liba52-0.7.4{a} libapr1{a}
  libaprutil1{a} libarchive1{a} libasyncns0{a} libatasmart4{a} libaudit0{a}
  libbind9-50{a} libblas3gf{a} libboost-iostreams1.40.0{a}
  libbrasero-media0{a} libbsd0{a} libburn4{a} libc6-i686{a}
  libcamel1.2-14{a} libcanberra-gtk-module{a} libcanberra-gtk0{a}
  libcanberra0{a} libcdio-cdda0{a} libcdio-paranoia0{a} libcdio10{a}
  libck-connector0{a} libcupscgi1{a} libcupsdriver1{a} libcupsimage2{a}
  libcupsmime1{a} libcupsppdc1{a} libcurl3-gnutls{a} libdatrie1{a}
  libdevkit-power-gobject1{a} libdirectfb-1.2-0{a} libdns53{a}
  libdrm-intel1{a} libdrm-radeon1{a} libdvdnav4{a} libdvdread4{a}
  libebackend1.2-0{a} libedataserver1.2-11{a} libeggdbus-1-0{a}
  libevent-1.4-2{a} libfile-copy-recursive-perl{a} libfont-freetype-perl{a}
  libfuse2{a} libgcr0{a} libgdict-1.0-6{a} libgdu0{a} libgeoip1{a}
  libgfortran3{a} libgirepository1.0-0{a} libglib2.0-data{a}
  libgmime-2.4-2{a} libgnome-desktop-2-11{a} libgnomekbd4{a} libgp11-0{a}
  libgpgme11{a} libgphoto2-2{a} libgphoto2-port0{a} libgs8{a}
  libgssapi-krb5-2{a} libgucharmap7{a} libgudev-1.0-0{a} libgutenprint2{a}
  libical0{a} libicu42{a} libid3tag0{a} libijs-0.35{a} libisc50{a}
  libisccc50{a} libisccfg50{a} libisofs6{a} libiw30{a} libjasper1{a}
  libjpeg-progs{a} libjpeg8{a} libk5crypto3{a} libkrb5-3{a}
  libkrb5support0{a} liblapack3gf{a} liblog4cxx10{a} libltdl7{a}
  liblwres50{a} liblzma2{a} libmad0{a} libmetacity-private0{a}
  libmpeg2-4{a} libmysqlclient16{a} libntfs-3g73{a} libntfs10{a}
  libopencore-amrnb0{a} libopencore-amrwb0{a} libopenjpeg2{a}
  libpam-ck-connector{a} libpango-perl{a} libpangomm-1.4-1{a}
  libpaper-utils{a} libpaper1{a} libparted1.8-12{a} libpciaccess0{a}
  libphonon4{a} libpolkit-agent-1-0{a} libpolkit-backend-1-0{a}
  libpolkit-gobject-1-0{a} libpoppler5{a} libproxy0{a} libpth20{a}
  libpulse-mainloop-glib0{a} libpulse0{a} libraw1394-11{a} libreadline6{a}
  libsasl2-modules{a} libsgutils2-2{a} libsidplay1{a} libslab0a{a}
  libslp1{a} libsndfile1{a} libsoup-gnome2.4-1{a} libtag1-vanilla{a}
  libtalloc2{a} libtdb1{a} libtotem-plparser12{a} libtwolame0{a}
  libudev0{a} libunique-1.0-0{a} libupower-glib1{a} libv4l-0{a}
  libwebkit-1.0-2{a} libwebkit-1.0-common{a} libxcb-atom1{a} libxcb-aux0{a}
  libxcb-event1{a} libxklavier15{a} libxvmc1{a} linux-image-2.6.32-3-686{a}
  lockfile-progs{a} lsb-release{a} mtools{a} ntfs-3g{a} ntfsprogs{a}
  openssl{a} os-prober{a} policykit-1{a} policykit-1-gnome{a}
  poppler-utils{a} psfontmgr{a} python-apt{a} python-debian{a}
  python-gconf{a} python-gnomeapplet{a} python-gnomedesktop{a}
  python-gnomekeyring{a} python-numpy{a} python-reportbug{a} python-wnck{a}
  python-xapian{a} python2.6{a} python2.6-minimal{a} rarian-compat{a}
  ssl-cert{a} tsconf{a} ttf-freefont{a} upower{a} xli{a} xscreensaver{a}
  xscreensaver-data{a} xserver-common{a}
Следующие пакеты будут УДАЛЕНЫ:
  bluez-utils{u} cpp-4.3{u} doc-base{u} fam{u} finger{u} gnome-mount{u}
  libbluetooth2{u} libcamel1.2-11{u} libcdio7{u} libcucul0{u} libdatrie0{a}
  libdirectfb-1.0-0{u} libedataserver1.2-9{u} libeel2-2.20{u}
  libeel2-data{u} libfreezethaw-perl{u} libgail-common{u}
  libgnome-desktop-2{u} libgnomecups1.0-1{u} libgnomekbd2{u}
  libgnomekbdui2{u} libgnomeprint2.2-0{u} libgnomeprint2.2-data{u}
  libgnomeprintui2.2-0{u} libgnomeprintui2.2-common{u} libgnomevfs2-bin{u}
  libgtksourceview-common{u} libgtksourceview1.0-0{u} libgucharmap6{u}
  libiw29{u} libmalaga7{u} libmetacity0{a} libmldbm-perl{u} libmozjs1d{u}
  libmysqlclient15off{u} libnautilus-burn4{u} libraw1394-8{u}
  libscrollkeeper0{u} libslab0{a} libsmbios-bin{u} libsmbios2{u}
  libtalloc1{u} libtotem-plparser10{u} libuuid-perl{u} libvolume-id0{u}
  libxcb-xlib0{u} libxklavier12{u} libxtrap6{u} libxxf86misc1{u}
  nautilus-cd-burner{a} python-fpconst{u} python-gnome2-desktop{a}
  python-numeric{u} python-soappy{u} wodim{u} xserver-xorg-video-all{a}
  xserver-xorg-video-apm{a} xserver-xorg-video-ark{a}
  xserver-xorg-video-cyrix{a} xserver-xorg-video-fbdev{a}
  xserver-xorg-video-glint{a} xserver-xorg-video-imstt{a}
  xserver-xorg-video-mga{a} xserver-xorg-video-nsc{a}
  xserver-xorg-video-nv{a} xserver-xorg-video-openchrome{a}
  xserver-xorg-video-radeonhd{a} xserver-xorg-video-rendition{a}
  xserver-xorg-video-s3{a} xserver-xorg-video-s3virge{a}
  xserver-xorg-video-siliconmotion{a} xserver-xorg-video-sis{a}
  xserver-xorg-video-tdfx{a} xserver-xorg-video-tga{a}
  xserver-xorg-video-trident{a} xserver-xorg-video-v4l{a}
  xserver-xorg-video-vesa{a} xserver-xorg-video-vga{a} xulrunner-1.9{u}
Следующие пакеты будут обновлены:
  acpi acpi-support acpi-support-base acpid adduser alacarte anacron apmd
  app-install-data apt apt-utils aptitude aspell aspell-en at avahi-autoipd
  base-files bash bash-completion bc bind9-host bluetooth bsd-mailx
  bsdmainutils bsdutils busybox capplets-data cdrdao console-common
  console-cyrillic console-data console-setup console-terminus
  console-tools cpio cpp cpufrequtils cron dbus dbus-x11 dc debian-faq
  deborphan defoma deskbar-applet desktop-base desktop-file-utils
  dhcp3-client dhcp3-common dialog dictionaries-common diff dmidecode
  dnsutils doc-debian docbook-xml dvd+rw-tools e2fslibs e2fsprogs ed eject
  eog esound-clients esound-common evolution-data-server
  evolution-data-server-common exim4 exim4-base exim4-config
  exim4-daemon-light file findutils fontconfig ftp gcc-4.3-base gconf2
  gconf2-common gdm gdm-themes gedit gedit-common genisoimage gettext-base
  gksu gnome-about gnome-applets gnome-applets-data gnome-control-center
  gnome-core gnome-desktop-data gnome-doc-utils gnome-icon-theme
  gnome-keyring gnome-media gnome-media-common gnome-menus
  gnome-netstatus-applet gnome-panel gnome-panel-data gnome-session
  gnome-settings-daemon gnome-system-monitor gnome-terminal
  gnome-terminal-data gnome-themes gnome-themes-extras gnome-user-guide
  gnome-utils gnupg gpgv grep groff-base grub grub-common
  gstreamer0.10-alsa gstreamer0.10-plugins-base gstreamer0.10-plugins-good
  gstreamer0.10-x gtk2-engines gtk2-engines-pixbuf gzip hal hal-info
  hddtemp hdparm hibernate hicolor-icon-theme hostname iamerican ibritish
  ifupdown info initramfs-tools installation-report iproute iptables
  iputils-ping irussian iso-codes ispell klibc-utils laptop-detect less
  libaa1 libacl1 libao2 libapm1 libasound2 libaspell15 libatk1.0-0
  libatk1.0-data libattr1 libaudio2 libaudiofile0 libavahi-client3
  libavahi-common-data libavahi-common3 libavahi-glib1 libavc1394-0
  libbeagle1 libbonobo2-0 libbonobo2-common libbonoboui2-0
  libbonoboui2-common libcaca0 libcairo-perl libcairo2 libcairomm-1.0-1
  libcap2 libcdparanoia0 libcomerr2 libconsole libcpufreq0 libcroco3
  libcups2 libcwidget3 libdaemon0 libdb4.5 libdb4.6 libdbus-glib-1-2
  libdevmapper1.02.1 libdirectfb-extra libdmx1 libdrm2 libdv4 libebook1.2-9
  libecal1.2-7 libedata-book1.2-2 libedata-cal1.2-6 libedataserverui1.2-8
  libedit2 libegroupwise1.2-13 libenchant1c2a libept0 libesd0 libexempi3
  libexif12 libexpat1 libfam0 libffi5 libflac8 libfontenc1 libfreetype6
  libfs6 libgail18 libgc1c2 libgconf2-4 libgcrypt11 libgdata-google1.2-1
  libgdata1.2-1 libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx libglade2-0
  libglib-perl libglibmm-2.4-1c2a libglu1-mesa libgmp3c2 libgnome-keyring0
  libgnome-media0 libgnome-menu2 libgnome-window-settings1 libgnome2-0
  libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl
  libgnomecanvas2-0 libgnomecanvas2-common libgnomekbd-common libgnomeui-0
  libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra
  libgnutls26 libgpg-error0 libgpm2 libgsf-1-114 libgsf-1-common
  libgssglue1 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0
  libgtk2-perl libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtkmm-2.4-1c2a
  libgtksourceview2.0-0 libgtksourceview2.0-common libgtkspell0 libgtop2-7
  libgtop2-common libgweather-common libgweather1 libhal-storage1 libhal1
  libhtml-parser-perl libhunspell-1.2-0 libice6 libidl0 libidn11
  libiec61883-0 libjpeg62 libkeyutils1 libklibc liblcms1 libldap-2.4-2
  liblockfile1 liblzo2-2 libmagic1 libmailtools-perl libmpfr1ldbl
  libnautilus-extension1 libncursesw5 libnewt0.52 libnfsidmap2 libnotify1
  libogg0 liboil0.3 liboobs-1-4 liborbit2 libpam-gnome-keyring
  libpam-runtime libpanel-applet2-0 libpango1.0-0 libpango1.0-common
  libpci3 libpcsclite1 libpixman-1-0 libpng12-0 libpopt0 libqt3-mt
  libqt4-dbus libqt4-designer libqt4-network libqt4-qt3support
  libqt4-script libqt4-sql libqt4-sql-mysql libqt4-webkit libqt4-xml
  libqtcore4 libqtgui4 librarian0 libreadline5 librpcsecgss3 librsvg2-2
  librsvg2-common libsasl2-2 libsensors-applet-plugin0 libsensors4
  libsepol1 libshout3 libsigc++-2.0-0c2a libslang2 libsm6 libsmbclient
  libsoup2.4-1 libsplashy1 libss2 libstartup-notification0 libstdc++6
  libsysfs2 libtag1c2a libtasn1-3 libthai-data libthai0 libtheora0 libtiff4
  libtimedate-perl libtrackerclient0 libts-0.0-0 liburi-perl libvoikko1
  libvorbis0a libvorbisenc2 libvorbisfile3 libvte-common libvte9
  libwavpack1 libwbclient0 libwnck-common libwnck22 libwrap0 libwww-perl
  libx11-6 libx11-data libx86-1 libxapian15 libxau6 libxaw7
  libxcb-render-util0 libxcb-render0 libxcb1 libxcomposite1 libxcursor1
  libxdamage1 libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxi6
  libxinerama1 libxkbfile1 libxml-twig-perl libxml-xpath-perl libxml2
  libxml2-utils libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxres1
  libxslt1.1 libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1
  linux-image-2.6-686 lm-sensors login logrotate lsof m4 makedev man-db
  manpages mawk menu menu-xdg metacity metacity-common mime-support mktemp
  mlocate mueller7-dict mutt myspell-en-us mysql-common nano nautilus
  nautilus-data ncurses-base ncurses-term net-tools netbase nfs-common
  notification-daemon nvclock openbsd-inetd openssh-client oss-compat patch
  pciutils pcmciautils pm-utils popularity-contest portmap powermgmt-base
  powertop procmail procps psmisc python python-beagle python-cairo
  python-dbus python-glade2 python-gmenu python-gnome2
  python-gnupginterface python-gobject python-gtk2 python-gtksourceview2
  python-libxml2 python-minimal python-pyorbit python2.5 python2.5-minimal
  qt4-qtconfig radeontool readline-common reportbug rsyslog scrollkeeper
  sensors-applet sgml-data shared-mime-info sudo synaptic
  system-tools-backends sysvinit tar tasksel tasksel-data tcpd toshset
  traceroute ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf udev
  update-inetd usbutils vbetool vim-common vim-tiny w3m wamerican wget
  whiptail whois wireless-tools wpasupplicant x-ttcidfont-conf x11-apps
  x11-common x11-session-utils x11-utils x11-xfs-utils x11-xkb-utils
  x11-xserver-utils xauth xbase-clients xfonts-base xfonts-encodings
  xfonts-utils xinit xkb-data xml-core xserver-xephyr xserver-xorg
  xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
  xserver-xorg-input-kbd xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-wacom
  xserver-xorg-video-ati xserver-xorg-video-chips xserver-xorg-video-cirrus
  xserver-xorg-video-dummy xserver-xorg-video-i128 xserver-xorg-video-i740
  xserver-xorg-video-intel xserver-xorg-video-mach64
  xserver-xorg-video-neomagic xserver-xorg-video-r128
  xserver-xorg-video-radeon xserver-xorg-video-savage
  xserver-xorg-video-sisusb xserver-xorg-video-tseng
  xserver-xorg-video-vmware xserver-xorg-video-voodoo xsltproc yelp zenity
РЕКОМЕНДУЮТСЯ следующие пакеты, но автоматически они установлены НЕ БУДУТ:
  aptitude-doc-cs aptitude-doc-en aptitude-doc-es aptitude-doc-fi
  aptitude-doc-fr aptitude-doc-ja libatm1 libfribidi0
  libparse-debianchangelog-perl openssh-blacklist openssh-blacklist-extra
524 пакетов обновлено, 205 установлено новых, 79 пакетов отмечено для удаления, и 0 пакетов не обновлено.
Необходимо получить 0B/421MB архивов. После распаковки 375MB будет занято.
Хотите продолжить? [Y/n/?] y
Запись информации расширенных состояний... Готово
Извлечение шаблонов из пакетов: 100%
Предварительная настройка пакетов ...
(Чтение базы данных ... на данный момент установлено 59712 файлов и каталогов.)
Подготовка к замене пакета udev 0.125-7+lenny3 (используется файл .../archives/udev_151-3_i386.deb) ...


Since release 150, udev requires that support for the CONFIG_SYSFS_DEPRECATED
feature is disabled in the running kernel.

Please upgrade your kernel before or while upgrading udev.

AT YOUR OWN RISK, you can force the installation of this version of udev
WHICH DOES NOT WORK WITH YOUR RUNNING KERNEL AND WILL BREAK YOUR SYSTEM
AT THE NEXT REBOOT by creating the /etc/udev/kernel-upgrade file.
There is always a safer way to upgrade, do not try this unless you
understand what you are doing!


dpkg: не удалось обработать параметр /var/cache/apt/archives/udev_151-3_i386.deb (--unpack):
 подпроцесс новый сценарий pre-installation возвратил код ошибки 1
Подготовка к замене пакета makedev 2.3.1-88 (используется файл .../makedev_2.3.1-89_all.deb) ...
Распаковывается замена для пакета makedev ...
Подготовка к замене пакета libexpat1 2.0.1-4+lenny3 (используется файл .../libexpat1_2.0.1-7_i386.deb) ...
Распаковывается замена для пакета libexpat1 ...
Подготовка к замене пакета adduser 3.110 (используется файл .../archives/adduser_3.112_all.deb) ...
Распаковывается замена для пакета adduser ...
Подготовка к замене пакета dbus 1.2.1-5+lenny1 (используется файл .../dbus_1.2.20-2_i386.deb) ...
Распаковывается замена для пакета dbus ...
dpkg: предупреждение: не удалось удалить старый каталог `/var/run/dbus': Каталог не пуст
Подготовка к замене пакета bluetooth 3.36-3 (используется файл .../bluetooth_4.60-1_all.deb) ...
Распаковывается замена для пакета bluetooth ...
Обрабатываются триггеры для man-db ...
При обработке следующих пакетов произошли ошибки:
 /var/cache/apt/archives/udev_151-3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Не удалось установить пакет. Попытка восстановить:
Настраивается пакет makedev (2.3.1-89) ...
.udevdb or .udev presence implies active udev.  Aborting MAKEDEV invocation.
.udevdb or .udev presence implies active udev.  Aborting MAKEDEV invocation.
Настраивается пакет adduser (3.112) ...
dpkg: зависимости пакетов не позволяют настроить пакет bluetooth:
 bluetooth зависит от bluez, однако:
  Пакет bluez не установлен.
dpkg: не удалось обработать параметр bluetooth (--configure):
 проблемы зависимостей -- оставляем не настроенным
Настраивается пакет libexpat1 (2.0.1-7) ...
Настраивается пакет dbus (1.2.20-2) ...
Устанавливается новая версия файла настройки /etc/dbus-1/session.conf ...
Устанавливается новая версия файла настройки /etc/dbus-1/system.conf ...
Устанавливается новая версия файла настройки /etc/init.d/dbus ...
Stopping System Tools Backends: system-tools-backends.
Stopping Hardware abstraction layer: hald.
Stopping bluetooth: hcid.
Stopping system message bus: dbus.
Starting system message bus: dbus.
Starting bluetooth: hcid.
Starting Hardware abstraction layer: hald.
Starting System Tools Backends: system-tools-backends.
При обработке следующих пакетов произошли ошибки:
 bluetooth
Чтение списков пакетов... Готово
Построение дерева зависимостей
Чтение информации о состоянии... Готово
Чтение информации о расширенных состояниях
Инициализация состояний пакетов... Готово
Запись информации расширенных состояний... Готово
Чтение описаний задач... Готово

Текущее состояние: 1 сломан [+1], 556 обновлено [-5].
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

...

Код: Выделить всё

...
Since release 150, udev requires that support for the CONFIG_SYSFS_DEPRECATED
feature is disabled in the running kernel.

Please upgrade your kernel before or while upgrading udev.

AT YOUR OWN RISK, you can force the installation of this version of udev
WHICH DOES NOT WORK WITH YOUR RUNNING KERNEL AND WILL BREAK YOUR SYSTEM
AT THE NEXT REBOOT by creating the /etc/udev/kernel-upgrade file.
There is always a safer way to upgrade, do not try this unless you
understand what you are doing!
...


Судя по этому, придется сначала обновить ядро, загрузиться с новым ядром и только после этого обновлять все остальное:

Код: Выделить всё

#aptitude install linux-image-2.6-686
#reboot
...
#aptitude full-upgrade
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

Ура всё обновилось), спасибо за помощь.
Теперь гном у меня 2.28.2
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

Послу обновления теперь у меня 2 GRUB, с начало запускается GRUB 0.9 а потом запускается GRUB 1.9.
Как мне убрать один из них?

Вот ещё вопрос я установил драйвер для видеокарты, скачал я его с оф сайта ATI, и не могу понять установился ли он.
Разрешение экрана стало нормальным но не запускается ATI Catalyst Control Center.
При запуске выбивает ошибку:

Код: Выделить всё

Инициализация Catalyst Control Center для Linux не удалась.   Возможные причины:

Графический драйвер ATI не установлен или функционирует неправильно.
 Пожалуйста, установите драйвер ATI, соответствующий вашему устройству ATI, либо настройте его с помощью утилиты aticonfig.


$ aticonfig

Код: Выделить всё

        know the capabilities of your monitor before changing this option.
  --vrefresh2=LOW-HIGH
        Change the vertical refresh range of the second display.  Make sure you
        know the capabilities of your monitor before changing this option.
  --mode2=W1xH1,W2XH2,W3xH3,...
        Change the modes for the second display.  You may specify several
        resolutions separated by commas.  Only valid for clone and big desktop
        settings.
  --screen-layout={left|right|above|below}
        Set the secondary screen position for dual head.
  --screen-overlap=NUM
        Set the screen overlap region in big desktop mode to be NUM pixels.
  --force-monitor=STRING[,STRING...]
        Describe all displays that are to be enabled and/or disabled regardless
        of physical connection.  STRING can be one or more of the following
        set, separated by commas:
            crt1
            crt2
            lvds
            tv
            cv
            tmds1
            tmds2
            tmds2i
            dfp3
            dfp4
            dfp5
            dfp6
            nocrt1
            nocrt2
            nolvds
            notv
            nocv
            notmds1
            notmds2
            notmds2i
            nodfp3
            nodfp4
            nodfp5
            nodfp6

Advanced Options:
  --sync-video={on|off}
        Enable/disable sync to vsync for AVIVO video.
        This option is enabled by default and is used to prevent
        video tearing. By disabling this option video is free to
        render as fast as the 3D engine can handle. In the case of
        choppy video try to disable sync-video.
  --tls={on|off}
        Enable/disable fast thread local storage.  Disable this option when
        virtual machines or WineX fail to work properly.
  --sb, --signal-block={on|off}
        Enable/disable signal blocking.  Disable this option when debugging a
        multi-threaded OpenGL application.
  --locked-userpages={on|off}
        Enable/disable locked user pages. Disable this option if the system
        hangs when running fgl_glxgears.
        User page lock is no longer available on AGP system now.
  --max-gart-size=VALUE1,VALUE2
        Set user-defined max total GART size(VALUE1) and cacheable gart
        size(VALUE2) for non-AGP systems.
        This option can combined with --adapter option to set the gart size
        for individual card.

Dynamic Display Management Options:
  Following options will not change the config file. They are
  used for querying driver, controller and adaptor information.
  These options will be effective immediately. Other options on
  the same command line will be ignored.
  --enable-monitor=STRING,STRING
        Setting current monitor to be enabled. Only 2 displays
        can be enabled at the same time. Any displays
        that are not on the list will be disabled.
        STRING can be one of the following set, separated
        by commas:
            none
            crt1
            crt2
            lvds
            tv
            cv
            tmds1
            tmds2
            tmds2i
            dfp3
            dfp4
            dfp5
            dfp6
            auto   -- use default policy to enable the displays.
  --query-monitor
        This will return connected and enabled monitor information
  --swap-monitor
        This only works for big desktop setup. This will swap the
        contents on the two monitors.
  --swap-screens={on|off}
        Enable/disable swap heads in dual-head mode.
        This option works only in dual-head mode.

Pair mode options:
  Following options are used for query add and remove pair modes.
  These options will be effective immediately. Other options on
  the same command line will be ignored.
  --list-pairmode
        list all the current existing pair modes the driver can use.
  --add-pairmode=width0xheight0+width1xheight1
        Add one pair mode to the list. width0 and height0 are the
        size of primary display and width1 and height1 for the
        secondary  display.
  --remove-pairmode=index
        Remove one pair mode from the list. User can get index by
        list-pairmode.

External Events Daemon Options:
  Following options will not change the config file. They are
  used to send commands to the atieventsd external events daemon.
  --set-policy=STRING
        Sets the event policy for the daemon to be STRING.
        See the atieventsd(8) manpage for further details.

Display attribute options:
  Following options are used for query and set adjustment of
  specific attribute for specific display. These options will be
  effective immediately. Other options on the same command line
  will be ignored.
  The DISPLAYTYPE in options can be one of the following strings:
        crt1,  lvds,   tv,   cv,   tmds1, crt2,
        tmds2, tmds2i, dfp3, dfp4, dfp5,  dfp6 .
   The ATTRIBTYPE in options can be one of the following strings:
        brightness, contrast, saturation, hue, positionX,
        positionY, sizeX, sizeY, overscan, videoStandard
  --query-dispattrib=DISPLAYTYPE,ATTRIBTYPE
        query the specific adjustment info of the specific display.
        if ATTRIBTYPE is not specified, all supported attribute
        information will be printed out.
  --set-dispattrib=DISPLAYTYPE,ATTRIBTYPE:VALUE
        set the attribute value of the specific display.

Connector type options:
  Following options are used for query connector type
  for specific display. These options will be
  effective immediately. Other options on the same command line
  will be ignored.
  The DISPLAYTYPE in options can be one of the following strings:
        crt1,  lvds,   tv,   cv,   tmds1, crt2,
        tmds2, tmds2i, dfp3, dfp4, dfp5,  dfp6 .
   --query-connectortype=DISPLAYTYPE
        query the connector type of the specific display.

Component video dongle options:
  Following options are used for query and set dongles for a
  component video. These options will be effective immediately.
  Other options on the same command line will be ignored.
  --query-cvdongle
        query dongle setting informations of the component video.
  --set-cvdongle=VALUE
        set the custom override value of the CV dongle.
  --reset-cvdongle
        reset the custom override setting(to zero)of the CV dongle.

Component video customized mode options:
  Following options are used for query and set customized mode for
  component video. These options will be effective immediately.
  Other options on the same command line will be ignored.
  --query-cvmode
        query customized modes for component video.
  --add-cvmode=WIDTH,HEIGHT,FLAGS,BASEWIDTH,BASEDHEIGHT,REFRESH.
        add a customized mode for component video.
  --validate-cvmode=WIDTH,HEIGHT,FLAGS,BASEWIDTH,BASEHEIGHT,REFRESH.
        validate a customized mode for component video.
  --delete-cvmode=INDEX
        delete one customized mode for component video.

Persistent Configuration Store (PCS) Options:
  Following options will not change the config file. They are
  used to manipulate the PCS database.  Due to their nature, these.
  commands may only be run by the root user. Note that the prefix
  and key names are not case-sensitive.
  --get-pcs-key=PREFIX,KEY
        Prints out the specified prefix and key from the PCS
        database.  The type of data will be shown along with
        the contents.
  --set-pcs-u32=PREFIX,KEY,VALUE
  --set-pcs-val=PREFIX,KEY,VALUE (deprecated)
        Sets an integer value at the specified prefix and key in
        the PCS database.  The value may be specified in hex by
        prefixing it with 0x or in octal by prefixing it with 0,
        otherwise the value is assumed to be in decimal.  Note
        that --set-pcs-val is deprecated and --set-pcs-u32 should
        be used instead.  --set-pcs-val will be removed soon.
  --set-pcs-u32array=PREFIX,KEY,VALUE[,VALUE]...
        Sets an array of integer values at the specified prefix
        and key in the PCS database.  The values may be specified
        in hex by prefixing it with 0x or in octal by prefixing
        it with 0, otherwise the value is assumed to be in decimal.
        (e.g. --set-pcs-u32array="TestSection,TestData,1,0x2,3")
  --set-pcs-str=PREFIX,KEY,STRING
        Sets a string value at the specified prefix and key in
        the PCS database.
  --set-pcs-raw=PREFIX,KEY,HEXSTRING
        Sets a raw binary value at the specified prefix and key in
        the PCS database.  The value is specified as a series of
        hex bytes with no 0x or spaces.
        (e.g. --set-pcs-raw="TestSection,TestData,E84C0E" sets 3 bytes)
  --set-pcs-bool=PREFIX,KEY,VALUE
        Sets a boolean value at the specified prefix and key in
        the PCS database.  The value may be specified as either
        "true", "yes", "on", "enable" or "1" meaning boolean TRUE or
        "false", "no", "off", "disable" or "0" meaning boolean FALSE.
  --del-pcs-key=PREFIX,KEY
        Deletes the specified prefix and key from the PCS database.

Multiple display adapter options:
  Following options are used for querying and setting up multiple
  display adapters that are installed for multihead or Crossfire
  configurations.
  --lsa, --list-adapters
        Lists all detected and supported display adapters.
        The default adapter (used when --adapter is not specified)
        will be indicated with a "*" next to it.
  --adapter=ADAPTERLIST
        Selects which adapters returned by --list-adapters should
        be affected by other aticonfig options.  ADAPTERLIST contains
        either a comma-seperated sequence of the index numbers of the
        adapters to be affected or else contains the keyword "all" to
        select all the adapters.  If --adapter is missing, only the
        default adapter will be affected.
  --lscc, --list-crossfire-candidates
        Queries the driver to determine the pool of available devices that can
        can be chained together for CrossFire.
  --lscs, --list-crossfire-status
        List current Crossfire status (enabled or disabled) along with diagnostics
        information indicates the status of your system
  --lsch, --list-crossfire-chains
        Lists the CrossFire chains that are currently defined along with their
        enabled state
  --cfa, --add-crossfire-chain
        Defines a new CrossFire chain.  --adapter should contain the adapter
        chain definition, with the master adapter being the first entry and
        the slave adapters being the subsequent entries in order of priority.
  --cfd, --delete-crossfire-chain
        Delete and existing defined CrossFire chain.  --adapter should list the
        master adapters of the chains to be deleted.  --adapter=all will delete
        all chain definitions.
  --cf, --crossfire={on|off}
        Enables/disables CrossFire support on the currently defined CrossFire
        chains.  --adapter should list the master adapters to be enabled or
        disabled.
  --cfl, --crossfire-logo={on|off}
        Enables/disables the appearance of the CrossFire Logo when rendering
        in CrossFire mode

ATI Overdrive (TM) options:
  The following options are used to get and set current and peak, core
  and memory clock information as well as read the current temperature of
  adapters.  By using the "--adapter=" argument the ATI Overdrive (TM)
  options can be targeted to a particular adapter in a multi-adapter scenario.
  If no adapter is explicitly targeted the commands will be run on the Default
  adapter as indicated by the "--list-adapters" command
  --od-enable
        Unlocks the ability to change core or memory clock values by
        acknowledging that you have read and understood the ATI Overdrive (TM)
        disclaimer and accept responsibility for and recognize the potential
        dangers posed to your hardware by changing the default core or memory
        clocks
  --od-disable
        Disables ATI Overdrive(TM) set related aticonfig options.  Previously
        commited core and memory clock values will remain, but will not be set
        on X Server restart.
  --odgc, --od-getclocks
        Lists various information regarding current core and memory clock
        settings.
        Including: current and peak clocks
                   the theoretical range clocks can be set to
                   the current load on the GPU
  --odsc, --od-setclocks={NewCoreClock|0,NewMemoryClock|0}
        Sets the core and memory clock to the values specified in MHz
        The new clock values must be within the theoretical ranges provided
        by --od-getclocks.  If a 0 is passed as either the NewCoreClock or
        NewMemoryClock it will retain the previous value and not be changed.
        There is no guarantee that the attempted clock values will succeed
        even if they lay inside the theoretical range.  These newly set
        clock values will revert to the default values if they are not
        committed using the "--od-commitclocks" command before X is
        restarted
  --odrd, --od-restoredefaultclocks
        Sets the core and memory clock to the default values.
        Warning X needs to be restarted before these clock changes will take
        effect
  --odcc, --od-commitclocks
        Once the stability of a new set of custom clocks has been proven this
        command will ensure that the Adapter will attempt to run at these new
        values whenever X is restarted
  --odgt, --od-gettemperature
        Returns the temperature reported by any thermal sensors available on
        the adapter.

ACPI Options:
  --acpi-services=on|off
        Enable/disable ACPI services. In the case of BIOS or kernel ACPI issues,
        ACPI services in the driver can be disabled through this option.
        The ACPI services are enabled by default.
  --acpi-display-switch=on|off
        Enable/disable display switching with ACPI methods on mobile platforms.
        This option is enabled by default.

Genlock/Framelock options:
  The following options are used to control operation with GLSYNC module
  in the system.  By using the "--adapter=" argument --glsync-getconfig,
  --glsync-setconfig, --glsync-getgenlock, --glsync-setgenlock options
  can be targeted to a particular adapter in a multi-adapter scenario.
  If no adapter is explicitly targeted the commands will be run on the Default
  adapter as indicated by the "--list-adapters" command
  --glsync-getport={RJ45_1 | RJ45_2 | BNC}
        Get configuration state for specified GLSync port.
        Including: Number of LEDs
                   Scanned frequency
                   Signal Source for RJ45 port if it is configured as output
                   Port state (Input or Output) for RJ45 port
                   Signal type for BNC port
  --glsync-setport=port_type,cntl,sig_src
        Set configuration for specified GLSync port
        Parameters: port_type - RJ45_1 or RJ45_2
                                only RJ45 ports can be configured
                    cntl - 0 if port is configured as input or
                           1 if port is configured as output
                    sig_src - signal source for GL Sync port
                              if 0-3 - GPU port index
                              if RJ45_1, RJ45_2 or BNC - another GL Sync port
                              if -1  - signal source is undefined
  --glsync-getconfig
        Get timing configuration for particular GL Sync connector
        Including: Sync Delay in ms
                   Signal Source
                   Sample Rate
                   Sync field
                   Trigger Edge
                   Scan Rate multiplier
                   GPU port index this adapter connected to
  --glsync-setconfig=delay,fr_cntl,sig_src,smpl_rate,fld,edge,coef
        Set timing configuration for GL Sync connector
        Parameters: delay - Sync Delay in ms
                    fr_cntl - Enable/Disable framlock control
                              0 Disable Framelock
                              1 Enable Framelock
                    sig_src - Signal Source for this adapter.
                              if 0-3 - GPU port index.
                                   It can not be GPU port index of this adapter
                              if RJ45_1, RJ45_2 or BNC - GL Sync port
                              if -1  - signal source is undefined
                    smpl_rate - Sample Rate for sampled sync signal.
                              0 for no sampling
                    fld - Sync field for interlaced sync signal.
                              0 if sync field is undefined
                              1 if synced to both field
                              2 if synced to field 1
                    edge - it is defined which signal edge
                                 should trigger syncronization
                              0 if edge is undefined
                              1 if it is triggered by raising edge
                              2 if it is triggered by falling edge
                              3 if it is triggered by both edges
                    coef - Scan Rate multiplier applied to sync signal
                              0 if coef is undefined
                              1 if coef is 5
                              2 if coef is 4
                              3 if coef is 3
                              4 if coef is 2.5
                              5 if coef is 2
                              6 if coef is 1.33
                              7 if coef is 1.25
                              8 if coef is 1.
                              9 if coef is 0.8
                             10 if coef is 0.67
                             11 if coef is 0,5
                             12 if coef is 0.4
                             13 if coef is 0.33
                             14 if coef is 0.25
                             15 if coef is 0.2
        Note: Some parameters may not be valid for manual configuration.
              Please use --glsync-getconfig command to verify.
  --glsync-getgenlock=disp_type
        Get genlock mode for particular display
        disp_type  - Display Type. When RandR 1.2 and above is enabled
                     can be query by using xrandr -q command.
                     If RandR 1.2 is not enabled
                     aticonfig --query-monitor command should be used
                     to query this parameter
  --glsync-setgenlock=disp_type,mode,timing_server
        Set genlock mode for particular display
        Parameters: disp_type  - Display Type.
                                 When RandR 1.2 and above is enabled
                                 can be query by using xrandr -q command.
                                 If RandR 1.2 is not enabled
                                 aticonfig --query-monitor command
                                 should be used to query this parameter.
                    mode       - Enable/Disable Genlock
                                 0 Disable Genlock
                                 1 Enable Genlock
                    timing_server - Enable/Disable timing server
                                 0 to configure display as free run
                                 1 to configure display as a timing server
  --glsync-restart
        Reinitialized all genlock settings after power down system

X Server Options:
  --xinerama={on|off}
        Enable/disable Xinerama (MultiView) in the X Server configuration file.
        MultiView allows for the merging of independent desktop heads into a
        unified workspace allowing windows to freely cross X Screen boundaries.

Miscellaneous Options:
  -v, --verbose
        Show what aticonfig is doing.
  -q, --quiet
        Disable all information output except for errors.
  --effective={now,startup}
        Choose when the requested changes should take effect.
            now:     Immediately.  This change will affect the running X
                     session if applicable.  Only 'set-powerstate' and
                     'overlay-on' are applicable for now.
            startup: On future X server startups.  This change will modify the
                     X server configuration file if applicable.
        The default is 'now,startup', i.e., do both as applicable.
  --nobackup
        Do not make an automatic backup of the configuration file.
  -i, --input=FILE
        Select a FILE to input as the configuration file. Set FILE to '-' to
        pipe from standard input.  Without this option, aticonfig will search
        /etc/X11 for the default configuration file.
  -o, --output=FILE
        Select a FILE to output the new configuration file to.  Set FILE to '-'
        to print to standard output.  Without this option, aticonfig will
        replace the input file with the newly generated file.
  -h, --help
        Display this help screen.
  -f, --force
        Only valid with 'initial' option.  Force aticonfig to generate default
        Monitor, Device, and Screen sections even if the original configuration
        file has invalid settings in these sections.

Composite options:
  --xv-pixmap-buffer-type=gartcacheable
       Allocate pixmap buffer from GART cacheable heap.
  --xv-pixmap-buffer-type=lfb
       Allocate pixmap buffer from local framebuffer.
  --xv-pixmap-buffer-type=gartuswc
       Allocate pixmap buffer from GART USWC heap.

Examples:
  1. Setting up fglrx for the first time.
       Single head :    aticonfig --initial --input=/etc/X11/xorg.conf
       Dual head   :    aticonfig --initial=dual-head --screen-layout=above
                        This command will generate a dual head configuration
                        file with the second screen located above the first
                        screen.
       Multi head  :    aticonfig --initial --heads=4 --adapter=1
                        This command will generate 4 adjacent X Screens
                        on adapter 1.  Use with -f to reduce previously configured heads.
  2. Setting up big desktop to horizontal and set overlay on secondary display.
                        aticonfig --dtop=horizontal --overlay-on=1
  3. Setting up modes for primary display.
                        aticonfig --resolution=0,1600x1200,1280x1024,1024x768
  4. Force primary CRT on and TV-out off.
                        aticonfig --force-monitor=crt1,notv
  5. Change tv geometry
                         aticonfig --tv-geometry=85x90+10-10
         This will set tv to 85% width (where 100% ==
         overscan) 90% height and shift 10 pixels right of centre
         and 10 pixels down of centre.
  6. Multiple display adapters.
       List adapters :  aticonfig --list-adapters
       Init 0 and 2  :  aticonfig --adapter=0,2 --initial
       Init all      :  aticonfig --adapter=all --initial
       MultiView     :  aticonfig --xinerama=on
  7. ATI Overdrive (TM).
       List adapters          :  aticonfig --list-adapters
       Get Clocks of 0        :  aticonfig --adapter=0 --od-getclocks
       Set new Clocks for 0   :  aticonfig --adapter=0 --od-setclocks=770,1126
       Test out 3D            :  atiode -P60 -H localhost:0; echo $?
       Check Temperature of 0 :  aticonfig --adapter=0 --od-gettemperature
       Commit changes for 0   :  aticonfig --adapter=0 --od-commitclocks

     ***note***
             atiode is a stress application you start with a required
             parameter -P which specifies the test duration and the optional
             -H parameter to target a specific display to use.  For example
             atiode -P 600 -H localhost:0 would test display 0 for 10 minutes
             the return code from the application is the test result
             0: Test successfully completed.
             1: Invalid command-line parameters.
             2: Test failed because of rendering errors.
             3: Target adapter not found.
             4: Test aborted due to unknown reason

  8. Framelock/Genlock with GL Sync module
       Set GL Sync connector parameters for particular adapter:
                     aticonfig --glsync-setconfig=0,0,2,0.0,3,8 --adapter=1
       Enable Genlock for particular display:
                     aticonfig --glsync-setgenlock=lvds,1,0 --adapter=1
       Enable Timing Master:
                     aticonfig --glsync-setgenlock=dfp3,0,1 --adapter=1
       Verify if the frequiency is locked for particular display:
                     aticonfig --glsync-getgenlock=crt1 --adapter=1
       Set GL Sync output port RJ45_1:
                     aticonfig --glsync-setport=RJ45_1,1,BNC
       Reinitialize all genlock settings for all displays and adapters:
                     aticonfig --glsync-restart

Please report bugs to http://support.ati.com

У меня видео карта ATI Mobility Radeon™ HD 3470 Hybrid X2.
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

SaT31ReG писал(а):
29.03.2010 17:52
Послу обновления теперь у меня 2 GRUB, с начало запускается GRUB 0.9 а потом запускается GRUB 1.9.

А в чем это проявляется?

Что выводит

Код: Выделить всё

$aptitude search ~igrub

(grub-legacy это старый, grub-pc -- новый).

Как мне убрать один из них?

Так же как и любую программу:

Код: Выделить всё

#aptitude purge <programm>

Да, если уж у тебя теперь testing, то скачай netinstall для testing'a (вдруг придется восстанавливать заргрузчик)

С ati помочь не могу -- не имел сей радости, надо пошерстить по форуму -- много-много раз обсуждалось. И установка, и настройка.
testing is testing
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

$aptitude search ~igrub

Код: Выделить всё

i   grub                            - GRand Unified Bootloader — системный загру
i A grub-common                     - грандиозный унифицированный системный загр
i A grub-pc                         - системный загрузчик (версия 2 для PC/BIOS)

Что удалять?
Спасибо сказали:
SaT31ReG
Сообщения: 33
ОС: Debian

Re: Debian + Gnome 2.29.X

Сообщение SaT31ReG »

Почему то не запускается программа software-center ( Центр приложений Debian ).
В Synaptic нету netinstall.
Спасибо сказали:
Аватара пользователя
genacid
Сообщения: 194
ОС: debian testing

Re: Debian + Gnome 2.29.X

Сообщение genacid »

SaT31ReG писал(а):
30.03.2010 10:43
$aptitude search ~igrub

Код: Выделить всё

i   grub                            - GRand Unified Bootloader — системный загру
i A grub-common                     - грандиозный унифицированный системный загр
i A grub-pc                         - системный загрузчик (версия 2 для PC/BIOS)

Что удалять?

Ничего. У тебя установлен только grub2.
testing is testing
Спасибо сказали: