You are not logged in.
Hi,
after a fresh install today all works fine but dont have 3D i merged xorg-7 and ati-drivers-archck (creating symlink after done)
[sydney@thor ~]$ fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 142 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 33
Current serial number in output stream: 33
[sydney@thor ~]$ 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.2)
[sydney@thor ~]$
xorg.conf
ection "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/lib/X11/fonts/local/"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/TrueType/"
FontPath "/usr/lib/X11/fonts/freefont/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/100dpi/"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbOptions"
"grp:shifts_toggle,grp_led:scroll,caps:shift,altwin:super_win"
EndSection
Section "InputDevice"
# Identifier "Mouse1"
# Driver "mouse"
# Option "Protocol" "Auto" # Auto detect
# Option "Device" "/dev/input/mice"
# Option "Buttons" "5"
# Option "ZAxisMapping" "4 5"
#EndSection
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "My Monitor"
# HorizSync 31.5-61.0
# VertRefresh 50-60
# Modeline "1280x1024@60"
# Option "DPMS"
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "fglrx"
EndSection
Section "Device"
Identifier "My Video Card"
Driver "fglrx"
Option "UseInternalAGPGART" "no"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
Viewport 0 0
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Need some help, thank you.
Offline
Try this:
1. pacman -R ati-drivers ati-drivers-archck
2. rm -r /usr/X11R6 (don't worry, after installing Xorg7, this is safe)
3. ln -s /usr /usr/X11R6
4. ln -s /usr/lib/xorg/modules /usr/X11R6/lib/modules
5. pacman -Sy ati-drivers ati-drivers-archck
Do this outside of X. Got my 3D accel running just fine :-)
NOTE: IIRC, that should be correct. I'm not at my computer at home, so I'm not sure the paths are right, but they do look like they are. Someone correct this if I'm wrong.
It should be all good, though.
Offline
8) Good info to have. Thanks for the post Postlogic. Looking through all the other posts I found this and figured I had messed my system up and this thoroughly restores it. One Gold Star!
Skeeter
Rule #1: There are NO RULES!
Offline
I also first had problem getting ati + xorg7 working, but I just used the graphical installer from ati, that solved my problem :-)
Offline