using intel driver in Xorg.conf with an updated x86_64 fc7 where screen/monitor/device are configured as:<br><br>Section "Monitor"<br>        Identifier   "1706FP"<br>        HorizSync    30.0 - 81.0<br>
        VertRefresh  56.0 - 76.0<br>EndSection<br><br>Section "Device"<br>        Identifier  "Videocard0"<br>        Driver      "intel"<br>#       Driver      "i810"<br>        Option "AperTexSize" "65536"
<br>        Option "PageFlip" "true"<br>        Option "TripleBuffer" "true"<br>#       Option "AccelMethod" "EXA"<br>EndSection<br><br>Section "Screen"
<br>#       Monitor     "1706FP"<br>        Identifier "Screen0"<br>        Device     "Videocard0"<br>        DefaultDepth     24<br>        SubSection "Display"<br>                Viewport   0 0
<br>                Depth     24<br>        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  Model: 3018  Serial#: 1094932814
<br>(II) intel(0): Year: 2005  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  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   greenX: 0.300 greenY: 0.600<br>(II) intel(0): blueX: 0.150
 blueY: 0.060   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  V max: 76 Hz, H min: 30  H max: 81 kHz, PixClo
<br>ck max 140 MHz<br><br>using the i810 driver option in device section I don'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>        Subsystem: Dell Unknown device 0179
<br>        Flags: bus master, fast devsel, latency 0, IRQ 16<br>        Memory at dff00000 (32-bit, non-prefetchable) [size=512K]<br>        I/O ports at e898 [size=8]<br>        Memory at c0000000 (32-bit, prefetchable) [size=256M]
<br>        Memory at dfec0000 (32-bit, non-prefetchable) [size=256K]<br>        Capabilities: [d0] Power Management version 2<br><br>00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics Controller <br>
(rev 04)<br>        Subsystem: Dell Unknown device 0179<br>        Flags: bus master, fast devsel, latency 0<br>        Memory at dff80000 (32-bit, non-prefetchable) [size=512K]<br>        Capabilities: [d0] Power Management version 2
<br><br>thanks in advance<br><br>Gianluca<br>