Strona 1 z 1

AIGLX na Ubuntu (ATI) X1600

: 09 lut 2008, 16:34
autor: Mociu
Witam, zainstalowałem Ubuntu, sterowniki własnościowe i teraz nie mam pojęcia jak zrobić obsługe AIGLX...

mój xorg.conf

Kod: Zaznacz cały

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
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		"ZAxisMapping"	"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"fglrx"
	Busid		"PCI:7:0:0"
EndSection

Section "Monitor"
	Identifier	"PLE2003WSV"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"PLE2003WSV"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1680x1680"	"1680x1050"	"1600x1600"	"1600x1200"	"1440x1440"	"1280x1024"	"1280x960"	"1152x1152"	"1024x768"	"800x600"	"720x400"	"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
Section "Module"
	Load		"glx"
EndSection
Section "Extensions"
	Option		"Composite"	"0"
EndSection
Mam kartę ATI X1600

Pozdrawiam.

Odp: AIGLX na Ubuntu (ATI) X1600

: 09 lut 2008, 16:38
autor: michalekk
może skorzystaj z Envy?
nie pytaj co to jest tylko poszukaj...
ps. tylko w envym najpierw odinstaluj stery :D

Odp: AIGLX na Ubuntu (ATI) X1600

: 09 lut 2008, 16:39
autor: Mociu
Po instalacji z Envy na Linux Mint system padł... :P

Odp: AIGLX na Ubuntu (ATI) X1600

: 09 lut 2008, 16:50
autor: michalekk
a czy envy jest przeznaczone na minta? :? >_>

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 13:54
autor: Mociu
Ale Mint to jest na Ubuntu? :P

OK, usunąłem sterowniki przez Envy i zainstalowałem i gdy włączam Compiza ekran robi się biały i nic nie widać... i GNOME nie mogę uruchomić ponieważ Compiz się uruchamia od razu a na KDE4 na którym teraz jestem Compiz się sam nie uruchamia dopiero jak go uruchomie to ekran robi się biały

Mój aktualny xorg.conf

Kod: Zaznacz cały

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
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		"ZAxisMapping"	"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"fglrx"
	Busid		"PCI:7:0:0"
	Option		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
EndSection

Section "Monitor"
	Identifier	"PLE2003WSV"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"PLE2003WSV"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1680x1680"	"1680x1050"	"1600x1600"	"1600x1200"	"1440x1440"	"1280x1024"	"1280x960"	"1152x1152"	"1024x768"	"800x600"	"720x400"	"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
Section "Module"
	Load		"glx"
EndSection
Section "Extensions"
	Option		"Composite"	"Enable"
EndSection

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 13:56
autor: michalekk
usuń w konsoli compiza (sudo apt-get remove compiz) i nie będzie białego ekranu

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 14:00
autor: Mociu
Nikt nie wie jak uruchomić AIGLX?

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 17:37
autor: Nenros
ja mam ati 8.01, ubuntu 8.04, i mam biały ekran przy włączaniu compiza, i to chyba coś nie tak z samymi sterownikami, bo na gentoo miałem to samu

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 18:06
autor: mario_7
A gdy zmienić

Kod: Zaznacz cały

	Option		"Composite"	"Enable"
na

Kod: Zaznacz cały

	Option		"Composite"	"Disable"
i dodać na końcu xorg.conf taką sekcję:

Kod: Zaznacz cały

Section "ServerFlags"
        Option          "AIGLX" "on"
EndSection
też biały ekran?

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 18:54
autor: Mociu
@up
Compiz się nie uruchamia...

Aktualny xorg.conf

Kod: Zaznacz cały

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
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		"ZAxisMapping"	"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"fglrx"
	Busid		"PCI:7:0:0"
	Option		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
EndSection

Section "Monitor"
	Identifier	"PLE2003WSV"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"PLE2003WSV"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1680x1680"	"1680x1050"	"1600x1600"	"1600x1200"	"1440x1440"	"1280x1024"	"1280x960"	"1152x1152"	"1024x768"	"800x600"	"720x400"	"640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
Section "Module"
	Load		"glx"
EndSection
Section "Extensions"
	Option		"Composite"	"Disable"
EndSection
Section "ServerFlags"
        Option          "AIGLX" "on"
EndSection
Compiz się nie uruchamia...

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 19:17
autor: michalekk

