Author Topic: I broke OpenGL ><  (Read 3764 times)

0 Members and 1 Guest are viewing this topic.

Offline MaDDoG

  • Newbie
  • *
  • Posts: 17
    • View Profile
I broke OpenGL ><
« on: April 09, 2008, 03:44:21 pm »
Okay maybe you guys know what my problem is. My video card is an ATI Radeon 9200, i got a wild hair up my ass and decided it was time for me to attempt installing the Proprietary ATI drivers... So all runs well untill the restart. My Compiz is down and OpenGL is as well here is all the information...


My xorg.conf
Code: [Select]

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option     "CoreKeyboard"
Option     "XkbRules" "xorg"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option     "CorePointer"
Option     "Device" "/dev/input/mice"
Option     "Protocol" "ImPS/2"
Option     "ZAxisMapping" "4 5"
Option     "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier  "stylus"
Driver      "wacom"
Option     "Device" "/dev/input/wacom"
Option     "Type" "stylus"
Option     "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier  "eraser"
Driver      "wacom"
Option     "Device" "/dev/input/wacom"
Option     "Type" "eraser"
Option     "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier  "cursor"
Driver      "wacom"
Option     "Device" "/dev/input/wacom"
Option     "Type" "cursor"
Option     "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier   "DELL E770s"
Option     "DPMS"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]"
Option     "VendorName" "ATI Proprietary Driver"
Option     "ModelName" "Generic Autodetecting Monitor"
Option     "DPMS" "true"
EndSection

Section "Device"

#Option "EnablePageFlip" "true"
#Option "SubPixelOrder" "none"
#Option "AccelMethod" "XAA"
Identifier  "ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)]"
Driver      "ati"
Option     "XAANoOffscreenPixmaps" "true"
Option     "DynamicClocks" "on"
#Option "backingstore" "true"
Option     "RenderAccel" "true"
#Option "ColorTiling" "on"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device     "ATI Technologies Inc M9+ 5C63 [Radeon Mobility 9200 (AGP)]"
Monitor    "DELL E770s"
DefaultDepth     24
SubSection "Display"
Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
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



When I run fglrxinfo, Here is my output:
Code: [Select]
aaron@demonic-ubuntu:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 4x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 7.0.1

Here is the output on Cedega
http://img182.imageshack.us/img182/103/openglne9.png


Im lost  ??? ??? ??? ???




 
« Last Edit: April 09, 2008, 03:47:58 pm by MaDDoG »
Ubuntu Gutsy Gibbon
Cedega: Starcraft, Diablo II, F.E.A.R., WoW (no longer subscribed)
Gamer Since: 1992 when the doc prescribed me to a SNES...

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: I broke OpenGL ><
« Reply #1 on: April 09, 2008, 04:07:32 pm »
Code: [Select]
aaron@demonic-ubuntu:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 4x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 7.0.1
"mesa" = the non-ATI built-in driver. The driver isn't installed properly.

That the exact same card I have, and I gave up trying to get the proper driver. If you actually get it working, let me know!

Offline MaDDoG

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: I broke OpenGL ><
« Reply #2 on: April 09, 2008, 05:30:02 pm »
Code: [Select]
aaron@demonic-ubuntu:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 4x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 7.0.1
"mesa" = the non-ATI built-in driver. The driver isn't installed properly.

That the exact same card I have, and I gave up trying to get the proper driver. If you actually get it working, let me know!



It appears somebody does have OpenGL running with the 9200

http://ubuntuforums.org/archive/index.php/t-249862.html

I need libGL.so.1.2 but i cant find it anywhere for download!


EDIT
I found the lib

wget http://www.ground-impact.com/libGL.so.1.2
« Last Edit: April 09, 2008, 05:37:30 pm by MaDDoG »
Ubuntu Gutsy Gibbon
Cedega: Starcraft, Diablo II, F.E.A.R., WoW (no longer subscribed)
Gamer Since: 1992 when the doc prescribed me to a SNES...

Offline c0Ld

  • x86
  • Full Member
  • ***
  • Posts: 146
    • View Profile
Re: I broke OpenGL ><
« Reply #3 on: April 09, 2008, 09:58:32 pm »
Try reinstalling the driver using Envy. It's definitely one of Ubuntu's best applications -- worked just fine for my old Radeon 9600 :)

Offline MaDDoG

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: I broke OpenGL ><
« Reply #4 on: April 11, 2008, 12:39:15 pm »
Will do, I eventually broke linux completely :D, so im in windows right now im fixing to reinstall ubuntu.
Ubuntu Gutsy Gibbon
Cedega: Starcraft, Diablo II, F.E.A.R., WoW (no longer subscribed)
Gamer Since: 1992 when the doc prescribed me to a SNES...