Hi,
hopefully someone can help me. Since I upgraded to Dapper I've no 3D-Support anymore. fglrxinfo:
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
I've got a Samsung P35 Notebook with ATI Mobility Radeon 9600 (lspci: Mobility Radeon 9600 M10. Never knew about M10 before). With Breezy fglrx worked find. But I'm not sure which fglrx version I had installed.
With Dapper now I installed xorg-driver-fglrx 6.9.0-8.23.7+2.6.5.7-4 and xserver-xorg 7.0.0-0ubuntu28. lsmod|grep fglrx lists:
fglrx 465864 7
agpgart 36784 2 fglrx,intel_agp
I several times checked xorg.conf but can't see why OpenGL isn't running properly. I will list parts of xorg.conf below and attach a screenshot of ATI control.
Any hints? Thanx in advance!
Markus
xorg.conf:
Section "Files"
# paths to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
...
EndSection
Section "InputDevice"
...
EndSection
Section "InputDevice"
...
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 28.0 - 70.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Device"
Identifier "Standardgrafikkarte"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
...
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig Screen 0" 0 0
# Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
EDIT:
This Thread is really helpful:
http://www.ubuntuforums.org/showthread.php?t=143283
With strace fglrxinfo I found out that this dirctory is missing:
So I created following link:
And finally fglrx is working fine:
Cheers,
Markus
hopefully someone can help me. Since I upgraded to Dapper I've no 3D-Support anymore. fglrxinfo:
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
I've got a Samsung P35 Notebook with ATI Mobility Radeon 9600 (lspci: Mobility Radeon 9600 M10. Never knew about M10 before). With Breezy fglrx worked find. But I'm not sure which fglrx version I had installed.
With Dapper now I installed xorg-driver-fglrx 6.9.0-8.23.7+2.6.5.7-4 and xserver-xorg 7.0.0-0ubuntu28. lsmod|grep fglrx lists:
fglrx 465864 7
agpgart 36784 2 fglrx,intel_agp
I several times checked xorg.conf but can't see why OpenGL isn't running properly. I will list parts of xorg.conf below and attach a screenshot of ATI control.
Any hints? Thanx in advance!
Markus
xorg.conf:
Section "Files"
# paths to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
...
EndSection
Section "InputDevice"
...
EndSection
Section "InputDevice"
...
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 28.0 - 70.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Device"
Identifier "Standardgrafikkarte"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
...
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig Screen 0" 0 0
# Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
EDIT:
This Thread is really helpful:
http://www.ubuntuforums.org/showthread.php?t=143283
With strace fglrxinfo I found out that this dirctory is missing:
Code:
/usr/X11R6/lib/modules/dri
Code:
sudo ln -s /usr/lib/xorg/modules/dri /usr/X11R6/lib/modules/dri
Code:
display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: MOBILITY RADEON 9700 Generic OpenGL version string: 2.0.5755 (8.24.8)
Markus
Comment