AIGLX na Ubuntu (ATI) X1600

Karty graficzne, dźwiękowe, tv, monitory etc.
Mociu
Piegowaty Guziec
Piegowaty Guziec
Posty: 10
Rejestracja: 12 lis 2007, 21:43
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

AIGLX na Ubuntu (ATI) X1600

Post 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.
Awatar użytkownika
michalekk
Sędziwy Jeż
Sędziwy Jeż
Posty: 80
Rejestracja: 09 wrz 2007, 10:35
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86_64

Odp: AIGLX na Ubuntu (ATI) X1600

Post autor: michalekk »

może skorzystaj z Envy?
nie pytaj co to jest tylko poszukaj...
ps. tylko w envym najpierw odinstaluj stery :D
NIE POMAGAM NA GG , PRIVIE, ANI JABBERZE, TYLKO FORUM!
Mociu
Piegowaty Guziec
Piegowaty Guziec
Posty: 10
Rejestracja: 12 lis 2007, 21:43
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Odp: AIGLX na Ubuntu (ATI) X1600

Post autor: Mociu »

Po instalacji z Envy na Linux Mint system padł... :P
Awatar użytkownika
michalekk
Sędziwy Jeż
Sędziwy Jeż
Posty: 80
Rejestracja: 09 wrz 2007, 10:35
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86_64

Odp: AIGLX na Ubuntu (ATI) X1600

Post autor: michalekk »

a czy envy jest przeznaczone na minta? :? >_>
NIE POMAGAM NA GG , PRIVIE, ANI JABBERZE, TYLKO FORUM!
Mociu
Piegowaty Guziec
Piegowaty Guziec
Posty: 10
Rejestracja: 12 lis 2007, 21:43
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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
Awatar użytkownika
michalekk
Sędziwy Jeż
Sędziwy Jeż
Posty: 80
Rejestracja: 09 wrz 2007, 10:35
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86_64

Odp: AIGLX na Ubuntu (ATI) X1600

Post autor: michalekk »

usuń w konsoli compiza (sudo apt-get remove compiz) i nie będzie białego ekranu
NIE POMAGAM NA GG , PRIVIE, ANI JABBERZE, TYLKO FORUM!
Mociu
Piegowaty Guziec
Piegowaty Guziec
Posty: 10
Rejestracja: 12 lis 2007, 21:43
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Odp: AIGLX na Ubuntu (ATI) X1600

Post autor: Mociu »

Nikt nie wie jak uruchomić AIGLX?
Nenros
Piegowaty Guziec
Piegowaty Guziec
Posty: 5
Rejestracja: 22 paź 2005, 22:53
Płeć: Mężczyzna
Wersja Ubuntu: 8.04
Środowisko graficzne: GNOME
Kontakt:

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8655
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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?
Mociu
Piegowaty Guziec
Piegowaty Guziec
Posty: 10
Rejestracja: 12 lis 2007, 21:43
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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...
Awatar użytkownika
michalekk
Sędziwy Jeż
Sędziwy Jeż
Posty: 80
Rejestracja: 09 wrz 2007, 10:35
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86_64

Odp: AIGLX na Ubuntu (ATI) X1600

Post autor: michalekk »

Kod: Zaznacz cały

sudo aticonfig --initial -f
NIE POMAGAM NA GG , PRIVIE, ANI JABBERZE, TYLKO FORUM!
Mociu
Piegowaty Guziec
Piegowaty Guziec
Posty: 10
Rejestracja: 12 lis 2007, 21:43
Płeć: Mężczyzna
Wersja Ubuntu: 9.04
Środowisko graficzne: GNOME
Kontakt:

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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
Razi
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 150
Rejestracja: 20 paź 2007, 16:23
Płeć: Mężczyzna
Wersja Ubuntu: 11.04
Środowisko graficzne: KDE Plasma
Kontakt:

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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
rysban
Piegowaty Guziec
Piegowaty Guziec
Posty: 13
Rejestracja: 19 lis 2007, 00:28
Płeć: Mężczyzna
Wersja Ubuntu: 7.10

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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
dzemski
Piegowaty Guziec
Piegowaty Guziec
Posty: 8
Rejestracja: 04 sie 2008, 08:44
Płeć: Mężczyzna
Wersja Ubuntu: 9.10

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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.
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8655
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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*
dzemski
Piegowaty Guziec
Piegowaty Guziec
Posty: 8
Rejestracja: 04 sie 2008, 08:44
Płeć: Mężczyzna
Wersja Ubuntu: 9.10

Odp: AIGLX na Ubuntu (ATI) X1600

Post 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... ;)
ODPOWIEDZ

Wróć do „Multimedia - karty graficzne, dźwiękowe, telewizyjne, drukarki, skanery”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 5 gości