|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Hardware Questions about drivers, peripheral cabling, configuration |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
However I like OpenSuse and I am used to it. I use it for office purposes only. I thought this forum would be the right place to ask, and I apologize if I was wrong. Quote:
I don't know which graphics driver I used. I used the live KDE DVD, and later tried to tinker around the resolution with no success. Once again sorry for disturbing. |
|
|||
|
Quote:
Your TV resolution, 1360/768, equals the same 16/9, so everything is kosher. Also, sqrt(27.5²+15.5²) = 31.6 which is your diagonal (vendors tend to round them up). |
|
||||
|
Quote:
Thanks. Now it's clear to me. Thanks for the explanation. conram
__________________
People who do not break things first will never learn to create anything |
|
|||
|
Glad to be of help
|
|
||||
|
Yep, and that confirms wide screens does work.
__________________
People who do not break things first will never learn to create anything |
|
|||
|
IME there's one situation at least where it may not work. The explanation is lengthy, so be patient
![]() I've been messing around with LCD TV's and their differences from LCD monitors. They are mostly two, as far as I could see: 1) Less choice of horizontal frequencies, usually 60Hz. 2) Iffy EDID. EDID is the protocol the TV/Monitor use to tell the graphics card of it's capabilities: Frequencies x resolutions, preferred freq x res, and physical size. Well, #2 is a killer. While monitor fabs are keen on setting the correct EDID data and functionality, those doing TV's don't really care as connections will be by HDMI cable, with a fixed set (720 or 1080 lines and their variations). Some TV's give wrong/meaningless info, others fail to even communicate. The EDID data can usually be seen at /var/log/Xorg.99.log. For example, with a 24" LCD monitor: Code:
(II) fglrx(0): Connected Display1: DFP on secondary TMDS [tmds2i] (II) fglrx(0): Display1 EDID data --------------------------- (II) fglrx(0): Manufacturer: AOC Model: 2416 Serial#: 3585 (II) fglrx(0): Year: 2008 Week: 13 (II) fglrx(0): EDID Version: 1.3 (II) fglrx(0): Digital Display Input (II) fglrx(0): Max Image Size [cm]: horiz.: 52 vert.: 32 (II) fglrx(0): Gamma: 2.20 (II) fglrx(0): DPMS capabilities: StandBy Suspend Off (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) fglrx(0): First detailed timing not preferred mode in violation of standard! (II) fglrx(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600 (II) fglrx(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328 (II) fglrx(0): Supported VESA Video Modes: (II) fglrx(0): 720x400@70Hz (II) fglrx(0): 640x480@60Hz (II) fglrx(0): 640x480@67Hz (II) fglrx(0): 640x480@72Hz (II) fglrx(0): 640x480@75Hz (II) fglrx(0): 800x600@56Hz (II) fglrx(0): 800x600@60Hz (II) fglrx(0): 800x600@72Hz (II) fglrx(0): 800x600@75Hz (II) fglrx(0): 832x624@75Hz (II) fglrx(0): 1024x768@60Hz (II) fglrx(0): 1024x768@70Hz (II) fglrx(0): 1024x768@75Hz (II) fglrx(0): 1280x1024@75Hz (II) fglrx(0): 1152x870@75Hz (II) fglrx(0): Manufacturer's mask: 0 (II) fglrx(0): Supported Future Video Modes: (II) fglrx(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281 (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) fglrx(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149 (II) fglrx(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II) fglrx(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179 (II) fglrx(0): Supported additional Video Mode: (II) fglrx(0): clock: 154.0 MHz Image Size: 520 x 330 mm (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 (II) fglrx(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0 (II) fglrx(0): Supported additional Video Mode: (II) fglrx(0): clock: 119.0 MHz Image Size: 433 x 271 mm (II) fglrx(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0 (II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0 (II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 170 MHz (II) fglrx(0): Monitor name: 416 In a Philips 32" TV, X is unable to retrieve EDID data, and the native resolution of the TV, 1336 x 768 (or any 16:9 ratio resolution) apparently requires unusual timings, so non-4:3 standards are unstable, with the TV trying too resync every few seconds. The largest stable resolution is 1024 x 768, with gives flattened out icons and text. Note that all this was tested with the analog RGB connector (DSUB), usually (but wrongly) called VGA connector. Probably with a DVI-D or HDMI the situation will be different. I may test it sometime. OBS: X calls everything connected to analog RGB a CRT, and to a digital connector a DFP (digital flat panel). That's why you see CRTxx in Xorg.conf even if you're using a LCD monitor. |
|
||||
|
Folks, please remember that using a Live CD of a Release Candidate is always an iffy situation. It will not load the proprietary driver and may or may not work with your hardware. openSUSE does not use any closed source software, so an openSUSE Live CD can not be expected to fully support all hardware. It is basically available to use to try out the version, or to use for rescue work.
Do not expect a full install to react the same way, as you would be able to install the needed drivers and you would be able to expect it to work properly after that. In a few days, the full blown version of 11.2 will be available on the mirrors and it should be a great distro. __________________________________________________ _______ Rant Time Oldcpu, keep your finger on the DELETE button. If I still had that option, about 1/3 of this thread would be in the trash. ![]() Chrisantine, I have always had so much respect for your knowledge, but you start more arguments than anyone on this board. We have to treat everyone with some respect. People come here for help and we should be helping them. If you don't want to help, keep your fingers off the keyboard. |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|