LINUX.ORG.RU

Ubuntu 10.04, видео SIS 661, не могу поставить нормальное разрешение


0

2

Вывод lspci

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX Host (rev 11)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO] (rev 36)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] RAID bus controller 180 SATA/PATA  [SiS] (rev 01)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter

Содержимое xorg.conf (создан с помощью «X -configure»), к добавленные мною пунктам добавлено «*added*» в начале строки http://ontext.info/41025

Пункт Modeline сгенерирован утилитой gtf (gtf 1280 1024 60).

Перепробовал много способов, гугл мучую, но ничего не выходит.

В списке разрешений только от 320x240 до 800x600.

Дамп информации о системе программой PC Wizard, отработавшей еще под виндой. http://forum.ubuntu.ru/index.php?action=dlattach;topic=132996.0;attach=22962

В системе установлены пакеты : xserver-xorg-video-sisusb версии 1:0.9.3-1, xserver-xorg-video-sis версии 1:0.10.2-2

xrandr -q выдает

Screen 0: minimum 320 x 240, current 800 x 600, maximum 1280 x 1024
default connected 800x600+0+0 0mm x 0mm
   800x600        60.0*    56.0  
   640x480        60.0  
   768x576        60.0  
   720x576        60.0  
   800x480        60.0  
   720x480        61.0  
   400x300        60.0  
   320x240        61.0  
   1280x1024_60.00   59.9  
   1024x768_60.00   59.4  
   800x600_75.00   74.9  
   1152x768_60.00   59.2  
   808x601_60.00   58.9

был поставлен пакет http://ncc-1701a.homelinux.net/~linux-sis/downloads/xorg-driver-sisimedia_0.9-1_i386.deb (взят отсюда http://rosinka.rosix.ru/index.php?topic=121.0) Теперь, xrandr ругается вот так:

xrandr: screen cannot be larger than 800x600 (desired size 1024x768)



Последнее исправление: WapMorgan (всего исправлений: 3)

Ответ на: комментарий от AptGet

Не совсем так, у меня модель 661FX, а 16 бит нужно ставить на старые модели, к которым моя, судя по началу текста, не относится.

Но все равно, поставил 16бит, ничего не изменилось.

WapMorgan
() автор топика

получилось добавить пункт 1280x1024@60 (пляски с xrandr помогли), но вот при выборе разрешения выдает:

Не удалось применить выбранную конфигурацию мониторов. Не удалось установить конфигурацию контроллера CTR 248

WapMorgan
() автор топика
Ответ на: комментарий от WapMorgan

путем тестов было выяснено что разрешение выше 800x600 установить невозможно

WapMorgan
() автор топика

при добавлении разрешения прямо в xorg.conf и последущем выборе его в настройках монитора, теперь уже такая ошибка

Не удалось применить выбранную конфигурацию мониторов. Не удалось установить конфигурацию контроллера CTR 262

WapMorgan
() автор топика
Ответ на: комментарий от Theli

Или сменил дистрибутив... Или установил драйвер вручную с сайта freedesktop. Кстати под Linux Voodoo работает, а на нём работает Quake III.

Zenitur
()
Ответ на: Финальный xorg.conf в студию!!! от anonymous
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "record"
	Load  "GLcore"
	Load  "glx"
	Load  "dbe"
	Load  "extmod"
	Load  "dri2"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    HorizSync 30-83
    VertRefresh 50-75
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card0"
	Driver      "sis"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
WapMorgan
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.