Difference between revisions of "Xorg.conf untuk mereka yang menggunakan Sis"

From OnnoWiki
Jump to navigation Jump to search
(New page: Untuk mereka yang menggunakan VGA Sis Waktu pertama kali install Ubuntu tekan <F6> terus ketik sebelum akhir kalimat yang ada "--" noapic acpi=off vga=771 Kalau sudah berhasil di insta...)
 
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Untuk mereka yang menggunakan [[VGA]] Sis atu Via kita perlu sedikit menambahkan proses saat instalasi pertama kali [[Ubuntu]].
  
Untuk mereka yang menggunakan VGA Sis
+
==Untuk Ubuntu 10.04 ke bawah atau yang berbasis grafis==
Waktu pertama kali install Ubuntu
+
 
 +
Waktu pertama kali install [[Ubuntu]]
 
tekan <F6> terus ketik sebelum akhir kalimat yang ada "--"
 
tekan <F6> terus ketik sebelum akhir kalimat yang ada "--"
  
  noapic acpi=off vga=771
+
  noapic acpi=off vga=771 pnpbios=off
 +
 
 +
 
 +
==Untuk Ubuntu 10.10 atau yang berbasis text==
 +
 
 +
Ketik
 +
 
 +
install vga=771 noapic nolapic pnpbios=off
 +
 
 +
Ada baiknya membaca
 +
 
 +
http://en.wikipedia.org/wiki/VESA_BIOS_Extensions#Linux_video_mode_numbers
 +
 
 +
Untuk daftar lengkap vga=XXX
 +
 
 +
==Untuk Ubuntu < 9.10==
 +
 
 +
Kalau sudah berhasil di install [[Ubuntu]]-nya maka selanjutnya
 +
ganti /etc/X11/xorg.conf.
  
Kalau sudah berhasil di install
+
File berikut adalah punya [[Mandriva]] kalau gak salah, tapi bisa berjalan juga koq di [[Ubuntu]]
ganti /etc/X11/xorg.conf punya Mandriva kalau gak salah.
+
 
Untuk memudahkan berikut adalah isi xorg.conf tersebut
+
==Untuk Ubuntu 10.04==
  
<nowiki>
+
xorg.conf di tulis pada
  
# File generated by XFdrake (rev 247269)
+
/usr/lib/X11/xorg.conf.d/01-xorg.conf
  
Section "Monitor"
+
Perhatikan ada 01 di muka xorg.conf
Identifier "monitor1"
 
VendorName "Generic"
 
ModelName "Flat Panel 1280x800"
 
HorizSync 31.5-90
 
VertRefresh 60
 
Option "PreferredMode" "1280x800"
 
ModeLine "1280x800" 68.94 1280 1301 1333 1408 800 803 808 816 -hsync -vsync
 
#ModeLine "768x576"    50.00  768  832  846 1000  576  590  595  630
 
#ModeLine "768x576"    63.07  768  800  960 1024  576  578  590  616
 
#ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync
 
#ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync
 
#ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync
 
#ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync
 
ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
 
#ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
 
# Monitor preferred modeline (60.0 Hz vsync, 49.0 kHz hsync, ratio 16/10, 106 dpi)
 
# TV fullscreen mode or DVD fullscreen output.
 
# 768x576 @ 79 Hz, 50 kHz hsync
 
# 768x576 @ 100 Hz, 61.6 kHz hsync
 
# modeline generated by gtf(1) [handled by XFdrake]
 
# modeline generated by gtf(1) [handled by XFdrake]
 
# modeline generated by gtf(1) [handled by XFdrake]
 
# modeline generated by gtf(1) [handled by XFdrake]
 
# modeline generated by gtf(1) [handled by XFdrake]
 
# modeline generated by gtf(1) [handled by XFdrake]
 
EndSection
 
  
Section "Screen"
 
Identifier "screen1"
 
Device "device1"
 
Monitor "monitor1"
 
DefaultColorDepth 24
 
Option        "RenderAccel" "True"
 
Option "AddARGBGLXVisual" "Enable"
 
SubSection "Display"
 
Depth 8
 
Modes "1280x800"
 
#Virtual 1280 768
 
Virtual 1280 800
 
EndSubSection
 
SubSection "Display"
 
Depth 15
 
Modes "1280x800"
 
#Virtual 1280 768
 
Virtual 1280 800
 
EndSubSection
 
SubSection "Display"
 
Depth 16
 
Modes "1280x800"
 
#Virtual 1280 768
 
Virtual 1280 800
 
EndSubSection
 
SubSection "Display"
 
Depth 24
 
Modes "1280x800"
 
#Virtual 1280 768
 
Virtual 1280 800
 
EndSubSection
 
