Guest User

Untitled

a guest
Sep 28th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. essais :
  2.  
  3. sudo nano /etc/default/grub
  4.  
  5. find the line
  6.  
  7. #GRUB_GFXMODE=640x480
  8.  
  9. edit 640x480 to your resolution eg: 1920x1080,并remove the #
  10.  
  11. for example:
  12.  
  13. GRUB_GFXMODE=1920x1080
  14.  
  15. Update by the command
  16.  
  17. sudo update-grub
  18. là : zut !
  19. from : https://askubuntu.com/questions/441040/failed-to-get-size-of-gamma-for-output-default-when-trying-to-add-new-screen-res#441075
  20.  
  21.  
  22.  
  23. grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
  24. https://unix.stackexchange.com/questions/152222/equivalent-of-update-grub-for-rhel-fedora-centos-systems
  25.  
  26. lspci -v
  27. 00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
  28. Subsystem: Lenovo Device 3098
  29. Flags: bus master, fast devsel, latency 0
  30. Capabilities: [e0] Vendor Specific Information: Len=0c <?>
  31. Kernel driver in use: hsw_uncore
  32.  
  33. 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
  34. Subsystem: Lenovo Device 3098
  35. Flags: bus master, fast devsel, latency 0, IRQ 11
  36. Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
  37. Memory at e0000000 (64-bit, prefetchable) [size=256M]
  38. I/O ports at f000 [size=64]
  39. Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
  40. Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
  41. Capabilities: [d0] Power Management version 2
  42. Capabilities: [a4] PCI Advanced Features
  43. Kernel modules: i915
  44. ___ (partim)
  45.  
  46. journalctl -e _COMM=gdm-x-session #partim !
  47. ~
  48. ~
  49. ~
  50. ~
  51. ~
  52. -- Logs begin at Thu 2020-07-23 00:08:26 CEST, end at Sun 2020-09-27 19:13:14 CEST. --
  53. -- No entries --
  54.  
  55. inxi -Fx
  56. System: Host: linux.fritz.box Kernel: 5.8.4-200.fc32.x86_64 x86_64 bits: 64 compiler: gcc v: 2.34-4.fc32)
  57. Desktop: GNOME 3.36.6 Distro: Fedora release 32 (Thirty Two)
  58. Machine: Type: Desktop System: LENOVO product: 10AW008PMB v: ThinkCentre E73 serial: PC03HAUC
  59. Mobo: LENOVO model: N/A v: SDK0E50510 WIN serial: INVALID BIOS: LENOVO v: FCKT65AUS date: 01/12/2015
  60. CPU: Info: Quad Core model: Intel Core i5-4460S bits: 64 type: MCP arch: Haswell rev: 3 L2 cache: 6144 KiB
  61. flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 bogomips: 23146
  62. Speed: 898 MHz min/max: 800/3400 MHz Core speeds (MHz): 1: 963 2: 980 3: 941 4: 952
  63. Graphics: Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics vendor: Lenovo driver: N/A
  64. bus ID: 00:02.0
  65. Display: x11 server: Fedora Project X.org 1.20.8 driver: vesa unloaded: fbdev,modesetting resolution: 1920x1080
  66.  
  67. OpenGL: renderer: llvmpipe (LLVM 10.0.1 256 bits) v: 3.3 Mesa 20.1.8 direct render: Yes
  68. --- partim ---
  69.  
  70. echo $WAYLAND_DISPLAY
  71. === nothing ! ===
  72.  
  73. [root@linux fds]# loginctl session-status|grep Service:
  74. Service: gdm-password; type x11; class user
  75.  
  76. env|grep -E '^(XDG_SESSION_TYPE|WAYLAND_DISPLAY|DISPLAY)'
  77. XDG_SESSION_TYPE=x11
  78. DISPLAY=:1
  79.  
  80. gnome-shell --version
  81. GNOME Shell 3.36.6
  82.  
  83.  
  84. echo $GDMSESSION
  85. gnome-classic
  86.  
  87.  
  88. echo $DESKTOP_SESSION
  89. gnome-classic
  90.  
  91.  
  92.  
  93.  
  94.  
Add Comment
Please, Sign In to add comment