SIS Mirage 3 Graphichs ekran kartım var. Linux Mint 17 kurdum. En yüksek 640x480 çözünürlükte kullanabiliyorum. Forumda bir arkadaş daha sormuş, sanırım çareyi Linux Mint 13 kurmakta bulmuş. O arkadaş 1024*768 çözünürlükte kullanabiliyormuş. O konudaki bütün adımları uyguladım, fakat sorunu çözemedim. LinuxMint 17'de bu ekran kartını 1024x768 çözünürlükte kullanamaz mıyım?
Çıktılar:
cvt 1280 800
# 1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHz
Modeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected 640x480+0+0 0mm x 0mm
640x480 73.0* xrandr --newmode 1280x800 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
xrandr: Failed to get size of gamma for output defaultxrandr --addmode default 1280x800
xrandr: Failed to get size of gamma for output defaultxrandr --output default --mode 1280x800
xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failedlspci | grep VGA
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)inxi -G
Graphics: Card: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter
X.Org: 1.15.1 drivers: fbdev (unloaded: sis,vesa) Resolution: 640x480@73.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits) GLX Version: 2.1 Mesa 10.1.0LinuxMint13 için hazırlanan sürücüyü kurmayı da denedim. Olmadı.
Sorun Butterfly sayesinde çözüldü:
http://forum.linuxmint.net.tr/index.php?topic=1039.msg5944#msg5944
Ev dizininde xorg.conf adından bir belge oluşturp aşağıdakileri içine yapıştırın. Ardından şu komutu verip bilgisayarı yeniden başlatın.
Verilecek komut:
sudo cp xorg.conf /etc/X11/xorg.confBelge içine yapıştırılacak kod:
Section "Device"
Identifier "Generic Video Card"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "771/671 PCIE VGA Display Adapter"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
Option "UseFBDev" "true"
Option "DPMS"
Option "ShadowFB"
Option "MaxXFBMem"
VideoRam 262016
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
HorizSync 20-107
VertRefresh 50-185
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 768
Modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "800x600@56"
EndSubSection
EndSection
Section "Module"
Load "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "int10"
Load "vbe"
Load "speedo"
Load "record"
EndSection
Section "DRI"
Mode 0666
EndSection