From: anon on
necromancer <webmaster(a)world dash vr dot com> says:
>Hi,

>always been a slackware user.. for any of my systems in my house,
>except the "media player" pc which is connected to a big 40inch lcd for
>playing multi media stuff.

>I can't seem to replicate what I can do in windows..that is running in
>1280x768. I looked and tried a lot of potentially working xorg.conf...
>and can't seem to make this thing work higher than 1024x768. But if it
>works under windows at 1280x768.. it gotta work under slackware but
>can't seem to get my head around making it work. So this is my plea for
>help. I am posting my xorg.conf(relevant sections) and X log file. I
>hope someone can help me. And also.. how can I force the ouput to go to
>TDMS(DVI) instead of VGA(currenlty connected)?

>Section "Monitor"
> Identifier "sony"
> Option "DPMS"
> HorizSync 31-60
> VertRefresh 56-75

Try increasing your horizontal sync to 80 and use this for a
modeline:

Modeline "1280x738_75.00" 98.07 1280 1352 1488 1696 738 739 742 771 -HSync +Vsync
> Modeline "1280x768" 79.50 1280 1344 1472 1664 768 771 >778 798 +hsync -vsync

cordially, as always,

rm
From: anon on
anon(a)anon.com says:
>necromancer <webmaster(a)world dash vr dot com> says:

>>Section "Monitor"
>> Identifier "sony"
>> Option "DPMS"
>> HorizSync 31-60
>> VertRefresh 56-75

>Try increasing your horizontal sync to 80 and use this for a
>modeline:

>Modeline "1280x738_75.00" 98.07 1280 1352 1488 1696 738 739 742 771 -HSync +Vsync

Actually, the line above should be 1280x768, etc. But you shouldn't
even need a modeline. Try increasing the horizsync only.

Have you considered 1280x1024(a)75? That's what we use with the i810.

cordially, as always,

rm
From: necromancer on
Hi,

the Bravia doesn't do 1280x1024...at least as far as I know but will
give it a try anyway as well as the proposed modeline.I tried many
combinations found scattered on the net and at this point I need to
'sleep on it'.

Will let the group know if that works.
thanks

david


On 2007-07-24 22:58:52 -0400, anon(a)anon.com said:

> anon(a)anon.com says:
>> necromancer <webmaster(a)world dash vr dot com> says:
>
>>> Section "Monitor"
>>> Identifier "sony"
>>> Option "DPMS"
>>> HorizSync 31-60
>>> VertRefresh 56-75
>
>> Try increasing your horizontal sync to 80 and use this for a
>> modeline:
>
>> Modeline "1280x738_75.00" 98.07 1280 1352 1488 1696 738 739 742 771
>> -HSync +Vsync
>
> Actually, the line above should be 1280x768, etc. But you shouldn't
> even need a modeline. Try increasing the horizsync only.
>
> Have you considered 1280x1024(a)75? That's what we use with the i810.
>
> cordially, as always,
>
> rm


From: necromancer on
On 2007-07-24 22:23:35 -0400, D Herring <dherring(a)at.tentpost.dot.com> said:

> necromancer wrote:
>> I can't seem to replicate what I can do in windows..that is running in
>> 1280x768. I looked and tried a lot of potentially working xorg.conf...
>> and can't seem to make this thing work higher than 1024x768. But if it
>> works under windows at 1280x768.. it gotta work under slackware but
>> can't seem to get my head around making it work. So this is my plea for
>> help. I am posting my xorg.conf(relevant sections) and X log file. I
>> hope someone can help me. And also.. how can I force the ouput to go to
>> TDMS(DVI) instead of VGA(currenlty connected)?
>
> I had a similar problem on a laptop with integrated Intel video.
> 915resolution did the trick:
> http://www.geocities.com/stomljen/
> Maybe it can solve your problem too?
>
> - Daniel

Will give it another try, after an evening of debuggin, I realized that
the i810 driver would not output to the TDMS port(DVI) when starting
xorg(instead would output to unconnected VGA port)..., so I discarded
the tool as 'not resolving my issue'. Will give it another try tomorow
morning

Thanks
David

From: Ed Wilson on
necromancer wrote:

I am posting my xorg.conf(relevant sections) and X log file. I
> hope someone can help me. And also.. how can I force the ouput to go to
> TDMS(DVI) instead of VGA(currenlty connected)?
>
> Thanks, Dave

Have you tried adding a line to your device section to specify which output
you want. I had to do that to get my laptop with the new nvidia binary to
output to the built in screen instead of the external vga.

>
> # Device configured by xorgconfig:
>
> Section "Device"
> Identifier "intel"
> Driver "intel"
option "ConnectedMonitor "DFP"
> #VideoRam 8192
> VideoRam 64000
> # Insert Clocks lines here if appropriate
> EndSection
>
>


--
Ed