Debian xorg

Kezdőlap Fórumok Linux telepítés Debian xorg

10 bejegyzés megtekintése - 1-10 / 33
  • Szerző
    Bejegyzés
  • #2166113
    Tuschke
    Felhasználó
      anger wrote:
      Hali!
      Olyan problémával fordulok hozzátok, hogy feltettem a Debiant, és nem akar elindulni az x server, szóval terminálom van csak.
      S onnét kellene beálítani az x et, ugyebár.
      Olvastam valahol neten, hogy xorgcfg -t kell futtatni s az beállítja.
      Csak hát nem tudom, h terminálból hogy indítom azt el. :S
      Valaki tudna segíteni xorg beálításában? (nVidia a videokártyám van)
      Előre is köszi!

      dpkg-reconfigure xserver-xorg
      vagy
      configure-debian

      Ja, és rootként 🙂

      #2166114
      Tuschke
      Felhasználó
        anger wrote:
        Hali!
        Olyan problémával fordulok hozzátok, hogy feltettem a Debiant, és nem akar elindulni az x server, szóval terminálom van csak.
        S onnét kellene beálítani az x et, ugyebár.
        Olvastam valahol neten, hogy xorgcfg -t kell futtatni s az beállítja.
        Csak hát nem tudom, h terminálból hogy indítom azt el. :S
        Valaki tudna segíteni xorg beálításában? (nVidia a videokártyám van)
        Előre is köszi!

        dpkg-reconfigure xserver-xorg
        vagy
        configure-debian

        Ja, és rootként 🙂

        #2166115
        anger
        Felhasználó

          dpkg-reconfigure xserver-xorg ment, végig mentem rajta, de valami nem jó.
          Még mindig fatal error és nem megy az x :S

          #2166116
          anger
          Felhasználó

            dpkg-reconfigure xserver-xorg ment, végig mentem rajta, de valami nem jó.
            Még mindig fatal error és nem megy az x :S

            #2166117
            Tuschke
            Felhasználó

              Valamit rosszul állítottál be.

              Esetleg ha beraknál egy xorg.conf-ot?

              #2166118
              Tuschke
              Felhasználó

                Valamit rosszul állítottál be.

                Esetleg ha beraknál egy xorg.conf-ot?

                #2166119
                zoltan22
                Felhasználó

                  Illetve ha csatolnad az Xorg.0.log -ot is?

                  #2166120
                  zoltan22
                  Felhasználó

                    Illetve ha csatolnad az Xorg.0.log -ot is?

                    #2166121
                    anger
                    Felhasználó

                      xorg.conf:
                      Section „Files”
                      FontPath „/usr/share/fonts/X11/misc”
                      FontPath „/usr/X11R6/lib/X11/fonts/misc”
                      FontPath „/usr/share/fonts/X11/cyrillic”
                      FontPath „/usr/X11R6/lib/X11/fonts/cyrillic”
                      FontPath „/usr/share/fonts/X11/100dpi/:unscaled”
                      FontPath „/usr/X11R6/lib/X11/fonts/100dpi/:unscaled”
                      FontPath „/usr/share/fonts/X11/75dpi/:unscaled”
                      FontPath „/usr/X11R6/lib/X11/fonts/75dpi/:unscaled”
                      FontPath „/usr/share/fonts/X11/Type1”
                      FontPath „/usr/X11R6/lib/X11/fonts/Type1”
                      FontPath „/usr/share/fonts/X11/100dpi”
                      FontPath „/usr/X11R6/lib/X11/fonts/100dpi”
                      FontPath „/usr/share/fonts/X11/75dpi”
                      FontPath „/usr/X11R6/lib/X11/fonts/75dpi”
                      # path to defoma fonts
                      FontPath „/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
                      EndSection

                      Section „Module”
                      Load „bitmap”
                      Load „ddc”
                      Load „dri”
                      Load „extmod”
                      Load „freetype”
                      Load „glx”
                      Load „int10”
                      Load „vbe”
                      EndSection

                      Section „InputDevice”
                      Identifier „Generic Keyboard”
                      Driver „kbd”
                      Option „CoreKeyboard”
                      Option „XkbRules” „xorg”
                      Option „XkbModel” „pc105”
                      Option „XkbLayout” „hu”
                      EndSection

                      Section „InputDevice”
                      Identifier „Configured Mouse”
                      Driver „mouse”
                      Option „CorePointer”
                      Option „Device” „/dev/input/mice”
                      Option „Protocol” „ImPS/2”
                      Option „Emulate3Buttons” „true”
                      EndSection

                      Section „Device”
                      Identifier „nVidia Corporation NVIDIA Default Card”
                      Driver „nv”
                      BusID „PCI:1:0:0”
                      VideoRam 512000
                      Option „UseFBDev” „true”
                      EndSection

                      Section „Monitor”
                      Identifier „MIRAI 619N20”
                      Option „DPMS”
                      HorizSync 30-82
                      VertRefresh 56-76
                      EndSection

                      Section „Screen”
                      Identifier „Default Screen”
                      Device „nVidia Corporation NVIDIA Default Card”
                      Monitor „MIRAI 619N20”
                      DefaultDepth 24
                      SubSection „Display”
                      Depth 1
                      Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                      EndSubSection
                      SubSection „Display”
                      Depth 4
                      Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                      EndSubSection
                      SubSection „Display”
                      Depth 8
                      Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                      EndSubSection
                      SubSection „Display”
                      Depth 15
                      Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                      EndSubSection
                      SubSection „Display”
                      Depth 16
                      Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                      EndSubSection
                      SubSection „Display”
                      Depth 24
                      Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                      EndSubSection
                      EndSection

                      Section „ServerLayout”
                      Identifier „Default Layout”
                      Screen „Default Screen”
                      InputDevice „Generic Keyboard”
                      InputDevice „Configured Mouse”
                      EndSection

                      Section „DRI”
                      Mode 0666
                      EndSection

                      Xorg.0.log ot nem találtam O_o

                      #2166122
                      anger
                      Felhasználó

                        xorg.conf:
                        Section „Files”
                        FontPath „/usr/share/fonts/X11/misc”
                        FontPath „/usr/X11R6/lib/X11/fonts/misc”
                        FontPath „/usr/share/fonts/X11/cyrillic”
                        FontPath „/usr/X11R6/lib/X11/fonts/cyrillic”
                        FontPath „/usr/share/fonts/X11/100dpi/:unscaled”
                        FontPath „/usr/X11R6/lib/X11/fonts/100dpi/:unscaled”
                        FontPath „/usr/share/fonts/X11/75dpi/:unscaled”
                        FontPath „/usr/X11R6/lib/X11/fonts/75dpi/:unscaled”
                        FontPath „/usr/share/fonts/X11/Type1”
                        FontPath „/usr/X11R6/lib/X11/fonts/Type1”
                        FontPath „/usr/share/fonts/X11/100dpi”
                        FontPath „/usr/X11R6/lib/X11/fonts/100dpi”
                        FontPath „/usr/share/fonts/X11/75dpi”
                        FontPath „/usr/X11R6/lib/X11/fonts/75dpi”
                        # path to defoma fonts
                        FontPath „/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
                        EndSection

                        Section „Module”
                        Load „bitmap”
                        Load „ddc”
                        Load „dri”
                        Load „extmod”
                        Load „freetype”
                        Load „glx”
                        Load „int10”
                        Load „vbe”
                        EndSection

                        Section „InputDevice”
                        Identifier „Generic Keyboard”
                        Driver „kbd”
                        Option „CoreKeyboard”
                        Option „XkbRules” „xorg”
                        Option „XkbModel” „pc105”
                        Option „XkbLayout” „hu”
                        EndSection

                        Section „InputDevice”
                        Identifier „Configured Mouse”
                        Driver „mouse”
                        Option „CorePointer”
                        Option „Device” „/dev/input/mice”
                        Option „Protocol” „ImPS/2”
                        Option „Emulate3Buttons” „true”
                        EndSection

                        Section „Device”
                        Identifier „nVidia Corporation NVIDIA Default Card”
                        Driver „nv”
                        BusID „PCI:1:0:0”
                        VideoRam 512000
                        Option „UseFBDev” „true”
                        EndSection

                        Section „Monitor”
                        Identifier „MIRAI 619N20”
                        Option „DPMS”
                        HorizSync 30-82
                        VertRefresh 56-76
                        EndSection

                        Section „Screen”
                        Identifier „Default Screen”
                        Device „nVidia Corporation NVIDIA Default Card”
                        Monitor „MIRAI 619N20”
                        DefaultDepth 24
                        SubSection „Display”
                        Depth 1
                        Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                        EndSubSection
                        SubSection „Display”
                        Depth 4
                        Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                        EndSubSection
                        SubSection „Display”
                        Depth 8
                        Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                        EndSubSection
                        SubSection „Display”
                        Depth 15
                        Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                        EndSubSection
                        SubSection „Display”
                        Depth 16
                        Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                        EndSubSection
                        SubSection „Display”
                        Depth 24
                        Modes „1280×1024” „1152×864” „1024×768” „800×600” „640×480”
                        EndSubSection
                        EndSection

                        Section „ServerLayout”
                        Identifier „Default Layout”
                        Screen „Default Screen”
                        InputDevice „Generic Keyboard”
                        InputDevice „Configured Mouse”
                        EndSection

                        Section „DRI”
                        Mode 0666
                        EndSection

                        Xorg.0.log ot nem találtam O_o

                      10 bejegyzés megtekintése - 1-10 / 33
                      • Be kell jelentkezni a hozzászóláshoz.