Announcement

Collapse
No announcement yet.

dualview (not bigscreen) problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • dualview (not bigscreen) problem

    Hi,

    i just cunfigured my xorg.conf, and i have a problem with dualview on my ATI radeon EAX1600 PRO with 512Mb (Radeon X1600 Series). ATI driver works good, OpenGL is supported, DRI enabled.
    performance:
    Code:
    [root@localhost ~]# glxgears 
    17967 frames in 5.0 seconds = 3593.368 FPS
    17980 frames in 5.0 seconds = 3595.969 FPS
    17968 frames in 5.0 seconds = 3593.536 FPS
    18276 frames in 5.0 seconds = 3655.157 FPS
    18492 frames in 5.0 seconds = 3698.297 FPS
    [root@localhost ~]# fgl_glxgears 
    Using GLX_SGIX_pbuffer
    3045 frames in 5.0 seconds = 609.000 FPS
    3900 frames in 5.0 seconds = 780.000 FPS
    3909 frames in 5.0 seconds = 781.800 FPS
    3903 frames in 5.0 seconds = 780.600 FPS
    3879 frames in 5.0 seconds = 775.800 FPS
    On root user the screen is like it should be - dualview, but in antother users it simply creates clone on second monitor.

    has anyone sloved this kind of problem ?

    My configuration:
    X Window System Version 7.1.1
    Current Operating System: Linux 2.6.19-1.2911.6.5.fc6 # x86_64
    Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.34.8
    Xwindows - Gnome 2.16.3

    xorg.conf:
    Code:
    Section "ServerLayout"
    	Identifier     "single head configuration"
    	Screen      0  "aticonfig-Screen[0]" 0 0
    	Option         "Clone" "Off"
    	InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Module"
    	Load  "extmod"
    EndSection
    
    Section "ServerFlags"
    	Option	"AIGLX" "off"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Keyboard0"
    	Driver      "kbd"
    	Option	    "XkbModel" "pc105"
    	Option	    "XkbLayout" "us"
    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  "aticonfig-Device[0]"
    	Driver      "fglrx"
    	Option	    "UseFastTLS" "2"
    	Option	    "XaaNoOffscreenPixmaps"
    	Option	    "VideoOverlay" "off"
    	Option	    "OpenGLOverlay" "on"
    	Option	    "UseInternalAGPGART" "no"
    	Option      "CloneDisplay" "off"
    	Option      "DesktopSetup" "horizontal"
    	BusID       "PCI:6:0:0"
    EndSection
    
    Section "Device"
    	Identifier  "aticonfig-Device[1]"
    	Driver      "fglrx"
    	BusID       "PCI:6:0:0"
    	Screen      1
    EndSection
    
    Section "Screen"
    	Identifier "aticonfig-Screen[0]"
    	Device     "aticonfig-Device[0]"
    	Monitor    "aticonfig-Monitor[0]"
    	DefaultDepth     24
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    		Modes    "1280x1024"
    	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
    		Modes    "1280x1024"
    	EndSubSection
    EndSection
    
    Section "DRI"
    	Mode         0666
    EndSection
    
    Section "Extensions"
    	Option	    "Composite" "Disable"
    EndSection

  • #2
    I have noticed that ATI contorl panel in root showing "Big Desktop Horizontal", and in antother user it shows "Clone Mode". But if i change it to "Big Desktop Horizontal", it says, that i have to restart Xserver, and after restart, (tryed ctrl+alt+backspace and even reboot) settings didn't changed

    Comment


    • #3
      did you try switching 'single head...' to 'Multihead' ?

      Comment


      • #4
        No, it didn't helped.
        But i sloved this problem by adding new user, logged in to it, and replaced created new files to old user.
        Now i have what i want Thanks to this forum to make my ATI working !

        Comment

        Working...
        X