commit 4a20f99caa2fe255bbf5b46192d97c5a6216c818 Author: kueller Date: Mon Jan 3 10:48:06 2011 +0000 Neue Version V963 git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_ati-driver@5933 504e572c-2e33-0410-9681-be2bf7408885 diff --git a/etc/X11/xorg.conf b/etc/X11/xorg.conf new file mode 100644 index 0000000..04045e0 --- /dev/null +++ b/etc/X11/xorg.conf @@ -0,0 +1,150 @@ +Section "ServerLayout" + Identifier "Layout0" + Screen 0 "Screen0" 0 0 + InputDevice "Keyboard0" "CoreKeyboard" + InputDevice "Mouse0" "CorePointer" +EndSection + +Section "Files" + FontPath "/usr/X11R7/lib/X11/fonts/100dpi/:unscaled" + FontPath "/usr/X11R7/lib/X11/fonts/75dpi/:unscaled" + FontPath "/usr/X11R7/lib/X11/fonts/100dpi/" + FontPath "/usr/X11R7/lib/X11/fonts/75dpi/" + FontPath "/usr/X11R7/lib/X11/fonts/cyrillic/" + FontPath "/usr/X11R7/lib/X11/fonts/misc/" + FontPath "/usr/X11R7/lib/X11/fonts/Speedo/" + FontPath "/usr/X11R7/lib/X11/fonts/TTF/" + FontPath "/usr/X11R7/lib/X11/fonts/Type1/" +EndSection + +Section "Module" + Load "freetype" + Load "extmod" + Load "glx" + Load "dri" + Load "dbe" + Load "record" + Load "xtrap" + Load "type1" + Load "speedo" +EndSection + +Section "DRI" + group "video" + Mode 0666 +EndSection + +Section "Extensions" + Option "Composite" "Enable" +EndSection + +#Section "ServerFlags" + #Option "AIGLX" "off" +#EndSection + +Section "InputDevice" + Identifier "Mouse0" + Driver "mouse" + #Option "Protocol" "ImPS/2" + Option "Protocol" "Auto" + Option "Device" "/dev/misc/psaux" + #Option "Buttons" "9" + Option "Emulate3Buttons" "0" + Option "ZAxisMapping" "4 5" + Option "ButtonMapping" "1 2 3 6 7" +EndSection + +Section "InputDevice" + Identifier "Keyboard0" + Driver "kbd" + Option "XkbModel" "logicdo" + Option "XkbLayout" "de" +EndSection + +Section "Monitor" + + ### Comment all HorizSync and VertSync values to use DDC: + ### Comment all HorizSync and VertSync values to use DDC: + ### Comment all HorizSync and VertSync values to use DDC: + Identifier "Monitor0" + ### Comment all HorizSync and VertRefresh values to use DDC: + HorizSync 35.0 - 80.0 + VertRefresh 60.0 - 75.0 +EndSection + +Section "Device" + Identifier "Card0" + Driver "radeon" + #Option "BusType" "PCIE" + #Option "ColorTiling" "1" + #Option "EnablePageFlip" "1" + #Option "AccelMethod" "XAA" + #Option "AccelDFS" "1" + #Option "FBTexPercent" "70" + #Option "DMAForXv" "1" + #Option "DynamicClocks" "1" + #Option "BIOSHotKeys" "1" + #Option "AGPMode" "1" + #Option "AGPFastWrite" "1" + ##Option "GARTSize" "4" + #Option "UseFastTLS" "1" + Card "** ATI Radeon (generic) [radeon]" +EndSection + +Section "Device" + Identifier "Card1" + Driver "radeon" + Option "BusType" "PCIE" + Option "ColorTiling" "1" + Option "EnablePageFlip" "1" + Option "RenderAccel" "1" + Option "AccelMethod" "EXA" + Option "AccelDFS" "1" + Option "FBTexPercent" "70" + Option "DMAForXv" "1" + Option "DynamicClocks" "1" + Option "BIOSHotkeys" "1" + Option "AGPMode" "1" + Option "AGPFastWrite" "1" + Option "GARTSize" "16" + Option "UseFastTLS" "2" +EndSection + +Section "Device" + Identifier "Card2" + Driver "fglrx" + #Option "BackingStore" "off" + #Option "BlockSignalsOnLock" "off" + Option "BusType" "PCIE" + Option "DefaultVisualTrueColor" "on" + #Option "DesktopSetup" "0x00000000" + Option "EnableDepthMoves" "on" + Option "EnableHPV" "on" + #Option "EnableLogo" "on" + Option "FSAAEnable" "on" + Option "FSAADisableGamma" "off" + Option "FSAAScale" "2" + #Option "KernelModuleParam" "agpgart=3" + Option "MaxGARTSize" "64" + #Option "mtrr" "0" + Option "no_accel" "off" + Option "no_dri" "off" + Option "NoTV" "on" + Option "PBuffer" "1" + Option "SilkenMouse" "on" + Option "UseFastTLS" "2" + Option "VideoOverlay" "on" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Card2" + Monitor "Monitor0" + DefaultDepth 24 + SubSection "Display" + Viewport 0 0 + Depth 24 + Modes "1280x1024" + EndSubSection +EndSection + diff --git a/tmp/postinstall b/tmp/postinstall new file mode 100755 index 0000000..86da505 --- /dev/null +++ b/tmp/postinstall @@ -0,0 +1,58 @@ +#!/bin/bash +#Framework, welches ein komplettes Linux System aus den Sourcen erstellt +#dieses Framework wird im CVS Repository +#:pserver:cvs.rainmaker-mm.de/RMM/cvs zur Verfügung gestellt +# +#Lage dieser Datei im Archiv: $Source$ +# +#(c) Rainmaker MultiMedia OHG +#This program is free software; you can redistribute it and/or +#modify ist under the terms of the GNU General Public License +#as published by the Free Software Foundation; either version +#2 of the License, or (at your option) any later version. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#See the GNU General Public License for more details. +# +#You should have received a copy of the GNU General Public License +#along with this program; if not write to the Free Software Foundation, +#Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +#Beschreibung: +#Postinstall für das Java Runtime Environment von SUN Microsystems +#Dieses Postinstall script dient der Einhaltung der License Bedingungen +#von SUN Microsystems, und sorgt für die Anzeige der License! +# +#Aufrufparameter: +#keine +# +#Letzte Änderung von: $Author: kueller $ +#Datum der letzten Änderung: $Date: 2006-09-06 12:44:47 +0200 (Mi, 06 Sep 2006) $ +#Version der Datei: $Revision: 3658 $ +# +#$Log$ +#Revision 1.1 2006/09/06 10:44:48 kueller +#Initial revision +# +#Revision 1.2 2003/11/03 07:53:02 kueller +#j2re wird durch j2sdk ersetzt. +# +#Revision 1.1.1.1 2002/10/22 10:12:47 kueller +#Java Runtime Environment Initialisierungs Dateien +# +# + + +if [ ! -f /tmp/NOQUEST ]; then + more /usr/share/ati/ATI_LICENSE.TXT +fi +if [ -d /var/install/MesaLib* ]; then + cd /usr/X11R7/lib + rm libGL.so.1.5.* + ln -sf libGL.so.1.2 libGL.so + ln -sf libGL.so.1.2 libGL.so.1 +fi +echo "Please look in /lib/modules/fglrx to build the ati kernel module!" +