Nieuws:

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

Auteur Topic: dual screen met ati driver  (gelezen 2062 keer)

boertje

  • Gast
dual screen met ati driver
« Gepost op: 2008/01/29, 22:19:27 »
Hallo,
Op het forum zijn veel bijdragen over dual screen of twin view. Maar deze gaan allemaal over dual screen met een nvidia driver. Ik heb een Ati Radeon kaart met twee TFT schermen. Na heel veel zoeken en prutsen is het me nog steeds niet gelukt om de twee schermen in dual screen te krijgen.  Het meest vreemde is dat als ik de opdracht ' aticonfig --query-monitor'  in het terminal venster geef ik  ' Connected monitors: none'  en  ' Enabled monitors: none'  krijg, terwijl ik in 'screens and graphics' de monitoren benoemd heb. Als ik in het terminalvenster de opdracht ' sudo aticonfig --initial=dual-head --screen-layout=right'  intik loopt mijn systeem vast en moet ik de backup van /etc/X11/xorg.conf weer terughalen.
Via 'screens and graphics'  kan ik instellen wat ik wil, maar de instellingen default en secundary screen (extended default screen) pakt mijn configuratie niet.

Wie kan mij helpen om mijn tft schermen (LG Flatron en Samsun Syncmaster) met als grafische kaart Ati Radeon, in dual screen te krijgen? Ik zie zelf geen mogelijkheden meer om het op eigen houtje voor elkaar te krijgen. (Ik heb ook al heel wat engelse forums e.d. afgelopen, maar daarmee red ik het helemaal niet).

Bij voorbaat dank
Boertje

dual screen met ati driver
« Reactie #1 Gepost op: 2008/01/29, 23:42:33 »
Je moet eerst snappen hoe linux werkt.

Simpel uitgelegd :
Linux werkt met servers en voor ieder apparaat word een server gestart.
Dus muis keybord monitor enz enz.

Als je 2 monitoren wilt hebben zul je in je xorg.conf voor 2 monitoren een layout moeten hebben die 2 servers opstart.

Die layout moet wel de instellingen hebben van bijv in dit geval de monitoren.

Dus het maakt geen jota uit of je nu iets leest over Nvidia of Ford of opel of Ati.
Het gaat om de manier waarop je zoiets moeten maken.

Plaats hier eens je normale xorg.conf ??
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

boertje

  • Gast
dual screen met ati driver
« Reactie #2 Gepost op: 2008/01/30, 13:21:40 »
Gandyman

bedankt voor je antwoord. Maakt toch wel een hoop duidelijk. Misschien wil je me verder helpen.
Mijn huidige

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
   Option      "XkbVariant"   "intl"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

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

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

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "eraser"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSectionover Nvidia of Ford of opel of Ati.
Het gaat om de manier waarop je zoiets moeten maken.

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

Section "Device"
   Identifier   "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
   Boardname   "ati"
   Busid      "PCI:1:0:0"
   Driver      "fglrx"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Vendorname   "Samsung"
   Modelname   "Samsung SyncMaster 730B (Digital)"
   Horizsync   30-81
   Vertrefresh   56-75
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
  modeline  "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  modeline  "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
   Monitor      "Generic Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1600   1200
      Modes      "1280x1024@75"   "1280x960@60"   "1152x864@75"   "1280x1024@60"   "1024x768@60"   "1280x960@75"   "1024x768@70"   "1400x1050@60"   "1024x768@75"   "1600x1200@65"   "832x624@75"   "1600x1200@60"   "800x600@60"   "800x600@75"   "800x600@72"   "800x600@56"   "640x480@75"   "640x480@72"   "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
   
   # Uncomment if you have a wacom tablet
   #   InputDevice     "stylus"   "SendCoreEvents"
   #   InputDevice     "cursor"   "SendCoreEvents"
   #   InputDevice     "eraser"   "SendCoreEvents"
EndSection
Section "Module"
   Load      "glx"
   Load      "dbe"
   Load      "v4l"
EndSection
Section "Extensions"
   Option      "Composite"   "0"
EndSection
Section "device" #
   Identifier   "device1"
   Boardname   "ati"
   Busid      "PCI:1:0:0"
   Driver      "fglrx"
   Screen   1
EndSection
Section "screen" #
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
   SubSection "Display"
      Depth   24
      Modes      "1280x1024@75"   "1280x960@60"   "1152x864@75"   "1280x1024@60"   "1024x768@60"   "1280x960@75"   "1024x768@70"   "1400x1050@60"   "1024x768@75"   "1400x1050@75"   "832x624@75"   "1600x1200@65"   "800x600@60"   "1600x1200@60"   "800x600@75"   "1792x1344@60"   "800x600@72"   "800x600@56"   "640x480@75"   "640x480@72"   "640x480@60"
   EndSubSection
