Gentoo SDDM çalışmıyor

Huso112

Hectopat
Katılım
26 Ocak 2021
Mesajlar
1.471
Makaleler
1
Çözümler
2
Merhabalar.
Şu an Gentoo'da SDDM dışındaki her şey çalışıyor. bir türlü SDDM sorununu çözemedim.
NVIDIA driveri indirdiğim dökümantasyona baktım; SDDM ve X11 dökümanlarına baktım ama yok, olmuyor.
Şimdi Lightdm deniyorum fakat o da çalışmayacak gibi.
Sanırım sıkıntı monitörde çünkü xrandr, get-edid ve startx "ekran bulunamadı" hatası veriyor.

EDIT:
Olay şu; SDDM severi open_rc'de açık ve çalışıyor durumunda ama attığı tty1, yani sddm değil.

1625591790945.png
 
Sonuç yine aynı hocam:
Bu sefer video da kaydettim.
Ayrıca bazı komutların fotoğrafını işe yarar diye çektim:
Eki Görüntüle 1098716

Dosyada EndSection yerine EndSelection kullanmışsın, bunu düzelt sonra yeniden açmayı dene X'i. Yine açılmazsa inxi -Gxx komutunun çıktısını da paylaş.
 
-configure olacak typo yapmışım. Dinamik bir şekilde cevap verebileceğin bir zamanda düzeltelim sorununu.
Hocam düğüne gidip geleceğim sonra müsaitim :)
-configure olacak typo yapmışım. Dinamik bir şekilde cevap verebileceğin bir zamanda düzeltelim sorununu.
Geldim hocam :)
Buyrun hocam :)
 

Dosya Ekleri

  • inxi-Gxx.txt
    504 bayt · Görüntüleme: 34
  • xorg-conf-new.txt
    2,9 KB · Görüntüleme: 52
Son düzenleme:
Hocam düğüne gidip geleceğim sonra müsaitim :)

Geldim hocam :)
Buyrun hocam :)
Aşağıdaki kod yığınını /etc/X11/xorg.conf olarak kaydet. Bunu yaptığında sisteminin nvidia gpu üzerinde açılması gerekiyor. Açılmazda sadece siyah ekran alırsan haber ver düzeltelim.


[CODE title="/etc/X11/xorg.conf"]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Inactive "card1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "glxserver_nvidia"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
#Option "AccelMethod" # <str>
#Option "PageFlip" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "DoubleShadow" # [<bool>]
#Option "Atomic" # [<bool>]
Identifier "Card1"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Option "AllowEmptyInitialConfiguration" "true"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
[/CODE]
 
Aşağıdaki kod yığınını /etc/X11/xorg.conf olarak kaydet. Bunu yaptığında sisteminin nvidia gpu üzerinde açılması gerekiyor. Açılmazda sadece siyah ekran alırsan haber ver düzeltelim.


[CODE title="/etc/X11/xorg.conf"]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Inactive "card1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "glxserver_nvidia"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
#Option "AccelMethod" # <str>
#Option "PageFlip" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "DoubleShadow" # [<bool>]
#Option "Atomic" # [<bool>]
Identifier "Card1"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Option "AllowEmptyInitialConfiguration" "true"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
[/CODE]
Hocam ekledim de bir sorum var. display-manager mı xdm mi?
EDIT:
rc-update show'da display-manager yok ama rc-service ile stop edilebiliniyor ve status'u da "crashed". xdm çalışıyor.
Olmadı hocam ya :(
Yeniden mi yüklesem ben bu gentoo'yu?
 
Son düzenleme:
Hocam ekledim de bir sorum var. display-manager mı xdm mi?
EDIT:
rc-update show'da display-manager yok ama rc-service ile stop edilebiliniyor ve status'u da "crashed". xdm çalışıyor.
Olmadı hocam ya :(
Yeniden mi yüklesem ben bu gentoo'yu?
Hayır yeniden yüklemene gerek yok. Bir yerde bir typo falan yaptım sanırım.

Inactive "card1" yazan yeri Inactive "Card1" yap bakalım.
 

Geri
Yukarı