EndSection
 
  
Section "Module"
+
==Untuk Ubuntu 10.10==
Load "dbe" # Double-Buffering Extension
 
Load "v4l" # Video for Linux
 
Load "extmod"
 
# Load "freetype"
 
Load "glx" # 3D layer
 
Load "dri"
 
Load "GLcore"
 
# Load "xtrap"
 
Load "record"
 
###    #Disable "dri"
 
#    Load "type1"
 
EndSection
 
  
Section "InputDevice"
+
xorg.conf di tulis pada
Identifier "Keyboard1"
 
Driver "kbd"
 
Option "XkbModel" "pc105"
 
Option "XkbLayout" "us"
 
Option "XkbOptions" "compose:rwin"
 
EndSection
 
  
Section "InputDevice"
+
/usr/share/X11/xorg.conf.d/01-xorg.conf
Identifier "Mouse1"
 
Driver "mouse"
 
Option "Protocol" "ExplorerPS/2"
 
Option "Device" "/dev/mouse"
 
EndSection
 
  
Section "Extensions"
+
Perhatikan ada 01 di muka xorg.conf
Option        "Composite" "off"
 
EndSection
 
  
Section "ServerLayout"
+
==isi xorg.conf==
Identifier "layout1"
 
InputDevice "Keyboard1" "CoreKeyboard"
 
InputDevice "Mouse1" "CorePointer"
 
Screen "screen1"
 
EndSection
 
  
Section "Device"
+
Untuk memudahkan berikut adalah isi xorg.conf tersebut
Identifier "device1"
 
VendorName "Silicon Integrated Systems [SiS]"
 
BoardName "SiS SiS 670 / 671-based cards"
 
Driver "vesa"
 
VideoRam 262144
 
BusID "PCI:1:0:0"
 
Option "NoFlip" "True"
 
Option "EnableSiSCtrl" "yes"
 
Option "DPMS"
 
Option "XAANoOffscreenPixmaps" "True"
 
Option "ForcePanel" "True"
 
Option "TripleBuffer" "True"
 
Option "LCDPort" "DFP_HIGHLOW"
 
Option "EnableAGPDMA" "True"
 
Option "DRI" "true"
 
Option "AllowGLXWithComposite" "True"
 
Option "DamageEvents" "True"
 
EndSection
 
  
Section "ServerFlags"
 
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
 
EndSection
 
  
Section "ServerFlags"
+
# File generated by XFdrake (rev 247269)
Option "AIGLX" "off"
+
Option "IgnoreABI" "true"
+
Section "Monitor"
Option "Composite" "True"
+
Identifier "monitor1"
##    Option "Xinerama" "enable"
+
VendorName "Generic"
EndSection
+
ModelName "Flat Panel 1280x800"
 +
HorizSync 31.5-90
 +
VertRefresh 60
 +
Option "PreferredMode" "1280x800"
 +
ModeLine "1280x800" 68.94 1280 1301 1333 1408 800 803 808 816 -hsync -vsync
 +
#ModeLine "768x576"    50.00  768  832  846 1000  576  590  595  630
 +
#ModeLine "768x576"    63.07  768  800  960 1024  576  578  590  616
 +
#ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync
 +
#ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync
 +
#ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync
 +
#ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync
 +
ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
 +
#ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
 +
# Monitor preferred modeline (60.0 Hz vsync, 49.0 kHz hsync, ratio 16/10, 106 dpi)
 +
# TV fullscreen mode or DVD fullscreen output.
 +
# 768x576 @ 79 Hz, 50 kHz hsync
 +
# 768x576 @ 100 Hz, 61.6 kHz hsync
 +
# modeline generated by gtf(1) [handled by XFdrake]
 +
# modeline generated by gtf(1) [handled by XFdrake]
 +
# modeline generated by gtf(1) [handled by XFdrake]
 +
# modeline generated by gtf(1) [handled by XFdrake]
 +
# modeline generated by gtf(1) [handled by XFdrake]
 +
# modeline generated by gtf(1) [handled by XFdrake]
 +
EndSection
 +
 +
Section "Screen"
 +
Identifier "screen1"
 +
Device "device1"
 +
Monitor "monitor1"
 +
DefaultColorDepth 24
 +
Option        "RenderAccel" "True"
 +
Option "AddARGBGLXVisual" "Enable"
 +
SubSection "Display"
 +
Depth 8
 +
Modes "1280x800"
 +
#Virtual 1280 768
 +
Virtual 1280 800
 +
EndSubSection
 +
SubSection "Display"
 +
Depth 15
 +
Modes "1280x800"
 +
#Virtual 1280 768
 +
Virtual 1280 800
 +
EndSubSection
 +
SubSection "Display"
 +
Depth 16
 +
Modes "1280x800"
 +
#Virtual 1280 768
 +
