MyGica V2V Pro
Matthew Barnes
mbarnes at redhat.com
Thu Jan 26 16:33:34 PST 2012
I have an older Dell workstation with an integrated Intel i865 running
Debian Testing with XOrg 7.6.
Recently I got a MyGica V2V Pro [1] video to VGA converter so I can play
games from an old game console on my LCD monitor. It has a VGA passthru
so I can switch between my PC and the game console or other video device
device on-the-fly.
However when I boot the machine with this V2V device between the PC and
monitor, I see the BIOS screen flash by and the kernel start to load,
but then when it tries to do a mode switch the monitor goes into power
save mode and never comes back.
When the PC and monitor are connected directly, everything works fine.
Figuring the V2V device is interfering with the intel driver's EDID
probe, I thought if I captured my working configuration and hard-coded
it in /etc/X11/xorg.conf, then the X server would have everything it
needed to know without probing the monitor.
So I ran "Xorg -configure" to get a base xorg.conf and then replaced the
"Monitor" section with the output of "get-edid | parse-edid". But the
intel driver seem to want to probe EDID regardless.
Attached is my xorg.conf and a diff of two Xorg logs -- one WITH the V2V
device attached and showing failures (-), and another WITHOUT the V2V
device attached and showing normal operation (+).
Hoping for some advice on what I'm doing wrong or what to try next.
Thanks,
Matthew Barnes
[1] http://www.amazon.com/MyGica-V2VPro-Video-Converter-Switcher/dp/B000XXZQWQ/
-------------- next part --------------
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 "dri"
Load "extmod"
Load "dri2"
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 "DEL"
ModelName "DELL IN2020M"
HorizSync 30-83
VertRefresh 50-76
# Max dot clock (video bandwidth) 170 MHz
# DPMS capabilities: Active off:yes Suspend:yes Standby:yes
Mode "1600x900" # vfreq 59.978Hz, hfreq 55.540kHz
DotClock 97.750000
HTimings 1600 1648 1680 1760
VTimings 900 903 908 926
Flags "-HSync" "+VSync"
EndMode
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 "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
Option "Monitor-VGA1" "Monitor0"
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.log.diff
Type: text/x-patch
Size: 36509 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20120126/4e774390/attachment.bin>
More information about the xorg
mailing list