Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st January 2012, 01:42 PM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Videogen: creating a 1080p modeline

Hi all

I was so stupid to buy this this VGA to HDMI converter.

It says easy connectable, no software needed and lots of other ********.

However, I tried now for several hours distributed over several days with several computers and several operating systems (unfortunately not with several TV's).

I never got it working. I think I should send a 1080p signal to the VGA, which means a frequency of 60 Hz and a resolution of 1920x1080 (not sure about this).

I used this guide to do this. I installed videogen but I don't know how to properly define the 1080p modeline and also not how to bring this modeline to the VGA port. Can anyone help me?

You may have noticed that I don't have a clue about this multimedia stuff. All I want to do is have my computer screen on the television.

I appreciate any help!
Reply With Quote
  #2  
Old 21st January 2012, 05:13 PM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
windows_7firefox
Re: Videogen: creating a 1080p modeline

My LCD flat panel TV has various input ports, including 4 HDMI ports. In order to use any of the various input ports I must use the TV's remote control to select which input port to make active. This may seem obvious, but have you switched your TV's input port to the HDMI port that the VGA>HDMI converter is connected to?
Reply With Quote
  #3  
Old 21st January 2012, 05:46 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,102
linuxfedorafirefox
Re: Videogen: creating a 1080p modeline

The specs don't support 1080p on the VGA:

Code:
# Video resolutions:
# VGA: 640 x 480, 800 x 600, 1024 x 768, 1280 x 720, 1280 x 768, 1280 x 960, 1280 x 1024
# DTV/HDTV: 480i/480p/576i/576p/720p/1080i/1080p
so the closest you will get is 1280x1024, 1280x768, or 1280 x 720.

Now it does look like the device will resample to 1080p, but that is not the input.
Reply With Quote
  #4  
Old 21st January 2012, 05:49 PM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Re: Videogen: creating a 1080p modeline

Hi Pablo

Thanks for your answer. Yes, I checked that I am on the right "channel". I also double checked that by using another input on the same HDMI cable which I can see on the TV.

I googled alot about this problem, it seems that I need to feed this converter with the correct input, for example 1080p (but others are supported as well).

---------- Post added at 06:49 PM ---------- Previous post was at 06:47 PM ----------

It does need to be 1080p, also other inputs are supported, for example 1280x1024. But how do I send this signal to the VGA?
Reply With Quote
  #5  
Old 21st January 2012, 06:02 PM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxfirefox
Re: Videogen: creating a 1080p modeline

To address your original question (how to generate a modeline?), in Linux you can use the cvt command. There are other programs that can do this also. So, say I wanted to generate a video modeline for a resolution of 1920x1080@60Hz. In a terminal window:
Code:
BASH:~/-> cvt -v 1920 1080 60
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
Normally, the modeline would be used in your /etc/X11/xorg.conf file, which can be used to instruct your video card what which mode (resolution, etc.) to use. Of course, your video card must be able to support whatever mode your asking your video card driver to use.

You don't really give much information on your situation, such as, is the TV receiving any signal from the PC at all? If it is, is it that it's just not at the resolution you want? What video chip/card are you using and what driver is in use for it?

---------- Post added at 12:55 PM ---------- Previous post was at 12:50 PM ----------

Quote:
Originally Posted by pfnuesel
It does need to be 1080p, also other inputs are supported, for example 1280x1024. But how do I send this signal to the VGA?
You just need to adjust your DISPLAY settings to which ever resolution you have available. Depending on whether you're using Gnome, KDE, XFCE or something else, just use your applications menu to find the configuration program to adjust your display, usually titled "Display".

---------- Post added at 01:02 PM ---------- Previous post was at 12:55 PM ----------

Also, from the command line, you can enter the command xrandr to get a list of currently available video settings you can use.
Reply With Quote
  #6  
Old 21st January 2012, 06:58 PM
CronoCloud's Avatar
CronoCloud Offline
Registered User
 
Join Date: May 2010
Location: Midwest USA
Posts: 370
linuxfirefox
Re: Videogen: creating a 1080p modeline

It also helps to know the TV's native resolution, for example my TV was labeled 720p/1080i, but it's actually 1440x900 native. Check your TV's manual for details...once you know that, generate a modeline for xorg.conf.

CronoCloud
Reply With Quote
  #7  
Old 22nd January 2012, 08:36 AM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Re: Videogen: creating a 1080p modeline

Thank you all for your help. Sorry for not giving enough information at first place. I don't have a signal on the TV, at least I can't see something. I am using Fedora 15 with Gnome 3.

I tried to create this modeline, it seems to work, but I don't know how to use it now. I don't have the xorg.conf in the place you mentioned. Do I need to create it? What format?

When I go to Displays, I see an unknown display. Good thing is, that the TV changes the channel automatically to HDMI when I do that, so it seems to get a signal. However, I can only choose 1024x768 and 800x600 as a resolution for the TV. The TV itself is named as "unknown". Whatever I choose, I don't see anything on the TV.

xrandr gives me a list of resolutions, but not sure how to use them.

And last but least I don't know the native resolution of the TV and I don't know how to find out. No manual available.
Reply With Quote
  #8  
Old 22nd January 2012, 03:44 PM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxfirefox
Re: Videogen: creating a 1080p modeline

I'm not really sure how one goes about dealing with a TV as an output device rather than a regular PC monitor. But to answer you question regarding the xorg.conf file: Recent versions of the Xorg server included with recent releases of Fedora no longer require an /etc/X11/xorg.conf file to be present. That file used to be mandatory. You can easily generate one though:
Code:
su
enter root password
Xorg -configure
Quote:
-configure
When this option is specified, the Xorg server loads all video driver modules, probes for available hardware, and writes
out an initial xorg.conf(5) file based on what was detected. This option currently has some problems on some platforms,
but in most cases it is a good way to bootstrap the configuration process. This option is only available when the server
is run as root (i.e, with real-uid 0).
There are endless examples on the internet of xorg.conf files. Here is one I grabbed from a Goggle search showing how/where to use the "modeline":
Code:
Section "Monitor"
  DisplaySize  332 207
  HorizSync    32-48
  Identifier   "Monitor[0]"
  ModelName    "ZV5000"
  Option       "DPMS"
  VendorName   "HP"
  VertRefresh  40-70
  # 1280x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 80.14 MHz
  Modeline "1280x768_60"  80.14  1280 1344 1480 1680  768 769 772 795  -HSync +Vsync
EndSection
I don't know what, if anything, Xorg will see and configure with your TV connected and on.

Last edited by PabloTwo; 22nd January 2012 at 03:48 PM.
Reply With Quote
  #9  
Old 22nd January 2012, 10:05 PM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Re: Videogen: creating a 1080p modeline

Thanks for all your help. I now have the xorg.conf file, but I still don't know how to drive the VGA port. I was expecting to see something when doing xrandr, but no. Might play around with it later but my motivation with this tool is going to zero.
Reply With Quote
  #10  
Old 22nd January 2012, 10:52 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
linuxfedorafirefox
Re: Videogen: creating a 1080p modeline

Your converter says ....
Quote:
Delivers a clear, sharp transmission – supports up to 1280 x 1024 and 1080p resolution and video amplifier bandwidth up to 1.65 Gbps / 165 MHz
So I think 1280x1024 is as far as you can set the VGA. xrandr does allow you to set the output ...
Use 'xrandr' to see the displays and supported modes then something like
xrandr --output VGA --mode 1280x1024
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #11  
Old 23rd January 2012, 08:19 AM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Re: Videogen: creating a 1080p modeline

Thanks also to you, stevea. It's really nice to see so many people willing to help.

I tried every possible setting with xrandr, I just don't get a signal on the TV. Tried it with Windows then and I was able to get a picture (but with wrong colors). But would be nice to have it running under Fedora.

Will try it later again, no access to TV right now.
Reply With Quote
  #12  
Old 23rd January 2012, 10:29 AM
hieronymous Offline
Registered User
 
Join Date: Jan 2012
Location: auckland
Posts: 39
linuxfirefox
Re: Videogen: creating a 1080p modeline

Hi pfnuesel

Quote:
Originally Posted by pfnuesel View Post
When I go to Displays, I see an unknown display. Good thing is, that the TV changes the channel automatically to HDMI when I do that, so it seems to get a signal. However, I can only choose 1024x768 and 800x600 as a resolution for the TV. The TV itself is named as "unknown". Whatever I choose, I don't see anything on the TV.
When your tv changes channel to hdmi, have you explored the tv setup options (for hdmi) at that time?

If getting your PC displayed on your tv by any means is the most important, have you got a vga-to-vga cable you can try?
Reply With Quote
  #13  
Old 23rd January 2012, 10:56 AM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Re: Videogen: creating a 1080p modeline

Quote:
Originally Posted by hieronymous View Post
When your tv changes channel to hdmi, have you explored the tv setup options (for hdmi) at that time?
Yes, I did, but couldn't find anything helpful. There aren't many options to choose from on the TV and certainly I cannot choose a resolution.

Quote:
Originally Posted by hieronymous View Post
If getting your PC displayed on your tv by any means is the most important, have you got a vga-to-vga cable you can try?
The TV has no VGA input. It only has HDMI, Cinch and S-Video. Maybe S-Video would have been the better choice, as it is analog like VGA, but when it said easy connectable and such, I didn't think of it could be a problem.
Reply With Quote
  #14  
Old 24th January 2012, 08:16 PM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Re: Videogen: creating a 1080p modeline

Hey guys!

It is working!!!

Thank you so much.

With xrandr and 640x480 it worked in the end. Higher resolutions do not work, I don't know why (both the TV and the converter should support higher resolutions) but I am happy as it is.

Thanks again!
Reply With Quote
  #15  
Old 25th January 2012, 08:31 AM
pfnuesel Offline
Registered User
 
Join Date: Aug 2011
Location: Bern
Posts: 48
linuxchrome
Re: Videogen: creating a 1080p modeline

Before I mark this thread as solved, one last question:

If I type xrandr I have a list of resolutions and frequencys. When I plug in the converter, I have a very limited list of options. Is it possible to extend this list by hand?
Reply With Quote
Reply

Tags
1080p, creating, hdmi, modeline, vga, videogen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
1080p Lagg JoccE Using Fedora 7 6th April 2010 10:02 PM
F10 connected to 1080p screen - weird DPI? Inception Using Fedora 1 17th June 2009 09:42 AM
FC7 modeline not working? ZenmasteR Hardware & Laptops 2 4th June 2007 10:07 PM
StandardError: Invalid modeline in file verysoon Installation and Live Media 4 11th December 2005 10:07 AM


Current GMT-time: 07:00 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat