Hi, I have an older ASUS Digimatrix with an SiS315 graphics chipset. I am connecting this to an HDTV (720p) which has HDMI, VGA and composite/etc input. The TV specs show it supports 1366x768, but I can only get 1024x768 at 75Hz mode.
This is a new install, FC12. 2.6.30.9-102.fc11.i686.PAE #1 SMP Fri Dec 4 00:19:26 EST 2009 i686 i686 i386 GNU/Linux.
The HTPC is connected to the TV via DVI-to-HDMI cable. I don't have the option to run a VGA cable to where the TV will mount (cable already in the wall). I am unsure if this makes a difference as to what video modes are available. I know the ASUS supports 1080i via the component-out, but that's another troubling cabling option.
Xorg can't identify the monitor - it comes up as 'unknown monitor' and only allows 1024x768 selection, max, in the dialog for Pref -> Display.
I have generated an xorg.conf using Xorg -configure (as there is no default one) and tried editing the file to add a mode for 1366 x 768 but that did not work. I'll include the xorg.conf below.
Any thoughts?
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 "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
Load "dbe"
Load "record"
Load "dri"
Load "extmod"
Load "dri2"
Load "glx"
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 "Dynex"
ModelName "32 inch 720p HDTV"
EndSection
Section "Device"
Identifier "Card0"
Driver "sis"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "65x/M650/740 PCI/AGP VGA Display Adapter"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Here is output from "xdpyinfo", concatenated a bit:
[root@mythtv2 X11]# xdpyinfo
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 10603901
X.Org version: 1.6.3.901
maximum request size: 16777212 bytes
motion buffer size: 256
bitmap unit, bit order, padding: 32, LSBFirst, 32
image byte order: LSBFirst
number of supported pixmap formats: 7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range: minimum 8, maximum 255
focus: window 0x3c00004, revert to Parent
number of extensions: 27
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
RANDR
RECORD
RENDER
SGI-GLX
SHAPE
SISCTRL
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
default screen number: 0
number of screens: 1
screen #0:
dimensions: 1024x768 pixels (703x390 millimeters)
resolution: 37x50 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0x10c
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 1
default colormap: 0x20
default number of colormap cells: 256
preallocated pixels: black 0, white 16777215
.... etc etc....