Jump to content

x1900 Monitor + HDTV bug


Guest scaar
 Share

Recommended Posts

Well i got my ati driver installed finally, found out when my monitor was going black (even though config said Philips 107t5) it was for some reason outputting X to my HDTV (which isnt a Philips 107t5 but a toshiba) which i dont understand why its going to my TV when HardDrake was picking up my monitor not my TV, i hit test and it pops up on my TV (hen its connected). Now i cannot keep unhooking my compnent jacks from the ati dongle everytime i want to run linux ( not that theres anything wrong with linux on an HDTV its just positioning over where my tv is vs. where my kb/mouse and stuff it). So there has to be a way to either setup clone display, or force it to ignore my TV when its plugged in.

Heres a copy and paste of my xorg.conf if someone can let me know what i need to delete/change in it to fix this bug. I have the resolution set for my monitor that i wish to keep, i only would like to change which display it goes to when X starts when both are plugged in.

 

 

# File generated by XFdrake (rev 57713)

 

# **********************************************************************

# Refer to the xorg.conf man page for details about the format of

# this file.

# **********************************************************************

 

Section "Files"

# font server independent of the X server to render fonts.

FontPath "unix/:-1"

 

# minimal fonts to allow X to run without xfs

FontPath "/usr/share/fonts/misc:unscaled"

EndSection

 

Section "Extensions"

EndSection

 

Section "ServerFlags"

#DontZap # disable <Crtl><Alt><BS> (server abort)

#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)

AllowMouseOpenFail # allows the server to start up even if the mouse does not work

EndSection

 

Section "Module"

Load "dbe" # Double-Buffering Extension

Load "v4l" # Video for Linux

Load "extmod"

Load "type1"

Load "freetype"

Load "glx" # 3D layer

Load "dri" # direct rendering

EndSection

 

Section "InputDevice"

Identifier "Keyboard1"

Driver "kbd"

Option "XkbModel" "pc105"

Option "XkbLayout" "us"

Option "XkbOptions" "compose:rwin"

EndSection

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "ExplorerPS/2"

Option "Device" "/dev/mouse"

EndSection

 

Section "Monitor"

Identifier "monitor1"

VendorName "Generic"

ModelName "1280x1024 @ 60 Hz"

HorizSync 31.5-64.3

VertRefresh 50-70

 

# TV fullscreen mode or DVD fullscreen output.

# 768x576 @ 79 Hz, 50 kHz hsync

ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

 

# 768x576 @ 100 Hz, 61.6 kHz hsync

ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

EndSection

 

Section "Device"

Identifier "device1"

BoardName "ATI Radeon (fglrx)"

Driver "fglrx"

Option "DPMS"

Option "FSAAMSPosY1" "0.000000"

Option "StereoSyncEnable" "1"

 

# === disable PnP Monitor ===

#Option "NoDDC"

Option "FSAAMSPosX5" "0.000000"

Option "FSAAMSPosX2" "0.000000"

Option "FSAAMSPosY4" "0.000000"

Option "FSAAMSPosX4" "0.000000"

Option "FSAAMSPosY0" "0.000000"

Option "FSAADisableGamma" "no"

 

# === Video Overlay for the Xv extension ===

Option "VideoOverlay" "on"

Option "ForceGenericCPU" "no"

Option "GammaCorrectionII" "0x00000000"

Option "VRefresh2" "unspecified"

Option "CenterMode" "off"

Option "FSAAMSPosY5" "0.000000"

Option "IgnoreEDID" "off"

 

# === OpenGL Overlay ===

# Note: When OpenGL Overlay is enabled, Video Overlay

# will be disabled automatically

Option "OpenGLOverlay" "off"

Option "FSAACustomizeMSPos" "no"

 

# === FSAA ===

Option "FSAAScale" "1"

 

# === FireGL DDX driver module specific settings ===

# === Screen Management ===

Option "DesktopSetup" "0x00000000"

Option "HSync2" "unspecified"

Option "TVHStartAdj" "0"

Option "FSAAMSPosX0" "0.000000"

Option "no_dri" "no"

Option "GammaCorrectionI" "0x00000000"

Option "FSAAMSPosX1" "0.000000"

Option "BlockSignalsOnLock" "on"

Option "UseInternalAGPGART" "no"

Option "MonitorLayout" "AUTO, AUTO"

 

# === Misc Options ===

Option "UseFastTLS" "0"

 

# === disable/enable XAA/DRI ===

Option "no_accel" "no"

 

# === OpenGL specific profiles/settings ===

Option "Capabilities" "0x00000000"

Option "FSAAMSPosY3" "0.000000"

Option "TVColorAdj" "0"

Option "TVVPosAdj" "0"

Option "TVStandard" "NTSC-M"

Option "FSAAMSPosY2" "0.000000"

 

# === TV-out Management ===

Option "NoTV" "yes"

Option "TVHPosAdj" "0"

Option "TVHSizeAdj" "0"

 

# === QBS Support ===

Option "Stereo" "off"

Option "ScreenOverlap" "0"

Option "FSAAMSPosX3" "0.000000"

Option "TVVSizeAdj" "0"

EndSection

 

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 24

 

Subsection "Display"

Depth 8

Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"

EndSubsection

 

Subsection "Display"

Depth 15

Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"

EndSubsection

 

Subsection "Display"

Depth 16

Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"

EndSubsection

 

Subsection "Display"

Depth 24

Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"

EndSubsection

EndSection

 

Section "ServerLayout"

Identifier "layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "Mouse1" "CorePointer"

Screen "screen1"

EndSection

Edited by scaar
Link to comment
Share on other sites

This may be a bit overboard, but first thing I would do is comment out all of this:

Option "FSAAMSPosY1" "0.000000"
Option "StereoSyncEnable" "1"

# === disable PnP Monitor ===
#Option "NoDDC"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAADisableGamma" "no"

# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
Option "ForceGenericCPU" "no"
Option "GammaCorrectionII" "0x00000000"
Option "VRefresh2" "unspecified"
Option "CenterMode" "off"
Option "FSAAMSPosY5" "0.000000"
Option "IgnoreEDID" "off"

# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
Option "FSAACustomizeMSPos" "no"

# === FSAA ===
Option "FSAAScale" "1"

# === FireGL DDX driver module specific settings ===
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "HSync2" "unspecified"
Option "TVHStartAdj" "0"
Option "FSAAMSPosX0" "0.000000"
Option "no_dri" "no"
Option "GammaCorrectionI" "0x00000000"
Option "FSAAMSPosX1" "0.000000"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "MonitorLayout" "AUTO, AUTO"

# === Misc Options ===
Option "UseFastTLS" "0"

# === disable/enable XAA/DRI ===
Option "no_accel" "no"

# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "FSAAMSPosY3" "0.000000"
Option "TVColorAdj" "0"
Option "TVVPosAdj" "0"
Option "TVStandard" "NTSC-M"
Option "FSAAMSPosY2" "0.000000"

# === TV-out Management ===
Option "NoTV" "yes"
Option "TVHPosAdj" "0"
Option "TVHSizeAdj" "0"

# === QBS Support ===
Option "Stereo" "off"
Option "ScreenOverlap" "0"
Option "FSAAMSPosX3" "0.000000"
Option "TVVSizeAdj" "0"

Just put #'s at the beginning of any line that doesn't already start with one. Then try starting X again and see what happens. It's a bunch of added specifications that aren't necessary for your system to properly use your card, and a lot of it has to do with having an external TV (which makes think you had the HDTV hooked up during the driver setup/install, which leads me to my next idea....)

 

Another possibility, and maybe an easier one, would be to disconnect the HDTV, re-run the ATI setup, restart X to make sure it goes to the main monitor, then hook the HDTV back up. This, though, may not work out right.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...