aticonfig --initial --input=/etc/X11/xorg.conf## DRI ##
Section "dri"
Mode 0666 ## (Directrendering fuer alle Benutzer)
EndSection## ServerLayout ##
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
## Fonts/Files ##
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
## Module ##
Section "Module"
Load "dri"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
EndSection
## ServerFlags ##
Section "ServerFlags"
Option "blank time" "10"
EndSection
## Keyboard ##
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105" # "pc104"
Option "XkbLayout" "de"
EndSection
## Mouse ##
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
## Monitor ##
Section "Monitor"
Identifier "Display"
HorizSync 30-69
VertRefresh 50-130
Option "DPMS" "TRUE"
EndSection
## Videocard ##
Section "Device"
Identifier "ATI-Radeon"
Driver "fglrx"
Option "DPMS" "TRUE"
Option "UseInternalAGPGART" "no"
Option "AGPMode" "8"
Option "AGPFastWrite" "true"
# Option "EnablePageFlip" "true"
# Option "backingstore" "true"
# Option "VideoOverlay" "on"
Option "OpenGLOverlay" "on"
EndSection
## Screen ##
Section "Screen"
Identifier "Screen"
Device "ATI-Radeon"
Monitor "Display"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Bilschirmwiederholfrequenz bei Ubuntu ändern
Keycop 27.08.2007 - 10 Hits - 1 Antwort
Netmetting Fehler
Chefchen 06.01.2008 - 8 Hits -
X Server startet nicht mehr
tommy.60 07.04.2008 - 33 Hits - 7 Antworten
fglrx // crash
omg 10.06.2008 - 16 Hits - 2 Antworten
Conf datei
Soraya 10.06.2008 - 25 Hits -