Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: dual screen probleem  (gelezen 3518 keer)

agresionpower

  • Gast
dual screen probleem
« Gepost op: 2006/11/01, 10:23:32 »
sinds een aantal weken ben ik op m'n werk ubuntu aan het testen.
Het is de bedoeling dat we uiteindelijk volledig overstappen naar ubuntu, echter is het dan wel noodzakelijk dat er met twee schermen gewerkt kan worden.

hiervoor heb ik een "how to" gevolgd. http://www.ubuntuforums.org/showthread.php?t=278797&highlight=dual-monitor%2C+dual+video

echter krijg ik nogsteeds maar op een scherm beeld.
mijn config file ziet er als volgd uit.

Section "ServerLayout"
        Identifier      "X.org Configured"
        Screen        0 "Screen0" 0 0
        Screen        1 "Screen1" RightOf "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "Files"
        RgbPath      "/etc/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        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/TTF/"
        FontPath     "/usr/share/X11/fonts/OTF"
        FontPath     "/usr/share/X11/fonts/Type1/"
        FontPath     "/usr/share/X11/fonts/CID/"
        FontPath     "/usr/share/X11/fonts/100dpi/"
        FontPath     "/usr/share/X11/fonts/75dpi/"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "dbe"
        Load    "bitmap"
        Load    "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load    "int10"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection


Section "Monitor"
#       DisplaySize       340   270     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL E172FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Monitor"
#        DisplaySize      340   270     # mm
        Identifier   "Monitor1"
        VendorName   "DEL"
        ModelName    "DELL E172FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection


#Section "Monitor"
#       Identifier   "Monitor1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
#EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # []
        #Option     "SWcursor"                  # []
        #Option     "Dac6Bit"                   # []
        #Option     "Dac8Bit"                   # []
        #Option     "BusType"                   # []
        #Option     "CPPIOMode"                 # []
        #Option     "CPusecTimeout"             #
        #Option     "AGPMode"                   #
        #Option     "AGPFastWrite"              # []
        #Option     "AGPSize"                   #
        #Option     "GARTSize"                  #
        #Option     "RingSize"                  #
        #Option     "BufferSize"                #
        #Option     "EnableDepthMoves"          # []
        #Option     "EnablePageFlip"            # []
        #Option     "NoBackBuffer"              # []
        #Option     "DMAForXv"                  # []
        #Option     "FBTexPercent"              #
        #Option     "PanelOff"                  # []
        #Option     "DDCMode"                   # []
        #Option     "MonitorLayout"             # []
        #Option     "IgnoreEDID"                # []
        #Option     "UseFBDev"                  # []
        #Option     "MergedFB"                  # []
        #Option     "CRT2HSync"                 # []
        #Option     "CRT2VRefresh"              # []
        #Option     "CRT2Position"              # []
        #Option     "MetaModes"                 # []
        #Option     "MergedDPI"                 # []
        #Option     "MergedXinerama"            # []
        #Option     "MergedXineramaCRT2IsScreen0"       # []
        #Option     "MergedNonRectangular"      # []
        #Option     "MergedMouseRestriction"    # []
        #Option     "DisplayPriority"           # []
        #Option     "PanelSize"                 # []
        #Option     "ForceMinDotClock"          #
        #Option     "ColorTiling"               # []
        #Option     "VideoKey"                  #
        #Option     "RageTheatreCrystal"        #
        #Option     "RageTheatreTunerPort"      #
        #Option     "RageTheatreCompositePort"  #
        #Option     "RageTheatreSVideoPort"     #
        #Option     "TunerType"                 #
        #Option     "RageTheatreMicrocPath"     #
        #Option     "RageTheatreMicrocType"     #
        #Option     "RenderAccel"               # []
        #Option     "SubPixelOrder"             # []
        #Option     "ShowCache"                 # []
        #Option     "DynamicClocks"             # []
        #Option     "BIOSHotkeys"               # []
        #Option     "VGAAccess"                 # []
        #Option     "ReverseDDC"                # []
        #Option     "LVDSProbePLL"              # []
        #Option     "AccelMethod"               #
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:4:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # []
        #Option     "SWcursor"                  # []
        #Option     "ColorKey"                  #
        #Option     "CacheLines"                #
        #Option     "Dac6Bit"                   # []
        #Option     "DRI"                       # []
        #Option     "NoDDC"                     # []
        #Option     "ShowCache"                 # []
        #Option     "XvMCSurfaces"              #
        #Option     "PageFlip"                  # []
        Identifier  "Card1"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "800x600" "640x480"
        EndSubSection
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection
zou iemand hier naar kunnen kijken en eventuele fouten kunnen terug koppelen?

