Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Pracovní prostředí => Téma založeno: charlie2806 17 Března 2008, 22:48:12

Název: Problem s ATI X1250 [vyřešeno]
Přispěvatel: charlie2806 17 Března 2008, 22:48:12
>Muze mi nekdo pomoc s timhle problemem?

karel@karel-linux:~$ lspci -nn | grep VGA
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS690M [Radeon X1200 Series] [1002:791f]

>pritom ale:
karel@karel-linux:~$ fglrxinfo
display: :3.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (2.1 Mesa 7.0.1)

>navic u tohoto prikazu se cely xserver nejak zblbne a musim ho opravit prikazem compiz --replace &

>nainstaloval jsem ze stranek ATI posledni driver 8.3

karel@karel-linux:~$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect

>xorg.conf:

Kód: [Vybrat]
# 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         "Default Screen" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "cz"
   Option       "XkbVariant" "qwerty"
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  "Synaptics Touchpad"
   Driver      "synaptics"
   Option       "SendCoreEvents" "true"
   Option       "Device" "/dev/psaux"
   Option       "Protocol" "auto-dev"
   Option       "HorizEdgeScroll" "0"
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   "Obecný monitor"
   HorizSync    30.0 - 70.0
   VertRefresh  50.0 - 160.0
   Option       "DPMS"
EndSection

Section "Device"
   Identifier  "Obecná grafická karta"
   Driver      "fglrx"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
   BusID       "PCI:1:5:0"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "Obecná grafická karta"
   Monitor    "Obecný monitor"
   DefaultDepth     24
EndSection

Section "Extensions"
   Option       "Composite" "0"
EndSection


>Pritom efekty v Compiz mi funguji
Název: Re: Problem s ATI X1250
Přispěvatel: donny 17 Března 2008, 23:20:56
Doporucuji prostudovat Problems with fglrx (http://www.thinkwiki.org/wiki/Problems_with_fglrx), nejspis konkretne Perpetual Mesa GLX Indirect on Debian (http://www.thinkwiki.org/wiki/Problems_with_fglrx#Perpetual_Mesa_GLX_Indirect_on_Debian), snad to k necemu bude.
Název: Re: Problem s ATI X1250
Přispěvatel: charlie2806 18 Března 2008, 00:30:51
OK

ten navod bohuzel nepomohl  :(

pouze:
karel@karel-linux:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon X1200 Series
OpenGL version string: 2.0.6958 Release

ale kdyz se pokusim pustit otaceci kolecka glxgears, tak se cele prostredi zrestartuje
Název: Re: Problem s ATI X1250
Přispěvatel: donny 18 Března 2008, 01:40:35
Jestli se vám do toho chce, můžete ještě zkusit HOWTO: switch from XGL to the new ATI 8.4.2 driver with AIGLX (http://ubuntuforums.org/showthread.php?p=3612673).

Ještě jsem objevil Using Ubuntu on HP 6515b ( ATI X1250 ) (http://warofwords.wordpress.com/2007/10/07/using-ubuntu-on-hp-6515b-ati-x1250/).
Název: Re: Problem s ATI X1250
Přispěvatel: luisah 18 Března 2008, 11:31:44
Nebo můžeš zkusit ovladače ze zdroje verze 8.45.5
Stačí přidat zdroj a nechat zaktualizovat.
Kód: [Vybrat]
deb http://greenie.sk/ubuntu drivershttp://forum.ubuntu.cz/index.php?topic=18904.msg141352#msg141352
Název: Re: Problem s ATI X1250
Přispěvatel: charlie2806 18 Března 2008, 16:13:12
Diky, ale to mi pise ze pro AMD64 drivery nejsou
Název: Re: Problem s ATI X1250
Přispěvatel: charlie2806 18 Března 2008, 23:15:35
TO: Michal Donát
diky moc, to pomohlo hodne
Jen mi pri akceleraci obcas obrazovka blika a prestaly mi chodit hodiny cairo-clock. Mam misto nich jen bily ctverec  :-X
Název: Re: Problem s ATI X1250
Přispěvatel: donny 19 Března 2008, 00:07:14
To už je na někoho s ATInou, já se svojí nvidií už víc dohromady nedam.
Název: Re: Problem s ATI X1250
Přispěvatel: charlie2806 19 Března 2008, 00:09:19
Diky moc, pomohl jsi.
Uz mam novou verzi cairo-clock a je to dobry. To obcasne blikani preziju