Re: [opensuse-factory] Ati 3D

2006-11-17 Thread Manfred Tremmel
Am Freitag, 17. November 2006 12:01 schrieb Robby (M9.):

> So i did, edited and added: Load"dri" to the top of the
> module list. Result: no xserver: out of range.
> (sax2 is handy in these situations.. ;)

I've allways added it on the bottom of the list.

> While trying to edit and repair the damage in safe mode, (how to save
>
> changes and exit here?),previous to the sax-'save', i saw:

Just boot in runlevel3, 

> > Section "DRI"
> > Group  "video"
> > Mode   0660
> > EndSection
>
> near the bottom of the file...
>
> Does that mean that the driver is working by default, so adding "dri"
> to load is not nessesary, or desirable, and causes to prevent the
> xserver from starting?

No, it's only to set the rights, when it's enabled.

> Or do i have another option to enable the 3D support for the card?
> I attached a sample of the config file...

You have to load the dri modul, otherwise it can't work. I've attached 
my version (at the moment SUSE 10.1 with xorg 7.2 from the buildserver, 
3D works, AIGLX not realy, the same problem as in 
http://bugs.beryl-project.org/ticket/469, but XGL doesn't work, too)

-- 
Machs gut| http://www.iivs.de/schwinde/buerger/tremmel/
 | http://packman.links2linux.de/
Manfred  | http://www.knightsoft-net.de
# /.../
# SaX generated X11 config file
# Created on: 2006-10-28T21:46:09+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <[EMAIL PROTECTED]>, 2005
# Contact: SaX-User list 
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath "/usr/share/fonts/misc:unscaled"
  FontPath "/usr/share/fonts/local"
  FontPath "/usr/share/fonts/75dpi:unscaled"
  FontPath "/usr/share/fonts/100dpi:unscaled"
  FontPath "/usr/share/fonts/Type1"
  FontPath "/usr/share/fonts/URW"
  FontPath "/usr/share/fonts/Speedo"
  FontPath "/usr/share/fonts/PEX"
  FontPath "/usr/share/fonts/cyrillic"
  FontPath "/usr/share/fonts/latin2/misc:unscaled"
  FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath "/usr/share/fonts/latin2/Type1"
  FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath "/usr/share/fonts/baekmuk:unscaled"
  FontPath "/usr/share/fonts/japanese:unscaled"
  FontPath "/usr/share/fonts/kwintv"
  FontPath "/usr/share/fonts/truetype"
  FontPath "/usr/share/fonts/uni:unscaled"
  FontPath "/usr/share/fonts/CID"
  FontPath "/usr/share/fonts/ucs/misc:unscaled"
  FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath "/usr/share/fonts/hellas/misc:unscaled"
  FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath "/usr/share/fonts/hellas/Type1"
  FontPath "/usr/share/fonts/misc/sgi:unscaled"
  FontPath "/usr/share/fonts/xtest"
  FontPath "/opt/kde3/share/fonts"
  FontPath "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option   "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load "dbe"
  Load "type1"
  Load "freetype"
  Load "extmod"
  Load "glx"
  Load "dri"
EndSection

Section "InputDevice"
  Driver   "kbd"
  Identifier   "Keyboard[0]"
  Option   "Protocol" "Standard"
  Option   "XkbLayout" "de"
  Option   "XkbModel" "pc105"
  Option   "XkbRules" "xfree86"
  Option   "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
  Driver   "mouse"
  Identifier   "Mouse[1]"
  Option   "Buttons" "5"
  Option   "Device" "/dev/input/mice"
  Option   "Name" "Logitech Optical USB Mouse"
  Option   "Protocol" "explorerps/2"
  Option   "Vendor" "Sysp"
  Option   "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver   "synaptics"
  Identifier   "Mouse[3]"
  Option   "Buttons" "7"
  Option   "Device" "/dev/input/mice"
  Option   "Emulate3Buttons" "on"
  Option   "InputFashion" "Mouse"
  Option   "Name" "Synaptics;Touchpad"
  Option   "Protocol" "explorerps/2"
  Option   "SHMConfig" "on"
  Option   "Vendor" "Sysp"
  Option   "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  DisplaySize  305 229
  HorizSync30-90
  Identifier   "Monitor[0]"
  ModelName"[EMAIL PROTECTED]"
  Option   "DPMS"
  VendorName   "--> LCD"
  VertRefresh  30-60
  UseModes "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline  "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087
  Modeline  "1400x1050" 118.42 1400 1488 1640 1880 1050 1051 1054 1086
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
Depth  15
Modes  "1400x1050" 
  EndSubSection
  SubSection "Display"
Depth  16
  

Re: [opensuse-factory] Ati 3D

2006-11-17 Thread Robby (M9.)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Andreas Hanke schreef:
> Robby (M9.) schrieb:
>> I found the file, but it is a sax generated file, which cannot be edited
>> the way a script can be edited...
>
> Of course you can edit the file!
>
> Just ignore the comment and edit it anyway.
>
> (What you shouldn't do is editing xorg.conf and then filing a bug
> against SaX2 for a config file that hasn't been generated by SaX2. But
> otherwise, xorg.conf is yours and you can do with it whatever you want.)

So i did, edited and added: Load"dri" to the top of the module list.
Result: no xserver: out of range.
(sax2 is handy in these situations.. ;)

While trying to edit and repair the damage in safe mode, (how to save
changes and exit here?),previous to the sax-'save', i saw:

> Section "DRI"
> Group  "video"
> Mode   0660
> EndSection

near the bottom of the file...

Does that mean that the driver is working by default, so adding "dri" to
load is not nessesary, or desirable, and causes to prevent the xserver
from starting?
Or do i have another option to enable the 3D support for the card?
I attached a sample of the config file...

(if no time, i am not in a hurry..)

tia.

M9.
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFXZaNX5/X5X6LpDgRAvYXAKCo8wObVC/PFbPoZVR7ezdXYSDA7QCfQmT0
vg4Iu3BjvOASZPWQZTZ182c=
=WGvt
-END PGP SIGNATURE-
# /.../
# SaX generated X11 config file
# Created on: 2006-11-17T11:33:40+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <[EMAIL PROTECTED]>, 2005
# Contact: SaX-User list 
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath "/usr/share/fonts/misc:unscaled"
  FontPath "/usr/share/fonts/local"
  FontPath "/usr/share/fonts/75dpi:unscaled"
  FontPath "/usr/share/fonts/100dpi:unscaled"
  FontPath "/usr/share/fonts/Type1"
  FontPath "/usr/share/fonts/URW"
  FontPath "/usr/share/fonts/Speedo"
  FontPath "/usr/share/fonts/PEX"
  FontPath "/usr/share/fonts/cyrillic"
  FontPath "/usr/share/fonts/latin2/misc:unscaled"
  FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath "/usr/share/fonts/latin2/Type1"
  FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath "/usr/share/fonts/baekmuk:unscaled"
  FontPath "/usr/share/fonts/japanese:unscaled"
  FontPath "/usr/share/fonts/kwintv"
  FontPath "/usr/share/fonts/truetype"
  FontPath "/usr/share/fonts/uni:unscaled"
  FontPath "/usr/share/fonts/CID"
  FontPath "/usr/share/fonts/ucs/misc:unscaled"
  FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath "/usr/share/fonts/hellas/misc:unscaled"
  FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath "/usr/share/fonts/hellas/Type1"
  FontPath "/usr/share/fonts/misc/sgi:unscaled"
  FontPath "/usr/share/fonts/xtest"
  FontPath "/opt/kde3/share/fonts"
  FontPath "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option   "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load "dbe"
  Load "type1"
  Load "freetype"
  Load "extmod"
  Load "glx"
  Load "v4l"
EndSection

Section "InputDevice"
  Driver   "kbd"
  Identifier   "Keyboard[0]"
  Option   "Protocol" "Standard"
  Option   "XkbLayout" "us"
  Option   "XkbModel" "pc104"
  Option   "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver   "mouse"
  Identifier   "Mouse[1]"
  Option   "Buttons" "5"
  Option   "Device" "/dev/input/mice"
  Option   "Name" "PS2++ Logitech Wheel Mouse"
  Option   "Protocol" "explorerps/2"
  Option   "Vendor" "Sysp"
  Option   "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  408 255
  HorizSync29-82
  Identifier   "Monitor[0]"
  ModelName"CMC 19AW"
  Option   "DPMS"
  VendorName   "CMO"
  VertRefresh  43-76
  UseModes "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline  "1440x900" 104.58 1440 1520 1672 1904 900 901 904 931
  Modeline  "1366x768" 104.73 1368 1448 1592 1816 768 769 772 801
  Modeline  "1360x768" 85.50 1360 1408 1440 1520 768 771 776 794 +HSync 
-VSync
  Modeline  "1280x800" 105.78 1280 1360 1496 1712 800 801 804 835
  Modeline  "1280x800" 87.00 1280 1328 1360 1440 800 803 809 828 +HSync 
-VSync
  Modeline  "1152x864" 104.99 1152 1224 1352 1552 864 865 868 902
  Modeline   

Re: [opensuse-factory] Ati 3D

2006-11-16 Thread Andreas Hanke
Robby (M9.) schrieb:
> I found the file, but it is a sax generated file, which cannot be edited
> the way a script can be edited...

Of course you can edit the file!

Just ignore the comment and edit it anyway.

(What you shouldn't do is editing xorg.conf and then filing a bug
against SaX2 for a config file that hasn't been generated by SaX2. But
otherwise, xorg.conf is yours and you can do with it whatever you want.)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse-factory] Ati 3D

2006-11-16 Thread Robby (M9.)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

@Manfred,

I found the file, but it is a sax generated file, which cannot be edited
the way a script can be edited...

# SaX generated X11 config file
# Created on: 2006-11-15T15:58:21+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <[EMAIL PROTECTED]>, 2005
# Contact: SaX-User list

#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

You know something about this?
Or better contact Marcus?

M9.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFXOUWX5/X5X6LpDgRAiKoAKCf1jr3RMAmjNhowYfxTOXi/ZPRygCePIN+
/JZ2g70/Y3HqV9hjdBNzhxE=
=Sgg+
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]