Re: Display resolution 3840x2160@24rb stopped working after Upgrade from Stretch to Buster

2019-09-13 Thread Jan Michael Greiner
Thanks to everybody, for all the hints.

I think the way to search in, is to create an edid file and load it at boot.
I searched in this direction before, I just abandoned that way because it did 
not work.

Now the question I have is: How to create that edid file.
The tool I found creates a file in a format, that is not accepted by the 
kernel. 

https://github.com/akatrevorjay/edid-generator/issues/11#issuecomment-531120166

I am using latest Debian (Buster 10.1) and put the generated .bin file in 
/lib/firmware/edid/.

 I added at boot: drm_kms_helper.edid_firmware=edid/3840x2160_24.00_rb.bin

 $ ls -trl 3840x2160*
-rw-r--r-- 1 xxx xxx 492 Aug 24 20:57 3840x2160_24.00_rb.S
-rw-r--r-- 1 xxx xxx 134 Aug 24 20:58 3840x2160_24.00_rb.bin
-rw-r--r-- 1 xxx xxx 388 Aug 24 20:59 3840x2160_24.00_rb.bin.ihex
-rw-r--r-- 1 xxx xxx 838 Aug 24 20:59 3840x2160_24.00_rb.c

Output of dmesg contains - Missing trailing ) on purpose

[drm:drm_load_edid_firmware [drm]] *ERROR* Size of EDID firmware 
"edid/3840x2160_24.00_rb.bin" is invalid (expected 6272, got 134



Re: Display resolution 3840x2160@24rb stopped working after Upgrade from Stretch to Buster

2019-09-12 Thread David Wright
On Thu 12 Sep 2019 at 06:23:04 (+), Jan Michael Greiner wrote:
> On Monday, September 9, 2019, 1:55:06 PM GMT+2, Charles Curley wrote:
> >> On Mon, 9 Sep 2019 10:20:37+ (UTC) Jan Michael Greiner wrote:
> >> With Debian Stretch (9.8) I had the display running with 3840x2160
> >> resolution at 24Hz reduced blank.
> 
> >> [What worked with Debian Stretch (9.9)]
> >> export modename="3840x2160_24.00_rb"
>  >> xrandr --newmode $modename 209.75 3840 3888 3920 4000 2160 2163 2168 2185 
> +HSync -Vsync
>  >> xrandr --addmode HDMI-1 $modename
>  >> xrandr --output HDMI-1 --mode $modename
> 
>  >> [Problem with Debian Buster (10.1)]
>  >> xrandr --output XWAYLAND1 --mode $modename
>  >> xrandr: Configure crtc0 failed
> 
>  >And I take it you want to reproduce that on Debian 10 (buster). I
>  > suggest you:
>  > * Install arandr.
>  >[...]
> 
>  Thank you for making me aware of arandr. However, from what I learned:
> 
> - arandr is merely a graphical tool for xrandr, so if something does not work 
> with xrandr, arandr will not be able to help 
> 
> - I did not see any option in the arandr gui to add a non yet existing 
> resolution (and I would like to add a 24Hz reduced blank resolution)
> 
>  To rephrase my question: How can I enable a custom screen resolution and 
> refresh rate (with my specific modeline) with Debian Buster (Wayland)?

I can't speak for Wayland. When I plug my laptop into a TV¹, I run a
function that sets up the video and sound, which starts:

my-hdmi is a function
my-hdmi () 
{ 
[ -z "$DISPLAY" ] && printf '%s\n' "No display as not running X$DISPLAY" && 
return 1;
local Hdmi="$(-gethdminame)";
xrandr --addmode "$Hdmi" 1600x900;
xrandr --output "$Hdmi" --mode 1600x900;
…

where

-gethdminame is a function
-gethdminame () 
{ 
[ -n "$DISPLAY" ] && printf '%s\n' "$(xrandr | sed -e '/^HDMI/!d;s/ .*//;')"
}

(Sometimes it seems to be HDMI-1, sometimes HDMI1.)

For some reason, our US-bought Samsung TV is coy about revealing its
video modes when compared with the same model in its UK incarnation.

Cheers,
David.



Re: Display resolution 3840x2160@24rb stopped working after Upgrade from Stretch to Buster

2019-09-12 Thread Dan Ritter
Jan Michael Greiner wrote: 
> Dear all,
> 
> My laptop: Lenovo E520
> Graphics: Intel HD Graphics 3000 (kernel module i915)
> 
> External display AOC U2879VF, 28 inch, connected by HDMI cable
> 
> With Debian Stretch (9.8) I had the display running with 3840x2160 resolution 
> at 24Hz reduced blank.
> 
> 
> I did this with something like:
> 
> export modename="3840x2160_24.00_rb"
> xrandr --newmode $modename  209.75  3840 3888 3920 4000  2160 2163 2168 2185  
> +HSync -Vsync
> xrandr --addmode HDMI-1 $modename
> xrandr --output HDMI-1 --mode $modename
> xrandr --output HDMI-1 --primary
> xrandr --output LVDS-1 --off # switch laptop display off
> 
> After upgrade to Buster (Debian 10)
> 
> This does not work any more:
> xxx@yyy:~$ xrandr --verbose
>  Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
> XWAYLAND1 connected 1920x1080+0+0 (0x25) normal (normal left inverted right x 
> axis y axis) 620mm x 340mm
>     Identifier: 0x23
>     Timestamp:  42126
>     Subpixel:   unknown
>     Gamma:  1.0:1.0:1.0
>     Brightness: 0.0
>     Clones:
>     CRTC:   0
>     CRTCs:  0
>     Transform:  1.00 0.00 0.00
>     0.00 1.00 0.00
>     0.00 0.00 1.00
>        filter:
>     non-desktop: 0
>     supported: 0, 1
>   1920x1080 (0x25) 173.000MHz -HSync +VSync *current +preferred
>     h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  
> 67.16KHz
>     v: height 1080 start 1083 end 1088 total 1120   clock  59.96Hz
>  xxx@yyy:~$ export modename="3840x2160_24.00_rb"
> xxx@yyy:~$ xrandr --newmode $modename  209.75  3840 3888 3920 4000  2160 2163 
> 2168 2185  +HSync -Vsync
> xxx@yyy:~$ xrandr --addmode XWAYLAND1 $modename
> xxx@yyy:~$ xrandr --output XWAYLAND1 --mode $modename
> xrandr: Configure crtc 0 failed
> xxx@yyy:~$ xrandr --output XWAYLAND1 --mode $modename --verbose
> screen 0: 3840x2160 1237x696 mm  78.83dpi
> crtc 0: 3840x2160_24.00_rb  24.00 +0+0 "XWAYLAND1"
> xrandr: Configure crtc 0 failed
> crtc 0: disable
> screen 0: revert
> crtc 0: revert 
> 
> 
> After searching the internet, and trying to understand the relationship 
> between Wayland - graphics driver - graphics configuration - X etc. (which I 
> was not successful at), I hope to get help here on this mailing list.

Your problem is likely to be Wayland, which is trying to replace
X. Switching back will probably solve your issue.

-dsr-



Re: Display resolution 3840x2160@24rb stopped working after Upgrade from Stretch to Buster

2019-09-12 Thread Torben Schou Jensen
Hi
I have a kind of same problem.

A monitor able of displaying at 1920x1080.
Intel HD Graphics 620 with driver i915/modesetting.

With old Stable (kernel 4.9.0-9) it was working fine.
With new Stable (kernel 4.19.0-6) it set max display 1024x768.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892939

White waiting for a solution you can boot new kernel with "nomodeset"
kernel parameter, then X will use vesa driver, and it is better than
nothing, but not good for heavy graphics.

Alternative keep kernel 4.9.0-9.

Brgds
Torben




Re: Display resolution 3840x2160@24rb stopped working after Upgrade from Stretch to Buster

2019-09-12 Thread Jan Michael Greiner
Dear Charles,

On Monday, September 9, 2019, 1:55:06 PM GMT+2, Charles Curley wrote:

>> On Mon, 9 Sep 2019 10:20:37+ (UTC) Jan Michael Greiner wrote:
>> With Debian Stretch (9.8) I had the display running with 3840x2160
>> resolution at 24Hz reduced blank.


>> [What worked with Debian Stretch (9.9)]
>> export modename="3840x2160_24.00_rb"
 >> xrandr --newmode $modename 209.75 3840 3888 3920 4000 2160 2163 2168 2185 
 >> +HSync -Vsync
 >> xrandr --addmode HDMI-1 $modename
 >> xrandr --output HDMI-1 --mode $modename

 >> [Problem with Debian Buster (10.1)]
 >> xrandr --output XWAYLAND1 --mode $modename
 >> xrandr: Configure crtc0 failed

 >And I take it you want to reproduce that on Debian 10 (buster). I
 > suggest you:
 > * Install arandr.
 >[...]

 Thank you for making me aware of arandr. However, from what I learned:

- arandr is merely a graphical tool for xrandr, so if something does not work 
with xrandr, arandr will not be able to help 

- I did not see any option in the arandr gui to add a non yet existing 
resolution (and I would like to add a 24Hz reduced blank resolution)

 To rephrase my question: How can I enable a custom screen resolution and 
refresh rate (with my specific modeline) with Debian Buster (Wayland)?


 Thank you and best regards

 JM 



Re: Display resolution 3840x2160@24rb stopped working after Upgrade from Stretch to Buster

2019-09-09 Thread Charles Curley
On Mon, 9 Sep 2019 10:20:37 + (UTC)
Jan Michael Greiner  wrote:

> With Debian Stretch (9.8) I had the display running with 3840x2160
> resolution at 24Hz reduced blank.

And I take it you want to reproduce that on Debian 10 (buster). I
suggest you:

* Install arandr.

* Use arandr to set things up as you want them.

* Save the results, which it will do in ~/.screenlayout.

* Add the resulting script to your session.

-- 
"When we talk of civilization, we are too apt to limit the meaning of
the word to its mere embellishments, such as arts and sciences; but
the true distinction between it and barbarism is, that the one
presents a state of society under the protection of just and
well-administered law, and the other is left to the chance government
of brute force."
- The Rev. James White, Eighteen Christian Centuries, 1889
Key fingerprint = 38DD CE9F 9725 42DD E29A  EB11 7514 6D37 A332 10CB
https://charlescurley.com



Re: Re: Display resolution.

2016-01-04 Thread Ricardo M.A.
I have sent twice the Xorg.0.log   but I think it is too long for display...
¿Which part is the most needed to understand this?
I also have the Xorg.0.old there... ¿Could it be helpful?

thanks.


Re: Display resolution.

2016-01-04 Thread Sven Arvidsson
On Mon, 2016-01-04 at 09:16 -0600, Ricardo M.A. wrote:
> In an update fron the last week, something stopped working. Debian no
> longer recognize the model and the resolution of the external display
> in
> automatic.
> The only resolutions recognized were the three traditional
> resolutions for
> VGA. The highest 1024x768.
> 
[...]
> I am learning (low to medium, nearer to low, linux/debian user), and
> willing to learn.
> I want to get this working again.
> ¿What else do you recommend to check?
> ¿Any page you can offer to read more?
> ¿Or this is something to be fixed in a later update of Debian
> Stretch?
> (Anyway I would like to find a little more by myself, even if I could
> not
> fix it).

Posting the Xorg log might be helpful, you might also tail the log when
plugging in the monitor and see if it gives you any clues.

Xorg log is in ~/.local/share/xorg/Xorg.0.log  or /var/log/Xorg.0.log
(if you don't use logind)

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5





signature.asc
Description: This is a digitally signed message part


RE: Display Resolution (SOLVED)

2012-08-22 Thread Nelson Green

Pardon the top-post, but there doesn't seem to a really relevant place to put 
this.

In the end I downloaded the 3.5.1 kernel source code, and used make-kpkg to
create a new kernel package. That has completely resolved my display issues, 
other
than the dual monitor. I will pursue that issue separately.

Thanks to all who took time to assist.
Nelson

 To: debian-user@lists.debian.org
 Subject: Re: Display Resolution
 Date: Sat, 4 Aug 2012 16:58:10 +0200
 
 Nelson, it looks like your reply did not reach the list, possibly
 because it's over 100 kB in size.  Please configure your mailer to send
 plain text _only_ to avoid that.
 
 On 2012-08-04 16:39 +0200, Nelson Green wrote:
 
   The nouveau version in squeeze does not support these cards, they should
   work in wheezy though.
   
  
  I will probably come in tomorrow to install Wheezy, and I will report back.
  
 
  Well, Wheezy is almost perfect. By that I mean I have the proper
  resolution and refresh rate, and my desktop looks great! The only
  thing I see is an occasional line of text that displays wrong. For
  instance, one of the icons on the desktop looks like someone took a
  marker and scribbled all over the icon label, but it went away as soon
  as I clicked on the icon. I have also seen something similar on a web
  page, where a couple of lines of text look like noise instead of
  text. Scrolling made that come back to normal.
 
 Yes, that's http://bugs.debian.org/666468.  Upgrading
 xserver-xorg-video-nouveau to the version in unstable might help, but
 note that you then need a kernel from unstable as well or lose
 acceleration, see http://bugs.debian.org/bug=679557.
 
  This is still so much
  less of an annoyance that I will live with it if need be. I have
  included the contents of Xorg.0.log below. At least the Nouveau driver
  is seen, and loaded/used?
 
 Yes, it is.
 
  Now, I still only have one monitor displaying anything. The other
  remains in power-saver mode. Anyone got a suggestion for that, or
  should I start a new thread?
 
 You had best ask upstream about that.  They use IRC as their main
 support and discussion medium, channel #nouveau on irc.freenode.net.
 The Nouveau Wiki at http://nouveau.freedesktop.org/wiki/ has some
 information about multicard setups as well, but it's down ATM.
 
 Cheers,
Sven
  

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/bay160-w35c6d5aac421ef2552309cad...@phx.gbl



Re: Display Resolution

2012-08-04 Thread Sven Joachim
Nelson, it looks like your reply did not reach the list, possibly
because it's over 100 kB in size.  Please configure your mailer to send
plain text _only_ to avoid that.

On 2012-08-04 16:39 +0200, Nelson Green wrote:

  The nouveau version in squeeze does not support these cards, they should
  work in wheezy though.
  
 
 I will probably come in tomorrow to install Wheezy, and I will report back.
 

 Well, Wheezy is almost perfect. By that I mean I have the proper
 resolution and refresh rate, and my desktop looks great! The only
 thing I see is an occasional line of text that displays wrong. For
 instance, one of the icons on the desktop looks like someone took a
 marker and scribbled all over the icon label, but it went away as soon
 as I clicked on the icon. I have also seen something similar on a web
 page, where a couple of lines of text look like noise instead of
 text. Scrolling made that come back to normal.

Yes, that's http://bugs.debian.org/666468.  Upgrading
xserver-xorg-video-nouveau to the version in unstable might help, but
note that you then need a kernel from unstable as well or lose
acceleration, see http://bugs.debian.org/bug=679557.

 This is still so much
 less of an annoyance that I will live with it if need be. I have
 included the contents of Xorg.0.log below. At least the Nouveau driver
 is seen, and loaded/used?

Yes, it is.

 Now, I still only have one monitor displaying anything. The other
 remains in power-saver mode. Anyone got a suggestion for that, or
 should I start a new thread?

You had best ask upstream about that.  They use IRC as their main
support and discussion medium, channel #nouveau on irc.freenode.net.
The Nouveau Wiki at http://nouveau.freedesktop.org/wiki/ has some
information about multicard setups as well, but it's down ATM.

Cheers,
   Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ehnmzou5@turtle.gmx.de



Re: Display Resolution

2012-08-03 Thread Brian
On Fri 03 Aug 2012 at 07:05:06 +0300, Andrei POPESCU wrote:

 On Jo, 02 aug 12, 23:48:52, Brian wrote:
  
  Before he gets into that, it could be worth checking with
  
 dpkg -l | grep xserver-xorg-video
  
  that the nouveau package is installed.
 
 Unless I'm mistaken, his Xorg.0.log indicates nouveau is already 
 installed.

You aren't. And it does. Thanks.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120803084440.GF6660@desktop



RE: Display Resolution

2012-08-03 Thread Nelson Green

 The nouveau version in squeeze does not support these cards, they should
 work in wheezy though.
 
  I'm reluctant to suggest this, 
  but you probably need the nvidia driver (package nvidia-glx in section 
  non-free) to get full support for your cards.
 
 Let's hope that security is not Nelson's main concern then¹.
 
 Cheers,
Sven
 
 
 ¹ http://lwn.net/Articles/509131/


Of course security is a concern. Otherwise I'd spend a lot of money on an 
insecure, propriety OS full of really cool baubles. : )

I think the output of dmesg is telling me my driver does not support the cards:

 nouveau :03:00.0: PCI INT A - GSI 24 (level, low) - IRQ 24
 nouveau :03:00.0: setting latency timer to 64
 nouveau :03:00.0: Unsupported chipset 0x0c1c00a1
 nouveau :03:00.0: PCI INT A disabled
 nouveau: probe of :03:00.0 failed with error -22
 nouveau :04:00.0: enabling device (0002 - 0003)
 nouveau :04:00.0: PCI INT A - GSI 30 (level, low) - IRQ 30
 nouveau :04:00.0: setting latency timer to 64
 nouveau :04:00.0: Unsupported chipset 0x0c1c00a1
 nouveau :04:00.0: PCI INT A disabled
 nouveau: probe of :04:00.0 failed with error -22

However, since this is a desktop system and not a production server, Wheezy is 
an option that I had already wondered about. In fact, I already had downloaded 
it before posting. Normally I exhaust all options before asking for help, but 
with my schedule this and next week I opted to see if there was an easy 
solution that I had just overlooked.

I will probably come in tomorrow to install Wheezy, and I will report back.

Thanks to everyone for the help so far!
  

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/bay160-w25fa0b4da0f809e9f23092ad...@phx.gbl



Re: Display Resolution

2012-08-02 Thread Andrei POPESCU
On Jo, 02 aug 12, 15:38:45, Nelson Green wrote:
 
 I am unsure what either of the errors mean, nor how to proceed from 
 here. Would anyone mind advising me as to what my next step should be?

Please attach your full /var/log/Xorg.0.log and /etc/X11/xorg.conf (if 
any).

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Display Resolution

2012-08-02 Thread Andrei POPESCU
On Jo, 02 aug 12, 16:54:41, Nelson Green wrote:
 
 Thanks for the reply. I can't believe I didn't think to look for a log 
 file related to this. And no, there is no xorg.conf, just the 
 Xorg.0.log file. It is quite large, but here it is. I see some 
 interesting lines about the display in it. Am I missing a driver?

For some reason your cards run with the vesa driver instead of nouveau. 
Maybe nouveau doesn't support your cards? I'm reluctant to suggest this, 
but you probably need the nvidia driver (package nvidia-glx in section 
non-free) to get full support for your cards.

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Display Resolution

2012-08-02 Thread Sven Joachim
On 2012-08-03 00:09 +0200, Andrei POPESCU wrote:

 On Jo, 02 aug 12, 16:54:41, Nelson Green wrote:
 
 Thanks for the reply. I can't believe I didn't think to look for a log 
 file related to this. And no, there is no xorg.conf, just the 
 Xorg.0.log file. It is quite large, but here it is. I see some 
 interesting lines about the display in it. Am I missing a driver?

 For some reason your cards run with the vesa driver instead of nouveau. 
 Maybe nouveau doesn't support your cards?

The nouveau version in squeeze does not support these cards, they should
work in wheezy though.

 I'm reluctant to suggest this, 
 but you probably need the nvidia driver (package nvidia-glx in section 
 non-free) to get full support for your cards.

Let's hope that security is not Nelson's main concern then¹.

Cheers,
   Sven


¹ http://lwn.net/Articles/509131/


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87wr1h2av2@turtle.gmx.de



Re: Display Resolution

2012-08-02 Thread Brian
On Fri 03 Aug 2012 at 01:09:03 +0300, Andrei POPESCU wrote:

 On Jo, 02 aug 12, 16:54:41, Nelson Green wrote:
  
  Thanks for the reply. I can't believe I didn't think to look for a log 
  file related to this. And no, there is no xorg.conf, just the 
  Xorg.0.log file. It is quite large, but here it is. I see some 
  interesting lines about the display in it. Am I missing a driver?
 
 For some reason your cards run with the vesa driver instead of nouveau. 
 Maybe nouveau doesn't support your cards? I'm reluctant to suggest this, 
 but you probably need the nvidia driver (package nvidia-glx in section 
 non-free) to get full support for your cards.

Before he gets into that, it could be worth checking with

   dpkg -l | grep xserver-xorg-video

that the nouveau package is installed. Also

   dmesg | grep nouveau

will indicate whether the nouveau module is loaded.

Could it be that a newer kernel is required for the Quado 600?

   http://nouveau.freedesktop.org/wiki/CodeNames/

As a matter of interest, the EDID information in the log gives the type
of monitor used.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120802224852.GE6660@desktop



Re: Display Resolution

2012-08-02 Thread Andrei POPESCU
On Jo, 02 aug 12, 23:48:52, Brian wrote:
 
 Before he gets into that, it could be worth checking with
 
dpkg -l | grep xserver-xorg-video
 
 that the nouveau package is installed.

Unless I'm mistaken, his Xorg.0.log indicates nouveau is already 
installed.

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Display Resolution-Frequency (Debian vs Windows)

2008-04-06 Thread Bob

Sanjaya Vitharana wrote:


Hi All,

Just trying to move my home desktop to Debian from Windows. As initial 
stage I'm trying with dual boot until I get used to Debian. But the 
problem is with gdm Display Properties. I can't get expected quality 
for 1024 x 768 resolution as my Windows did. For that resolution I get 
only 60/87 Hz in Drop Down List. I need Something higher than or equal 
to 75Hz for 1024 x 768 with clear  cool screen.


For 87 Hz with 1024 x 768 which I get after several tries also not 
satisfied me. It shows some horizontal lines when you see carefully to 
the screen. Also when scrolling on the browser window can see how 
letters draged on the screen. Also it is slightly deficult to see on 
the screen for long time as I feel.


No Linux Driver for SiS 315_315E in there site. My Monitor is 
ViewSonic E50c (Frequency H: 30~54 kHz V: 50~160Hz). I Used apt-get 
install xserver-xorg-video-sis and tried dpkg-reconfigure xserver-xorg


Since I am new to the Debian I don't no what to do more. Can anyone help.

Regards,

Sanjaya Vitharana.



Your problem is that your max Horizontal Sync Rate is 54kHz, this 
effectively limits your resolution to 1024x768, in order to achieve 
[EMAIL PROTECTED] your screen needs to be capable of 80 odd Khz.


You may be able to get 1280x1024 with a headache inducing Refresh rate 
of 50Hz,

Modeline [EMAIL PROTECTED] 90.89 1280 1312 1656 1688 1024 1045 1054 1076

Have a look at
http://www.tkk.fi/Misc/Electronics/faq/vga2rgb/calc.html
http://www.x.org/archive/X11R6.8.0/doc/SiS.html
What I try to do to resold X issues is at the gdm login prompt press 
Ctrl + Alt + F2 switch to a different (non X) terminal,

log in as root and type
/etc/init.d/gdm stop (this will stop gdm and take you to terminal F1 so 
use Ctrl + Alt + F2 to return to you root session)


edit /etc/X11/xorg.conf

leave
Driver  sis
but comment out the timing lines and let the driver detect them so.
Section Monitor
Identifier ViewSonic E50c
Option  DPMS
# HorizSync 30-54
# VertRefresh 50-160
EndSection

switch back to terminal 1, log in as your everyday user, and startx

More and more the drivers will pickup and run with the correct timings 
otherwise as others have suggested look at /var/log/Xorg.0.log for clues.


Good luck.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Display Resolution-Frequency (Debian vs Windows)

2008-03-24 Thread Sanjaya Vitharana
 I suspect that your monitor doesn't actually have a horizontal sync of
 30 to 54, it's just wrong on the web site.  Why don't you run
 dpkg-reconfigure xserver-xorg again, and this time instead of picking
 Advanced to specify the numbers directly, choose Medium and pick
 A monitor that can do 1024x768 at 75 Hz.


 I suppose this advice has the faint possibility that it will cause
 your monitor to melt, but I don't think so.


Hi Tom,

Selecting 1024 x 768 75 Hz choosing Medium will end up with 1024 x 768 60
Hz.

Now Desktop-Preferences-Screen Resolution has only 60 Hz option in
dropdown for 1024 x 768.

Don't no what to do.

Thanks,

Sanjaya Vitharana


Re: Display Resolution-Frequency (Debian vs Windows)

2008-03-24 Thread Tom Goulet
On 3/24/08, Sanjaya Vitharana [EMAIL PROTECTED] wrote:

 Selecting 1024 x 768 75 Hz choosing Medium will end up with 1024 x 768 60
 Hz.

 Now Desktop-Preferences-Screen Resolution has only 60 Hz option in
 dropdown for 1024 x 768.

Blast it.

Try installing gvidm, too.

Try using the vesa driver, instead of the SiS driver.

Try [EMAIL PROTECTED] too.

Beyond that, I'm sorry, but I don't think that I'll think up anything.
 Weird problem.

Tom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Display Resolution-Frequency (Debian vs Windows)

2008-03-23 Thread Tom Goulet
On 3/22/08, Sanjaya Vitharana [EMAIL PROTECTED] wrote:

  This is not accurate. Your display's vertical refresh is 50-120 Hz, not
  50-160.
 Thanks, I found the correct one as.
 http://www.viewsonic.com/support/desktopdisplays/crtmonitors/e2series/e50c/index.htm

 I have tried with dpkg-reconfigure xserver-xorg using vertical
 refresh rate as 50-120 Hz. But results are same as previous.

 Find the attached new xorg.conf and logfiles.

I suspect that your monitor doesn't actually have a horizontal sync of
30 to 54, it's just wrong on the web site.  Why don't you run
dpkg-reconfigure xserver-xorg again, and this time instead of picking
Advanced to specify the numbers directly, choose Medium and pick
A monitor that can do 1024x768 at 75 Hz.

I suppose this advice has the faint possibility that it will cause
your monitor to melt, but I don't think so.

Sorry for any confusion, I meant to reply to the list earlier, not
just Mr. Vitharana.

Tom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Display Resolution-Frequency (Debian vs Windows)

2008-03-21 Thread Tom Goulet
On 3/21/08, Sanjaya Vitharana [EMAIL PROTECTED] wrote:

 Just trying to move my home desktop to Debian from Windows. As initial stage
 I'm trying with dual boot until I get used to Debian. But the problem is
 with gdm Display Properties. I can't get expected quality for 1024 x 768
 resolution as my Windows did. For that resolution I get only 60/87 Hz in
 Drop Down List. I need Something higher than or equal to 75Hz for 1024 x 768
 with clear  cool screen.

 For 87 Hz with 1024 x 768 which I get after several tries also not satisfied
 me. It shows some horizontal lines when you see carefully to the screen.

It's interlaced, which means that it only shows every other line per
cycle.  This explains
the lines you see when you look carefully, and also the low quality.

 Also when scrolling on the browser window can see how letters draged on the
 screen. Also it is slightly deficult to see on the screen for long time as I
 feel.

Yeah, that's interlace for you.

 No Linux Driver for SiS 315_315E in there site. My Monitor is ViewSonic E50c
 (Frequency H: 30~54 kHz V: 50~160Hz). I Used apt-get install
 xserver-xorg-video-sis and tried dpkg-reconfigure xserver-xorg

 Since I am new to the Debian I don't no what to do more. Can anyone help.

You're doing great.

Are you sure you restarted X after modifying /etc/X11/xorg.conf?

/etc/init.d/gdm restart will do it I think.

I thought that this was worth checking because your attachments show
that you have two
xorg.conf files, and you might not know that you have to restart X
entirely, not just log out
and in again.  (I think--I'll have to double-check.)  Your first
xorg.conf has low settings that
would give you the poor quality you are talking about, so I wanted to
make sure you were
using the second xorg.conf.

In any case, you're on the right track.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Display Resolution-Frequency (Debian vs Windows)

2008-03-21 Thread Sanjaya Vitharana

 You're doing great.


Thanks



 Are you sure you restarted X after modifying /etc/X11/xorg.conf?


No I don't restart the X. Even I didn't know that could be done after
changing xorg.conf without restarting the PC. (X server must be restarted
entirely after reboot)

What I did is, just restarted the mechine using gdm menu  it takes me to
the command line after reboot. ( Because I change the defeult runlevel to 3
in inittab  rename /etc/rc3.d/S21gdm to /etc/rc3.d/s21gdm) Then I logged as
root and execute gdm in command prompt. Then I logged to the mechine using
my user account (since it don't give me to log as a root)

After reading this mail I tried to start the X using startx (instead of
gdm)  it directly loged me as a root. But same effect, it only shows me
60/87 Hz for 1024 x 768 and previous problems are there.



 /etc/init.d/gdm restart will do it I think.

 I thought that this was worth checking because your attachments show
 that you have two
 xorg.conf files, and you might not know that you have to restart X
 entirely, not just log out
 and in again.  (I think--I'll have to double-check.)  Your first
 xorg.conf has low settings that
 would give you the poor quality you are talking about, so I wanted to
 make sure you were
 using the second xorg.conf.


Yes now I am using the second xorg.conf. i.e the one under the hedding
**xorg.conf**current one** in my previous mail.

It has created by dpkg-reconfigure xserver-xorg



 In any case, you're on the right track.

Thanks again.

Otherwise I don't no what to do.

Regards,

Sanjaya Vitharana


Re: Display Resolution-Frequency (Debian vs Windows)

2008-03-21 Thread Paul Johnson
On Friday 21 March 2008 07:00:33 am Sanjaya Vitharana wrote:
  You're doing great.

 Thanks

  Are you sure you restarted X after modifying /etc/X11/xorg.conf?

 No I don't restart the X. Even I didn't know that could be done after
 changing xorg.conf without restarting the PC. (X server must be restarted
 entirely after reboot)

The only thing you need to reboot for are kernel-related (like kernel panics 
or kernel upgrades).

 What I did is, just restarted the mechine using gdm menu  it takes me to
 the command line after reboot. ( Because I change the defeult runlevel to 3
 in inittab  rename /etc/rc3.d/S21gdm to /etc/rc3.d/s21gdm)

If you don't want GDM to start automatically, rename it to K21gdm (it'll stop 
gdm automatically switching to that runlevel in the future as well).

 Then I logged 
 as root and execute gdm in command prompt. Then I logged to the mechine
 using my user account (since it don't give me to log as a root)

Log in as root and try /etc/init.d/gdm start.

-- 
Paul Johnson
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: Display Resolution-Frequency (Debian vs Windows)

2008-03-21 Thread Tom Goulet
On 3/21/08, Sanjaya Vitharana [EMAIL PROTECTED] wrote:

 After reading this mail I tried to start the X using startx (instead of
 gdm)  it directly loged me as a root. But same effect, it only shows me
 60/87 Hz for 1024 x 768 and previous problems are there.

Yeah, startx is better for testing.

 Yes now I am using the second xorg.conf. i.e the one under the hedding
 **xorg.conf**current one** in my previous mail.
 It has created by dpkg-reconfigure xserver-xorg

Okay.  What we should check next is /var/log/Xorg.0.log .  This will
show, somewhere inside it, what frequencies it expects from your
display.  Can you e-mail it to me off-list?  Or find a Web site that
will let you copy and paste files?

Tom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: display resolution

2005-07-01 Thread Chris Bannister
On Wed, Jun 29, 2005 at 11:16:41PM +0200, Csanyi Pal wrote:
 On Wed, Jun 29, 2005 at 01:50:06PM -0700, [EMAIL PROTECTED] wrote:
  From another OS I know that a system here will display 
  at 1024 x 768 x 16.  startx alone appears to produce
  a 
  resolution of 640 x 480.  The man page tells me how to 
  specify the color depth.  Can the 1024 x 768 resolution 
  also be specified?  How?
 
 Use the videogen to generate Modelines for XFree86 servers.
 Put the approppriate line in your XF86Config-4 file, in the 
 Section Monitor .

Hi,

Try adding to /etc/X11/XF86Config-4

Section Screen
[..]
SubSection Display
Depth   16
Modes   800x600 640x480
EndSubSection

the resolution you want explicitly e.g for 1024x768 @16
edit the above Modes line to
Modes   1024x768 800x600 640x480

Adjust for other depths as needed.

--
Chris.
==


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: display resolution

2005-06-30 Thread Csanyi Pal
On Thu, Jun 30, 2005 at 12:03:09PM -0700, [EMAIL PROTECTED] wrote:
 
 The man page lists only a few parameters for the 
 .videogen configuration file.  All others are only
 command line parameters.  That is a little awkward.

My .vodeogen configuration file is:
mode 800x600# process several modes at a time
nvidia=off
max_dotclk=65
max_hfreq=54; max_vfreq=120# more parameters per line possible
desired_vfreq=85

I red the Maximum dot rate (max_dotclk) value forth manual of the 
Philips 104B monitor: 65 MHz.
 
 I am not sure of the oscillator frequency.  There
 is a metal device on the card, engraved with the
 number 14.318.  That is the oscillator at 14.318 MHz?
 
 No guesses at the vertical and horizontal frequencies.
 Without the scan frequencies, videogen probably can 
 not work.

You should try to find these values on the Internet, say eg. for my 
monitor I wrote the following in the Google: 
Philips 104B monitor technical specs. This provide to me some of the 
wanted informations. :-(

Or try the http://www.monitorworld.com site.
 
-- 
Regards,
Paul 
--- Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: display resolution

2005-06-29 Thread Csanyi Pal
On Wed, Jun 29, 2005 at 01:50:06PM -0700, [EMAIL PROTECTED] wrote:
 From another OS I know that a system here will display 
 at 1024 x 768 x 16.  startx alone appears to produce
 a 
 resolution of 640 x 480.  The man page tells me how to 
 specify the color depth.  Can the 1024 x 768 resolution 
 also be specified?  How?

Use the videogen to generate Modelines for XFree86 servers.
Put the approppriate line in your XF86Config-4 file, in the 
Section Monitor .

-- 
Regards,
Paul 
--- Debian Junior Project :-) :-) :-) :-) :-) :-) :-) :-) :-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Display/resolution problems

2005-06-01 Thread Tony Godshall
According to Trevor Pankonien,
 I just switched over from Ubuntu since debian has no problem working
 with my MP3 player, but now i have a new problem. The display on my
 laptop is sitting inside a black box/border, makeing approx half of my
 screen just black. I have a Sony Vaio PCG-FRV26 notebook, which comes
 with the ATI mobility 345 video card. anyone run into a similar
 problem or anyone have any ideas that they think i might want to try?
 My monitor usually runs at 1024x768, with a refresh of 60Hz, at least
 thats what it was in Windoze. I set that during the initial install,
 but now on boot it only has options for 800x600 and whatever the one
 below that is (which makes my screen totally unreadable, with lines
 blasting back and forth across the screen) Ubuntu by default came up
 with the right settings, so i have never had this problem in the past.
 If i remember correctly suse didnt have a problem either..i would like
 to stay with debian if possible. But the monitor issue will have to be
 resolved. I did a slight amout of tinkering with
 /etc/X11/XF86Config-4, but from fear of doin too much damage without
 knowing what i was doing i stopped. THanks for NE help in advance.

There are a number of ways to get your XF86Config-4 to be
set to your preferred resolution (which on a laptop will
typically be the actual resolution of your screen).

Do you know what that is?

If it's 1024x768, you'd probably want your Modes lines to be
something like...

Modes 1024x768

If you want to be able to backtrack, you can easily keep the
old line around with a hash mark to make it into a comment,
like so...

#Modes 800x600 640x480

You can see what resolution your monitor is in by typing
'xwininfo -root'.  I think xwininfo is in packages xutils.

-- Tony Godshall 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Display/resolution problems

2005-06-01 Thread Trevor Pankonien
Thanks for all the help so far.  I will give these ideas a try as soon
as sarge is done reinstalling :) Otherwise, could it be that ubuntu
uses Xorg and debian is not? if this is the case, what steps would i
have to take to get xorg into debian
Thanks
Trevor

On 6/1/05, Tony Godshall [EMAIL PROTECTED] wrote:
 According to Trevor Pankonien,
  I just switched over from Ubuntu since debian has no problem working
  with my MP3 player, but now i have a new problem. The display on my
  laptop is sitting inside a black box/border, makeing approx half of my
  screen just black. I have a Sony Vaio PCG-FRV26 notebook, which comes
  with the ATI mobility 345 video card. anyone run into a similar
  problem or anyone have any ideas that they think i might want to try?
  My monitor usually runs at 1024x768, with a refresh of 60Hz, at least
  thats what it was in Windoze. I set that during the initial install,
  but now on boot it only has options for 800x600 and whatever the one
  below that is (which makes my screen totally unreadable, with lines
  blasting back and forth across the screen) Ubuntu by default came up
  with the right settings, so i have never had this problem in the past.
  If i remember correctly suse didnt have a problem either..i would like
  to stay with debian if possible. But the monitor issue will have to be
  resolved. I did a slight amout of tinkering with
  /etc/X11/XF86Config-4, but from fear of doin too much damage without
  knowing what i was doing i stopped. THanks for NE help in advance.
 
 There are a number of ways to get your XF86Config-4 to be
 set to your preferred resolution (which on a laptop will
 typically be the actual resolution of your screen).
 
 Do you know what that is?
 
 If it's 1024x768, you'd probably want your Modes lines to be
 something like...
 
 Modes 1024x768
 
 If you want to be able to backtrack, you can easily keep the
 old line around with a hash mark to make it into a comment,
 like so...
 
 #Modes 800x600 640x480
 
 You can see what resolution your monitor is in by typing
 'xwininfo -root'.  I think xwininfo is in packages xutils.
 
 -- Tony Godshall
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 




