Nieuws:

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

Auteur Topic: Beryl + dual monitors en ATI kaart  (gelezen 1002 keer)

Offline Darell

  • Lid
    • http://launchpad.net/~darell
Beryl + dual monitors en ATI kaart
« Gepost op: 2007/03/19, 12:02:09 »
Weet iemand mischien hoe ik dualscreen en Beryl met een ATI readon X800 pro kaart aan het werken krijg? Ik gebruik nu Bigdesktop:
http://www.ubuntuforums.org/showthread.php?p=1773544
maar hier krijg ik Beryl niet mee aan het lopen. (de 2 monitors geven dan gewoon hetzelfde weer ipv een lange desktop) in KDE werk het wel gewoon, maarja daar heb ik geen Beryl en ik werk liever met Gnome.

hier mijn Xorg:

# /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 "ServerLayout"
Identifier     "Default Layout"
Screen         "Default Screen" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

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

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

Section "ServerFlags"
Option    "AIGLX" "off"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option    "CoreKeyboard"
Option    "XkbRules" "xorg"
Option    "XkbModel" "pc11"
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"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
Identifier   "Generic Monitor"
HorizSync    28.0 - 51.0
VertRefresh  43.0 - 60.0
Option    "DPMS"
EndSection

Section "Device"
Identifier  "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
Driver      "fglrx"
Option    "UseFBDev" "true"
Option    "VideoOverlay" "on"
Option    "OpenGLOverlay" "off"
BusID       "PCI:1:0:0"
Option "DesktopSetup"  "horizontal" #Enable Big Desktop
Option "Mode2"         "1024x768" #Resolution for second monitor
Option "DesktopSetup" "CRT,CRT" #the types of monitors that is connected LVDS = LCD, CRT, AUTO
Option "EnablePrivateBackZ" "yes" #Enable 3d support <= May Not Work
Option "HSync2" "65" #This sets the horizontal sync for the secondary display.
Option "VRefresh2" "60" #This sets the refresh rate of the secondary display.
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
Monitor    "Generic Monitor"
DefaultDepth     24
SubSection "Display"
Depth     1
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     4
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     8
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     15
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     16
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     24
Modes    "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode         0666
EndSection

Section "Extensions"
Option    "Composite" "Disable"
EndSection
Hoop dat iemand mij kan helpen!
Open Source = Freedom = Power !!

Beryl + dual monitors en ATI kaart
« Reactie #1 Gepost op: 2007/03/19, 14:44:41 »
Beryl kun je toch ook gebruiken met KDE!? Tis een optie...
Verder kan ik je op dit gebied echt niet verder helpen, kheb me daarin nog nooit verdiept.

Succes

Offline Darell

  • Lid
    • http://launchpad.net/~darell
Beryl + dual monitors en ATI kaart
« Reactie #2 Gepost op: 2007/03/19, 14:56:57 »
tuurlijk, maar dan heb je hetzelfde probleem. Daarbij komt nog eens dat ik KDE niet zo lekker vind werken, hoewel ik het wel een stuk meer ben gaan waarderen sinds ik er nu een paar dagen mee heb gewerkt, maar ik blijf toch liever bij Gnome!

Maar het probleem is dus om op 2 beeldschermen direct rendering te krijgen bij een XGL sessie, dat lukt me maar niet! Ik krijg gewoon 2x hetzelfde beeld (wel met een werkende Beryl btw) maar ik wil dus 1 lange desktop.

Het moet volgens mij wel te doen zijn, want er zijn filmpjes van dualscreen + XGL + Beryl op internet te vinden.
iemand een oplossing?
Open Source = Freedom = Power !!

Offline Darell

  • Lid
    • http://launchpad.net/~darell
Beryl + dual monitors en ATI kaart
« Reactie #3 Gepost op: 2007/03/20, 11:19:38 »
niemand? :(
Open Source = Freedom = Power !!