Re: 1440x900 resolution problem

2007-09-22 Thread Matthieu Herrb
On 9/21/07, Marius ROMAN <[EMAIL PROTECTED]> wrote: > Like Darrin suggested try matching Modelines and Modes : > > On xorg.conf > > Enable only this (comment the rest of the modellines) : > Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 > 1054 1087 -HSync +Vsync > > Modify the

Re: 1440x900 resolution problem

2007-09-21 Thread Genadijus Paleckis
Tried and as before it stuck at 75Hz resulting in 1280x1024. Some time ago I've somewhere read that on linux with Xorg 7.2 someone also had this problem (I don't know if I can call it "same problem", it has widescreen LCD, i810 driver) and solved it by updating i810 driver, xrandr to 1.2 and so

Re: 1440x900 resolution problem

2007-09-21 Thread Marius ROMAN
Like Darrin suggested try matching Modelines and Modes : On xorg.conf Enable only this (comment the rest of the modellines) : Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync Modify the screen section : Section "Screen" Identifier "Screen0"

Re: 1440x900 resolution problem

2007-09-18 Thread Sean Darby
I'm no pro, and anyone please correct me if I'm wrong, but this might work... in xorg.conf under section "monitor"... paste this before "endsection": Modeline"1440x900" 134.52 1440 1536 1688 1936 900 901 904 939 Modeline"1440x900" 132.71 1440 1536 1688 1936 900 901 904 939 Modelin

Re: 1440x900 resolution problem

2007-09-18 Thread Darrin Chandler
On Tue, Sep 18, 2007 at 09:44:14PM +0300, Marius ROMAN wrote: > (II) ATI(0): Not using mode "1440x900" (no mode of this name) > > Using gtf (gtf 1440 900 60) I have added : > Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 > 932 -HSync +Vsync > to the "Monitor" section on xorg

Re: 1440x900 resolution problem

2007-09-18 Thread Marius ROMAN
Thanks Darrin, I have modified xorg.conf for 1400x900_75 and works great. Now for the list (maybe someone will have the same or related problem): # gtf 1440 900 75 Modeline "1440x900_75.00" 136.49 1440 1536 1688 1936 900 901 904 940 -HSync +Vsync Added the above line to "Monitor" section. O

1440x900 resolution problem

2007-09-18 Thread Marius ROMAN
Hi misc, I can't get the 1440x900 resolution on my Samsung 940BW flat panel screen to work. I searched the lists but found nothing that could help me. Xorg.0.log says something like this : (II) ATI(0): Not using mode "1440x900" (no mode of this name) Using gtf (gtf 1440 900 60) I have added : Mo