bij voorbaat dank.

blubber

  • Gast
dual screen probleem
« Reactie #1 Gepost op: 2006/11/01, 12:05:31 »
Ik zie niet direct wat er mis is, maar het zou aan de ATi driver kunnen liggen. Welke van de twee doet het niet? Een officieele driver die het doet op een 7000 bestaat volgens mij niet. Kloppen de BusID's? (lspci -X)

agresionpower

  • Gast
dual screen probleem
« Reactie #2 Gepost op: 2006/11/01, 12:11:32 »
Citaat van: blubber
Ik zie niet direct wat er mis is, maar het zou aan de ATi driver kunnen liggen. Welke van de twee doet het niet? Een officieele driver die het doet op een 7000 bestaat volgens mij niet. Kloppen de BusID's? (lspci -X)
het is de intel die het niet doet.

ik heb inmiddels het volgende aan de xorg.conf toegevoegd op aanraden van een vriend

Section "dri"
        Mode    0666
EndSection
en vervolgens heb ik het volgende in de log terug gevonden.

Error opening /dev/wacom : Invalid argument
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(**) RADEON(0): RADEONSaveScreen(2)
AUDIT: Wed Nov  1 13:33:59 2006: 7598 X: client 2 rejected from local host


ik heb ook gevonden dat iemand deze error kreeg, die heeft het opgelost door de video driver opnieuw te installeren.
echter weet ik nog niet helemaal hoe je drivers installeerd binnen ubuntu (linux algemeen eigenlijk)

Wim Alsemgeest

  • Gast
dual screen probleem
« Reactie #3 Gepost op: 2006/11/01, 12:20:38 »
Dit werkte bij mij voor nvidia.. let op de screen 0 en screen 1 overal. Toen ik die eenmaal zo had ging het gelijk werken.
# /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-xorg

Section "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/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ExplorerPS/2"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "nvidia0"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
   Screen      0
EndSection

Section "Device"
   Identifier   "nvidia1"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
   Screen      1
EndSection

Section "Monitor"
   Identifier   "Acer AL1717"
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier   "Philips 170P"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "nvidia0"
   Monitor      "Acer AL1717"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "Screen1"
   Device      "nvidia1"
   Monitor      "Philips 170P"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      0 "Screen0" 0 0
   Screen      1 "Screen1" RightOf "Screen0"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
   Option      "TwinView" "on"
   Option      "Clone" "off"
EndSection

Section "DRI"
   Mode   0666
EndSection

agresionpower

  • Gast
dual screen probleem
« Reactie #4 Gepost op: 2006/11/01, 12:51:30 »
Citaat van: Wim Alsemgeest
Dit werkte bij mij voor nvidia.. let op de screen 0 en screen 1 overal. Toen ik die eenmaal zo had ging het gelijk werken.
op de namen en drivers na zie ik vrij weinig verschil met mijn xorg.conf eigenlijk.

maar zoals ik in mijn vorige post al berichten lijkt het meer te liggen aan de error

Citaat
Error opening /dev/wacom : Invalid argument
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(**) RADEON(0): RADEONSaveScreen(2)
AUDIT: Wed Nov  1 13:33:59 2006: 7598 X: client 2 rejected from local host

budster

  • Gast
dual screen probleem
« Reactie #5 Gepost op: 2006/11/01, 13:49:02 »
Die error is niet gek, je hebt je wacom er 3 keer in staan, 1 x lijkt mij voldoende.

agresionpower

  • Gast
dual screen probleem
« Reactie #6 Gepost op: 2006/11/01, 13:50:12 »
in de oorspronkelijke xorg.conf staat hij ook 3 keer en volgens de how to zou ik alle devices moeten kopieren.

Offline Duckie

  • Lid