Kod: Zaznacz cały

sudo aticonfig --initial -f

Odp: AIGLX na Ubuntu (ATI) X1600

: 10 lut 2008, 19:22
autor: Mociu
OK :D Niby działa, ale... wszystko się zacina ;/

Kod: Zaznacz cały

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "ServerFlags"
	Option	    "AIGLX" "on"
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	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

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

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
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 "Extensions"
	Option	    "Composite" "Enable"
EndSection

Odp: AIGLX na Ubuntu (ATI) X1600

: 29 lip 2008, 23:44
autor: Razi
Dodaj te 2 linijki:

Kod: Zaznacz cały

	Option		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
Do Device tak jak było to będzie git, u mnie tak samo.

Sry że odświeżam, ale teraz temat jest SOLVED i można zamknąć chyba

Odp: AIGLX na Ubuntu (ATI) X1600

: 18 sie 2008, 15:54
autor: rysban
Witam .
W xorg.conf brak ustawień monitora stąd problem . Częsta przyczyna niemożliwości normalnej pracy ze sterownikami sprzętowymi (akceleracja) . Wystarczy w xorg.conf zmienić nazwę sterownika grafiki na nazwę z błędem "fglrxn" . System zbuntuje się przy ponownym starcie i umożliwi ustawić monitor zgłaszając graficznie program konfiguracji monitora i karty grafiki . Trzeba wybrać swój model monitora z listy producentów i potwierdzić . System umożliwi otwieranie wszystkich rozdzielczości oferowane przez monitor .
Pozdrawiam Ryszard

Odp: AIGLX na Ubuntu (ATI) X1600

: 22 sie 2008, 10:45
autor: dzemski
Żeby nie tworzyć niepotrzebnie nowego wątku zapytam tu:

Mam problem z grafiką,a raczej wyświetlaniem. Moja karta to ATI X1600Pro. Problem ma następujące objawy. Oprogramowanie stworzone dla Linux (np chromium i inne gry 3d) działa poprawnie i śmiga (envy-NG), także compiz działa poprawnie, a system pokazuje że fglrx jest odpalony. Natomiast jakikolwiek program odpalony w Wine powoduje to co poniżej na obrazku. Nawet próba włączenia CorelDraw kończy sie czymś takim, nie tylko gry to powodują. Nie pomaga nic i muszę robić restart X-ów.
http://img131.imageshack.us/img131/3820/s6300496vl1.jpg
//mario_7: nie wstawiaj tak dużych obrazków bezpośrednio do posta! Poczytaj regulamin!

proszę o pomoc. I sory jeśli już ktoś o to pytał, przeszukałem forum i nic nie znalazłem.

Odp: AIGLX na Ubuntu (ATI) X1600

: 22 sie 2008, 13:54
autor: mario_7
dzemski, to, co pisujesz to pewnie bug sterowników ATI, o którym ostatnio dużo ludzie piszą na różnych forach.
Jaką masz teraz wersję sterowników?

EDIT:
Błąd pojawił się chyba z wersję 8.6 więc mógłbyś spróbować starszej - 8.5 (o ile obsługuje kernele z rodziny 2.6.24)

EDIT:
Jeszcze jedno. Tutaj jest workaround dla Gentoo: http://phoronix.com/forums/showpost.php ... stcount=56

Wydaje mi się, że w Ubuntu powinno to wyglądać tak:

Kod: Zaznacz cały

LD_PRELOAD=/usr/lib/fglrx/libGL.so.1.2.xlibmesa nazwaprogramu
Pewny nie jestem, ale spróbować zawsze możesz.

EDIT:
Jeszcze jedno przemyślenie - jeśli takie LD_PRELOAD nie zadziała, to można po prostu spróbować skopiować tą bibliotekę.
ale zanim podam konkretne rozwiązanie pokaż mi wyniki tych poleceń:

Kod: Zaznacz cały

ls -l /usr/lib/libGL.so*
ls -l /usr/lib/fglrx/libGL.so*

Odp: AIGLX na Ubuntu (ATI) X1600

: 23 sie 2008, 16:27
autor: dzemski
dzięki wielkie, zmiana sterowników na 8.8 pomogła :)

//mario_7: a czytałem, ze w nowszej wersji bug dalej istnieje... ;)