Instale o lubuntu 12.04 em um antigo Dell c600: Problemas com vídeo

0

Estou tentando instalar o lubuntu em um laptop antigo. Eu uso a 386 instalação alternativa dele, pois tem apenas 256mb ... Tudo quando ok então quando eu inicio o lubuntu a tela se divide entre 1024x768 e 800x600 ... é muito horrível de usar =).

Ok, eu faço isso:

lspci

e encontrou um ATI Rage mobility M3 .

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

Então eu experimentei o antigo xorg para editar a resolução que faltava, mas não funciona: ...

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

em um novo xorg.conf ...

Faça um init 6 para ver se X leva as mudanças, mas nada habbened: também tentei fazer pkg-reconfigure -changedir /etc/X11 (onde eu criei o novo xorg.conf) e nada .. removi o conf X de /tmp .. também sudo apt-get update / upgrade ... e sem sorte ...

ATUALIZAÇÃO Atualizado para 12.04. Este um xorg fr editado antigo dells como o meu:

# 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
    
por maniat1k 31.03.2012 / 04:25

2 respostas

1

O pupy linux funciona muito bem com máquinas antigas, já que é baseado no Ubuntu e usa menos recursos. Para mais poderosas :) o pc escolheu o Lucid Puppy 5.2, que é baseado no Ubuntu 10.04 lts

    
por polarkatenuchie 23.10.2012 / 01:49
0

No arquivo de configuração xorg.conf veja se você carregou o driver vesa. Se é vesa, então você deve tentar colocar o driver correto no arquivo de configuração. Tente (quando nenhum servidor X for iniciado) para fazer um X -configure ele irá gerar um arquivo xorg.conf.new dentro da pasta / root de acordo com o seu hardware.

    
por Bahaïka 04.04.2012 / 18:22