Hi,
I am experiencing similar problems to Jennifer with tksurfer; the key (tksurfer) error message being surfer: ### redraw failed: no gl window open and the display showing only a thin slice of the posterior of the surface.
The computer is a fresh install of RHEL 5. Matlab is NOT (yet) installed on the machine. Specifically:
freesurfer-Linux-centos4_x86_64-stable-pub-v4.0.4 subjects$ sudo /sbin/lspci 01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] 01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)
I just yesterday updated the video driver: $ yum -y install fglrx64_7_1_0 initscripts-atidriver and auto-configed the X11 server $ aticonfig --initial=dual-head --screen-layout=right The tksurfer problem occured with the autoconfiged xorg.conf file, which is at the end of my message. Adding
Section "Extensions" Option "Composite" "Disable" EndSection
didn't help (I tried this only for completeness, I do not know if "composite" is an option on ATI cards).
# Xorg configuration created by pyxf86config
Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 Screen "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]" InputDevice "Keyboard0" "CoreKeyboard" EndSection
Section "Files" EndSection
Section "Module" 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 "Videocard0" Driver "vesa" 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 "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 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
Glenn and Lars,
I don't have any real suggestions to try, other than replacing the word 'Disable' with 'false' in that xorg.conf section. But that seemed to apply only to Nvidia cards, and was intended to solve another problem (a 'BadMatch' error on startup of qdec).
We have not seen the problem you are seeing on our Centos 5 systems with ATI X1400 Mobile Radeon video cards, using the newest driver downloaded from ATI (I don't have the version on-hand). So this will be tough one to debug.
Nick
On Thu, 2008-05-29 at 10:46 +0200, Dr. Glenn Lawyer wrote:
Hi,
I am experiencing similar problems to Jennifer with tksurfer; the key (tksurfer) error message being surfer: ### redraw failed: no gl window open and the display showing only a thin slice of the posterior of the surface.
The computer is a fresh install of RHEL 5. Matlab is NOT (yet) installed on the machine. Specifically:
freesurfer-Linux-centos4_x86_64-stable-pub-v4.0.4 subjects$ sudo /sbin/lspci 01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] 01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)
I just yesterday updated the video driver: $ yum -y install fglrx64_7_1_0 initscripts-atidriver and auto-configed the X11 server $ aticonfig --initial=dual-head --screen-layout=right The tksurfer problem occured with the autoconfiged xorg.conf file, which is at the end of my message. Adding
Section "Extensions" Option "Composite" "Disable" EndSection
didn't help (I tried this only for completeness, I do not know if "composite" is an option on ATI cards).
# Xorg configuration created by pyxf86config
Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 Screen "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]" InputDevice "Keyboard0" "CoreKeyboard" EndSection
Section "Files" EndSection
Section "Module" 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 "Videocard0" Driver "vesa" 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 "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 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
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Look for any errors in your /var/log/Xorg.0.log file, especially any that say GLX is not loaded. That means your video driver is not properly installed.
On Thu, 29 May 2008, Nick Schmansky wrote:
Glenn and Lars,
I don't have any real suggestions to try, other than replacing the word 'Disable' with 'false' in that xorg.conf section. But that seemed to apply only to Nvidia cards, and was intended to solve another problem (a 'BadMatch' error on startup of qdec).
We have not seen the problem you are seeing on our Centos 5 systems with ATI X1400 Mobile Radeon video cards, using the newest driver downloaded from ATI (I don't have the version on-hand). So this will be tough one to debug.
Nick
On Thu, 2008-05-29 at 10:46 +0200, Dr. Glenn Lawyer wrote:
Hi,
I am experiencing similar problems to Jennifer with tksurfer; the key (tksurfer) error message being surfer: ### redraw failed: no gl window open and the display showing only a thin slice of the posterior of the surface.
The computer is a fresh install of RHEL 5. Matlab is NOT (yet) installed on the machine. Specifically:
freesurfer-Linux-centos4_x86_64-stable-pub-v4.0.4 subjects$ sudo /sbin/lspci 01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] 01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)
I just yesterday updated the video driver: $ yum -y install fglrx64_7_1_0 initscripts-atidriver and auto-configed the X11 server $ aticonfig --initial=dual-head --screen-layout=right The tksurfer problem occured with the autoconfiged xorg.conf file, which is at the end of my message. Adding
Section "Extensions" Option "Composite" "Disable" EndSection
didn't help (I tried this only for completeness, I do not know if "composite" is an option on ATI cards).
# Xorg configuration created by pyxf86config
Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 Screen "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]" InputDevice "Keyboard0" "CoreKeyboard" EndSection
Section "Files" EndSection
Section "Module" 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 "Videocard0" Driver "vesa" 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 "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 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
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu