Pagina 1 di 1
[Risolto] [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 12:50
da Mett
Buongiorno a tutti,
mi chiamo matteo e sono un nuovo arrivato del forum e di ubuntu.
ho installato ubunto 10.10 sul mio portatile però non riesco a trovare dei driver per la scheda video così la risoluzione resta 600x800.
avete qualche consiglio da darmi per cambiare risoluzione a 1024x768?
grazie
CPU
Intel Celeron 220 @ 1.20GHz 48 °C
Conroe-L 65nm Technology
RAM
3.0GB Single-Channel DDR2 @ 333MHz (5-5-5-15)
Motherboard
ASUS CORPORATION K50C (CPU 1)
Graphics
Monitor Plug and Play @ 1024x768
SiS Mirage 3 Graphics
Hard Drives
313GB Hitachi Hitachi HTS545032B9A300 (IDE) 30 °C
Optical Drives
TSSTcorp CDDVDW TS-L633C
Audio
No audio card detected
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 13:01
da Alka-Seltzer PLUS
Ciao, posta il risultato del seguente comando dato da terminale ( applicazioni -> accessori ->terminale ):
Postalo in codice come descritto al punto 5 qui:
http://forum.ubuntu-it.org/viewtopic.php?t=325822
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 13:15
da Mett
ciao alka, sto reinstallando ubuntu perche si avviava in "modalità terminale" e nn sapevo che fare.
appena fatto posto quel codice...
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 13:16
da Alka-Seltzer PLUS
mannaggia .. la prossima volta ricorda che all' avvio puoi scegliere la sessione di ripristino (yes)
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 13:33
da Mett
ecco la risposta:
Codice: Seleziona tutto
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
come si fa scegliere la sessione di ripristino?
magari potrebbe capitare ancora...
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 13:44
da Alka-Seltzer PLUS
Bisogna avviare il pc tenendo premuto il tasto shift e ti si presenta il menù di scelta del sistema operativo: tra le vari voci ci sono quelle relative alla sessione di ripristino
Per il driver ispirati a questa discussione:
http://forum.ubuntu-it.org/viewtopic.php?t=408144
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 13:59
da Mett
ho seguito la guida ma al riavvio appare sempre:
ripristino come hai detto prima?
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 14:14
da Alka-Seltzer PLUS
Prova prima ad eseguire il login testuale e poi a dare:
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 14:18
da Mett
mi da una schermata con una serie di errori riferiti a sis e xorg.conf
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 15:19
da Alka-Seltzer PLUS
Che driver sta usando ?
Riporta:
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 15:26
da Mett
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 15:37
da Alka-Seltzer PLUS
Ricorda che c' è differenza tra maiuscole e minuscole:
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 16:28
da Mett
grazie alka, ho provato ma mi dava sempre errori...
sono andato a configurare xorg.conf manualmente ed ora ho la risoluzione 1024*768 (good)
Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 18:25
da Alka-Seltzer PLUS
Spiega come hai fatto e poi metti risolto al titolo del tuo primo messaggio (good)
[Risolto] Re: [Driver] Ubuntu 10.10 su Asus X5DC
Inviato: martedì 2 novembre 2010, 19:32
da Mett
File xorg.conf per Asus X5DC risoluzione 1024x768
Codice: Seleziona tutto
Section "ServerLayout"
# SERVER = SCREEN + INPUT DEVICE
Identifier "LayoutZero"
Screen 0 "ScreenZero" 0 0
InputDevice "KeyboardZero" "CoreKeyboard"
InputDevice "MouseZero" "CorePointer"
EndSection
Section "InputDevice"
# MOUSE
Identifier "MouseZero"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# TASTIERA
Identifier "KeyboardZero"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "Device"
# SCHEDA VIDEO
Identifier "VideoZero"
Driver "vesa"
VendorName "SiS"
BoardName "SiS Mirage 3 Graphics"
EndSection
Section "Monitor"
# MONITOR
Identifier "MonitorZero"
VendorName "LG Philiphs"
ModelName "LP156WH2-TLA1"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
# Option "TargetRefresh" "60"
# Option "PreferredMode" "1024x768"
EndSection
Section "Screen"
# SCREEN = SCHEDA VIDEO + MONITOR
Identifier "ScreenZero"
Monitor "MonitorZero"
Device "VideoZero"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection