Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2018-01-07 19:48:46

  aipek - Użytkownik

aipek
Użytkownik
Zarejestrowany: 2017-12-29

[Fluxbox] Ekran wariuje

Witam.

Po wyrzuceniu Windowsa (na ktorym problem nie wystepowal) i zainstalowaniu Debiana + Fluxbox i Bumblebee wszystko powinno smigac. Czasem jednak moj ekran zaczyna wariowac. Zalaczam video.

VIDEO

Kod:

https://streamable.com/95f2v

Kod:

lspci -nn | grep -i 'vga\|3d'
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 5500 [8086:1616] (rev 09)
04:00.0 3D controller [0302]: NVIDIA Corporation GK208M [GeForce 920M] [10de:1299] (rev a1)

Ma ktos z Was pomysl o co chodzi?

Pozdrawiam.

Offline

 

#2  2018-01-07 22:30:59

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: [Fluxbox] Ekran wariuje

Zainstalowałeś bumblebee, czy bumblebee-nvidia. Może sterownik, może niewłaściwy serwer wyświetlania (coś się dzieje nowego po fluxbox 1.3.6, robią coś by to chodziło na Wayland-e, nie chce mi się sprawdzać ), może menadżer sesji. Może ustawiania sterownika. Może trzeba pomyśleć o czymś innym niż fluxbox. Pokaż wszystko to, może coś się zobaczy.

Kod:

cat /etc/debian_version

uname -r

echo $XDG_SESSION_TYPE

glxinfo | grep OpenGL

optirun glxinfo | grep OpenGL

cat /etc/X11/default-display-manager

cat /etc/X11/xorg.conf #może masz konfiguracje w /etc/X11/xorg.conf.d/

Offline

 

#3  2018-01-08 06:23:20

  aipek - Użytkownik

aipek
Użytkownik
Zarejestrowany: 2017-12-29

Re: [Fluxbox] Ekran wariuje

Kod:

tom@deb:~/Desktop$ cat /etc/debian_version 
9.3
tom@deb:~/Desktop$ uname -r
4.9.0-5-amd64
tom@deb:~/Desktop$ echo $XDG_SESSION_TYPE

tom@deb:~/Desktop$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 13.0.6
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 13.0.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 13.0.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
tom@deb:~/Desktop$ optirun glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 920M/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 375.82
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 375.82
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
tom@deb:~/Desktop$ cat /etc/X11/default-display-manager 
/usr/sbin/lightdm
tom@deb:~/Desktop$ cd /etc/X11/xorg.conf.d/
tom@deb:/etc/X11/xorg.conf.d$ ls
40-libinput.conf
tom@deb:/etc/X11/xorg.conf.d$ cat 40-libinput.conf 
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "on"
EndSection

LightDM jest wylaczony.
xorg.conf nie mam.

Offline

 

#4  2018-01-08 14:38:51

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: [Fluxbox] Ekran wariuje

Kernel z którym już były problemy w połączeniu z bumblebee-nvidia, ale sterowniki działają. Poza sytuacją dziwną ze zmienią, reszta wygląda ok.

Kod:

echo $XDG_SESSION_TYPE

Nic się nie wyświetla. A to:

Kod:

loginctl show-session $(loginctl | grep $(whoami) | awk '{print $1}') -p Type

==========
Edycja, by nie tracić czasu, bo nie wiadomo kiedy będę mógł odpowiedzieć.

Jak będzie [b]x11[/b], to możesz spróbować konfiguracji [b]/etc/X11/xorg.conf[/b] , zrób taki:

Kod:

Section "Module"
    Load "modesetting"
EndSection

Section "Device"
    Identifier  "nvidia"
    Driver      "nvidia"
    BusID      "PCI:4:0:0"
    Option     "AllowEmptyInitialConfiguration"
EndSection

Section "Device"
    Identifier  "intel"
    Driver      "modesetting"
    BusID      "PCI:0:2:0"
   # Option "TearFree" "true"
    Option     "AccelMethod"  "sna"
EndSection

Sprawdź, jak wszystko działa tak jak wcześniej, ale błąd z wyświetlaniem się pojawia to zmień [b]"sna"[/b] na [b]"uxa"[/b]. Jeżeli dalej będzie się wywalać to wróć do [b]"sna"[/b] i usuń [b]#[/b] z wiersza [b]Option "TearFree" "true"[/b]. Przy każdym sprawdzaniu wymagany restart X-ów. Jak coś będzie źle wiadomo usuń xorg.conf.

Ostatnio edytowany przez jawojx (2018-01-08 14:59:01)

Offline

 

#5  2018-01-08 18:40:28

  aipek - Użytkownik

aipek
Użytkownik
Zarejestrowany: 2017-12-29

Re: [Fluxbox] Ekran wariuje

Kod:

$ loginctl show-session $(loginctl | grep $(whoami) | awk '{print $1}') -p Type
Type=tty

