using intel driver in Xorg.conf with an updated x86_64 fc7 where screen/monitor/device are configured as:<br><br>Section &quot;Monitor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; &quot;1706FP&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 30.0 - 81.0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 56.0 - 76.0<br>EndSection<br><br>Section &quot;Device&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;intel&quot;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;i810&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;AperTexSize&quot; &quot;65536&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;PageFlip&quot; &quot;true&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;TripleBuffer&quot; &quot;true&quot;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;AccelMethod&quot; &quot;EXA&quot;<br>EndSection<br><br>Section &quot;Screen&quot;
<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp;&nbsp; &quot;1706FP&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>EndSection<br><br>I get 1280x1024 mode but the top and bottom panel seem to understand they are in as 1024x768 one...:<br>both are shorter than the whole horizontal lenght of the screen and the bottom one is not at bottom of the screen but 1/5 above of it
<br>The applications behave correctly in the sense that they use the whole screen whne maximized / moved...<br><br>In log file I have<br>(II) intel(0): EDID for output TMDS-1<br>(II) intel(0): Manufacturer: DEL&nbsp; Model: 3018&nbsp; Serial#: 1094932814
<br>(II) intel(0): Year: 2005&nbsp; Week: 38<br>(II) intel(0): EDID Version: 1.3<br>(II) intel(0): Digital Display Input<br>(II) intel(0): Max H-Image Size [cm]: horiz.: 34&nbsp; vert.: 27<br>(II) intel(0): Gamma: 2.20<br>(II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
<br>(II) intel(0): Default color space is primary color space<br>(II) intel(0): First detailed timing is preferred mode<br>(II) intel(0): redX: 0.640 redY: 0.330&nbsp;&nbsp; greenX: 0.300 greenY: 0.600<br>(II) intel(0): blueX: 0.150
 blueY: 0.060&nbsp;&nbsp; whiteX: 0.313 whiteY: 0.329<br>(II) intel(0): Supported VESA Video Modes:<br>(II) intel(0): 720x400@70Hz<br>(II) intel(0): 640x480@60Hz<br>(II) intel(0): 640x480@75Hz<br>(II) intel(0): 800x600@60Hz<br>(II) intel(0): 
800x600@75Hz<br>(II) intel(0): 1024x768@60Hz<br>(II) intel(0): 1024x768@75Hz<br>(II) intel(0): 1280x1024@75Hz<br>...<br>(II) intel(0): Serial No: GC57159DACYN<br>(II) intel(0): Monitor name: DELL 1706FPV<br>(II) intel(0): Ranges: V min: 56&nbsp; V max: 76 Hz, H min: 30&nbsp; H max: 81 kHz, PixClo
<br>ck max 140 MHz<br><br>using the i810 driver option in device section I don&#39;t get this problem but tipically I have to Ctrl+Alt+BackSpace 4-5 times before getting the gdm login screen.<br>otherwise I only hear a beep and get a black screen...
<br>Sometimes I need to go with init 3 / init 5 ....<br>Any news on this side? Any way to contribute debugging? Is this problem the same for i386 or is it an x86_64 specific one?<br>Any bug numbers already opened to fill with further information?
<br>The system is a Dell SX280 desktop where lspci -v gives:<br>00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Grap<br>hics Controller (rev 04) (prog-if 00 [VGA])<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Subsystem: Dell Unknown device 0179
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags: bus master, fast devsel, latency 0, IRQ 16<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Memory at dff00000 (32-bit, non-prefetchable) [size=512K]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I/O ports at e898 [size=8]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Memory at c0000000 (32-bit, prefetchable) [size=256M]
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Memory at dfec0000 (32-bit, non-prefetchable) [size=256K]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Capabilities: [d0] Power Management version 2<br><br>00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics Controller <br>
(rev 04)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Subsystem: Dell Unknown device 0179<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags: bus master, fast devsel, latency 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Memory at dff80000 (32-bit, non-prefetchable) [size=512K]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Capabilities: [d0] Power Management version 2
<br><br>thanks in advance<br><br>Gianluca<br>