Virtual 1280 800
 +
EndSubSection
 +
SubSection "Display"
 +
Depth 24
 +
Modes "1280x800"
 +
#Virtual 1280 768
 +
Virtual 1280 800
 +
EndSubSection
 +
EndSection
 +
 +
Section "Module"
 +
Load "dbe" # Double-Buffering Extension
 +
Load "v4l" # Video for Linux
 +
Load "extmod"
 +
# Load "freetype"
 +
Load "glx" # 3D layer
 +
Load "dri"
 +
Load "GLcore"
 +
# Load "xtrap"
 +
Load "record"
 +
  ###    #Disable "dri"
 +
#    Load "type1"
 +
EndSection
 +
 +
Section "InputDevice"
 +
Identifier "Keyboard1"
 +
Driver "kbd"
 +
Option "XkbModel" "pc105"
 +
Option "XkbLayout" "us"
 +
Option "XkbOptions" "compose:rwin"
 +
EndSection
 +
 +
Section "InputDevice"
 +
Identifier "Mouse1"
 +
Driver "mouse"
 +
Option "Protocol" "ExplorerPS/2"
 +
Option "Device" "/dev/mouse"
 +
EndSection
 +
 +
Section "Extensions"
 +
Option        "Composite" "off"
 +
EndSection
 +
 +
Section "ServerLayout"
 +
Identifier "layout1"
 +
InputDevice "Keyboard1" "CoreKeyboard"
 +
InputDevice "Mouse1" "CorePointer"
 +
Screen "screen1"
 +
EndSection
 +
 +
Section "Device"
 +
Identifier "device1"
 +
VendorName "Silicon Integrated Systems [SiS]"
 +
BoardName "SiS SiS 670 / 671-based cards"
 +
Driver "vesa"
 +
VideoRam 262144
 +
BusID "PCI:1:0:0"
 +
Option "NoFlip" "True"
 +
Option "EnableSiSCtrl" "yes"
 +
Option "DPMS"
 +
Option "XAANoOffscreenPixmaps" "True"
 +
Option "ForcePanel" "True"
 +
Option "TripleBuffer" "True"
 +
Option "LCDPort" "DFP_HIGHLOW"
 +
Option "EnableAGPDMA" "True"
 +
Option "DRI" "true"
 +
Option "AllowGLXWithComposite" "True"
 +
Option "DamageEvents" "True"
 +
EndSection
 +
 +
Section "ServerFlags"
 +
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
 +
EndSection
 +
 +
Section "ServerFlags"
 +
Option "AIGLX" "off"
 +
Option "IgnoreABI" "true"
 +
Option "Composite" "True"
 +
##    Option "Xinerama" "enable"
 +
EndSection
  
</nowiki>
 
  
 +
==Referensi==
  
 +
* http://www.ubuntugeek.com/how-to-install-sis-771671-mirage-3-video-drivers-in-ubuntu-10-04-lucid.html
 +
* http://estebanordano.com.ar/wp-content/uploads/2010/02/xorg-driver-sis671-0.9.1-fixed-source.tar.gz
 +
* http://estebanordano.com.ar/wp-content/uploads/2010/02/xorg-driver-sis671-0.9.1-fixed-build.zip
 +
* http://en.wikipedia.org/wiki/VESA_BIOS_Extensions#Linux_video_mode_numbers
 +
* http://ubuntuforums.org/showthread.php?t=958967&page=38
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[Xorg.conf untuk mereka yang menggunakan Sis]]
 +
* [[Instalasi Sis 771/671]]
 
* [[Linux Howto]]
 
* [[Linux Howto]]
 +
* [[Driver VGA Sis untuk Linux]]
 +
* [[Driver VGA Via untuk Linux]]
 +
* [[Instalasi Linux - Layar VGA tidak keluar apa-apa? atau kacau]]
 +
* http://pakeklinux.wordpress.com/2010/05/09/cara-install-driver-vga-nvidia-di-ubuntu-10-04-lucid-lynx/
 +
 +
[[Category: Linux]]
 +
[[Category: VGA]]

Latest revision as of 17:45, 22 January 2012

Untuk mereka yang menggunakan VGA Sis atu Via kita perlu sedikit menambahkan proses saat instalasi pertama kali Ubuntu.

Untuk Ubuntu 10.04 ke bawah atau yang berbasis grafis

Waktu pertama kali install Ubuntu tekan <F6> terus ketik sebelum akhir kalimat yang ada "--"

noapic acpi=off vga=771 pnpbios=off


Untuk Ubuntu 10.10 atau yang berbasis text

Ketik

install vga=771 noapic nolapic pnpbios=off

Ada baiknya membaca

http://en.wikipedia.org/wiki/VESA_BIOS_Extensions#Linux_video_mode_numbers

