Една отдавна бавена стъпка … 2
by Lucifer on May.27, 2009, under HowTo, PC, geek time, misk
Проблем 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

1 Trackback or Pingback for this entry
May 27th, 2009 on 07:50
New blog post: Една отдавна бавена стъпка … 2 http://bit.ly/Vggy3