Hm, to jsme se toho moc nedozvedeli. Postele tedy vypis souboru /etc/X11/xorg.conf, treba z toho neco vykoukam(e).
tady je vypis xorg.conf
Section "Files"
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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Driver "ati"
Option "AGPMode" "4"
Option "AGPSize" "64"
Option "AGPFastWrite" "true"
# Option RenderAccel false
Option "XaaNoOffscreenPixmaps"
Option "AccelMethod" "XAA"
Option "ColorTiling" "true"
Option "BufferSize" "2"
Option "RingSize" "8"
Option "EnablePageFlip" "true"
Option "SubPixelOrder" "none"
Option "DynamicClocks" "on"
Option "mtrr" "on"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "EnableDepthMoves" "true"
Option "RenderAccel" "true"
Option "BackingStore" "true"
# Option "AGPMode" "4"
# Option "AccelMethod" "EXA"
# Option "ColorTiling" "on"
# BusID "PCI:1:0:0"
# Option "XAANoOffscreenPixmaps"
# Option "XAANoOffscreenPixmaps" "true"
# Option "DRI" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-96
VertRefresh 50-160
# 1280x1024 @ 89.00 Hz (GTF) hsync: 95.94 kHz; pclk: 167.32 MHz
Modeline "1280x1024_89.00" 167.32 1280 1376 1512 1744 1024 1025 1028 1078 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
imho je ale ten problem s naladovanim modulu radeon pred agpgart, spis me zajima, kde se v *buntu linuxu da nastavit poradi tech modulu, resp. kde se vubec ty moduly laduji, nikde jsem to nenasel....