LinHES Forums http://forum.linhes.org/ |
|
Almost there, 2 more issues http://forum.linhes.org/viewtopic.php?f=6&t=10925 |
Page 1 of 1 |
Author: | tama102 [ Sat Jul 22, 2006 5:55 pm ] |
Post subject: | Almost there, 2 more issues |
First of all, thank you to everyone who has helped out this noob. I have learned a lot so far, and I really appreciate all your generous support. I am almost 100% up and running. I have one resolution question: I am using an infocus 4805 projector and I am trying to 1:1 pixel map my playback. I used the infocus modeline from the wiki which is 848x480 at 60 Hz I disabled all other modelines, and I commented out DPMS = true. When I start the computer, the projector displays that the signal is correctly set to 848x480. By the end of the boot sequence, when the Nvidia splash comes on the screen (just prior to the myth GUI starting) The image flickers and the resolution on the projector changes to 1024x768. I have already gone to the appearance settings and set everything to be viewed at 848x480. I also exited and opened an X shell and typed xrandr. It output that I was at my desired resolution of 848x480, with no other choices to switch to. So I am stumped can someone tell me what is going on? Is there a why that I can verify the actual pixels being displayed on the screen? Another question that may be related to the resolution: Sometimes when I was browsing around the mythtv gui, I could not highlight anything with the curser during navigation. The only way around this was pressing the escape button repeatedly until the linux desktop background flashed momentarily and then I was brought back to the main mythtv screen with a working curser. Whats up with that? Thanks again in advance. You guys are very wise and generous. |
Author: | mac [ Sat Jul 22, 2006 8:57 pm ] |
Post subject: | |
Quote: Is there a why that I can verify the actual pixels being displayed on the screen?
open a xterm and type: xwininfo then click the cursor on the background. |
Author: | tama102 [ Sat Jul 22, 2006 10:58 pm ] |
Post subject: | |
Alright, I tried the xwininfo, and it prints out that it is displaying the 848x480 that I wish to have. I am slightly confused, because when I boot the computer, my projector displays the correct 848x480 resolution. Why would it swithch to the 1024x768 resolution? My fear is that the computer is sending the right resolution, the projector reads it incorrectly as 1024x768, thus actually upconverting the origonal signal, and then downconverts it back again to 848x480. Maybe I am just paranoid, but it kind of bugs me. Plus I am still haveing the curser problems in myth. I dont understand that eithter |
Author: | tama102 [ Sat Jul 22, 2006 11:12 pm ] |
Post subject: | |
I just found the solution to my cursor question here: http://mysettopbox.tv/phpBB2/viewtopic. ... ght=cursor Although I am still curious about the resolution thing. |
Author: | mac [ Sun Jul 23, 2006 6:35 am ] |
Post subject: | |
I can think of a few tricks that might tell you what the infocus is thinking. change inputs while its connected to pc, when you cycle back to the pc input it should pop up what it thinks it at.. Another trick might be to unplug and replug the pc input.. to see what it spits up in its confusion.. I have no idea if it will damage the infocus, so please consult the manual first to see if there is a warning about any of tricks I am suggesting.. |
Author: | tama102 [ Sun Jul 23, 2006 7:37 am ] |
Post subject: | |
The people at the infocus forum seem to think that despite what xrander and xwininfo say, that the computer is still sending the 1024x768. Why would the computer read 848x840 during startup, and then switch to 1024x768 after the Nvidia splash comes on the screen? I tried to go through the NVIDIA settings, but I dont really know what to look for. By the way mac, I did try your suggestions, still know luck. It switched from the 1024x768 signal to a 480p signal from a regular dvd player. Then when I switched inputs again, it still read 1024x768 |
Author: | mac [ Sun Jul 23, 2006 7:55 am ] |
Post subject: | |
look in: /var/log/XFree86.0.log see if you can see what might be going on.. |
Author: | tama102 [ Sun Jul 23, 2006 12:52 pm ] |
Post subject: | |
Alright, I checked /var/log/XFree86.0.log and this is what I got in the relevant section: Code: (II) Setting vga for screen 0. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): NVIDIA GPU GeForce 6200 TurboCache(TM) at PCI:5:0:0 (--) NVIDIA(0): VideoRAM: 262144 kBytes (--) NVIDIA(0): VideoBIOS: 05.44.02.11.00 (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce 6200 TurboCache(TM) at (--) NVIDIA(0): PCI:5:0:0: (--) NVIDIA(0): IFS InFocusSP4805-D (DFP-0) (--) NVIDIA(0): IFS InFocusSP4805-D (DFP-0): 155.0 MHz maximum pixel clock (--) NVIDIA(0): IFS InFocusSP4805-D (DFP-0): Internal Single Link TMDS (II) NVIDIA(0): Assigned Display Device: DFP-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "848x480" (II) NVIDIA(0): Virtual screen size determined to be 848 x 480 (WW) NVIDIA(0): No size information available in DFP-0's EDID; cannot compute (WW) NVIDIA(0): DPI from EDID. (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default (--) Depth 24 pixmap format is 32 bpp Here are some details from my XF86Config-F file Code: Section "Monitor"
# Warning: This may fry old Monitors # Very conservative. May flicker. # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default. # Default modes distilled from # "VESA and Industry Standards and Guide for Computer Display Monitor # Timing", version 1.0, revision 0.8, adopted September 17, 1998. # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:5$ # 640x350 @ 85Hz (VESA) hsync: 37.9kHz Identifier "Monitor0" HorizSync 31.5 - 80.0 VertRefresh 50.0 - 85.0 Modeline "848x480" 37.293 848 936 984 1104 480 508 509 563 +hsync +vsync # Option "DPMS" "true" # Option "IgnoreEDID" "True" # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "848x480" EndSubSection Here are some other details, if I change Display subsection to: SubSection "Display" Depth 24 Modes "848x480" "800x600" EndSubSection Then when I restart my computer, my projector agin displays 848x480 during the boot, then switches to 800x600 (as opposed to 1024x768) after the Nvidia splash comes on the screen. So it is almost like that after the boot, it ignores my 848x480 in the modes section, and switches to the default "1024x768" "800x600" "640x480" display resolutions through some 'hidden modeline. I have also tried to ignore EDID - that did not seem to change the issue. I also tried "un-commenting" the default modelines to see what xrandr allows. It comes back with: "848x480" "1024x768" "800x600" "640X480" And when I switch to any resolution through xrandr, the projector flickers, and displays the correct resolution that I called out. Except when I switch to "848x480", the projector then shows "1024x768" I know the 848x480 modeline is good. It is posted on the knoppmyth wiki. Thanks again for all the help everyone. |
Author: | tama102 [ Tue Jul 25, 2006 7:35 am ] |
Post subject: | |
Alright, this is mainly a bump because I still cannot figure this out. I most recently tried to add these following lines in hope that it would work: Option "NoDDC" "1" Option "IgnoreEDID" "true" Option "UseEdidFreqs" "false" This still didn’t change my problem. Does anyone know why my projector displays the correct 848x480 modeline during boot up, but then switches to 1024x768 once X starts? I will be eternally grateful to anyone who helps me solve this frustrating problem. |
Author: | tama102 [ Wed Jul 26, 2006 7:56 am ] |
Post subject: | |
Alright, I seemed to have fixed my problem. Like I said above I used the following options: Option "NoDDC" "1" Option "IgnoreEDID" "true" Option "UseEdidFreqs" "false" Option “DPMS” “false” This still did not work. But Then I decided to change my H-sync range from 31.5-80.0 to 25.0-80.0. Doing this with all four options active give me my 848x480 modeline. I am glad it works, but this makes no sense to me. It scared the crap out of my to change my Hsync with all the safety options turned off. My projector is only rated for Hsync 31.5-80. http://www.infocus.com/Products/Projectors/SP4805.aspx And according to my modeline shown above, the Hsync is set to 33.77, so my original Hsync value should have been fine. Anyway, I am just happy that it all works. Maybe this thread can help some other poor noob in the future. Thanks agin. |
Author: | ceenvee703 [ Wed Jul 26, 2006 8:32 am ] |
Post subject: | |
Glad you got it sorted out, and thanks for coming back to post your solution. Sorry I wasn't much help. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |