Установите lubuntu 12.04 на старый Dell c600: проблемы с видео

Я пытаюсь установить lubuntu на старый ноутбук. Я использую альтернативную установку 386, потому что она имеет только 256 МБ ... Все, когда все в порядке, поэтому, когда я запускаю lubuntu, экран разделяется между 1024x768 и 800x600 ... его очень ужасно использовать =).

Хорошо, я делаю это:

lspci

и нашел ATI Rage Mobility M3 .

01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02)

Итак, я попробовал старый способ xorg для редактирования отсутствующего разрешения, но он не работает: ...

Section "Screen"
    Identifier  "Default Screen"
    Device      "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
    Monitor     "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth       1
        Modes       "1024x768"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1024x768"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1024x768"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1024x768"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1024x768"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1024x768"
    EndSubSection
EndSection

на совершенно новом xorg.conf ...

Сделайте init 6, чтобы увидеть, принимает ли X изменения, но ничего не помешало: также попытался сделать pkg-reconfigure -changedir /etc/X11 (где я создал новый xorg.conf), и ничего ... удалил X conf из /tmp. также сделайте sudo apt-get update / upgrade ... и не повезло ...

ОБНОВЛЕНИЕ Обновлено до 12.04. Это отредактированный xorg для старых dell, как мой:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
# xorg.conf for dell latitude c600 by A. Howlett and others

Section "ServerLayout"
        Identifier      "Default Server Layout"
        Screen          0 "Screen0"
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Generic Mouse" "AlwaysCore"
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"  
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/CID"
    FontPath    "/usr/share/fonts/Speedo"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/artwiz-aleczapka"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/util"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts/aquafont"
    FontPath    "/usr/share/fonts/artwiz"
    FontPath    "/usr/share/fonts/artwiz-aleczapka-en"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/freefont"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
        Load  "v4l"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout"       "us"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"            "PS/2"
        Option          "Emulate3Buttons"     "true"
        Option          "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"      "true"
        Option          "Device"              "/dev/input/mice"
        Option          "Protocol"            "ImPS/2"
        Option          "Emulate3Buttons"     "true"
        Option          "ZAxisMapping"                "4 5"
EndSection

Section "Monitor"
        Identifier "laptop LCD"
        VendorName "Dell"
        ModelName  "Latitude C600"
        HorizSync 31.5-48.5
        VertRefresh 40-70
EndSection

Section "Device"
        Identifier  "Video0"
        Driver      "r128"
        VideoRam     8192
        Option      "EnablePageFlip" "true"
        Option      "AGPFastWrite"  "true"
        Option      "AGPMode"     "2" 
        BusID       "PCI:01:00:0"
        Screen      0
        Option      "Display"  "FP"
        Option      "MonitorLayout"  "CRT, LFP"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Video0"
        Monitor "laptop LCD"
        DefaultDepth 16
        Subsection "Display"
                Depth 32
                Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        Subsection "Display"
                Depth 24
                Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        Subsection "Display"
                Depth 16
                Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        Subsection "Display"
                Depth 8
                Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
       Mode    0666
EndSection
0
задан 23 October 2012 в 03:46

2 ответа

pupy linux прекрасно работает со старыми машинами, так как он основан на Ubuntu и использует меньше ресурсов. Для большей мощности :) ПК выбрал Lucid Puppy 5.2, который основан на Ubuntu 10.04 LTS

0
ответ дан 23 October 2012 в 03:46

В файле конфигурации xorg.conf посмотрите, загружаете ли вы драйвер vesa. Если это vesa, то вы должны попытаться вставить соответствующий драйвер в файл конфигурации. Попробуйте (когда X-сервер не запущен) сделать X -configure, он сгенерирует файл xorg.conf.new в папке / root в соответствии с вашим оборудованием.

0
ответ дан 23 October 2012 в 03:46

Другие вопросы по тегам:

Похожие вопросы: