1 Attachment(s)
[SOLVED] Ubuntu 10.10, video SIS 661, can not set a normal resolution
Conclusion lspci
Code:
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
The contents of xorg.conf (created by "X-configure"), added by me highlighted red color
Quote:
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 *"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"
* *Modeline "1280x1024_60.00" *108.88 *1280 1360 1496 1712 *1024 1025 1028 1060 *-HSync +Vsync
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 * * "Accel" * * * * * * * # [<bool>]
* * * *#Option * * "AccelMethod" * * * * # <str>
* * * *#Option * * "TurboQueue" * * * * # [<bool>]
* * * *#Option * * "FastVram" * * * * * # [<bool>]
* * * *#Option * * "HostBus" * * * * * * # [<bool>]
* * * *#Option * * "RenderAcceleration" # [<bool>]
* * * *#Option * * "ForceCRT1Type" * * * # <str>
* * * *#Option * * "ForceCRT2Type" * * * # <str>
* * * *#Option * * "ShadowFB" * * * * * # [<bool>]
* * * *#Option * * "DRI" * * * * * * * * # [<bool>]
* * * *#Option * * "AGPSize" * * * * * * # <i>
* * * *#Option * * "GARTSize" * * * * * # <i>
* * * *#Option * * "Vesa" * * * * * * * # [<bool>]
* * * *#Option * * "MaxXFBMem" * * * * * # <i>
* * * *#Option * * "EnableSiSCtrl" * * * # [<bool>]
* * * *#Option * * "SWCursor" * * * * * # [<bool>]
* * * *#Option * * "HWCursor" * * * * * # [<bool>]
* * * *#Option * * "UseColorHWCursor" * # [<bool>]
* * * *#Option * * "Rotate" * * * * * * # <str>
* * * *#Option * * "Reflect" * * * * * * # <str>
* * * *#Option * * "Xvideo" * * * * * * # [<bool>]
* * * *#Option * * "InternalModes" * * * # [<bool>]
* * * *#Option * * "OverruleFrequencyRanges" # [<bool>]
* * * *#Option * * "RestoreBySetMode" * # [<bool>]
* * * *#Option * * "ForceCRT1" * * * * * # [<bool>]
* * * *#Option * * "XvOnCRT2" * * * * * # [<bool>]
* * * *#Option * * "PanelDelayCompensation" # <i>
* * * *#Option * * "PDC" * * * * * * * * # <i>
* * * *#Option * * "PanelDelayCompensation2" # <i>
* * * *#Option * * "PDC2" * * * * * * * # <i>
* * * *#Option * * "PanelDelayCompensation1" # <i>
* * * *#Option * * "PDC1" * * * * * * * # <i>
* * * *#Option * * "EMI" * * * * * * * * # <i>
* * * *#Option * * "LVDSHL" * * * * * * # <i>
* * * *#Option * * "ForcePanelRGB" * * * # <i>
* * * *#Option * * "SpecialTiming" * * * # <str>
* * * *#Option * * "TVStandard" * * * * # <str>
* * * *#Option * * "UseROMData" * * * * # [<bool>]
* * * *#Option * * "UseOEMData" * * * * # [<bool>]
* * * *#Option * * "YV12" * * * * * * * # [<bool>]
* * * *#Option * * "CHTVType" * * * * * # [<bool>]
* * * *#Option * * "CHTVOverscan" * * * # [<bool>]
* * * *#Option * * "CHTVSuperOverscan" * # [<bool>]
* * * *#Option * * "CHTVLumaBandwidthCVBS" # <i>
* * * *#Option * * "CHTVLumaBandwidthSVIDEO" # <i>
* * * *#Option * * "CHTVLumaFlickerFilter" # <i>
* * * *#Option * * "CHTVChromaBandwidth" # <i>
* * * *#Option * * "CHTVChromaFlickerFilter" # <i>
* * * *#Option * * "CHTVCVBSColor" * * * # [<bool>]
* * * *#Option * * "CHTVTextEnhance" * * # <i>
* * * *#Option * * "CHTVContrast" * * * # <i>
* * * *#Option * * "SISTVEdgeEnhance" * # <i>
* * * *#Option * * "SISTVAntiFlicker" * # <str>
* * * *#Option * * "SISTVSaturation" * * # <i>
* * * *#Option * * "SISTVCFilter" * * * # [<bool>]
* * * *#Option * * "SISTVYFilter" * * * # <i>
* * * *#Option * * "SISTVColorCalibFine" # <i>
* * * *#Option * * "SISTVColorCalibCoarse" # <i>
* * * *#Option * * "SISTVXScale" * * * * # <i>
* * * *#Option * * "SISTVYScale" * * * * # <i>
* * * *#Option * * "TVXPosOffset" * * * # <i>
* * * *#Option * * "TVYPosOffset" * * * # <i>
* * * *#Option * * "SIS6326TVAntiFlicker" # <str>
* * * *#Option * * "SIS6326TVEnableYFilter" # [<bool>]
* * * *#Option * * "SIS6326TVYFilterStrong" # [<bool>]
* * * *#Option * * "SIS6326TVForcePlug" # <str>
* * * *#Option * * "SIS6326FSCAdjust" * # <i>
* * * *#Option * * "YPbPrAspectRatio" * # <str>
* * * *#Option * * "TVBlueWorkAround" * # [<bool>]
* * * *#Option * * "ColorHWCursorBlending" # [<bool>]
* * * *#Option * * "ColorHWCursorBlendThreshold" # <i>
* * * *#Option * * "CRT2Detection" * * * # [<bool>]
* * * *#Option * * "ForceCRT2ReDetection" # [<bool>]
* * * *#Option * * "SenseYPbPr" * * * * # [<bool>]
* * * *#Option * * "CRT1Gamma" * * * * * # [<bool>]
* * * *#Option * * "CRT2Gamma" * * * * * # [<str>]
* * * *#Option * * "GammaBrightness" * * # <str>
* * * *#Option * * "GammaBrightnessCRT2" # <str>
* * * *#Option * * "CRT2GammaBrightness" # <str>
* * * *#Option * * "Brightness" * * * * # <str>
* * * *#Option * * "NewGammaBrightness" # <str>
* * * *#Option * * "CRT2Brightness" * * # <str>
* * * *#Option * * "CRT2NewGammaBrightness" # <str>
* * * *#Option * * "Contrast" * * * * * # <str>
* * * *#Option * * "NewGammaContrast" * # <str>
* * * *#Option * * "CRT2Contrast" * * * # <str>
* * * *#Option * * "CRT2NewGammaContrast" # <str>
* * * *#Option * * "CRT1Saturation" * * # <i>
* * * *#Option * * "XvGamma" * * * * * * # [<str>]
* * * *#Option * * "XvDefaultContrast" * # <i>
* * * *#Option * * "XvDefaultBrightness" # <i>
* * * *#Option * * "XvDefaultHue" * * * # <i>
* * * *#Option * * "XvDefaultSaturation" # <i>
* * * *#Option * * "XvDefaultDisableGfx" # [<bool>]
* * * *#Option * * "XvDefaultDisableGfxLR" # [<bool>]
* * * *#Option * * "XvChromaMin" * * * * # <i>
* * * *#Option * * "XvChromaMax" * * * * # <i>
* * * *#Option * * "XvUseChromaKey" * * # [<bool>]
* * * *#Option * * "XvInsideChromaKey" * # [<bool>]
* * * *#Option * * "XvYUVChromaKey" * * # [<bool>]
* * * *#Option * * "XvDisableColorKey" * # [<bool>]
* * * *#Option * * "XvUseMemcpy" * * * * # [<bool>]
* * * *#Option * * "BenchmarkMemcpy" * * # [<bool>]
* * * *#Option * * "UseSSE" * * * * * * # [<bool>]
* * * *#Option * * "XvDefaultAdaptor" * # <str>
* * * *#Option * * "ScaleLCD" * * * * * # [<bool>]
* * * *#Option * * "CenterLCD" * * * * * # [<bool>]
* * * *#Option * * "EnableHotkey" * * * # [<bool>]
* * * *#Option * * "ForceCRT1VGAAspect" # <str>
* * * *#Option * * "ForceCRT2VGAAspect" # <str>
* * * *#Option * * "MergedFB" * * * * * # [<str>]
* * * *#Option * * "TwinView" * * * * * # [<str>]
* * * *#Option * * "MergedFBAuto" * * * # [<bool>]
* * * *#Option * * "CRT2HSync" * * * * * # <str>
* * * *#Option * * "SecondMonitorHorizSync" # <str>
* * * *#Option * * "CRT2VRefresh" * * * # <str>
* * * *#Option * * "SecondMonitorVertRefresh" # <str>
* * * *#Option * * "CRT2Position" * * * # <str>
* * * *#Option * * "TwinViewOrientation" # <str>
* * * *#Option * * "MetaModes" * * * * * # <str>
* * * *#Option * * "MergedDPI" * * * * * # <str>
* * * *#Option * * "MergedXinerama" * * # [<bool>]
* * * *#Option * * "TwinviewXineramaInfo" # [<bool>]
* * * *#Option * * "MergedXineramaCRT2IsScreen0" # [<bool>]
* * * *#Option * * "MergedNonRectangular" # [<bool>]
* * * *#Option * * "MergedMouseRestriction" # [<bool>]
Identifier *"Card0"
Driver * * *"sis"
VendorName *"Silicon Integrated Systems [SiS]"
BoardName * "661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
BusID * * * "PCI:1:0:0"
EndSection
Section "Screen"
* *DefaultDepth 24
Identifier "Screen0"
Device * * "Card0"
Monitor * *"Monitor0"
SubSection "Display"
Viewport * 0 0
* * * *Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth * * 1
EndSubSection
SubSection "Display"
Viewport * 0 0
* * * *Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth * * 4
EndSubSection
SubSection "Display"
Viewport * 0 0
* * * *Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth * * 8
EndSubSection
SubSection "Display"
Viewport * 0 0
* * * *Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth * * 15
EndSubSection
SubSection "Display"
Viewport * 0 0
* * * *Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth * * 16
EndSubSection
SubSection "Display"
Viewport * 0 0
* * * *Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth * * 24
EndSubSection
EndSection
Item Modeline generated by the utility gtf (gtf 1280 1024 60).
Tried many ways but nothing comes out.
In the permissions list only from 320x240 to 800x600.
Attach a dump of information about iron, made the program PC wizard.