Kirjoittaja Aihe: Geforce 7600 ja Kubuntu  (Luettu 4644 kertaa)

jkateva

  • Käyttäjä
  • Viestejä: 7
    • Profiili
Geforce 7600 ja Kubuntu
« : 05.09.06 - klo:21.16 »
Asensin koneeseeni Kubuntun, mutta mielestäni en saa näytönohjaimen ajureita toimimaan. En saa siis laitettua 1024x768 suurempaa resoluutiota, eikä Display/Hardware kohdassa tunnisteta näyttöä eikä näytönohjainta... Mikä avuksi? Asensin Adeptilla nvidia-glx paketin ja kirjoittelin konsoliin sen jälkeen "sudo nvidia-glx-config enable". Eikä näytä auttavan...

lunatiC

  • Käyttäjä
  • Viestejä: 459
    • Profiili
    • http://www.hurjatmopoilija.com/
Re: Geforce 7600 ja Kubuntu
« Vastaus #1 : 05.09.06 - klo:21.43 »
eli varmaan se xorg.conf filun sisältö kannattaapi tulostaa tänne..
Koodia: [Valitse]
cat /etc/X11/xorg.conf

tuke81

  • Käyttäjä
  • Viestejä: 1667
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #2 : 05.09.06 - klo:22.27 »
Asensin koneeseeni Kubuntun, mutta mielestäni en saa näytönohjaimen ajureita toimimaan. En saa siis laitettua 1024x768 suurempaa resoluutiota, eikä Display/Hardware kohdassa tunnisteta näyttöä eikä näytönohjainta... Mikä avuksi? Asensin Adeptilla nvidia-glx paketin ja kirjoittelin konsoliin sen jälkeen "sudo nvidia-glx-config enable". Eikä näytä auttavan...

Dapperissa pitää vielä asentaa nvidia-kernel-common  paketti, joko adeptilla tai suoraan päätteellä sudo apt-get install nvidia-kernel-common. Ja toisekseen herjaako tuo "sudo nvidia-glx-config enable" komento mitään siinä päätteessä.
Miksi tehdä jotain helposti, kun sen voi tehdä vaikeastikin...

jkateva

  • Käyttäjä
  • Viestejä: 7
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #3 : 06.09.06 - klo:15.04 »
Dapperissa pitää vielä asentaa nvidia-kernel-common  paketti, joko adeptilla tai suoraan päätteellä sudo apt-get install nvidia-kernel-common. Ja toisekseen herjaako tuo "sudo nvidia-glx-config enable" komento mitään siinä päätteessä.

nvidia-kernel-common on asennettu ja nvidia-glx. Tuo "sudo nvidia-glx-config enable" herjaa:

Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.

xorg.conf sisältö:

# /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    "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"     "fi"
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 NVIDIA Default Card"
        Driver          "nv"
        BusID           "PCI:5:0:0"
EndSection

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

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NVIDIA Default Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        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

lunatiC

  • Käyttäjä
  • Viestejä: 459
    • Profiili
    • http://www.hurjatmopoilija.com/
Re: Geforce 7600 ja Kubuntu
« Vastaus #4 : 06.09.06 - klo:15.11 »
no tuohon ainakin:

Koodia: [Valitse]
Section "Device"
        Identifier      "NVIDIA Corporation NVIDIA Default Card"
        Driver          "nv"
        BusID           "PCI:5:0:0"
EndSection

Driver tilalle: nvidia


ja tuohon:

Koodia: [Valitse]
Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NVIDIA Default Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

voit naputella enemman resoluutioita itse.. eli siis:

Koodia: [Valitse]
cd /etc/X11/
sudo cp xorg.conf xorg.conf_backup
sudo kate xorg.conf

ja sinne vaan kirjotteleen..
« Viimeksi muokattu: 06.09.06 - klo:15.15 kirjoittanut lunatiC »

eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #5 : 06.09.06 - klo:16.30 »
Ja kohdasta
Koodia: [Valitse]
Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection
Poista rivi
Koodia: [Valitse]
        Load    "dri"
alias vililikku

GoRDoN

  • Käyttäjä
  • Viestejä: 62
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #6 : 06.09.06 - klo:18.09 »
Mitä tuo dri-rivi on ja mihin vaikuttaa?

Tuplanolla

  • Käyttäjä
  • Viestejä: 1420
  • Reg. Linux user #423604
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #7 : 06.09.06 - klo:18.49 »
Mitä tuo dri-rivi on ja mihin vaikuttaa?
http://dri.freedesktop.org/wiki/

Kait ATI-ohjaimet sitä haluavat. Nvidiasta en tiiä, yleisesti kaikissa ohjeissa sanotaan että ati käyttäjät laittakaa tää ja nvidia käyttäjät älköötten.
Lisää [ratkaistu] ketjun ensimmäisen viestin otsikkoon, kun ongelma ratkeaa!

eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #8 : 06.09.06 - klo:19.25 »
Jostain luin että jos käyttää nv -ajuria se saa olla mutta jos käytää nvidia -ajuria dri saattaa sekoittaa ajurin tms.
alias vililikku