dual screen probleem
« Reactie #7 Gepost op: 2006/11/01, 14:54:59 »
Dat de Wacom er drie keer in staat klopt inderdaad.
1xStylus
1xEraser
1xCursor
Ik weet nog niet zo heel veel van Ubuntu/Linux maar volgens mij kun je als je geen Wacom hebt die regels rustig verwijderen.
Dan ook nog:
InputDevice     "stylus" "SendCoreEvents"
 InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
uit de Section "ServerLayout" verwijderen, en dan weet je in ieder geval dat je daar geen errors meer door krijgt.

Ik weet het; dat lost je probleem niet op, maar met een dual screen kan ik je helaas (nog) niet verder helpen.
____________________________________________

agresionpower

  • Gast
dual screen probleem
« Reactie #8 Gepost op: 2006/11/01, 16:30:21 »
ik heb de wacom er uit gehaalt, die heb ik namelijk niet eens...
word die standaard door ubuntu geconfigureerd?

in ieder geval heb ik m'n dual screen inmiddels wel aan de praat :)
het zat hem in een bios instelling, ik moest de interne kaart als standaard bootscreen instellen, toen dit eenmaal gebeurt was deed hij het meteen.

in ieder geval bedankt voor de hulp.

nu ga ik inregelen dat ik ook vensters kan verslepen tussen de twee schermen.

agresionpower

  • Gast
dual screen probleem
« Reactie #9 Gepost op: 2006/11/02, 11:10:15 »
ik heb momenteel twee problemen die aan het vorige probleem gerelateerd zijn.

ten eerste krijg ik het niet voor elkaar dat ik vensters van het ene monitor naar de andere kan slepen.

en ten tweede wil ik de resolutie op 1024x768 hebben.
bij de monitor die aan de intel kaart hangt is dit geen probleem.
echter bij de monitor die aan de ati hangt werkt het niet naar behoren.
ik heb wel beeld, echter klopt het beeld maar voor 75%, daarnaast klopt de beweging van me muis niet met wat er op het beeldscherm word weergegeven.

de monitoren zijn identiek, dus ik vermoed dat het aan de ati kaart ligt.

mijn xorg.conf ziet er momenteel als volgd uit.

Section "ServerLayout"
        Identifier      "X.org Configured"
        Screen        0 "Screen0" 0 0
        Screen        1 "Screen1" RightOf "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "Files"
        RgbPath      "/etc/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        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/TTF/"
        FontPath     "/usr/share/X11/fonts/OTF"
        FontPath     "/usr/share/X11/fonts/Type1/"
        FontPath     "/usr/share/X11/fonts/CID/"
        FontPath     "/usr/share/X11/fonts/100dpi/"
        FontPath     "/usr/share/X11/fonts/75dpi/"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "dbe"
        Load    "bitmap"
        Load    "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load    "int10"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection


Section "Monitor"
#       DisplaySize       340   270     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL E172FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Monitor"
#        DisplaySize      340   270     # mm
        Identifier   "Monitor1"
        VendorName   "DEL"
        ModelName    "DELL E172FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection


