Strona 1 z 1

ati X200, fglrx, aiglx i beryl

: 26 października 2007, 22:00
autor: ArtBi
Witam!!!
Dzisiaj pojawily sie nowe sterowniki na stronie: http://ati.amd.com/support/driver.html w wersji 8.42.3. Zainstalowalem je do mojej zintegrowanej karty X200 i uruchomil sie beryl. Tylko ze sa jakies problemy z wyswietlaniem grafiki. Znikaja ikony i belki. Czy ktos probowal uruchamiac beryla i aiglx ze sterownikiem fglrx??. Jesli tak prosze o jakies wskazowki. Z gory dzieki za wszelka pomoc. Pozdrawiam.[/b]

: 26 października 2007, 22:02
autor: thalcave
ArtBi pisze:uruchamiac beryla i aiglx ze sterownikiem fglrx??
to wreszcie stery ATI obsługują AIGLX? :mrgreen:

Wklej xorg.conf - pokombinujemy

: 27 października 2007, 00:15
autor: ArtBi
Oto moj xorg.conf

Kod: Zaznacz cały

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	Option	    "AIGLX" "true"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
#	Load  "dbe"
	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" "pc105"
	Option	    "XkbLayout" "pl"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    28.0 - 72.0
	VertRefresh  43.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
	Driver      "ati"
	Option	    "XAANoOffscreenPixmaps" "true"
	Option	    "RenderAccel" "true"
	Option	    "backingstore" "true"
	BusID       "PCI:1:5:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "AddARGBGLXVisuals"	"On"
	Option	    "XAANoOffscreenPixmaps" "true"
#	Option 	    "DisableGLXRootClipping" "true"
	Option	    "RenderAccel"	"true"
EndSection

#Section "Screen"
#	Identifier "Default Screen"
#	Device     "aticonfig-Device[0]"
#	Monitor    "aticonfig-Monitor[0]"
#	DefaultDepth     24
#	SubSection "Display"
#		Depth     1
#		Modes    "1440x900" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth     4
#		Modes    "1440x900" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth     8
#		Modes    "1440x900" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth     15
#		Modes    "1440x900" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth     16
#		Modes    "1440x900" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth     24
#		Modes    "1440x900" "1024x768" "800x600" "640x480"
#	EndSubSection
#EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
	Option	    "RENDER" "Enable"
EndSection