Miten ubuntussa pivot toiminto toimii nVidia Ge Force 6150?

Discussion in 'Linux -keskustelu' started by SS28, Dec 30, 2007.

  1. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Onnistuuko tässä ubutussa tämä pivot toiminto ja mistä sen saa päälle?
    Näytönohjain on ingeroitu nVidia GeForce 6150 ja koneen automaattisesti haetuista ajureissa ei ainakaan ole semmoista toimintoa "näytöt ja kuva"
     
  2. Bluekkis

    Bluekkis Active member

    Joined:
    Aug 4, 2003
    Messages:
    2,235
    Likes Received:
    0
    Trophy Points:
    66
    Jos on nvidian omat ajurit asennettuna niin nvidia-settings ohjelmasta löytyy "rotation settings"
     
  3. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Eli ubuntu latasi jotku nvidian ajurit automaattisesti kun asensin ubuntun ja kun käynnistän ubuntun niin tulee nvidian logo näkyville ennen työpöytää mutta valikoista en löydä mitään nvidian ohjelmaa muutako ajuritiedoissa
    lukee "suljettuja ajureita on käytössä että tämä tietokone toimisi oikein Ajuri NVIDIA-näytönohjaimen ajuri(uusimmat kortit) ???
     
  4. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Onko tämä nvidia-settings ohjelma joka pitää ladata erikseen jostakin sivulta?
     
  5. peanm

    peanm Member

    Joined:
    Aug 9, 2006
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    11
    Ei vaan sillä säädetään niitä Nvidian suljettuja ajureita. Kirjoita vaikka konsoliin:
    nvidia-settings
     
  6. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Nyt selkisi sieltähän tuli kunnon säätötaulukko oikein paljon kiitoksia,
    oli suuri apu alottelijalle!
     
  7. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Paitsi että se "rotation settings" puuttuu sieltä valikoista ja ei kyllä löydy mistään kohtaa josta näyttö kipataan pivot tilaan
     
  8. LaLLi80

    LaLLi80 Senior member

    Joined:
    Nov 23, 2003
    Messages:
    5,010
    Likes Received:
    0
    Trophy Points:
    116
    Joudut varmaan editoimaan xorg.conf tiedostoa.

    1. Eli paina Alt-F2 ja anna komennoksi gksudo gedit /etc/X11/xorg.conf
    2. Anna oma salasanasi kun sitä kysytään.
    3. Etsi rivi jossa on näyttiksesi.
    4. Lisää sen alle seuraava rivi.(kirjainten koolla on merkitystä)
    Option "RandRRotate" "on"
    5. Tallenna muutokset ja sulje Gedit.
    6. Paina Ctrl-Alt-Backspace joka käynnistää Gnomen uusiksi ja kirjaudu sisään.
    7. Paina Alt-F2 ja anna komennoksi nvidia-settings

    Jos homma ei toimi etkä pääse enään graafiseen liittymään niin komennolla sudo nano /etc/X11/xorg.conf voit poistaa tekemäsi muutokset. Tallenna muutokset painamalla Ctrl-x ja valitsemalla y.
     
  9. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Ei auttanut tuokaan lääke onkohan se nyt oikein tehty alla kyseinen
    xorg.conf tiedosto.



    # /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 xorg.conf(5) manual page.
    # (Type "man 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/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 "extmod"
    Load "freetype"
    Load "int10"
    Load "vbe"
    Load "glx"
    Load "v4l"
    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" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY

    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "nVidia Corporation C51PV [GeForce 6150]"
    Option "RandRotate" "on"
    Boardname "nv"
    Busid "PCI:0:5:0"
    Driver "nvidia"
    Screen 0
    EndSection

    Section "Monitor"
    Identifier "VX2025wm"
    Vendorname "Generic LCD Display"
    Modelname "LCD Panel 2560x1600"
    Horizsync 31.5-99.0
    Vertrefresh 56.0 - 65.0
    modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
    modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    modeline "1792x1344@60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    modeline "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    modeline "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    modeline "2048x1536@60" 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync
    Gamma 1.0
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation C51PV [GeForce 6150]"
    Monitor "VX2025wm"
    Defaultdepth 24
    SubSection "Display"
    Depth 24
    Virtual 2048 1536
    Modes "1600x1200@60" "1792x1344@60" "1600x1200@65" "1856x1392@60" "1400x1050@60" "1920x1440@60" "1280x1024@60" "2048x1536@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
    EndSubSection
    EndSection

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


    Section "DRI"
    Mode 0666
    EndSection
    Section "ServerFlags"
    EndSection
     
  10. Bluekkis

    Bluekkis Active member

    Joined:
    Aug 4, 2003
    Messages:
    2,235
    Likes Received:
    0
    Trophy Points:
    66
    Sulta puuttuu yksi 'R' Option nimestä, se on RandRRotate ei RandRotate.
     
  11. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Nyt on R oikeassa paikassa ja vieläkään ei tullut "rotation settings"
    valikkoa...
     
  12. Bluekkis

    Bluekkis Active member

    Joined:
    Aug 4, 2003
    Messages:
    2,235
    Likes Received:
    0
    Trophy Points:
    66
    Jahas, nyt kun tuli itse tarkistettua omasta xorg conggista niin avainhan on "RandRRotation", eli lailli muisti väärin ja itse apinoin häneltä. Tuolla pitäisi tulla optio näkyviin.
     
  13. SS28

    SS28 Regular member

    Joined:
    Jun 11, 2013
    Messages:
    111
    Likes Received:
    0
    Trophy Points:
    26
    Kiitos!!!
    Nyt toimii,tämä oli enempi kuin sata jänistä :)
     
  14. LaLLi80

    LaLLi80 Senior member

    Joined:
    Nov 23, 2003
    Messages:
    5,010
    Likes Received:
    0
    Trophy Points:
    116
    Joo ei ollut kyse tiedosta vaan rankan kuukletuksen tuloksesta kopioidut tiedot. Ensikerralla pitää jaksaa merkitä tiedon lähde.

    No pääasia, että toimii :)
     

Share This Page