Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Wladimir Mutel                       2:5020/400     22 Nov 2007  23:22:20
 To : Dmitry Budanov
 Subject : Re: xorg 7.3 + icewm 1.2.32
 -------------------------------------------------------------------------------- 
 
 Dmitry Budanov wrote:
 
 >>>>> debian sid. после апгрейда на xorg 7.3 при переключении между окнами по
 >>>>> alt+tab в icewm наглухо виснут иксы (по top'у x сервер начинает
 >>>>> жрать 100% cpu). никто с подобной проблемой не сталкивался?
 >> У меня именно icewm 1.2.32-2 и именно Xы 7.3 - то и другое из текущего
 >> unstable. Ядро 2.6.23.8 и драйвер NVidia 96.43-legacy. Ещё и собраны они
 > NVidia 96.43-legacy - это который в комплекте с xorg едет (nv)?
 
   Hет. Это проприетарный. legacy потому, что новые версии не поддерживают
   моего железа (GeForce4 MX 440).
 
 >> (ядро и nvidia) gccшкой 4.2.2-3. Пока всё живенько. Могу дать списать
 >> конфиг Xов - вдруг у тебя что лишнее есть.
 > давай.
 
 Section "Files"
          FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID/"
          FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/"
          FontPath        "/usr/share/fonts/X11/Type1"
          FontPath        "/usr/share/fonts/X11/misc"
          FontPath        "/usr/lib/X11/fonts/Type1"
          FontPath        "/usr/lib/X11/fonts/Speedo"
          FontPath        "/usr/X11R6/lib/X11/fonts/misc"
          FontPath        "/usr/share/fonts/X11/cyrillic"
          FontPath        "/usr/share/fonts/X11/cyrillic"
          FontPath        "/usr/share/fonts/X11/100dpi"
          FontPath        "/usr/share/fonts/X11/100dpi"
          FontPath        "/usr/lib/X11/fonts/100dpi"
          FontPath        "/usr/share/fonts/X11/75dpi"
          FontPath        "/usr/share/fonts/X11/75dpi"
          FontPath        "/usr/lib/X11/fonts/75dpi"
 EndSection
 
 Section "Module"
          Load    "dbe"
          SubSection "extmod"
                  Option "omit xfree86-dga"
          EndSubSection
          Load    "freetype"
          Load    "type1"
          Load    "dri"
 EndSection
 
 Section "InputDevice"
          Identifier      "Generic Keyboard"
          Driver          "kbd"
          Option          "CoreKeyboard"
          Option          "XkbRules"      "xorg"
          Option          "XkbModel"      "pc104"
          Option          "XkbLayout"     "us,ru"
          Option "AutoRepeat" "250 30"
          Option "XkbOptions" "grp:caps_toggle,grp_led:caps"
 EndSection
 
 Section "InputDevice"
          Identifier      "Configured Mouse"
          Driver          "mouse"
          Option          "CorePointer"
          Option          "Device"                "/dev/psaux"
          Option          "Protocol"              "ImPS/2"
          Option          "ZAxisMapping"          "4 5"
 EndSection
 
 Section "InputDevice"
          Identifier      "Generic Mouse"
          Driver          "mouse"
          Option          "CorePointer"
          Option          "SendCoreEvents"        "true"
          Option          "Device"                "/dev/input/mice"
          Option          "Protocol"              "ImPS/2"
          Option          "ZAxisMapping"          "4 5"
 EndSection
 
 Section "Device"
          Identifier      "Generic Video Card"
          Driver          "nvidia"
 
          Option "AllowGLXWithComposite" "true"
          Option "Accel" "true"
          Option "backingstore" "true"
          Option "TripleBuffer" "true"
          Option "XAANoOffscreenPixmaps"
          Option "AddARGBGLXVisuals" "True"
 EndSection
 
 Section "Monitor"
          Identifier      "Generic Monitor"
          Option          "DPMS"
 EndSection
 
 Section "Screen"
          Identifier      "Default Screen"
          Device          "Generic Video Card"
          Monitor         "Generic Monitor"
          Option          "AddARGBGLXVisuals"     "True"
          DefaultDepth    24
          SubSection "Display"
                  Depth           1
                  Modes           "800x600" "640x480"
          EndSubSection
          SubSection "Display"
                  Depth           4
                  Modes           "800x600" "640x480"
          EndSubSection
          SubSection "Display"
                  Depth           8
                  Modes           "800x600" "640x480"
          EndSubSection
          SubSection "Display"
                  Depth           15
                  Modes           "800x600" "640x480"
          EndSubSection
          SubSection "Display"
                  Depth           16
                  Modes           "800x600" "640x480"
          EndSubSection
          SubSection "Display"
                  Depth           24
                  Modes           "800x600" "640x480"
          EndSubSection
          SubSection "Display"
                  Depth           32
                  Modes           "800x600" "640x480"
          EndSubSection
 EndSection
 
 Section "ServerLayout"
          Identifier      "Default Layout"
          Screen          "Default Screen"
          InputDevice     "Generic Keyboard"
          InputDevice     "Configured Mouse"
          InputDevice     "Generic Mouse"
          Option "AIGLX" "true"
 EndSection
 
 Section "DRI"
          Mode    0666
 EndSection
 
 Section "Extensions"
      Option "RENDER" "true"
      Option "Composite" "Enable"
 EndSection
 --- ifmail v.2.15dev5.4
  * Origin: Demos online service (2:5020/400)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 xorg 7.3 + icewm 1.2.32   Dmitry Budanov   20 Nov 2007 15:25:56 
 Re: xorg 7.3 + icewm 1.2.32   Wladimir Mutel   21 Nov 2007 00:57:36 
 Re: xorg 7.3 + icewm 1.2.32   Dmitry Budanov   21 Nov 2007 14:59:20 
 Re: xorg 7.3 + icewm 1.2.32   Wladimir Mutel   22 Nov 2007 00:55:16 
 Re: xorg 7.3 + icewm 1.2.32   Dmitry Budanov   22 Nov 2007 14:52:19 
 Re: xorg 7.3 + icewm 1.2.32   Wladimir Mutel   22 Nov 2007 23:22:20 
 Re: xorg 7.3 + icewm 1.2.32   Anatoly Y.   21 Nov 2007 16:37:24 
 Re: xorg 7.3 + icewm 1.2.32   Dmitry Budanov   22 Nov 2007 14:53:33 
 Re: xorg 7.3 + icewm 1.2.32   Max A. Krasilnikov   22 Nov 2007 15:43:56 
Архивное /ru.linux/2578388735ec5.html, оценка 1 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional