View Full Version : dual monitor con linux
ciao,
qualcuno di voi riesce ha utilizzare, con linux, l'lcd del notebook + un monitor esterno usando l'equivalemte della funzione estendi desktop di winxp?
mi spiego, vorrei lavorare con l'lcd del nb a 1024x768 e con un monitor esterno a 1600x1200, con winxp riesco utilizzando l'opzione "estendi desktop".
In questo modo posso piazzare sul desktop del monitor applicazioni che mi serve usare a ris alte mentre sull'lcd del nb magari ho la posta o altro ...
con kubuntu installando gli ultimi driver ati impostando una ris me la tiene per entrambi i display e inoltre ho la visualizzazione delle stesse cose sui due monitor.
magari c'è qualcosa da configurare o con qualche distro qualcuno è riuscito a farlo ...
la scheda video è una mobility radeon 7500 ...
grazie
su forza nessuno che mi sa dare un aiutino?
Ciao!
Ai tempi della mia ATI9250 (l'estete scorsa) ero arrivato a questo file conf per xfree86/xorg
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
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/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
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 "Device"
Identifier "Leadtek6200"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "PHILIPS107MB"
Option "DPMS"
HorizSync 30-87
VertRefresh 75-100
Modeline "1024x768" 94.39 1024 1088 1200 1376 768 769 772 807
EndSection
Section "Screen"
Identifier "DualHead"
Device "Leadtek6200"
Monitor "PHILIPS107MB"
DefaultDepth 24
Option "NvAGP" "1"
Option "NoLogo" "false"
Option "HWCursor" "true"
Option "ConnectedMonitor" "CRT-1, CRT-0"
Option "TwinView" "true"
Option "SecondMonitorHorizSync" "30 - 95"
Option "SecondMonitorVertRefresh" "85"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600"
Option "TwinViewOrientation" "RightOf"
Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "DualHead"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
# Section "DRI"
# Mode 0666
# EndSection
Però poi tempo 2gg e son passato a Nvidia comunque potrebbe aiutarti lo stesso come "prima imbeccata" :)
Assicurati di aver installato i driver dal .run dal sito di ATI e fai un backup del tuo conf originale :D
ok, grazie lunedì ravano un po' allora ...
scusa, rileggendolo oggi mi sono accorto che ti ho postato il conf della nvidia. Quello x la ATI è (era) questo:
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
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 "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
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 "Device"
Identifier "Radeon9200 0"
# Driver "ati"
Driver "radeon"
BoardName "ATI Technologies, Inc. Radeon 9200 Pro (RV280)"
Screen 0
BusID "PCI:1:0:0"
# Option "DRIReinit"
Option "MergeFB" "on"
# Option "AgpMode" "4"
EndSection
Section "Device"
Identifier "Radeon9200 1"
# Driver "ati"
Driver "radeon"
BoardName "ATI Technologies, Inc. Radeon 9200 Pro (RV280)"
Screen 1
BusID "PCI:1:0:0"
Option "MergeFB" "on"
# Option "DRIReinit"
# Option "AgpMode" "4"
EndSection
# Section "Device"
# Identifier "ATI Technologies, Inc. Radeon 9200 Pro (RV280)"
# Driver "ati"
# BusID "PCI:1:0:0"
# EndSection
Section "Monitor"
Identifier "MonitorSX"
Option "DPMS"
HorizSync 30-87
VertRefresh 50-120
EndSection
Section "Monitor"
Identifier "MonitorDX"
Option "DPMS"
HorizSync 30-87
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "MonitorSX"
Device "Radeon9200 0"
Monitor "MonitorSX"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "MonitorDX"
Device "Radeon9200 1"
Monitor "MonitorDX"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "DualHead"
Screen 0 "MonitorSX" 0 0
Screen 1 "MonitorSX" Rightof "MonitorDX"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "on
EndSection
Section "DRI"
Mode 0666
EndSection
mah ...
alla 5:38 hai postato?
non dormi? i miei problemi ti tolgono il sonno?
mi devo sentire colpevole? ... :p
SiSi, tutta colpa tua! :D
Mi sa che hai settato male l'ora, erano "solo" le 7:38 :)
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.