Re: Display/resolution problems

2005-06-01 Thread Trevor Pankonien
Got it working after the reinstall and amazing how easy it was! just
had to add the 1024x768 BEFORE the other two options. I had tried a
similar approach but put it after the otehr two...lesson learned!
thanks for the help everyone!

On 6/1/05, Trevor Pankonien [EMAIL PROTECTED] wrote:
 Thanks for all the help so far.  I will give these ideas a try as soon
 as sarge is done reinstalling :) Otherwise, could it be that ubuntu
 uses Xorg and debian is not? if this is the case, what steps would i
 have to take to get xorg into debian
 Thanks
 Trevor
 
 On 6/1/05, Tony Godshall [EMAIL PROTECTED] wrote:
  According to Trevor Pankonien,
   I just switched over from Ubuntu since debian has no problem working
   with my MP3 player, but now i have a new problem. The display on my
   laptop is sitting inside a black box/border, makeing approx half of my
   screen just black. I have a Sony Vaio PCG-FRV26 notebook, which comes
   with the ATI mobility 345 video card. anyone run into a similar
   problem or anyone have any ideas that they think i might want to try?
   My monitor usually runs at 1024x768, with a refresh of 60Hz, at least
   thats what it was in Windoze. I set that during the initial install,
   but now on boot it only has options for 800x600 and whatever the one
   below that is (which makes my screen totally unreadable, with lines
   blasting back and forth across the screen) Ubuntu by default came up
   with the right settings, so i have never had this problem in the past.
   If i remember correctly suse didnt have a problem either..i would like
   to stay with debian if possible. But the monitor issue will have to be
   resolved. I did a slight amout of tinkering with
   /etc/X11/XF86Config-4, but from fear of doin too much damage without
   knowing what i was doing i stopped. THanks for NE help in advance.
 
  There are a number of ways to get your XF86Config-4 to be
  set to your preferred resolution (which on a laptop will
  typically be the actual resolution of your screen).
 
  Do you know what that is?
 
  If it's 1024x768, you'd probably want your Modes lines to be
  something like...
 
  Modes 1024x768
 
  If you want to be able to backtrack, you can easily keep the
  old line around with a hash mark to make it into a comment,
  like so...
 
  #Modes 800x600 640x480
 
  You can see what resolution your monitor is in by typing
  'xwininfo -root'.  I think xwininfo is in packages xutils.
 
  -- Tony Godshall
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 