EndSection
Section "monitor" #
   Identifier   "monitor1"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
  modeline  "1400x1050@75" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
  modeline  "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  modeline  "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  modeline  "1792x1344@60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection

Ik hoop dat je hiermee iets kunt
Boertje

dual screen met ati driver
« Reactie #3 Gepost op: 2008/01/30, 23:59:32 »
Je hebt volgens mij al zitten experimenteren en met de huidige layout vind ik het al zo'n zooitje, pffffffff
geef mij de oude shit maar, was lekker simpel.  :P

Goed, Ik hoop dat het werkt want heb zelf nog nooit ATI shit gekocht en kan het dus niet testen.........

Maak eerst een backup van je huidige xorg.conf
sudo cp /etc/X11/xorf.conf /etc/X11/xorg.conf.origineelStel je hebt helemaal geen beeld meer kan je in veilige modes dez opdracht geven.
Note schrijf dus alles op zodat je notitie's hebt.
sudo mv /etc/X11/xorf.conf.origineel /etc/X11/xorg.confLees deze xorg.conf goed door ik heb er wat comment bij gezet.

Open je huidige xorg.conf
sudo gedit /etc/X11/xorg.confKies alles wat erin staat en Del het zodat het weg is.

kopieer nu onderstaande xorg.conf en plak het erin ( LET HET WOORDJE CODE NIET MEENEMEN)
(GEWOON BIJ HET EERSTE # BEGINNEN EN DAN JE MUISKNOP INGEDRUKT HOUDEN EN IN HET ONDERBALKJE HOUDEN TOTDAT JE ALLES HEBT)
(JE ZIET DE SCROLBALK VANZELF NAAR BENEDEN GAAN)
# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "Module"
Load "glx"
Load "dbe"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

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

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSectionover Nvidia of Ford of opel of Ati.
Het gaat om de manier waarop je zoiets moeten maken.

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

Section "Device"
Identifier "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
Boardname "ati"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 0
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Vendorname "Samsung"
Modelname "Samsung SyncMaster 730B (Digital)"
Horizsync 30-81
Vertrefresh 56-75
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"

EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Extensions"
Option "Composite" "0"
EndSection

Section "ServerFlags"
EndSection

Section "DRI"
Mode 0666
EndSection

# Hier eindigt je standaard xorg.conf settings
# Ubuntu moet nu dus nog net zo werken als voorheen.
# Nu gaan we de dual monitor settings maken.

Section "ServerLayout"
Identifier "dual"
# Screen0 is je eerste scherm
        Screen         0 "Screen0"
# Screen1 is je 2e scherm
# is de "positie" toz van de ander (Above, Below, LeftOf,
# RightOf...)
        Screen         1 "Screen1" Rightof "Screen0"
# this is the magic word :
Option "Xinerama" "on"
# Als dit niet werkt dan een # ervoor en de regel
# hieronder # weghalen.
#Option "Xinerama" "true"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Samsung SyncMaster 730B (Digital)"
        Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "LG Flatron"
ModelName "Plug 'n' Play"
        Option "dpms"
EndSection

Section "Device"
Identifier "Card0"
Driver "fglrx"
VendorName "Ati"
BoardName "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
BusID "PCI:1:0:0"
Screen     0
EndSection

Section "Device"
Identifier "Card1"
Driver "fglrx"
VendorName "Ati"
BoardName "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
BusID "PCI:1:0:0"
Screen     1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth     24
SubSection "Display"
Depth 24
Virtual 1600 1200
# resolutie voor monitor 1.
# Verander resolutie met Ctrl + Alt + Keypad-Plus/Minus
# Is het echt nodig om @75, @60 erachter te hebben ?? denk het niet ?
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth     24
SubSection "Display"
Depth 24
Virtual 1024 768
# resolutie voor monitor 2.
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
Sla het nu op en sluit die 2e monitor aan,
Nu herstart je de X server.
sudo /etc/init.d/gdm stopen gelijk daarna:
sudo /etc/init.d/gdm startNu word je scherm zwart en word de X server opgestart,
Heb geduld dit duurt ff.
Wanneer het fout gaat doet hij 3 pogingen en mocht het mislukken krijg je een foutmelding.
Gewoon de pc resetten en in veilige modes opstarten en je oude xorc.conf terug kopieren.
weer rebooten en alles werkt weer zoals het was.

Ik denk dat in het laatste gedeelte die @75 en @ 60 enz enz eraf kunnen of misschien wel moeten, kan het niet testen duszzzzz ????
Verder moet je maar ff testen en kijken.

En eventueel eens een schone nieuwe xorg.conf maken met de opdracht
sudo dpkg-reconfigure -phigh xserver-xorgBen benieuwd of het werkt bij je. :P
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

boertje

  • Gast
dual screen met ati driver
« Reactie #4 Gepost op: 2008/01/31, 13:39:43 »
Beste Gandyman

kan jouw voorstellen volgen tot het commando 'sudo /etc/init.d/gdm stop' .
Dan krijg ik geen wart scherm maar een heel aantal 'dos' regels met ok en de machine blijft dan hangen.
Ik krijg dus geen kans om de tweede opdracht 'sudo /etc/init.d.gdm'  start te geven. Ik heb het op verschillende manieren geprobeerd, ook met de aanpassing in het xorg.conf rond de xinerama 'on' of 'true'.
Heb zolang de oude xorg er maar weer opgezet.
Ik weet niet of ik het fout gedaan heb. Ik heb ook een keer in het terminalvenster de twee commoando's achter elkaar getikt zonder 'enter', dus 'sudo /etc/init.d/gdm stop   sudo /etc/init.d/gdm start' Ook dat hielp niet.
Als je nog meer oplossingen hebt, dan heel erg graag.

dual screen met ati driver
« Reactie #5 Gepost op: 2008/02/02, 02:12:41 »
Die opdracht is min of meer makkelijker en sneller dan de pc rebooten.

Je zou dus ook die xorg erin kunnen zetten en dan rebooten.

probeer dat maar.
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Offline maxpower

  • Lid
dual screen met ati driver
« Reactie #6 Gepost op: 2008/02/02, 13:54:33 »
of je installeert gewoon ati catalyst control center voor linux :P die kan dat goch gewoonv oro je instellen? zo doe ik dat altijd op mn laptop

boertje

  • Gast
dual screen met ati driver
« Reactie #7 Gepost op: 2008/02/08, 22:23:23 »
Hallo

Na een week prutsen en heel veel proberen niet verder gekomen met mijn dual view.
Ati catalyst control geinstalleerd, maar dat werkt niet bij mij.
De aticonfig uitgedraaid en veel commando's daaruit geprobeerd.

O ja. Xinerama "on" of "true" zorgt ervoor dat ik alleen in een veilige modis kan opstarten.

Hieronder mijn xorg zoals die nu is na al dat gepruts. Wie wil er eens naar kijken en ontdekken wat ik fout gedaan heb.

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection


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


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


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


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


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


Section "Device"
   Identifier   "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection


Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "LG"
   ModelName   "Flatron L1919S"
   Option      "DPMS"
   HorizSync   83
   VertRefresh   75
EndSection


Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "Samsung"
   ModelName   "SyncMaster 730BF"
   Option      "DPMS"
   HorizSync   30-81
   VertRefresh   56-75
EndSection   


Section "Screen"
   Identifier   "Screen0"
   Device      "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
   Monitor      "Monitor0"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection


Section   "Screen"
   Identifier   "Screen1"
   Device      "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
   Monitor      "Monitor1"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection


Section "ServerLayout"
   Identifier   "Default Layout"
  Screen  "Screen1" Rightof "Screen1"
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
   

   # Uncomment if you have a wacom tablet
   #   InputDevice     "stylus"   "SendCoreEvents"
   #   InputDevice     "cursor"   "SendCoreEvents"
   #   InputDevice     "eraser"   "SendCoreEvents"
EndSection

Section "Module"
   Load      "glx"
EndSection

Section "Extensions"
   Option      "Composite"   "0"
EndSection

Paat

  • Gast
dual screen met ati driver
« Reactie #8 Gepost op: 2008/02/09, 10:50:16 »
volgens mij klopt dit sowieso niet:
  Screen  "Screen1" Rightof "Screen1"

moet dat niet zijn screen 1 rightof screen0 ?

maja heb je dit al gemeld gezien je m'n vader bent :P en je momenteel in de kamer onder mij zit ;)

dual screen met ati driver
« Reactie #9 Gepost op: 2008/02/09, 12:26:58 »
'k Heb niet veel ervaring, maar ik "weet" wel dat je alles moet verdubbelen: ook dit
Citaat
Section "Device"
   Identifier   "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection
Maak daar dus vanSection "Device"
Identifier "0-ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Device"
Identifier "1-ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
En pas verder aan
Section "Screen"
Identifier "Screen0"
Device "0-ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
Monitor "Monitor0"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection


Section "Screen"
Identifier "Screen1"
Device "1-ATI Technologies Inc RV350 NJ [Radeon 9800 XT]"
Monitor "Monitor1"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
En tenslotte voeg je nog toe in je Section Serverlayout
Citaat
Option "Xinerama" "true"
Ter vergelijking, hieronder mijn volledige xorg.conf voor xinerama met ATI

Die geeft mij een breed scherm waarbij op de laptop de panelen staan en ik vensters kan slepen naar rechts, waardoor ze terechtkomen op het geprojecteerde beeld van de beamer en ik ze daar kan maximaliseren, waarbij ze mooi binnen de grenzen blijven.
Section "Device"
Identifier "0 ATI RADEON XINERA X1400"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
  Screen 0
Option "DDCMode" "True"
Option "MonitorLayout" "LVDS, CRT"
EndSection

Section "Device"
Identifier "1 ATI RADEON XINERA X1400"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
   Screen 1
Option "DDCMode" "True"
Option "MonitorLayout" "LVDS, CRT"
EndSection

Section "Extensions"
Option "Composite" "0"
EndSection

Section "Monitor"
Identifier "0 Laptopscherm"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Monitor"
Identifier "1 Projector"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "0 Default Screen"
Device "0 ATI RADEON XINERA X1400"
Monitor "0 Laptopscherm"
DefaultDepth 24
EndSection

Section "Screen"
Identifier "1 Tweede Scherm"
Device "1 ATI RADEON XINERA X1400"
Monitor "1 Projector"
DefaultDepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "0 Default Screen"
Screen 1 "1 Tweede Scherm" RightOf "0 Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "true"
Ik heb er de input devices maar afgelaten, dat is hier niet van toepassing.

succes.
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

boertje

  • Gast
dual screen met ati driver
« Reactie #10 Gepost op: 2008/02/09, 22:11:45 »
Bijna gelukt

Na heel veel proberen met alle suggesties die ik van jullie gekregen heb (en dus heel veel backuppen en herstarten) is het bijna gelukt. Ik heb mijn muis over twee schermen, kan panelen verschuiven nzaar beide monitoren alleen..... de ene monitor blijft zwart, wat ik ook probeer. Xinerama werkt trouwen bij mij niet. Ik hoop niet dat het daaraan ligt.
Ik heb alle monitor aanduidingen weggelaten en alles zo kaal mogelijk gelaten.  Mijn huidige xorg is zo:

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection


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


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


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


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


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


Section "Device"
   Identifier   "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]0"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
   Screen      0
EndSection

Section "Device"
   Identifier   "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]1"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
   Screen      1
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   Option      "DPMS"
EndSection


Section "Monitor"
   Identifier   "Monitor1"
   Option      "DPMS"
EndSection   


Section "Screen"
   Identifier   "Screen0"
   Device      "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]0"
   Monitor      "Monitor0"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection


Section   "Screen"
   Identifier   "Screen1"
   Device      "ATI Technologies Inc RV350 NJ [Radeon 9800 XT]1"
   Monitor      "Monitor1"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024"   "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection


Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      0 "Screen0" 0 0
    Screen       1  "Screen1" LeftOf "Screen0"
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"


   # Uncomment if you have a wacom tablet
   #   InputDevice     "stylus"   "SendCoreEvents"
   #   InputDevice     "cursor"   "SendCoreEvents"
   #   InputDevice     "eraser"   "SendCoreEvents"
EndSection

Section "Module"
   Load      "glx"
EndSection

Section "Extensions"
   Option      "Composite"   "0"
EndSection

Dus blijft mijn vraag: hoe redt ik me hier uit?
Waarom blijft mijn ene scherm zwart?

dual screen met ati driver
« Reactie #11 Gepost op: 2008/02/10, 14:29:43 »
In de Section "Serverlayout" bijvoegen

Option "xinerama" "true"
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

boertje

  • Gast
dual screen met ati driver
« Reactie #12 Gepost op: 2008/02/10, 20:19:04 »
Opgelost, dank zij de hulp van velen. Allen hartelijk dank. Door jullie ben ik meer van ubuntu gaan snappen en durf nu ook iets meer zelf te proberen. Ook heb ik gelerd om goed te lezen op de forums.
Er zijn nog een aantal kleine probleempjes, ik kan alleen nog maar in de veilige modus opstarten en ik wil de schermen nog anders gesitueerd hebben, maar het begin is er.
Ik ga het hele systeem nog een keer helemaal opnieuw installeren. Zodat ik schoon, met alle opgedane kennis een goed systeem kan gaan opzetten.

dual screen met ati driver
« Reactie #13 Gepost op: 2008/02/10, 20:33:58 »
Blij dat het opgelost is.  
In plaats van nu weer alles opnieuw te installeren, kun je ook nog een maand of twee met deze versie verder spelen, knoeien, veranderen en aanpassen.  dan installeer je eind april ineens de nieuwe versie 8.04 Hardy Heron.
 Ik ben dat ook van plan.

Nog veel plezier ! :lol:

PS: neem zo nu en dan ergens nota op papier van wat je allemaal doet, of druk de inhoud van zo'n bestanden als die xorg.conf een keer af...  Dan heb je altijd iets om op terug te vallen...
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...