Untuk daftar lengkap vga=XXX

Untuk Ubuntu < 9.10

Kalau sudah berhasil di install Ubuntu-nya maka selanjutnya ganti /etc/X11/xorg.conf.

File berikut adalah punya Mandriva kalau gak salah, tapi bisa berjalan juga koq di Ubuntu

Untuk Ubuntu 10.04

xorg.conf di tulis pada

/usr/lib/X11/xorg.conf.d/01-xorg.conf

Perhatikan ada 01 di muka xorg.conf


Untuk Ubuntu 10.10

xorg.conf di tulis pada

/usr/share/X11/xorg.conf.d/01-xorg.conf

Perhatikan ada 01 di muka xorg.conf

isi xorg.conf

Untuk memudahkan berikut adalah isi xorg.conf tersebut


# File generated by XFdrake (rev 247269) 

Section "Monitor"
	Identifier "monitor1"
	VendorName "Generic"
	ModelName "Flat Panel 1280x800" 
	HorizSync 31.5-90
	VertRefresh 60
	Option "PreferredMode" "1280x800"
	ModeLine "1280x800" 68.94 1280 1301 1333 1408 800 803 808 816 -hsync -vsync
	#ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
	#ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
	#ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync
	#ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync
	#ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync
	#ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync
	ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
	#ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
	# Monitor preferred modeline (60.0 Hz vsync, 49.0 kHz hsync, ratio 16/10, 106 dpi)
	# TV fullscreen mode or DVD fullscreen output.
	# 768x576 @ 79 Hz, 50 kHz hsync
	# 768x576 @ 100 Hz, 61.6 kHz hsync
	# modeline generated by gtf(1) [handled by XFdrake]
	# modeline generated by gtf(1) [handled by XFdrake]
	# modeline generated by gtf(1) [handled by XFdrake]
	# modeline generated by gtf(1) [handled by XFdrake]
	# modeline generated by gtf(1) [handled by XFdrake]
	# modeline generated by gtf(1) [handled by XFdrake]
EndSection

Section "Screen"
	Identifier "screen1"
	Device "device1"
	Monitor "monitor1"
	DefaultColorDepth 24
	Option         "RenderAccel" "True"
	Option "AddARGBGLXVisual" "Enable"
	SubSection "Display"
		Depth 8
		Modes "1280x800"
		#Virtual	1280 768
		Virtual		1280 800
	EndSubSection
	SubSection "Display"
		Depth 15
		Modes "1280x800"
		#Virtual	1280 768
		Virtual		1280 800
	EndSubSection
	SubSection "Display"
		Depth 16
		Modes "1280x800"
		#Virtual	1280 768
		Virtual		1280 800
	EndSubSection
	SubSection "Display"
		Depth 24
		Modes "1280x800"
		#Virtual	1280 768
		Virtual		1280 800
	EndSubSection
EndSection

Section "Module"
	Load "dbe" # Double-Buffering Extension
	Load "v4l" # Video for Linux
	Load "extmod"
# 	Load "freetype"
	Load "glx" # 3D layer
	Load "dri"
	Load "GLcore"
# 	Load "xtrap"
	Load "record"
 	###    #Disable "dri"
	#    Load "type1"
EndSection

Section "InputDevice"
	Identifier "Keyboard1"
	Driver "kbd"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "us"
	Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
	Identifier "Mouse1"
	Driver "mouse"
	Option "Protocol" "ExplorerPS/2"
	Option "Device" "/dev/mouse"
EndSection

Section "Extensions"
	Option         "Composite" "off"
EndSection

Section "ServerLayout"
	Identifier "layout1"
	InputDevice "Keyboard1" "CoreKeyboard"
	InputDevice "Mouse1" "CorePointer"
	Screen "screen1"
EndSection

Section "Device"
	Identifier "device1"
	VendorName "Silicon Integrated Systems [SiS]"
	BoardName "SiS SiS 670 / 671-based cards"
	Driver "vesa"
	VideoRam 262144
	BusID "PCI:1:0:0"
	Option "NoFlip" "True"
	Option "EnableSiSCtrl" "yes"
	Option "DPMS"
	Option "XAANoOffscreenPixmaps" "True"
	Option "ForcePanel" "True"
	Option "TripleBuffer" "True"
	Option "LCDPort" "DFP_HIGHLOW"
	Option "EnableAGPDMA" "True"
	Option "DRI" "true"
	Option "AllowGLXWithComposite" "True"
	Option "DamageEvents" "True"
EndSection

Section "ServerFlags"
	AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "ServerFlags"
	Option "AIGLX" "off"
	Option "IgnoreABI" "true"
	Option "Composite" "True"
	##     Option "Xinerama" "enable"
EndSection


Referensi

Pranala Menarik