userként nem indul az X

Kezdőlap Fórumok Debiannal kapcsolatos kérdések userként nem indul az X

10 bejegyzés megtekintése - 11-20 / 33
  • Szerző
    Bejegyzés
  • #2066551
    dotmind
    Felhasználó

      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    „i2c”
              Load    „bitmap”
              Load    „ddc”
              Load    „dri”
              Load    „extmod”
              Load    „freetype”
              Load    „glx”
              Load    „int10”
              Load    „type1”
              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”              „ExplorerPS/2”
              Option          „Emulate3Buttons”      „true”
      EndSection

      Section „Device”        Identifier      „Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller]”
              Driver          „i810”
              BusID          „PCI:0:1:0”
              Option          „UseFBDev”              „true”
      EndSection

      Section „Monitor”
              Identifier      „Generic Monitor”
              Option          „DPMS”
              HorizSync      28-51
              VertRefresh    43-60
      EndSection

      Section „Screen”
              Identifier      „Default Screen”
              Device          „Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller]”
              Monitor        „Generic Monitor”
              DefaultDepth    24
              SubSection „Display”
                      Depth          1
                      Modes          „1024×768” „800×600” „640×480”
              EndSubSection
              SubSection „Display”
                      Depth          4
                      Modes          „1024×768” „800×600” „640×480”
              EndSubSection
              SubSection „Display”
                      Depth          8
                      Modes          „1024×768” „800×600” „640×480”
              EndSubSection
              SubSection „Display”
                      Depth          15
                      Modes          „1024×768” „800×600” „640×480”
              EndSubSection
              SubSection „Display”
                      Depth          16
                      Modes          „1024×768” „800×600” „640×480”
              EndSubSection
              SubSection „Display”
                      Depth          24
                      Modes          „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

      #2066552
      dotmind
      Felhasználó

        szerintem nem itt lesz a csoda megoldása…

        #2066553
        echo01
        Felhasználó

          Szia!

          Nekem is volt ilyen problémám, akkor a megoldás az volt, hogy a Usernek nem volt joga írni a /tmp könyvtárba.
          Egy próbát megér: chmod 777 /tmp

          #2066554
          pointux
          Felhasználó

            „Egy próbát megér: chmod 777 /tmp”
            Mindenképp…
            Esetleg az X-nek nem jó a joga
            ls -l /usr/bin/X ? Vagy azt is lehet chmod-olni ugyanúgy…

            #2066555
            uzsolt
            Felhasználó

              log?

              #2066556
              dotmind
              Felhasználó

                -rwsr-sr-x 1 root root 18562 2006-06-12 05:46 /usr/bin/X
                drwxrwxrwx  7 root root  2048 2006-07-23 18:05 tmp

                nem értem…

                még mindíg ez van:

                xauth:  creating new authority file /home/dotmind/.serverauth.2332

                giving up.
                xinit:  Connection refused (errno 111):  unable to connect to X server
                xinit:  No such process (errno 3):  Server error.

                #2066557
                dotmind
                Felhasználó

                  # cat /home/dotmind/startxerr
                  xauth:  creating new authority file /home/dotmind/.serverauth.2332

                  giving up.
                  xinit:  Connection refused (errno 111):  unable to connect to X server
                  xinit:  No such process (errno 3):  Server error.

                  # ls -l / | grep tmp
                  drwxrwxrwx  7 root root  2048 2006-07-23 18:13 tmp

                  # ls -l /usr/bin/X
                  -rwsr-sr-x 1 root root 18562 2006-06-12 05:46 /usr/bin/X
                  roma:~#

                  ez van…

                  #2066558
                  aty
                  Felhasználó

                    /var/log alatt is van az x servernek egy logja, ott se ír semmi extrát?

                    #2066559
                    dotmind
                    Felhasználó

                      az Xorg.0.log ban semmi, syslogban semmi, auth.log -ban semmi

                      #2066560
                      pointux
                      Felhasználó

                        Az összes X, meg Xorg file-oknak (legyen az program, vagy simlink; legyen az itt, vagy más könyvtárban) legyen legalább rwx–x–x joga, hogy mindenki tudja futtatni. (

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