Hi, I am attempting to connect my dell SC420 to a 32" LCD at 1366x768. I have attached my currect config file and currect X start log. How do I massage the xorf file to run at the native resolution of the LCD? It currently runs but is in a virtual mode. The screen scrolls. Any help is appreciated. I am using Centos 4.1. Jerry -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sc420.x.log URL: <http://lists.centos.org/pipermail/centos/attachments/20050825/36869e87/attachment-0001.log> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: xorg.conf URL: <http://lists.centos.org/pipermail/centos/attachments/20050825/36869e87/attachment-0001.conf>
On Thu, 2005-08-25 at 09:40 -0500, Jerry Geis wrote:> I am attempting to connect my dell SC420 to a 32" LCD at 1366x768. > I have attached my currect config file and currect X start log. > ... > (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, > i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), > 915GM, 945GI have had nothing but problems with notebooks and Dell i8x0 GPUs when it comes to the external DB15 port. For some reason the driver will only send the _exact_same_signaling_ of the internal LCD to the external port. So unless the external monitor/LCD is capable of the exact same scan ranges as the notebook's LCD, I've been screwed. I've been meaning to try my notebook in Windows to see if it has the same problem. I can only assume the Windows drivers from Intel actually know how to drive the external DB15 at a difference scan range. With nVidia Go Mobile chipsets, both the MIT "nv" driver (assuming the OEM hasn't changed things) and the nVidia "nvidia" driver have no issue driving the external DB15 at a different scan range than the internal LCD. -- Bryan J. Smith b.j.smith at ieee.org http://thebs413.blogspot.com ---------------------------------------------------------------------- The best things in life are NOT free - which is why life is easiest if you save all the bills until you can share them with the perfect woman
*Bryan, the dell sc420 is a poweredge tower. So in this case I wont have to "worry" about the laptop LCD not matching the DB15. Jerry Bryan J. Smith* b.j.smith at ieee.org <mailto:centos%40centos.org?Subject=%5BCentOS%5D%20dell%20sc420%20connect%20to%20LCD%2032%22%20at%201366x768&In-Reply-To=430DD85C.3070208%40pagestation.com> /Thu Aug 25 15:00:05 UTC 2005/ * Previous message: [CentOS] dell sc420 connect to LCD 32" at 1366x768 <http://lists.centos.org/pipermail/centos/2005-August/010625.html> * Next message: [CentOS] IPTables not working? <http://lists.centos.org/pipermail/centos/2005-August/010627.html> * *Messages sorted by:* [ date ] <http://lists.centos.org/pipermail/centos/2005-August/date.html#10628> [ thread ] <http://lists.centos.org/pipermail/centos/2005-August/thread.html#10628> [ subject ] <http://lists.centos.org/pipermail/centos/2005-August/subject.html#10628> [ author ] <http://lists.centos.org/pipermail/centos/2005-August/author.html#10628> ------------------------------------------------------------------------ On Thu, 2005-08-25 at 09:40 -0500, Jerry Geis wrote:>/ I am attempting to connect my dell SC420 to a 32" LCD at 1366x768./>/ I have attached my currect config file and currect X start log. />/ ... />/ (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, />/ i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), />/ 915GM, 945G / I have had nothing but problems with notebooks and Dell i8x0 GPUs when it comes to the external DB15 port. For some reason the driver will only send the _exact_same_signaling_ of the internal LCD to the external port. So unless the external monitor/LCD is capable of the exact same scan ranges as the notebook's LCD, I've been screwed. I've been meaning to try my notebook in Windows to see if it has the same problem. I can only assume the Windows drivers from Intel actually know how to drive the external DB15 at a difference scan range. With nVidia Go Mobile chipsets, both the MIT "nv" driver (assuming the OEM hasn't changed things) and the nVidia "nvidia" driver have no issue driving the external DB15 at a different scan range than the internal LCD. -- Bryan J. Smith b.j.smith at ieee.org <http://lists.centos.org/mailman/listinfo/centos> http://thebs413.blogspot.com ---------------------------------------------------------------------- The best things in life are NOT free - which is why life is easiest if you save all the bills until you can share them with the perfect woman
On Thu, 2005-08-25 at 09:40 -0500, Jerry Geis wrote:> Hi, > > I am attempting to connect my dell SC420 to a 32" LCD at 1366x768. > I have attached my currect config file and currect X start log. > > How do I massage the xorf file to run at the native resolution of the LCD? > > It currently runs but is in a virtual mode. The screen scrolls. > > Any help is appreciated. I am using Centos 4.1. > > JerryThe problem is Xorg doesn't know anything about the mode 1366x768, so you have to construct it.>(II) I810(0): Monitor0: Using hsync range of 31.00-70.00 kHz >(II) I810(0): Monitor0: Using vrefresh range of 50.00-85.00 Hz >(II) I810(0): Not using mode "1366x768" (no mode of this name) >RESOLUTION 1600x1200Fortunately, constucting a mode is far simpler these days then in the days of yore, as the Xorg output gives you all the needed parameters to construct a modeline:> (II) I810(0): clock: 85.5 MHz Image Size: 700 x 400 mm > (II) I810(0): h_active: 1366 h_sync: 1494 h_sync_end 1624 h_blank_end 1798 h_border: 0 > (II) I810(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 795 v_border: 0Which should equate to something like this: Modeline "1366x768" 85.5 1366 1494 1624 768 770 776 795 Add this to your /etc/X11/xorg.conf, and run X and see what shows up in /var/log/Xorg.0.log Hope this helps, Sean -- Sean O'Connell Office of Engineering Computing oconnell at soe.ucsd.edu Jacobs School of Engineering, UCSD 858.534.9716 (49716)