Ubuntu-Austria Foren-Übersicht
Portal  •  Forum  •  Profil  •  Suchen   •  Registrieren  •  Einloggen, um private Nachrichten zu lesen  •  Login   

 Dual Screen mit ATi Radeon 9000

Neues Thema eröffnenNeue Antwort erstellen
Autor Nachricht
Gast











BeitragVerfasst am: 27.03.2008, 11:17    Dual Screen mit ATi Radeon 9000 Antworten mit ZitatNach oben

Hallo zusammen

Ich versuche nun schon seit mehreren Tagen meine neue (von einem Freund bekommen) Grafikkarte so einzurichten, das ich zwei Bildschirme habe. Leider startet der xserver nicht mehr, egal wie ichs einstell. Wenn ichs Grafisch mach, oder die xorg.conf händisch bearbeite, nichts funkt. Hab vorher eine G550 Matrox Millenium gehabt, bei der ging das mit wenigen handgriffen. Habs bis wetzt mit dem wiki von ubuntuusers versucht und mit folgendem link.
http://wiki.cchtml.com/index.php/Ubuntu_Gutsy_Installation_Guide

letzteres formte meine xorg.conf folgendermasen um:

# 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 "ServerLayout"

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
   Identifier     "Default Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   Screen         "aticonfig-Screen[1]" Above "aticonfig-Screen[0]"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "de"
   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"
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"      # Tablet PC ONLY
EndSection

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

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

Section "Monitor"
   Identifier   "Acer AL1731"
   HorizSync    28.0 - 49.0
   VertRefresh  43.0 - 72.0
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[1]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "ATI Technologies Inc Radeon RV250 If [Radeon 9000]"
   Driver      "ati"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[1]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
   Screen      1
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies Inc Radeon RV250 If [Radeon 9000]"
   Monitor    "Acer AL1731"
   DefaultDepth     24
   SubSection "Display"
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[1]"
   Device     "aticonfig-Device[1]"
   Monitor    "aticonfig-Monitor[1]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Wenn ich den xserver nun starten will schrreibt er, "No Screens found"

Kann mir bitte da jemand weiterhelfen??? Oder eine funktionierende xorg.conf posten, damit ich diese auf meine abändern kann. Oder mir einfach einen Tipp geben, was ich da falsch mache

gersch


Desktop: anderer

Version: 16.04

Hardware: Notebook

Architektur: 64Bit
Online    
Gast











BeitragVerfasst am: 27.03.2008, 11:26    (Kein Titel) Antworten mit ZitatNach oben

Hier noch eine xorg.conf, die ich fast selber gebastelt hab, die aber auch nicht gefunkt hat
Zitat:

# 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" "de"
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
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 Radeon RV250 If [Radeon 9000]"
Driver "ati"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Monitor"
Identifier "Acer AL1731"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon RV250 If [Radeon 9000]"
Monitor "Acer AL1731"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "device" #
Identifier "ATI Technologies Inc Radeon RV250 If [Radeon 9000]"
Driver "ati"
Busid "PCI:1:0:0"
Screen 1
Vendorname "ATI"
EndSection

Section "screen" #
Identifier "screen1"
Device "ATI Technologies Inc Radeon RV250 If [Radeon 9000]"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "800x600@60" "832x624@75" "800x600@75" "1024x768@75" "800x600@72" "1024x768@70" "800x600@56" "1024x768@60" "640x480@75" "1152x864@75" "640x480@72" "1280x1024@75" "640x480@60" "1280x960@60" "1280x1024@60" "1280x960@75" "1400x1050@60" "1600x1200@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 "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
screen 1 "screen1" rightof "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 "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection

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


Desktop: anderer

Version: 16.04

Hardware: Notebook

Architektur: 64Bit
Online    
Webbutterfly
Administrator



Geschlecht:
Alter: 68
Anmeldungsdatum: 24.06.2006
Beiträge: 6917
Wohnort: Wien 23


austria.gif

BeitragVerfasst am: 27.03.2008, 12:12    (Kein Titel) Antworten mit ZitatNach oben

Hello

mach mal ein
sudo dpkg-reconfigure xserver-xorg

damit konfigurierst du deinen X-Server mal neu...
...nach dem händischen Ändern musst du auch immer
sudo dpkg-reconfigure -phigh xserver-xorg

ausführen....
steht sogar in der xorg.conf
Zitat:
# 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


Marion


Desktop: Gnome-Shell 3.X

Version: 14.04 and 16.04

Hardware: Notebook

Architektur: 64Bit

_________________

European Open Source Center
www.webbutterfly.com

OfflineBenutzer-Profile anzeigenPrivate Nachricht sendenWebsite dieses Benutzers besuchen    
Gast











BeitragVerfasst am: 27.03.2008, 12:49    (Kein Titel) Antworten mit ZitatNach oben

Hallo Marion

