Summary: | [x1950 Pro] DVI + TVOut -> Screen0 | ||
---|---|---|---|
Product: | xorg | Reporter: | knight <grafinnn> |
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | ancoron |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
knight
2009-03-13 12:08:55 UTC
just updated to x11-drivers/xf86-video-ati-6.12.0, same problem ( x11-base/xorg-server-1.5.3-r5 x11-drivers/xf86-video-ati-6.12.1 same problem PS: x11-base/xorg-x11-7.2 not installed... is it may be problem? In the future please attach files rather than pasting them. TV-out is experimental and doesn't work well for everyone yet especially on r4xx/r5xx chips. ok, sorry, it's my first bug report. just updated to x11-drivers/xf86-video-ati-6.12.1-r1 same problem x11-drivers/xf86-video-ati-6.12.2 same problem the problem has resolved I have just updated to x11-drivers/xf86-video-ati-6.12.2-r1 The picture on tv, and no problem with console thanks sorry... very strange situation... It work only with build uvesafb this way, without kernel command line http://en.gentoo-wiki.com/wiki/Framebuffer [code] video=uvesafb:1600x1200-32@70,mtrr:3,ywrap [/code] If uvesafb was installed success and work, you can see the tv picture... After start x, goto virtual terminal and back... If you didn't off the kernel command line, console will be in pink color.. I think it is not stable yet... I did'nt found other way to use tv out To use tv-out, grab the latest xf86-video-ati source, and add: Option "ATOMTVOut" "True" to the device section of your xorg.conf my device section Section "Device" Identifier "Device0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "RV570 [Radeon X1950 Pro]" BusID "PCI:1:0:0" Option "DRI" "on" Option "AGPMode" "8" Option "BusType" "AGP" Option "ATOMTvOut" "on" Option "TVDACLoadDetect" "on" Option "Monitor-DVI-0" "Monitor0" Option "Monitor-S-video" "Monitor1" EndSection (In reply to comment #9) > my device section Make sure you are using the xf86-video-ati from git master with Dave's latest changes. I have just updated to latest git version, buld modules and replace so files to /usr/lib/xorg/modules/drivers/... My problem was stay. Without active uvesafb, my virtual terminal has pink color after startx. And I can't to set first screen to lcd display, first display is TV. Other way, I can't to separate my screen... I can send you, or post my xorg.conf... Some problem was resoleved by xinerama, but my xdm, gdm or kdm start on TV, and i can't to see it without turn on tv (In reply to comment #11) > I have just updated to latest git version, buld modules and replace so files to > /usr/lib/xorg/modules/drivers/... > My problem was stay. > Without active uvesafb, my virtual terminal has pink color after startx. > And I can't to set first screen to lcd display, first display is TV. > Other way, I can't to separate my screen... > I can send you, or post my xorg.conf... > Some problem was resoleved by xinerama, but my xdm, gdm or kdm start on TV, and > i can't to see it without turn on tv > As a workaround you might try to change the position of the TV inside the large virtual screen to be right to the LCD by either uncommenting the "RightOf" option in your xorg.conf: Section "Monitor" Identifier "Monitor-TV" Option "PreferredMode" "800x600" Option "RightOf" "Monitor0" EndSection ...or (if that doesn't do the trick) specify the position manually for xrandr using these: Section "Monitor" Identifier "Monitor0" Option "Position" "0 0" EndSection Section "Monitor" Identifier "Monitor-TV" Option "PreferredMode" "800x600" Option "RightOf" "Monitor0" Option "Position" "1280 0" # if the LCD width is set to 1280 EndSection After that you should actually get the login back to the LCD. I use x11-drivers/xf86-video-ati-6.12.4 version with Xorg 1.6.3. I have two display with different resolution. I have read this faq http://wiki.debian.org/XStrikeForce/HowToRandR12 I turn on S-video connector, when i need it. I have added this text to my .bashrc file xrandr --output S-video --off xrandr --output DVI-0 --mode 1920x120 One problem, with this driver, I have a pink virtual terminals (ctrl+alt+FN), always TV out should be working in git master and the stable 6.12-branch. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.