[ubuntu-it] Doppio monitor con scheda RADEON 9000 su portatile IBM THINKPAD
Vittorio Foschi
vittorio.foschi a gmail.com
Mar 6 Set 2005 21:53:54 UTC
Nessuno ha esperienza su di una cosa del genere. Ho installato i driver
ATI facendo il download direttamente dal sito ATI ( Versione 8.16.20 ) ,
ma non riesco ad attivare una configurazione con doppio monitor , il
risultato è sempre quello di non vedere nessuno dei due monitor ( LCD e
monitor ESTERNO neri ).
Qualsiasi suggerimento può essere utile...
Questo è il file xorg.conf che uso :
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
#############################################################################
# DRI SECTION #
#############################################################################
Section "DRI"
Mode 0666
EndSection
#############################################################################
# MODULE SECTION: Moduli da caricare dinamicamente all'avvio #
#############################################################################
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
#############################################################################
# Server flags section. #
#############################################################################
Section "ServerFlags"
Option "BlankTime" "5"
Option "OffTime" "10"
EndSection
#############################################################################
# MONITOR SECTION #
#############################################################################
Section "Monitor"
Identifier "MonitorLCD"
Option "DPMS"
HorizSync 30-67
VertRefresh 50-75
EndSection
Section "Monitor"
Identifier "MonitorEsterno"
Option "DPMS"
EndSection
#############################################################################
# GRAPHICS DEVICE SECTION #
#############################################################################
Section "Device"
# Identifier "ATI Technologies, Inc. Radeon Mobility 9000 M9 (R250 Lf)"
Identifier "ATI0"
Driver "fglrx"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "31.5 "
Option "VRefresh2" "20 - 60"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4c66
Screen 0
EndSection
Section "Device"
# Identifier "ATI Technologies, Inc. Radeon Mobility 9000 M9 (R250 Lf)"
Identifier "ATI1"
Driver "fglrx"
BusID "PCI:1:0:0" # vendor=1002, device=4c66
Screen 1
EndSection
#############################################################################
# SCREEN SECTION #
#############################################################################
# Dual Head monitor 0
Section "Screen"
Identifier "ScreenDual0"
Device "ATI0"
Monitor "MonitorLCD"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
# Dual Head monitor 1
Section "Screen"
Identifier "ScreenDual1"
Device "ATI1"
Monitor "MonitorEsterno"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
#############################################################################
# SERVER LAYOUT SECTION #
#############################################################################
Section "ServerLayout"
Identifier "Layout[all]"
Screen "ScreenDual0"
# Screen "ScreenDual1" RightOf "ScreenDual0" # screen1 goes on right
Screen "ScreenDual1" LeftOf "ScreenDual0" # screen1 goes on left
# Screen "ScreenDual1" Above "ScreenDual0" # screen1 goes on top
# Screen "ScreenDual1" Below "ScreenDual0" # screen1 goes on bottom
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Maggiori informazioni sulla lista
ubuntu-it