Pagina 1 di 1

Video out

Inviato: lun 15 ago 2005, 18:12
da MAT
Ancora non riesco a far funzionare un monitor esterno sul mio laptop. Ho una ATI Radeon Mobility 9200, modulo fglrx caricato. Se attacco il monitor all'uscita e spingo i pulsanti per abilitarla, lo schermo del laptop si scurisce, ma il monitor esterno continua a non mostrare nulla. né in runlevel 3 né in 5.
Idee/soluzioni?
Grazie.

Inviato: mer 17 ago 2005, 8:06
da orso75
io ho un toshiba moolto vecchio ed in giro avevo letto qualcosa a proposito della modifica di
xorg.conf
aspe che vedo se trovo qualcosa....
.....
http://newsletter.toshiba-tro.de/main/
non lo ho ancora usato , ma consigliano quanto segue:
**************************
xorg.conf
**************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "Module"
Load "extmod"
Load "Type1"
Load "Speedo"
EndSection

# First ServerLayout is the default

Section "ServerLayout"
Identifier "Dualhead"
Screen "Screen 0"
Screen "Screen 1" RightOf "Screen 0"
EndSection

Section "ServerLayout"
Identifier "Head 1"
Screen "Screen 0"
EndSection

Section "ServerLayout"
Identifier "Head 2"
Screen "Screen 1"
EndSection


Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbModel "pc101"
XkbLayout "de"
AutoRepeat 200 30
EndSection

Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
SampleRate 80
Emulate3Buttons
Emulate3Timeout 50
EndSection

Section "Monitor"
Identifier "ctx"
HorizSync 31.5 - 48.5
VertRefresh 50-75
EndSection

Section "Monitor"
Identifier "compaq"
HorizSync 35.5
VertRefresh 50-75
EndSection

############################## Head 1

Section "Device"
Identifier "v0"
Driver "vga"
BusID "PCI:0:9:0"
Option "fifo_moderate"
Option "pci_burst" "on"
Option "pci_retry" "on"
EndSection

Section "Screen"
Identifier "Screen 0"
Device "v0"
Monitor "ctx"
DefaultDepth 8
Subsection "Display"
Depth 8
Modes "800x600"
ViewPort 0 0
EndSubsection
EndSection

############################## Head 2

Section "Device"
Identifier "v1"
Driver "mga"
BusID "PCI:0:10:0"
Option "fifo_aggressive"
Option "pci_burst" "on"
Option "pci_retry" "on"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "v1"
Monitor "compaq"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection