Via Vlink VN800 int. vga vezérlő hiba dist-upgrade után

Kezdőlap Fórumok Videokártyák Egyéb Via Vlink VN800 int. vga vezérlő hiba dist-upgrade után

5 bejegyzés megtekintése - 11-15 / 15
  • Szerző
    Bejegyzés
  • #2135495
    Monkey
    Felhasználó
      salaud wrote:
      Előbb ajánlanám terminálba, rendszergazdaként kiadni:

      dpkg-reconfigure xserver-xorg

      majd logikusan végignyomogatni, driver-nek via.
      Ha ekkor sincs kép, akkor próbálkozz a downgrade-el.

      Oké, ez tiszta sor, de hogyan? 🙂 Jó úgy, ahogy leírtam?

      #2135496
      Monkey
      Felhasználó
        salaud wrote:
        Előbb ajánlanám terminálba, rendszergazdaként kiadni:

        dpkg-reconfigure xserver-xorg

        majd logikusan végignyomogatni, driver-nek via.
        Ha ekkor sincs kép, akkor próbálkozz a downgrade-el.

        Oké, ez tiszta sor, de hogyan? 🙂 Jó úgy, ahogy leírtam?

        #2135497
        Monkey
        Felhasználó

          Igazad volt, így már működik (a régi xorg-gal). Köszi! 🙂

          #2135498
          Monkey
          Felhasználó

            Igazad volt, így már működik (a régi xorg-gal). Köszi! 🙂

            #1887213
            csaba
            Felhasználó

              Sziasztok!

              Laptopomat (Celeron M 1,6GHz, 512 Mb RAM, integrált VIA VN 800 videókártya) Ubuntu-val használom. 7.04-ről csináltam apt-tal dist-upgrade-et 7.10-re a repository list módosításával. Előtte VESA-val ment a vga, a frissítés után nem indul az x.

              Xorg.0.log:


              (II) LoadModule: „vesa”
              (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
              (II) Module vesa: vendor=”X.Org Foundation”
                  compiled for 1.3.0, module version = 1.3.0
                  Module class: X.Org Video Driver
                  ABI class: X.Org Video Driver, version 1.2
              (EE) module ABI minor version (2) is newer than the server’s version (1)
              (II) UnloadModule: „vesa”
              (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
              (EE) Failed to load module „vesa” (module requirement mismatch, 0)

              Fatal server error:
              no screens found

              Apt-tal újratelepítettem az xserver-xorg-video-vesa csomagot, xorg.conf szvsz rendben van, de azért beteszem:


              Section „Files”
                  FontPath    „/usr/share/fonts/X11/misc”
                  FontPath    „/usr/share/fonts/X11/cyrillic”
                  FontPath    „/usr/share/fonts/X11/100dpi/:unscaled”
                  FontPath    „/usr/share/fonts/X11/75dpi/:unscaled”
                  FontPath    „/usr/share/fonts/X11/Type1”
                  FontPath    „/usr/share/fonts/X11/100dpi”
                  FontPath    „/usr/share/fonts/X11/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    „vbe”
              EndSection

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

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

              Section „InputDevice”
                  Driver   „wacom”
                  Identifier    „stylus”
                  Option   „Device”    „/dev/wacom”    # Change to
                # /dev/input/event
                # for USB
                  Option   „Type”   „stylus”
                  Option   „ForceDevice”    „ISDV4”   # Tablet PC ONLY
              EndSection

              Section „InputDevice”
                  Driver   „wacom”
                  Identifier    „eraser”
                  Option   „Device”    „/dev/wacom”    # Change to
                # /dev/input/event
                # for USB
                  Option   „Type”   „eraser”
                  Option   „ForceDevice”    „ISDV4”   # Tablet PC ONLY
              EndSection

              Section „InputDevice”
                  Driver   „wacom”
                  Identifier    „cursor”
                  Option   „Device”    „/dev/wacom”    # Change to
                # /dev/input/event
                # for USB
                  Option   „Type”   „cursor”
                  Option   „ForceDevice”    „ISDV4”   # Tablet PC ONLY
              EndSection

              Section „Device”
                  Identifier    „Generic Video Card”
                  # Device   „Generic Video Card”   
                  Driver   „vesa”
                  BusID   „PCI:1:0:0”
              EndSection

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

              Section „Screen”
                  Identifier    „Default Screen”
                  Device   „Generic Video Card”
                  Monitor   „Generic Monitor”
                  DefaultDepth    24
                  SubSection „Display”
                Depth   1
                Modes   „1280×800” „1280×768” „1024×768” „800×600” „640×480”
                  EndSubSection
                  SubSection „Display”
                Depth   4
                Modes   „1280×800” „1280×768” „1024×768” „800×600” „640×480”
                  EndSubSection
                  SubSection „Display”
                Depth   8
                Modes   „1280×800” „1280×768” „1024×768” „800×600” „640×480”
                  EndSubSection
                  SubSection „Display”
                Depth   15
                Modes   „1280×800” „1280×768” „1024×768” „800×600” „640×480”
                  EndSubSection
                  SubSection „Display”
                Depth   16
                Modes   „1280×800” „1280×768” „1024×768” „800×600” „640×480”
                  EndSubSection
                  SubSection „Display”
                Depth   24
                Modes   „1280×800” „1280×768” „1024×768” „800×600” „640×480”
                  EndSubSection
              EndSection

              Section „ServerLayout”
                  Identifier    „Default Layout”
                  Screen   „Default Screen”
                  InputDevice    „Generic Keyboard”
                  InputDevice    „Configured Mouse”
                  InputDevice „stylus”    „SendCoreEvents”
                  InputDevice „cursor”    „SendCoreEvents”
                  InputDevice „eraser”    „SendCoreEvents”
              EndSection

              Section „DRI”
                  Mode    0666
              EndSection

              Mit javasoltok, hogyan folytassam?

              Update: feltelepített vesa csomag verziószáma:
              xserver-xorg-video-vesa_1.3.0-1ubuntu5_i386.deb

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