Offline

 

#6  2018-01-08 20:30:09

  jawojx - Użytkownik

jawojx
Użytkownik
Zarejestrowany: 2012-10-11

Re: [Fluxbox] Ekran wariuje

Taka odpowiedz jest jak xserver jest uruchomiony prosto z terminala, bez menadżera logowania, tak jak pisałeś "LightDM jest wylaczony". Możesz spróbować z konfiguracją xorg.conf. Ale jak to nic nie zmieni, to można tak jak opisałem niżej sprawdzić.

Możesz też sprawdzić jak to działa normalnie z menadżerem logowania. W czerwcu dla milika zrobiłem livecd debiana 9 z bumblebee i z nvidią ("omijając" intela), układ kart bardzo podobny do twojego, nie powinno być problemu z uruchomieniem tego u ciebie. Milik też nie powinien mieć pretensji że użyjesz iso przygotowanych dla niego, a mnie się nie chce zmienić.

To jest xfce i lightdm, bo on tego używał, możesz doinstalować fluxboxa i sprawdzić. [url=https://forum.dug.net.pl/viewtopic.php?pid=311599#p311599]Tu opisałem jak to zrobić (#57), start na nvidii[/url] ([b]uważaj na różnice w nazwach folderów i nazwach obrazów iso[/b]) i skąd pobrać livecd. Pierwsze iso to [b]uruchamianie na sterowniku nvidii[/b].

Zrobiłem wtedy też druga płytę [url=goo.gl/TFnUGr][b]i to jest bumblebee-nvidia[/b], jest pod tym adresem[/url]. Logowanie jak nazwa hasło user/root dugnet.

Sumy kontrolne dla debian_9_milik_bumblebee.iso:
sha512sum

Kod:

f131508a4ea0b7fadbd8c50d9c7d7fa33cb8ec37a132678f09bcd54fbad60f5820b5597756b1f97d3365c35370f7069b2e3a009e383ea004c8abc0eb3c6b4f3c

md5sum

Kod:

722ec5eb199eb06daf26cf5537e58eba

Żeby to był zwykły tearing, ale to jakieś efekty specjalne.

Ostatnio edytowany przez jawojx (2018-01-08 20:51:23)

Offline

 

#7  2018-01-09 17:19:29

  aipek - Użytkownik

aipek
Użytkownik
Zarejestrowany: 2017-12-29

Re: [Fluxbox] Ekran wariuje

Dziekuje sprawdze w weekend jak bede mial chwile czasu :)

Offline

 

#8  2018-01-09 22:49:08

  Pavlo950 - człowiek pasjonat :D

Pavlo950
człowiek pasjonat :D
Zarejestrowany: 2012-02-20
Serwis

Re: [Fluxbox] Ekran wariuje

Coś mi się zdaje, że to nie problem sterownika, a fluxbox'a - też go używam, dzisiaj mnie wywalił i coś podobnego ogólnie też widuję, chociaż w o wiele mniejszym stopniu. Ale ja mam radeona i takie coś ogólnie widzę po przesiadce na PC ze starszym radeonem niż mam w lapku i od tamtego czasu lapka używam bardzo rzadko i nie jestem w stanie stwierdzić, czy problem ten występuje też na lapku po np którejś aktualizacji. Pokaż mi:

Kod:

dpkg -l | grep -e linux-image -e linux-headers -e xorg -e mesa -e firmware

Grasz? Jak z wydajnością w grach? Jak z działaniem chromium / chrome'a?

Ostatnio edytowany przez Pavlo950 (2018-01-09 22:51:05)

Offline

 

#9  2018-01-10 17:04:00

  aipek - Użytkownik

aipek
Użytkownik
Zarejestrowany: 2017-12-29

Re: [Fluxbox] Ekran wariuje

Nie gram i uzywam Firefox.

Kod:

$ dpkg -l | grep -e linux-image -e linux-headers -e xorg -e mesa -e firmware
ii  firmware-linux-free                  3.4                               all          Binary firmware for various drivers in the Linux kernel
ii  firmware-realtek                     20161130-3                        all          Binary firmware for Realtek wired/wifi/BT adapters
ii  glx-alternative-mesa                 0.7.4                             amd64        allows the selection of MESA as GLX provider
ii  libegl1-mesa:amd64                   13.0.6-1+b2                       amd64        free implementation of the EGL API -- runtime
ii  libgl1-mesa-dri:amd64                13.0.6-1+b2                       amd64        free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:amd64                13.0.6-1+b2                       amd64        free implementation of the OpenGL API -- GLX runtime
ii  libglapi-mesa:amd64                  13.0.6-1+b2                       amd64        free implementation of the GL API -- shared library
ii  libglu1-mesa:amd64                   9.0.0-2.1                         amd64        Mesa OpenGL utility library (GLU)
ii  libwayland-egl1-mesa:amd64           13.0.6-1+b2                       amd64        implementation of the Wayland EGL platform -- runtime
ii  linux-headers-4.9.0-4-amd64          4.9.65-3+deb9u1                   amd64        Header files for Linux 4.9.0-4-amd64
ii  linux-headers-4.9.0-4-common         4.9.65-3+deb9u1                   all          Common header files for Linux 4.9.0-4
ii  linux-headers-4.9.0-5-amd64          4.9.65-3+deb9u2                   amd64        Header files for Linux 4.9.0-5-amd64
ii  linux-headers-4.9.0-5-common         4.9.65-3+deb9u2                   all          Common header files for Linux 4.9.0-5
ii  linux-headers-amd64                  4.9+80+deb9u3                     amd64        Header files for Linux amd64 configuration (meta-package)
ii  linux-image-4.9.0-4-amd64            4.9.65-3+deb9u1                   amd64        Linux 4.9 for 64-bit PCs
ii  linux-image-4.9.0-5-amd64            4.9.65-3+deb9u2                   amd64        Linux 4.9 for 64-bit PCs
ii  linux-image-amd64                    4.9+80+deb9u3                     amd64        Linux for 64-bit PCs (meta-package)
ii  mesa-utils                           8.3.0-3                           amd64        Miscellaneous Mesa GL utilities
ii  mesa-va-drivers:amd64                13.0.6-1+b2                       amd64        Mesa VA-API video acceleration drivers
ii  mesa-vdpau-drivers:amd64             13.0.6-1+b2                       amd64        Mesa VDPAU video acceleration drivers
ii  xorg                                 1:7.7+19                          amd64        X.Org X Window System
ii  xorg-docs-core                       1:1.7.1-1                         all          Core documentation for the X.org X Window System
ii  xserver-xorg                         1:7.7+19                          amd64        X.Org X server
ii  xserver-xorg-core                    2:1.19.2-1+deb9u2                 amd64        Xorg X server - core server
ii  xserver-xorg-input-all               1:7.7+19                          amd64        X.Org X server -- input driver metapackage
ii  xserver-xorg-input-libinput          0.23.0-2                          amd64        X.Org X server -- libinput input driver
ii  xserver-xorg-input-wacom             0.34.0-1                          amd64        X.Org X server -- Wacom input driver
ii  xserver-xorg-legacy                  2:1.19.2-1+deb9u2                 amd64        setuid root Xorg server wrapper
ii  xserver-xorg-video-all               1:7.7+19                          amd64        X.Org X server -- output driver metapackage
ii  xserver-xorg-video-amdgpu            1.2.0-1+b1                        amd64        X.Org X server -- AMDGPU display driver
ii  xserver-xorg-video-ati               1:7.8.0-1+b1                      amd64        X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-fbdev             1:0.4.4-1+b5                      amd64        X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel             2:2.99.917+git20161206-1          amd64        X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-nouveau           1:1.0.13-3                        amd64        X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-nvidia            375.82-1~deb9u1                   amd64        NVIDIA binary Xorg driver
ii  xserver-xorg-video-qxl               0.1.4+20161126git4d7160c-1        amd64        X.Org X server -- QXL display driver
ii  xserver-xorg-video-radeon            1:7.8.0-1+b1                      amd64        X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-vesa              1:2.3.4-1+b2                      amd64        X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware            1:13.2.1-1+b1                     amd64        X.Org X server -- VMware display driver

Offline

 

#10  2018-01-13 15:43:09

  aipek - Użytkownik

aipek
Użytkownik
Zarejestrowany: 2017-12-29

Re: [Fluxbox] Ekran wariuje

Przeinstalowalem system. Postawilem wszystko od 0 i narazie jest ok. Jade na bumblebee. Jesli bedzie to samo, to czeka mnie downgrade kernela.

https://unix.stackexchange.com/questions/410407/screen-problem-debian9-xfce-thinkpad-x250

// edit

no wiec po downgrade do 4.9.0-3 stwierdzam, ze problem lezal w jajku. Na 4.9.0-3 wszystko smiga jak trzeba.

Ostatnio edytowany przez aipek (2018-01-13 20:48:59)

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
To nie jest tylko forum, to nasza mała ojczyzna ;-)

[ Generated in 0.011 seconds, 9 queries executed ]

Informacje debugowania

Time (s) Query
0.00011 SET CHARSET latin2
0.00004 SET NAMES latin2
0.00131 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.135.183.89' WHERE u.id=1
0.00086 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.135.183.89', 1715205258)
0.00064 SELECT * FROM punbb_online WHERE logged<1715204958
0.00069 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=30179 AND t.moved_to IS NULL
0.00005 SELECT search_for, replace_with FROM punbb_censoring
0.00347 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=30179 ORDER BY p.id LIMIT 0,25
0.00127 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=30179
Total query time: 0.00844 s