whector

  • Käyttäjä
  • Viestejä: 127
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #9 : 06.09.06 - klo:22.19 »
jos et saa em. vinkkien jälkeen toimimaan, niin voisit kokeilla envya: http://www.albertomilone.eu/europeo/nvidia_scripts1.html . Siinä on vaan haittapuolena, että se poistaa kaikki restricted modulit. Eli jos sulla on esim. jollekin wlan-kortille (itse asentamat) ajurit, niin ne ei ton envyn asennuksen jälkeen enää toimi. Mutta kaikki alkais ainakin 7600gt:ssä pelittää sen jälkeen.

itsellänikin on 7600gt, jä tässä on mun conffi:

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

Section "Files"

   # path to defoma fonts
    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"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    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" "fi"
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"
    Option    "Buttons" "7"
    Option    "ButtonMapping" "1 2 3 6 7"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"

    Identifier     "SONY TV"
#ModeLine "1216x676" 79.392 1232 1344 1472 1664 696 741 746 796 -hsync +vsync   
  ModeLine  "1216x676" 74.250 1216 1390 1430 1650 676 725 730 750 +hsync +vsync
#ModeLine  "1216x676" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
#    ModeLine       "1216x676" 66.5 1216 1272 1400 1584 676 677 680 700 +hsync +vsync
#DisplaySize 322 179   ½½ 412 229 !
#DisplaySize 400 210
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 7600GT"
BusID "PCI:5:0:0"
Option "ConnectedMonitor" "DFP"
Option       "AllowGLXWithComposite" "true"
Option "RenderAccel" "1"
Option "HWcursor" "1"
Option "CursorShadow" "1"
 Option   "UseEdidDpi"   "FALSE"
   Option   "DPI"   "96 x 96"
EndSection

Section "Screen"

    #Option "IgnoreEDID" "true"
Option "ConnectedMonitor" "DFP"
#Option "ExactModeTimingsDVI" "True"
#    Option "TVOverScan" "6"
    Identifier     "Default Screen"
    Device         "Card0"
    Monitor        "SONY TV"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1216x676"
    EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "true"
EndSection

d-hunter

  • Käyttäjä
  • Viestejä: 39
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #10 : 07.09.06 - klo:23.08 »
Lainaus
nvidia-kernel-common on asennettu ja nvidia-glx. Tuo "sudo nvidia-glx-config enable" herjaa:

Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.
Tuossahan tuo lukee selvällä lontoon kielellä. Eli olisit vain naksauttanut päätteeseen suoraan
Koodia: [Valitse]
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sumjonka jälkeen uudelleen
Koodia: [Valitse]
sudo nvidia-glx-config enable

whector

  • Käyttäjä
  • Viestejä: 127
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #11 : 08.09.06 - klo:08.01 »
Lainaus
nvidia-kernel-common on asennettu ja nvidia-glx. Tuo "sudo nvidia-glx-config enable" herjaa:

Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.
Tuossahan tuo lukee selvällä lontoon kielellä. Eli olisit vain naksauttanut päätteeseen suoraan
Koodia: [Valitse]
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sumjonka jälkeen uudelleen
Koodia: [Valitse]
sudo nvidia-glx-config enable
en tiedä miten muilla, mutta ainakin itselläni tuo
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
komentaminen sekoitti koko Device-osaston. Kannattaa siis muistaa ottaa varmuuskopio xorg.confista ennen tuon tekemistä (# sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_pakkappi :) )

tn

  • Käyttäjä
  • Viestejä: 472
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #12 : 08.09.06 - klo:08.21 »
en tiedä miten muilla, mutta ainakin itselläni tuo
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
komentaminen sekoitti koko Device-osaston. Kannattaa siis muistaa ottaa varmuuskopio xorg.confista ennen tuon tekemistä (# sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_pakkappi :) )
Ei se
Koodia: [Valitse]
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum-komento sitä sekoita, mutta sen jälkeiset komennot ehkä. Tuo komento sen sijaa vain laskee tiedostosta /etc/X11/xorg.conf md5-summan (eri siis muuta sitä mitenkään), ja kirjoittaa kyseisen summan tiedostoon /var/lib/x11/xorg.conf.md5sum.

whector

  • Käyttäjä
  • Viestejä: 127
    • Profiili
Re: Geforce 7600 ja Kubuntu
« Vastaus #13 : 08.09.06 - klo:13.19 »
en tiedä miten muilla, mutta ainakin itselläni tuo
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
komentaminen sekoitti koko Device-osaston. Kannattaa siis muistaa ottaa varmuuskopio xorg.confista ennen tuon tekemistä (# sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_pakkappi :) )
Ei se
Koodia: [Valitse]
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum-komento sitä sekoita, mutta sen jälkeiset komennot ehkä. Tuo komento sen sijaa vain laskee tiedostosta /etc/X11/xorg.conf md5-summan (eri siis muuta sitä mitenkään), ja kirjoittaa kyseisen summan tiedostoon /var/lib/x11/xorg.conf.md5sum.
joo oikeessa oot, sori! tosiaankin kun tuon ajoin, ja sitten kun määräsin sen konffauksen, niin tämän jälkeen meni sekas.