<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>25059</bug_id>
          
          <creation_ts>2011-02-09 18:04:36 +0300</creation_ts>
          <short_desc>system-config-display</short_desc>
          <delta_ts>2022-12-08 20:54:14 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>New/proposed packages</product>
          <component>Обычный репозиторий</component>
          <version>не указана</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Andrey Cherepanov">cas</reporter>
          <assigned_to name="Andrey Cherepanov">cas</assigned_to>
          <cc>burmatov202002</cc>
    
    <cc>mike</cc>
    
    <cc>radik</cc>
          
          <qa_contact name="Andrey Cherepanov">cas</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>118172</commentid>
    <comment_count>0</comment_count>
    <who name="Andrey Cherepanov">cas</who>
    <bug_when>2011-02-09 18:04:36 +0300</bug_when>
    <thetext>http://fedoraproject.org/wiki/SystemConfig/display

system-config-display is a graphical application for configuring an X Window System X server display.

You can get the current source using the following commands:

$ git clone git://git.fedorahosted.org/git/system-config-display.git</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118220</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2011-02-10 17:25:58 +0300</bug_when>
    <thetext>У меня была как-то обвязка, которая сваливалась на vesa при нескольких отвалах в единицу времени -- дёргаю фрагмент пакетого скрипта:

startcount=0
failcount=0

while /bin/true ; do
        # this will try dual-head if two heads are found, 
        # and fall back to single-head; if X keeps crashing,
        # then bail out and let init temporarily disable
        # autologin
        startcount=$((startcount+1))
        /opt/bin/xinit-wrapper /opt/bin/kiosk.xinit || {
                # in case X crashes forever, it should be at least stoppable
                failcount=$((failcount+1))
                chvt 1
                echo &gt;/dev/tty1
                echo &quot;Graphics subsystem failed to start,&quot; &gt;/dev/tty1
                echo &quot;re-trying in 10 seconds... (attempt $failcount)&quot; &gt;/dev/tty1
                echo &gt;/dev/tty1
                sleep 10
        }
        # falling back to vesa, reboot needed to 
        # re-autodetect proper driver from now on
        [ &quot;$failcount&quot; -gt 2 ] &amp;&amp; {
                x11setupdrv -s vesa
                xinit /opt/bin/kiosk.xinit
        }
        [ &quot;$failcount&quot; -gt 3 ] &amp;&amp; {
                chvt 1
                echo &gt;/dev/tty1
                echo &quot;Graphics subsystem seems broken&quot; &gt;/dev/tty1
                echo &quot;Call Technical Support&quot; &gt;/dev/tty1
                echo &gt;/dev/tty1
                sleep 60
                exit 1
        }
done

x11setupdrv -s было реализовано eostapets@:
http://git.altlinux.org/people/mike/packages/?p=x11setupdrv.git;a=commitdiff;h=9436333b6d951e93d7036181816e8257c06a027b</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>218620</commentid>
    <comment_count>2</comment_count>
    <who name="Alexander Burmatov">burmatov202002</who>
    <bug_when>2022-12-08 20:54:14 +0300</bug_when>
    <thetext>The system-config-display tool has been replaced by XRandr configuration tools as found in both supported desktops: GNOME and KDE.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>