xf86-video-avivo and X1250 on Asus/M2A-VM

xeb at mail.ru xeb at mail.ru
Sun Oct 14 12:53:44 PDT 2007


> > Hello.
> > My LCD monitor is connected to DVI output and it reports that "Input does
> > not supported". It seems that driver uses analog output instead digital.
> > How it can be solved ?
> >
> > Thanks.
> > _______________________________________________
> > xorg mailing list
> > xorg at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/xorg
>
> Could you attach your xorg log and xorg conf thanks.




-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 28387 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20071014/c8ebf48c/attachment.bin>
-------------- next part --------------
Section "ServerLayout"
    Identifier     "Anaconda Configured"
    Screen      0  "Screen0" 0 0
#    Screen      1  "Screen1" leftOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/KOI8-R/75dpi:unscaled"
    FontPath        "/usr/share/fonts/KOI8-R/misc:unscaled"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/cyrillic:unscaled"
    FontPath        "/usr/share/fonts/cronyx/75dpi:unscaled"
    FontPath        "/usr/share/fonts/cronyx/misc:unscaled"
    FontPath        "/usr/share/fonts/terminus:unscaled"
    FontPath        "/usr/share/fonts/corefonts"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/default/ghostscript"
    FontPath        "/usr/local/share/fonts"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "fbdevhw"
#	Load "pex5"
    Load           "glx"
    Load           "record"
#        Load  "xie"
    Load           "freetype"
	#OCLoad  "bitmap"
EndSection

Section "InputDevice"

#	Option	"AutoRepeat"	"500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#	Option	"Protocol"	"Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,ru(winkeys)"
    Option         "XkbVariant" "basic"
    Option         "XkbOptions" "grp:ctrl_shift_toggle"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "no"
    Option         "Resolution" "2000"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync       30.0 - 80.0
    VertRefresh     50.0 - 70.0
    Option         "dpms"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync       30.0 - 85.0
    VertRefresh     50.0 - 60.0
    ModeLine       "1024x768_100" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "video0"
    Driver         "avivo"
#    Driver         "radeonhd"
    VendorName     "ATI Radeon (generic)"
    BoardName      "ATI Radeon (generic)"
    Option "AccelRender" "true"
    BusID "PCI:1:5:0"
#    Screen 0
#    Option "ignoreconnector" "true"
EndSection
#Section "Device"
#    Identifier     "video1"
#    Driver         "radeonhd"
#    VendorName     "ATI Radeon (generic)"
#    BoardName      "ATI Radeon (generic)"
#    Option "AccelRender" "true"
#    BusID "PCI:1:5:0"
#    Screen 1
#EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "video0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024"
    EndSubSection
    #Option "AddARGBGLXVisuals" "true"
EndSection
#Section "Screen"
#    Identifier     "Screen1"
#    Device         "video1"
#    Monitor        "Monitor1"
#    DefaultDepth    24
#    SubSection     "Display"
#        Depth       24
#        Modes      "1280x1024"
#    EndSubSection
    #Option "AddARGBGLXVisuals" "true"
#EndSection

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

Section "ServerFlags"
#    Option "Xinerama" "true"
EndSection


More information about the xorg mailing list