#Section "Monitor"
#       Identifier   "Monitor1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
#EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # []
        #Option     "SWcursor"                  # []
        #Option     "Dac6Bit"                   # []
        #Option     "Dac8Bit"                   # []
        #Option     "BusType"                   # []
        #Option     "CPPIOMode"                 # []
        #Option     "CPusecTimeout"             #
        #Option     "AGPMode"                   #
        #Option     "AGPFastWrite"              # []
        #Option     "AGPSize"                   #
        #Option     "GARTSize"                  #
        #Option     "RingSize"                  #
        #Option     "BufferSize"                #
        #Option     "EnableDepthMoves"          # []
        #Option     "EnablePageFlip"            # []
        #Option     "NoBackBuffer"              # []
        #Option     "DMAForXv"                  # []
        #Option     "FBTexPercent"              #
        #Option     "PanelOff"                  # []
        #Option     "DDCMode"                   # []
        #Option     "MonitorLayout"             # []
        #Option     "IgnoreEDID"                # []
        #Option     "UseFBDev"                  # []
        #Option     "MergedFB"                  # []
        #Option     "CRT2HSync"                 # []
        #Option     "CRT2VRefresh"              # []
        #Option     "CRT2Position"              # []
        #Option     "MetaModes"                 # []
        #Option     "MergedDPI"                 # []
        #Option     "MergedXinerama"            # []
        #Option     "MergedXineramaCRT2IsScreen0"       # []
        #Option     "MergedNonRectangular"      # []
        #Option     "MergedMouseRestriction"    # []
        #Option     "DisplayPriority"           # []
        #Option     "PanelSize"                 # []
        #Option     "ForceMinDotClock"          #
        #Option     "ColorTiling"               # []
        #Option     "VideoKey"                  #
        #Option     "RageTheatreCrystal"        #
        #Option     "RageTheatreTunerPort"      #
        #Option     "RageTheatreCompositePort"  #
        #Option     "RageTheatreSVideoPort"     #
        #Option     "TunerType"                 #
        #Option     "RageTheatreMicrocPath"     #
        #Option     "RageTheatreMicrocType"     #
        #Option     "RenderAccel"               # []
        #Option     "SubPixelOrder"             # []
        #Option     "ShowCache"                 # []
        #Option     "DynamicClocks"             # []
        #Option     "BIOSHotkeys"               # []
        #Option     "VGAAccess"                 # []
        #Option     "ReverseDDC"                # []
        #Option     "LVDSProbePLL"              # []
        #Option     "AccelMethod"               #
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:4:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # []
        #Option     "SWcursor"                  # []
        #Option     "ColorKey"                  #
        #Option     "CacheLines"                #
        #Option     "Dac6Bit"                   # []
        #Option     "DRI"                       # []
        #Option     "NoDDC"                     # []
        #Option     "ShowCache"                 # []
        #Option     "XvMCSurfaces"              #
        #Option     "PageFlip"                  # []
        Identifier  "Card1"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "1024x768""800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "dri"
        Mode    0666
EndSection

Section "ServerFlags"
        Option "Xinerama" "enable"
EndSection

agresionpower

  • Gast
dual screen probleem
« Reactie #10 Gepost op: 2006/11/02, 11:59:35 »
inmiddels is het al gelukt de resolutie goed te krijgen.
ik moest in het volgende stukje van de xorg.conf  "ati" vervangen door "radeon"

Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:4:0"
werd dus

Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:4:0"
echter staat de refresh rate van de monitor op 75, dit moet echter 60 worden maar ik heb nog niet ontdenkt waar je dat kan instellen.
bij de Screen Resolutin Preferences in het system menu kan dit namelijk niet.

iemand sugesties?

Albert

  • Gast
dual screen probleem
« Reactie #11 Gepost op: 2006/11/02, 12:55:24 »
Je zou het kunnen proberen met sudo dpkg-reconfigure xserver-xorg om je goede resolute te kiezen.

Het enigste nadeel ervan is (denk ik) dat deze optie je xorg config overschrijft.En je de andere instellingen weer kwijt bent.Hij maakt er dan wel een backup van,en die kun je terugvinden in.
/etc/X11/xorg.conf

agresionpower

  • Gast
dual screen probleem
« Reactie #12 Gepost op: 2006/11/02, 14:02:49 »
momenteel heb ik het helemaal werkent :)

m'n xorg.conf ziet er nu als volgd uit.

Section "ServerLayout"
        Identifier      "X.org Configured"
        Screen        0 "Screen0" 0 0
        Screen        1 "Screen1" RightOf "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "Files"
        RgbPath      "/etc/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        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/TTF/"
        FontPath     "/usr/share/X11/fonts/OTF"
        FontPath     "/usr/share/X11/fonts/Type1/"
        FontPath     "/usr/share/X11/fonts/CID/"
        FontPath     "/usr/share/X11/fonts/100dpi/"
        FontPath     "/usr/share/X11/fonts/75dpi/"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "dbe"
        Load    "bitmap"
        Load    "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load    "int10"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection


Section "Monitor"
#       DisplaySize       340   270     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL E172FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Monitor"
#        DisplaySize      340   270     # mm
        Identifier   "Monitor1"
        VendorName   "DEL"
        ModelName    "DELL E172FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection


