Lucid in XXOD laptop

H.v.Dijk dijkvan op hccnet.nl
Zo Sep 26 20:33:09 UTC 2010


Op zondag 26-09-2010 om 15:00 uur [tijdzone +0100], schreef
ubuntu-nl-request op lists.ubuntu.com:
> Beste Ubuntu-helpers,
> Ik ahd Karmic op een externe schijf die ik op mijn XXOD laptop kon 
> draaien. Ik had gehoopt om Lucid naast XP op de laptop te installeren 
> maar kom niet verder dan het bureaublad van Lucid met de install
> icon. 
> Het scherm bevriest op dit punt.
> Is dit een hardwareherkenningsprobleem van Lucid?
> Betekent dit dat het niet mogelijk zal zijn om Lucid op de laptop te 
> krijgen met een Sis Mirage 3 Graphickaart?
> Zal het naar jullie weten Maverick beter vergaan?
> Milton 
Ik heb ook een Sis Mirage 3 Graphickaart en de sis-driver levert
problemen op bij hogere resolutie. Dan moet je een andere driver hebben,
nl. sisimedia of sis671, Die laatste heb ik. Bij nog hogere resoluties
werken ook die niet. Bij jouw is het vreemd omdat je niet van resolutie
veranderd bent. Vergelijk cat /etc/X11/xorg.conf op beide systemen.

zie http://www.winischhofer.net/linuxsisvga.shtml
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-sis/+question/101553
http://ubuntuforums.org/showthread.php?t=958967&page=16

Bij mij:
cat /etc/X11/xorg.conf

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
        HorizSync    31-70
        VertRefresh  58-76
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card0"
	Driver      "sis671"
	VendorName  "Silicon Integrated Systems [SiS]"
	BoardName   "771/671 PCIE VGA Display Adapter"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
                 Modes "800x600" "1280x1024" "1680x1050"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
                 Modes "800x600" "1280x1024" "1680x1050"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
                 Modes "800x600" "1280x1024" "1680x1050"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
                 Modes "800x600" "1280x1024" "1680x1050"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
                 Modes "800x600" "1280x1024" "1680x1050"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
                 Modes "800x600" "1280x1024" "1680x1050"
	EndSubSection
EndSection
Maar dit is nog niet geoptimaliseerd waardoor het opstarten lang duurt.
1280x1024 is vanwege mijn oude monitor.

Zoek op internet met:
 Lucid, sis Mirage 3 en je resolutie bijv: 1680x1050 en evt. 771/671 (type nummer?? neem ik aan)
Ook veel te vinden op launchpad (bugs en vragen)
Als je nog vragen hebt meldt dan je resolutie en de uitvoer van sudo lshw -C Display

succes
Hein






Meer informatie over de Ubuntu-NL maillijst