Pages : 1
#1 Le 28/10/2005, à 13:21
- roberto
DualScreen et GeForce FX 5600
Bonjour,
je viens de commencer avec Ubuntu et pour profiter pleinement j'aimerais que mon deuxieme ecran fonctionne. J'ai suivi les explcations dans le wiki (j'ai installé les drivers et suivi la fiche pour le dualscreen). Mais comme vous pouvez vous en douter sans succès.
J'ai fait plusieurs tests, lu plusieurs posts sur ce forum, mais rien ne m'a aidé. Je vais donc vous livrer mon xorg.conf afin quelqu'un puisse repérer le problème.
Merci
# /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 command:
# sudo dpkg-reconfigure -phigh xserver-xorgSection "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/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"
EndSectionSection "Module"
#Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
EndSectionSection "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#################
##
## Device
##
#################Section "Device"
Identifier "NVIDIA Corporation NV31 [GeForce FX 5600]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TwinView" "on"
Option "MetaModes" "1280x1024, 1280x1024; 1024x768, 1024x768"
Option "SecondMonitorHorizSync" "30-85"
Option "SecondMonitorVertRefresh" "50-160"
Option "TwinViewOrientation" "LeftOf"
Option "NoLogo"
EndSection#################
##
## Monitor
##
#################
Section "Monitor"
Identifier "LM914/LM919"
Option "DPMS"
EndSectionSection "Monitor"
Identifier "LM500"
Option "DPMS"
EndSection## HorizSync 28-49
## VertRefresh 43-72#################
##
## Screen
##
#################
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV31 [GeForce FX 5600]"
Monitor "LM914/LM919"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection
#2 Le 03/11/2005, à 13:58
- biololo
Re : DualScreen et GeForce FX 5600
Salut Roberto,
peut-être trouveras-tu une aide dans cette page:
#3 Le 27/11/2005, à 20:23
- kiss
Re : DualScreen et GeForce FX 5600
bonjour,
je suis installé en dual comme toi ,par contre en comparant mon xorg qui marche avec le tiens je vois une différence dans l'option "TwinView" "on" moi j'ai "true"
a+
Bonjour,
je viens de commencer avec Ubuntu et pour profiter pleinement j'aimerais que mon deuxieme ecran fonctionne. J'ai suivi les explcations dans le wiki (j'ai installé les drivers et suivi la fiche pour le dualscreen). Mais comme vous pouvez vous en douter sans succès.J'ai fait plusieurs tests, lu plusieurs posts sur ce forum, mais rien ne m'a aidé. Je vais donc vous livrer mon xorg.conf afin quelqu'un puisse repérer le problème.
Merci
# /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 command:
# sudo dpkg-reconfigure -phigh xserver-xorgSection "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/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"
EndSectionSection "Module"
#Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
EndSectionSection "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#################
##
## Device
##
#################Section "Device"
Identifier "NVIDIA Corporation NV31 [GeForce FX 5600]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TwinView" "on"
Option "MetaModes" "1280x1024, 1280x1024; 1024x768, 1024x768"
Option "SecondMonitorHorizSync" "30-85"
Option "SecondMonitorVertRefresh" "50-160"
Option "TwinViewOrientation" "LeftOf"
Option "NoLogo"
EndSection#################
##
## Monitor
##
#################
Section "Monitor"
Identifier "LM914/LM919"
Option "DPMS"
EndSectionSection "Monitor"
Identifier "LM500"
Option "DPMS"
EndSection## HorizSync 28-49
## VertRefresh 43-72#################
##
## Screen
##
#################
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV31 [GeForce FX 5600]"
Monitor "LM914/LM919"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "DRI"
Mode 0666
EndSection
Hors ligne
Pages : 1