Megint nvidia

Kezdőlap Fórumok Ubuntu Linux Megint nvidia

10 bejegyzés megtekintése - 1-10 / 73
  • Szerző
    Bejegyzés
  • #2040286
    nightwalker
    Felhasználó

      Na.Az nvidia-settings már megy.Mostmár minden ok,csak még mindíg nem tudom 100-hz-ra tenni a monitort.Nektek megy?

      #2040287
      Kistukesz
      Felhasználó

        Az /etc/X11/xorg.conf fájlban a Section „Monitor” részben a vizszintes és függõleges frekvenciákat állítsd a monitorod gyári adataira.
        Nekem ezek a gyári értékek:

        HorizSync 30-70
        VertRefresh 50-160

        de az én monitorom csak max. 85 Hz -et bír.

        #2040288
        –Laszlo–
        Felhasználó

          Nem megy fel a 64bites drv. a 64bites ubira.  Sõt valamit el is cseszet ,mert nem úgy megy pár dolog ahogy kéne.
          UHU -nál is elõfordult hogy nem ment fel mindegyik drv . ,de ubinál is kipróbáltam 6-7 verziót ,de mind valami gcc hibára és
          verzióeltérésre panaszkodott. Ennek örömére a csomagkezelõvel felnyomtam szinte mindent amit találtam ,még olyat is aminek sok köze nincs a
          forditáshoz.

          #2040289
          razoli
          Felhasználó

            Hát célszerû ugyanazt a gcc verziót használni a modul építéséhez, mint amivel a kernel lett fordítva.

            #2040290
            –Laszlo–
            Felhasználó

              Igen és az hol van  ? 

              #2040291
              kelemengabor
              Felhasználó

                Van olyan talán 64 bitre is, hogy linux-restricted-modules, vagy ilyesmi, na az felmegy :). De nézd meg a hupwikiben a breezy kalauzt, abban pontosan le van írva, hogy mi kell, mert egy pár csomagba szét van dobva a .run tartalma.

                #2040292
                nucleos
                Felhasználó

                  Van egy 6600GT-m (NV43 dapper szerint is!). Az a probléma állt elõ, hogy amint az nvidia drivert akarom betöltetni az X-szel, abban a pillanatban meghal a gdm indításakor. Nv-vel nincs probléma, de hát nekem nvidia kell:)) Mi lehet a baja?

                  Az xorg.conf-om így néz ki:

                  Code:
                  # /etc/X11/xorg.conf (xorg X Window System server configuration file)
                  #
                  # This file was generated by dexconf, the Debian X Configuration tool, using
                  # values from the debconf database.
                  #
                  # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
                  # (Type „man /etc/X11/xorg.conf” at the shell prompt.)
                  #
                  # This file is automatically updated on xserver-xorg package upgrades *only*
                  # if it has not been modified since the last upgrade of the xserver-xorg
                  # package.
                  #
                  # If you have edited this file but would like it to be automatically updated
                  # again, run the following command:
                  #  sudo dpkg-reconfigure -phigh xserver-xorg

                  Section „Files”
                  FontPath „/usr/share/X11/fonts/misc”
                  FontPath „/usr/share/X11/fonts/cyrillic”
                  FontPath „/usr/share/X11/fonts/100dpi/:unscaled”
                  FontPath „/usr/share/X11/fonts/75dpi/:unscaled”
                  FontPath „/usr/share/X11/fonts/Type1”
                  FontPath „/usr/share/X11/fonts/100dpi”
                  FontPath „/usr/share/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 „extmod”
                  Load „freetype”
                  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 „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 „NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]”
                  Driver „nv”
                  BusID „PCI:1:0:0”
                  EndSection

                  Section „Monitor”
                  Identifier „Generic Monitor”
                  Option „DPMS”
                  EndSection

                  Section „Screen”
                  Identifier „Default Screen”
                  Device „NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]”
                  Monitor „Generic Monitor”
                  DefaultDepth 24
                  SubSection „Display”
                  Depth 1
                  Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
                  EndSubSection
                  SubSection „Display”
                  Depth 4
                  Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
                  EndSubSection
                  SubSection „Display”
                  Depth 8
                  Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
                  EndSubSection
                  SubSection „Display”
                  Depth 15
                  Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
                  EndSubSection
                  SubSection „Display”
                  Depth 16
                  Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
                  EndSubSection
                  SubSection „Display”
                  Depth 24
                  Modes „1600×1200” „1024×768” „800×600” „640×480” „1×1”
                  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

                  #2040293
                  admin
                  Adminisztrátor

                    Ha a „Dri” sorokat törlöd? „#”

                    #2040294
                    bepe79
                    Felhasználó

                      A Load „Dri” törlése mellett a Load „Glcore”-t is érdemes törölni, és úgy Load „glx”

                      #2040295
                      nucleos
                      Felhasználó
                        bepe79 wrote:
                        A Load „Dri” törlése mellett a Load „Glcore”-t is érdemes törölni, és úgy Load „glx”

                        Sajnos így sem mûködik…. :'( A hiba ugyanaz továbbra is.

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