Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATI + Xinerama + OpenGL in Second Monitor
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
EddieOfTheRocks
n00b
n00b


Joined: 01 Feb 2007
Posts: 35
Location: Edmonton, Alberta, Canada

PostPosted: Fri Jan 18, 2008 9:58 pm    Post subject: ATI + Xinerama + OpenGL in Second Monitor Reply with quote

I am having an issue with running OpenGL applications in the second monitor of an ATI xinerama setup. Stuff displays fine fullscreen in screen0, but in screen1 I get a unresponsive bar on the right hand side. The image located at http://eddie.alcazarmountain.com/desktop.jpg shows a video playing in mplayer with -vo gl2/gl. The anomalous strip on the side is actually from my background image. This happens with all opengl apps I have tested (stellarium and a few games). Below is my xorg.conf

Quote:

Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Notebook LCD Panel Screen" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "dri"
Load "glx"
EndSection

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

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Notebook LCD Panel"
DisplaySize 305 230
Option "VendorName" "Asus"
Option "ModelName" "Asus A2K Notebook LCD Panel"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "NEC AccuSync 95F"
DisplaySize 365 274
Option "VendorName" "NEC"
Option "ModelName" "AccuSync 95F"
Option "DPMS" "true"
HorizSync 30-96
VertRefresh 50-160
EndSection

Section "Device"
Identifier "Radeon Mobility 9700 LCD Panel"
Driver "fglrx"
Option "TVFormat" "NTSC-M"
Option "FSAAScale" "0"
Option "FSAAEnable" "off"
Option "0" "horizontal"
Option "HSync2" "30-96"
Option "VRefresh2" "50-160"
Option "UseFastTLS" "on"
Option "0" "mirror"
Option "DesktopSetup" "horizontal"
Option "Mode2" "1400x1050"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Device"
Identifier "Radeon Mobility 9700 CRT Out"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Notebook LCD Panel Screen"
Device "Radeon Mobility 9700 LCD Panel"
Monitor "Notebook LCD Panel"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050"
EndSubSection
EndSection

Section "Screen"
Identifier "NEC AccuSync 95F Screen"
Device "Radeon Mobility 9700 CRT Out"
Monitor "NEC AccuSync 95F"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

_________________
Eddie Carle
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum