Problems with PCLinuxOS and openGL
Posted: 16. Oct 2010, 16:35
I have a couple versions of PCLinuxOS as guests and am having issues getting openGL to run. If I run glxinfo, it not only locks up my guest but the Mac as well. I have to power it off. There seems to be two xorg files...one xorg.conf and one xorg.conf.vbox. Also, if I try and open Monitors, it says my xorg.conf file is broken and will be ignored. It's surprising the thing works at all. I am attaching both xorg files if someone can take a look at them and see what's going wrong.
thanks
hmmm, seems I can't attach them
guess I'll just paste em...
xorg.conf
# VirtualBox generated configuration file
# based on /etc/X11/xorg.conf.
# File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
EndSection
# Section "Monitor"
# Identifier "monitor1"
# VendorName "Generic"
# ModelName "Flat Panel 1440x900"
# HorizSync 31.5-56.0
# VertRefresh 56.0-65.0
#
# # TV fullscreen mode or DVD fullscreen output.
# # 768x576 @ 79 Hz, 50 kHz hsync
# ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
#
# # 768x576 @ 100 Hz, 61.6 kHz hsync
# ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
# EndSection
# Section "Device"
# Identifier "device1"
# VendorName "InnoTek Systemberatung GmbH"
# BoardName "VirtualBox virtual video card"
# Driver "vboxvideo"
# Option "DPMS"
# EndSection
# Section "Screen"
# Identifier "screen1"
# Device "device1"
# Monitor "monitor1"
# DefaultColorDepth 24
# EndSection
# Section "ServerLayout"
# Identifier "layout1"
# Screen "screen1"
# EndSection
Section "Monitor"
Identifier "Monitor[0]"
ModelName "VirtualBox Virtual Output"
VendorName "Oracle Corporation"
EndSection
Section "Device"
BoardName "VirtualBox Graphics"
Driver "vboxvideo"
Identifier "Device[0]"
VendorName "Oracle Corporation"
EndSection
Section "Screen"
SubSection "Display"
Depth 24
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
xorg.conf.vbox
# File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1440x900"
HorizSync 31.5-56.0
VertRefresh 56.0-65.0
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox virtual video card"
Driver "vboxvideo"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
thanks
hmmm, seems I can't attach them
guess I'll just paste em...
xorg.conf
# VirtualBox generated configuration file
# based on /etc/X11/xorg.conf.
# File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
EndSection
# Section "Monitor"
# Identifier "monitor1"
# VendorName "Generic"
# ModelName "Flat Panel 1440x900"
# HorizSync 31.5-56.0
# VertRefresh 56.0-65.0
#
# # TV fullscreen mode or DVD fullscreen output.
# # 768x576 @ 79 Hz, 50 kHz hsync
# ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
#
# # 768x576 @ 100 Hz, 61.6 kHz hsync
# ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
# EndSection
# Section "Device"
# Identifier "device1"
# VendorName "InnoTek Systemberatung GmbH"
# BoardName "VirtualBox virtual video card"
# Driver "vboxvideo"
# Option "DPMS"
# EndSection
# Section "Screen"
# Identifier "screen1"
# Device "device1"
# Monitor "monitor1"
# DefaultColorDepth 24
# EndSection
# Section "ServerLayout"
# Identifier "layout1"
# Screen "screen1"
# EndSection
Section "Monitor"
Identifier "Monitor[0]"
ModelName "VirtualBox Virtual Output"
VendorName "Oracle Corporation"
EndSection
Section "Device"
BoardName "VirtualBox Graphics"
Driver "vboxvideo"
Identifier "Device[0]"
VendorName "Oracle Corporation"
EndSection
Section "Screen"
SubSection "Display"
Depth 24
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
xorg.conf.vbox
# File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1440x900"
HorizSync 31.5-56.0
VertRefresh 56.0-65.0
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox virtual video card"
Driver "vboxvideo"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection