Dear Freesurfers,
I keep fighting with my 64bit-CentOS in order to configure my videocard (ATI Radeon Sapphire HD 5750) for FS. At last I got rid of "segfault error". And now there is another error (after tkmedit command):
============================================================= X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 15 Current serial number in output stream: 15 =============================================================
I assume there is a problem with OpenGL... I have searched in archives, googled but unfortunately haven't found useful information on this topic. Do you have any idea how to solve this problem?
My "xorg.conf"-file includes following:
============================================================= # Xorg configuration created by system-config-display
Section "ServerLayout" Identifier "single head configuration" Screen 0 "aticonfig-Screen[0]-0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection
Section "Module" EndSection
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection
Section "Monitor" Identifier "aticonfig-Monitor[0]-0" 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]-0" Driver "fglrx" BusID "PCI:7:0:0" EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection =================================================================
Thank you beforehand. -- Best Regards, Alexander Lebedev.
in the Module section, include the following line:
Load "glx"
n.
On Wed, 2011-01-12 at 22:28 +0300, Alexander Lebedev wrote:
Dear Freesurfers,
I keep fighting with my 64bit-CentOS in order to configure my videocard (ATI Radeon Sapphire HD 5750) for FS. At last I got rid of "segfault error". And now there is another error (after tkmedit command):
============================================================= X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 15 Current serial number in output stream: 15 =============================================================
I assume there is a problem with OpenGL... I have searched in archives, googled but unfortunately haven't found useful information on this topic. Do you have any idea how to solve this problem?
My "xorg.conf"-file includes following:
============================================================= # Xorg configuration created by system-config-display
Section "ServerLayout" Identifier "single head configuration" Screen 0 "aticonfig-Screen[0]-0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection
Section "Module" EndSection
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection
Section "Monitor" Identifier "aticonfig-Monitor[0]-0" 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]-0" Driver "fglrx" BusID "PCI:7:0:0" EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection =================================================================
Thank you beforehand.
Best Regards, Alexander Lebedev.
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu