PDA

View Full Version : Sis mai +, problemi con vga integrata


bongo74
28-02-2009, 07:51
ho una ubuntu 8.10 su un pc con vga integrata sis
il monitor è un CRT LG Flatron 995FT 19" fino a 1600x1200

lspci | grep VGA
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter (rev 03)

questo lo xorg.conf


Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

1) come impostare un minimo di driver per raggiungere 1280x1024 al massimo degli Hz che puo' dare?

sconsiglio tutti i linuxari a comprare roba sis

Devil!
28-02-2009, 08:15
Che scheda madre è?

bongo74
28-02-2009, 09:27
ECS GS7610+ con processore in bundle
CPU Athlon64 3200+

chipset sis, ma per mettere Vesa o Sis?

Devil!
28-02-2009, 10:17
Io mi ricordo che il driver installato da Ubuntu non andasse bene.

Guarda qua: http://www.winischhofer.eu/linuxsisvga.shtml

bongo74
28-02-2009, 17:15
no ci ho capito nulla...ma lo standard Vesa come si riesce ad impostare?

Gimli[2BV!2B]
28-02-2009, 17:22
In un Ubuntu 8.04.1 e una Sis si era risolto (http://www.hwupgrade.it/forum/showthread.php?t=1805883&highlight=sis) con un xorg.conf di questo tipo:
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Silicon Integrated Systems"
Driver "sis"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Silicon Integrated Systems"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Assicurati di avere installato il pacchetto xserver-xorg-video-sis (http://packages.ubuntu.com/intrepid/xserver-xorg-video-sis).
Come puoi notare ho già aggiunto 1600x1200.