09 luglio 2009

Amilo l7320gw vs Ubuntu 9.04


Ecco perchè la via farebbe meglio a non fare + skede video




- Audio: (Via 83xx )


apparentemente sembra funzionare


- Wifi: (Atheros Communications AR2413)


dopo aver aggiornato il kernel (2.6.28-13-generic) la scheda viene riconosciuta.
funziona solo dopo averla attivata digitando la combinazione "Fn" + "F2". (dovrebbe accendersi il led blu sul portatile)


- Video: (S3 UniChrome Pro)


Al primo avvio la risoluzione rilevata e' di 1600x1200 e una parte del desktop non è visibile. Cercando di cambiare risoluzione si rischia di ottenere un desktop non leggibile.

Identificare la scheda video

lspci |grep VGA
01:00.0 VGA compatible controller: VIA Technologies, Inc. CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro] (rev 01)


Ottenere i valori corretti per Xorg.conf:
da terminale:

gtf 1280 800 60

# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync -Vsync


Configurazione server X:
Modificare /etc/X11/xorg.conf:
- aggiungere le due righe di output alla sezione "Monitor" di Xorg.conf
- impostare il corretto driver (openchrome) nella sezione "Device"


sudo gedit /etc/X11/xorg.conf

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/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 "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
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 "Chrome"
driver "openchrome"
EndSection

Section "Monitor"
Identifier "Monitor"
Option "DPMS"
HorizSync 31.5 - 60
VertRefresh 40-60
Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Chrome"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1200x800" "1152x864" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1200x800" "1152x864" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1200x800" "1152x864" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1200x800" "1152x864" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1200x800" "1152x864" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1200x800" "1152x864" "1024x768" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection


Impostare la risoluzione di gnome da terminale


Nel caso in cui gnome non si riesca + vedere ... per reimpostare la corretta risoluzione da terminale:
editate monitors.xml ...
sudo gedit .config/monitors.xml

<monitors version="1">
<configuration>
<clone>no</clone>
<output name="default">
<vendor>???</vendor>
<product>0x0000</product>
<serial>0x00000000</serial>
<width>1280</width>
<height>800</height>
<rate>60</rate>
<x>0</x>
<y>0</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
</output>
</configuration>
</monitors>

a questo punto il pc dovrebbe essere utilizzabile alla risoluzione 1280x800.

Nessun commento:

Posta un commento