Re: Display/resolution problems

2005-06-01 Thread Tony Godshall

Indeed.  As says 'man XF86Config-4' says, The first valid
mode in this list will be the default display mode for
startup.

Personally, with laptops, I give it no choice- just the native rez, 
since anything else looks crappy / is a waste.

According to Trevor Pankonien,
 Got it working after the reinstall and amazing how easy it was! just
 had to add the 1024x768 BEFORE the other two options. I had tried a
 similar approach but put it after the otehr two...lesson learned!
 thanks for the help everyone!
 
 On 6/1/05, Trevor Pankonien [EMAIL PROTECTED] wrote:
  Thanks for all the help so far.  I will give these ideas a try as soon
  as sarge is done reinstalling :) Otherwise, could it be that ubuntu
  uses Xorg and debian is not? if this is the case, what steps would i
  have to take to get xorg into debian
  Thanks
  Trevor
  
  On 6/1/05, Tony Godshall [EMAIL PROTECTED] wrote:
   According to Trevor Pankonien,
I just switched over from Ubuntu since debian has no problem working
with my MP3 player, but now i have a new problem. The display on my
laptop is sitting inside a black box/border, makeing approx half of my
screen just black. I have a Sony Vaio PCG-FRV26 notebook, which comes
with the ATI mobility 345 video card. anyone run into a similar
problem or anyone have any ideas that they think i might want to try?
My monitor usually runs at 1024x768, with a refresh of 60Hz, at least
thats what it was in Windoze. I set that during the initial install,
but now on boot it only has options for 800x600 and whatever the one
below that is (which makes my screen totally unreadable, with lines
blasting back and forth across the screen) Ubuntu by default came up
with the right settings, so i have never had this problem in the past.
If i remember correctly suse didnt have a problem either..i would like
to stay with debian if possible. But the monitor issue will have to be
resolved. I did a slight amout of tinkering with
/etc/X11/XF86Config-4, but from fear of doin too much damage without
knowing what i was doing i stopped. THanks for NE help in advance.
  
   There are a number of ways to get your XF86Config-4 to be
   set to your preferred resolution (which on a laptop will
   typically be the actual resolution of your screen).
  
   Do you know what that is?
  
   If it's 1024x768, you'd probably want your Modes lines to be
   something like...
  
   Modes 1024x768
  
   If you want to be able to backtrack, you can easily keep the
   old line around with a hash mark to make it into a comment,
   like so...
  
   #Modes 800x600 640x480
  
   You can see what resolution your monitor is in by typing
   'xwininfo -root'.  I think xwininfo is in packages xutils.
  
   -- Tony Godshall
  
  
   --
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
  
  
 

-- 

-- Tony Godshall 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]