ANAVARO.COM
BDSMblogfungeek timeHowTomiskPCГостиличнина пътприказкисоциалнифилософия
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • ChangeLogSeriesИзвратеност for dummies

    Една отдавна бавена стъпка … 2

    Проблем 6:

    Как подяволите да си подкарам външните VGA/HDMI?

    Решение:

    Ми всъщност много много просто – в /etc/X11/xorg.conf в секция Screen, суб секция Display, добавяте:

    Virtual 2048 2048

    това максималната ви допустима разделителна способност толкова. Иначе xrandr взима максималната на 1 от мониторите. После си свалете arandr приложението (най-добре от svn)

    svn co http://svn.amsuess.com/svn/tools/arandr/trunk/ arand

    старитрате arandr … и готово! Можете като мен да го копирате в /usr/share и да направите sym link към /usr/bin само на изпълнимия arandr.

    Проблем 7:

    Опции за fglrx драйверите.

    Решение:

    за по лесно ви паствам целия си xorg.conf – при мен, на моята машна със горе изброените стъпки работи на max!

    Section “ServerLayout”
    Identifier     “Simple Layout”
    Screen      0  “aticonfig-Screen[0]-0″ 0 0
    InputDevice    “Mouse1″ “CorePointer”
    InputDevice    “Keyboard1″ “CoreKeyboard”
    EndSection

    Section “Files”
    RgbPath      “/usr/share/X11/rgb”
    FontPath     “/usr/share/fonts/local/”
    FontPath     “/usr/share/fonts/misc/”
    FontPath     “/usr/share/fonts/OTF/”
    FontPath     “/usr/share/fonts/TTF/”
    FontPath     “/usr/share/fonts/Type1/”
    FontPath     “/usr/share/fonts/CID/”
    FontPath     “/usr/share/fonts/Speedo/”
    FontPath     “/usr/share/fonts/75dpi/:unscaled”
    FontPath     “/usr/share/fonts/100dpi/:unscaled”
    FontPath     “/usr/share/fonts/75dpi/”
    FontPath     “/usr/share/fonts/100dpi/”
    FontPath     “/usr/share/fonts/cyrillic/”
    EndSection

    Section “Module”

    Load  “dbe”     # Double buffer extension
    SubSection “extmod”
    Option       “omit xfree86-dga”   # don’t initialise the DGA extension
    EndSubSection
    Load  “type1″
    Load  “freetype”
    #Load        “speedo”
    Load “GLcore”
    Load  “glx”
    Load “dri”
    EndSection

    Section “InputDevice”
    Identifier  “Keyboard1″
    Driver      “kbd”
    EndSection

    Section “InputDevice”
    Identifier  “Mouse1″
    Driver      “mouse”
    Option       “Protocol” “Auto”
    Option       “ZAxisMapping” “4 5″
    # The mouse device.  The device is normally set to /dev/mouse,
    Option       “Device” “/dev/mouse”
    #   Option “Device”      “/dev/psaux”
    EndSection

    Section “Monitor”
    Identifier   “aticonfig-Monitor[0]-0″
    Option       “VendorName” “ATI Proprietary Driver”
    Option       “ModelName” “Generic Autodetecting Monitor”
    Option       “DPMS” “true”
    EndSection

    Section “Device”
    Identifier  “aticonfig-Device[0]-0″
    Driver      “fglrx”
    BusID       “PCI:1:0:0″
    Option “UseFastTLS” “1″
    EndSection

    Section “Screen”
    Identifier “aticonfig-Screen[0]-0″
    Device     “aticonfig-Device[0]-0″
    Monitor    “aticonfig-Monitor[0]-0″
    DefaultDepth     24
    SubSection “Display”
    Virtual    2048 2048
    Viewport   0 0
    Depth     24
    EndSubSection
    EndSection

    Section “DRI”
    Mode 0666
    EndSection

    Проблем 8:

    VirtualBox. Нямам USB и нямам USB!

    Решенение:

    Добавяте потребителя с, който искате да ползвате VirtualBox в vboxusers групата.

    Добавяте и в /etc/fstab:

    usbfs /proc/bus/usb usbfs devmode=666 0 0

    и USB-то … чудотворно се оправя!

    Това е от мен, поне за сега!

    Ваш,

    Lucifer

    VN:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)
    Под тагове

    One Response to “Една отдавна бавена стъпка … 2”

    1. Lucifer says:

      New blog post: Една отдавна бавена стъпка … 2 http://bit.ly/Vggy3



      VA:F [1.9.17_1161]
      Rating: 0 (from 0 votes)

    Leave a Reply