#Section "Monitor"
#       Identifier   "Monitor1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
#EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # []
        #Option     "SWcursor"                  # []
        #Option     "Dac6Bit"                   # []
        #Option     "Dac8Bit"                   # []
        #Option     "BusType"                   # []
        #Option     "CPPIOMode"                 # []
        #Option     "CPusecTimeout"             #
        #Option     "AGPMode"                   #
        #Option     "AGPFastWrite"              # []
        #Option     "AGPSize"                   #
        #Option     "GARTSize"                  #
        #Option     "RingSize"                  #
        #Option     "BufferSize"                #
        #Option     "EnableDepthMoves"          # []
        #Option     "EnablePageFlip"            # []
        #Option     "NoBackBuffer"              # []
        #Option     "DMAForXv"                  # []
        #Option     "FBTexPercent"              #
        #Option     "PanelOff"                  # []
        #Option     "DDCMode"                   # []
        #Option     "MonitorLayout"             # []
        #Option     "IgnoreEDID"                # []
        #Option     "UseFBDev"                  # []
        #Option     "MergedFB"                  # []
        #Option     "CRT2HSync"                 # []
        #Option     "CRT2VRefresh"              # []
        #Option     "CRT2Position"              # []
        #Option     "MetaModes"                 # []
        #Option     "MergedDPI"                 # []
        #Option     "MergedXinerama"            # []
        #Option     "MergedXineramaCRT2IsScreen0"       # []
        #Option     "MergedNonRectangular"      # []
        #Option     "MergedMouseRestriction"    # []
        #Option     "DisplayPriority"           # []
        #Option     "PanelSize"                 # []
        #Option     "ForceMinDotClock"          #
        #Option     "ColorTiling"               # []
        #Option     "VideoKey"                  #
        #Option     "RageTheatreCrystal"        #
        #Option     "RageTheatreTunerPort"      #
        #Option     "RageTheatreCompositePort"  #
        #Option     "RageTheatreSVideoPort"     #
        #Option     "TunerType"                 #
        #Option     "RageTheatreMicrocPath"     #
        #Option     "RageTheatreMicrocType"     #
        #Option     "RenderAccel"               # []
        #Option     "SubPixelOrder"             # []
        #Option     "ShowCache"                 # []
        #Option     "DynamicClocks"             # []
        #Option     "BIOSHotkeys"               # []
        #Option     "VGAAccess"                 # []
        #Option     "ReverseDDC"                # []
        #Option     "LVDSProbePLL"              # []
        #Option     "AccelMethod"               #
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:4:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # []
        #Option     "SWcursor"                  # []
        #Option     "ColorKey"                  #
        #Option     "CacheLines"                #
        #Option     "Dac6Bit"                   # []
        #Option     "DRI"                       # []
        #Option     "NoDDC"                     # []
        #Option     "ShowCache"                 # []
        #Option     "XvMCSurfaces"              #
        #Option     "PageFlip"                  # []
        Identifier  "Card1"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "1280x1024" "1024x768""800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "dri"
        Mode    0666
EndSection

Section "ServerFlags"
        Option "Xinerama" "true"
EndSection

jpriem

  • Gast
dual screen probleem
« Reactie #13 Gepost op: 2006/11/02, 15:05:01 »
Hallo,
Wat heb je nu precies gedaan om het werkend te krijgen?
Ik ben ook al een tijdje aan het zoeken om mijn systeem zo te krijgen zoals jij het omschrijft.
Ik kan hier ofwel 2 dektops krijgen maar kan dan geen vensters verslepen van het ene monitor naar het andere, ofwel heb ik 1 grote desktop gespreid over de 2 monitors maar kan dan niet de resolutie apart instellen van iedere monitor. Is wel handig want het zijn 2 verschillende monitors (de ene een tft op 1280x1024 en de andere een crt op 1024x768)
Groetjes
Jurgen

agresionpower

  • Gast
dual screen probleem
« Reactie #14 Gepost op: 2006/11/02, 15:28:55 »
ik heb momenteel 1 grote desktop, dat was voor mij ook de bedoeling, ik heb twee indentieke schermen en vandaar ook graag de zelfde resolutie.
Hoe je het precies in steld met verschillende resoluties kan ik niet vertellen.
ben er zelf pas twee dagen mee bezig...

maar heb je al geprobeerd om in je xorg.conf bij bijde beelden een andere resolutie in te stellen?