Wenn ich den Befehl
sudo dpkg-reconfigure xserver-xorg
ausführe, wird die xorg.conf wieder so eingerichtet, das nur auf ein Monitor funkt, bzw auf beiden Monitoren das selbe Bild zu sehen ist.

Dann stehe ich wieder am Anfang des Problems. Ich möchte das ganze gerne so einrichten, das ich auf zwei Monitoren arbeiten kann und Fenster und sonstiges zwischen den Monitoren hin und herschrieben kann.

Weißt du, wie ich das realisieren kann?

Den Befehl
sudo dpkg-reconfigure -phigh xserver-xorg
hab ich anscheinend überlesen, werde das aber gleich am Abend testen.
Sonst würde meine xorg.conf so passen, oder hab ich da irgendeinen Fehler drin?


mfg
Gersch


Desktop: anderer

Version: 16.04

Hardware: Notebook

Architektur: 64Bit
Online    
Gast











BeitragVerfasst am: 27.03.2008, 13:02    (Kein Titel) Antworten mit ZitatNach oben

In der xorg.conf sind massenhaft Fehler drin.
Welches programm hat die geschrieben ?
Am besten mit der Hand schreiben.


Desktop: anderer

Version: 16.04

Hardware: Notebook

Architektur: 64Bit
Online    
Gast











BeitragVerfasst am: 27.03.2008, 13:13    (Kein Titel) Antworten mit ZitatNach oben

Mit dem Befehl

sudo aticonfig --initial

wurde diese xorg.conf erstellt
Den link, wie genau ich das gemacht hab, steht im ersten Beitrag.

Kannst du mir bitte etwas helfen und mir sagen, wo genau der Hund da begraben ist?
Ich arbeite jetzt zwar schon fast ein Jahr mit Kubuntu, bei der installation bin ich allerdings noch ein blutiger Anfänger

mfg
Gersch


Desktop: anderer

Version: 16.04

Hardware: Notebook

Architektur: 64Bit
Online    
Webbutterfly
Administrator



Geschlecht:
Alter: 68
Anmeldungsdatum: 24.06.2006
Beiträge: 6917
Wohnort: Wien 23


austria.gif

BeitragVerfasst am: 27.03.2008, 13:20    (Kein Titel) Antworten mit ZitatNach oben

Hello

habe mal nachgestöbert... früher ging der Dualscreen ja nur über die xorg.conf...
Trage das mal angepasst ein:
Section "Device"
    Identifier     "NVIDIA Corporation NV17 %u5bGeForce4 GeForce 440 Go 64M%u5d"
    Driver         "nvidia"
    Option      "NvAGP" "1"
    Option      "RenderAccel" "true"
    Option      "AllowGLXWithComposite" "true"
    Option "TwinView" "on"
    Option "TwinViewOrientation" "Clone"
    #    Option "MetaModes" "1280x1024,1280x1024;1024x768,1024x768;800x600,800x600"
   
    # Die folgenden Optionen sind nicht zwingend notwendig, werden aber eventuell gebraucht.
    # Alle Werte müssen jedoch an die vorhandenen Gegebenheiten angepasst werden.
    #
    # Option "ConnectedMonitor" "CRT, DFP"
    # Option "MetaModes" "DFP-0%u3a 1280x1024, CRT-0%u3a 1024x768; DFP-0%u3a 1024x768, CRT-0%u3a 1024x768"
    # Option "UseEdidFreqs" "on"
    # Option "HorizSync"   "CRT-0%u3a 30-110;  DFP-0%u3a 28-64" # wird autom. per UseEdidFreqs gesetzt
    # Option "VertRefresh" "CRT-0%u3a 50-160;  DFP-0%u3a 43-60" # wird autom. per UseEdidFreqs gesetzt
EndSection


Hier ist es zwar eine nVida, sollte aber auch mit ATI funktionieren.
Eine genaue Beschreibung gibt es hier....

Marion

Edit:
hier ging es um einen Beamer...
Edit 2:
Eigendlich geht es nur um die beiden Einträge:
Option "TwinView" "on"
Option "TwinViewOrientation" "Clone"


Desktop: Gnome-Shell 3.X

Version: 14.04 and 16.04

Hardware: Notebook

Architektur: 64Bit

_________________

European Open Source Center
www.webbutterfly.com

OfflineBenutzer-Profile anzeigenPrivate Nachricht sendenWebsite dieses Benutzers besuchen    
Beiträge der letzten Zeit anzeigen:      
Neues Thema eröffnenNeue Antwort erstellen


 Gehe zu:   



Berechtigungen anzeigen


Forensicherheit

1008050261051 Angriffe abgewehrt

Powered by Orion based on phpBB © 2001, 2002 phpBB Group
CBACK Orion Style based on FI Theme
Alle Zeiten sind GMT + 2 Stunden



[ Page generation time: 0.2587s (PHP: 25% - SQL: 75%) | SQL queries: 57 | GZIP enabled | Debug off ]