Draper su Acer 3023 ( x700 1280x800 sempron )

Riconoscimento, installazione e configurazione delle periferiche.
bronyraur
Prode Principiante
Messaggi: 7
Iscrizione: martedì 13 giugno 2006, 14:16

Draper su Acer 3023 ( x700 1280x800 sempron )

Messaggio da bronyraur »

Ciao a tutti,
avviando ubuntu 6.06 ottengo una schermata nera al momento del login (proprio quando la risoluzione del monitor dovrebbe passare a 1280x800) quindi non riesco ad installarlo e vorrei sapere come fare per avere Draper Drake alla risoluzione del mio monitor 1280x800.

Ho provato ad avviarlo live in safety mode ed installarlo ma la risoluzione è di 1024x768 e tutto è deformato.

Ho provato a fare l'aggiornamento da 5.10 al 6.06 ma niente è come se lo istallassi da zero anche se con il 5.10 tutto funzionava perfettamente.

Ho una x700 da 128Mb un sempron 3000+ e 512Mb di RAM

Grazie.
ugodiperso
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 324
Iscrizione: mercoledì 15 marzo 2006, 10:55

Re: Draper su Acer 3023 ( x700 1280x800 sempron )

Messaggio da ugodiperso »

Prova a dare una occhiata a questo topic: http://forum.ubuntu-it.org/viewtopic.php?t=22319
Si riferisce ad un Acer 5024, ma non cambia molto (speriamo!): la scheda video in particolare è la stessa (X700 mobility ATI). Dai una letta anche al wiki )http://wiki.ubuntu-it.org/Documentazione/Indice) per trovare tutto ma proprio tutto sulle ATI.

ciao, ugodiperso
Avatar utente
davbolla1993
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 507
Iscrizione: venerdì 24 marzo 2006, 17:11
Località: Italia
Contatti:

Re: Draper su Acer 3023 ( x700 1280x800 sempron )

Messaggio da davbolla1993 »

io ti posso solo consigliare questo wiki:
http://wiki.ubuntu-it.org/AtiSchedeVideo

e questo link per scaricare i driver:
https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=27

dopo ke li hai installati, per impostare a 1280x800 fai:

Codice: Seleziona tutto

sudo dpkg-reconfigure xserver-xorg

P.S:Ubuntu ha una particolare allergia per le schede ATI (anch'io ne ho una  ;) ).
Avatar utente
davbolla1993
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 507
Iscrizione: venerdì 24 marzo 2006, 17:11
Località: Italia
Contatti:

Re: Draper su Acer 3023 ( x700 1280x800 sempron )

Messaggio da davbolla1993 »

P.S: Modifica il titolo ed il post, è DAPPER non draper
Avatar utente
Fiery CroSS
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 977
Iscrizione: martedì 4 aprile 2006, 15:05

Re: Draper su Acer 3023 ( x700 1280x800 sempron )

Messaggio da Fiery CroSS »

Per ottenere una 1280x800@60Hz con una x700:
- Installa i driver ufficiali nel modo più semplice possibile: http://forum.ubuntu-it.org/viewtopic.ph ... #msg106250
- Sostituisci il contenuto di /etc/X11/xorg.conf (sudo gedit /etc/X11/xorg.conf) con questo:

Codice: Seleziona tutto

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

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/CID"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
EndSection

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

Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
        Driver          "fglrx"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Monitor Generico"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-72
        Option  "Monitor Layout"        "LVDS,AUTO"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
        Monitor         "Monitor Generico"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x800"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
andrea@hal:~$ cat /etc/X11/xorg.conf
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/CID"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
EndSection

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

Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
        Driver          "fglrx"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Monitor Generico"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-72
        Option  "Monitor Layout"        "LVDS,AUTO"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
        Monitor         "Monitor Generico"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x800"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x800"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
Ciao e buona fortuna!  (good)
Linux User #414069
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: Bing [Bot] e 8 ospiti