Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: moner 20 Listopadu 2007, 14:07:10
-
Pomuze mi nekdo:
moner@moner:~/svn-blender/install/linux2$ ./blender
guessing './blender' == '/home/moner/svn-blender/install/linux2/./blender'
Compiled with Python version 2.5.1.
Checking for installed Python... got it!
Xlib: extension "XFree86-DRI" missing on display ":1.0".
X Error of failed request: GLXBadCurrentWindow
Major opcode of failed request: 148 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 12705
Current serial number in output stream: 12705
-
Skus do xorg.conf pridat toto:
do sekcie Module:
Load "dri"
na koniex xorg.conf
Section "DRI"
Mode 0666
EndSection
Hadam to pomoze.
-
Skus do xorg.conf pridat toto:
do sekcie Module:
Load "dri"
na koniex xorg.conf
Section "DRI"
Mode 0666
EndSection
Hadam to pomoze.
Muzes prosim konkretneji s celym postupem. jsem zacatecnik. :-[
Tady jeste nejaky vypis ci co. :)
moner@moner:~$ glxinfo
name of display: :2.0
Xlib: extension "XFree86-DRI" missing on display ":2.0".
display: :2 screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1950 Series
OpenGL version string: 1.2 (2.0.6473 (8.37.6))
OpenGL extensions:
GL_ARB_multitexture, GL_ARB_texture_border_clamp, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_dot3, GL_ARB_transpose_matrix, GL_EXT_abgr,
GL_EXT_blend_color, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x2c 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x2d 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x2e 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 Ncon
0x2f 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
moner@moner:~$ xorg.conf
bash: xorg.conf: command not found
-
Spusť terminál (nebo Alt+F2)a zadej gksudo gedit /etc/X11/xorg.conf
Pak tam dopiš co ti psal henrichg a ulož - restartuj (jestli pomůže nemám tušení)
-
tak jsem udelal jak bylo psano a vypsalo se:
moner@moner:~$ cd /home/moner/svn-blender/install/linux2/
moner@moner:~/svn-blender/install/linux2$ ./blender
guessing './blender' == '/home/moner/svn-blender/install/linux2/./blender'
Compiled with Python version 2.5.1.
Checking for installed Python... got it!
Xlib: extension "XFree86-DRI" missing on display ":1.0".
X Error of failed request: GLXBadCurrentWindow
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 49277
Current serial number in output stream: 49277
moner@moner:~/svn-blender/install/linux2$
-
tak jsem to napsal v xorg.conf:
# 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" "cz"
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:2:0:0"
EndSection
Section "Monitor"
Identifier "HP L2045w"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "HP L2045w"
Defaultdepth 24
SubSection "Display"
Modes "1680x1680" "1680x1050" "1280x1024" "1024x768" "832x624" "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"
Load "dri"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Section "DRI"
Mode 0666
EndSection
-
Teď koukám na ten výpis, zkus v Synapticu nají Python a mrknout zda máš naistalovaný a jaký a také máš vůbec naistalované ovladače grafiky?
-
Jo takhle to vypadá dobře (xorg.conf) a funguje tedy?
-
Jo takhle to vypadá dobře (xorg.conf) a funguje tedy?
nefunguje. :/
mam akcelerovane graficke ovladace ATI.
vypisy:
moner@moner:~$ lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02)
02:00.0 VGA compatible controller: ATI Technologies Inc RV570 [Radeon X1950 Pro] (rev 9a)
02:00.1 Display controller: ATI Technologies Inc RV570 [Radeon X1950 Pro] (secondary) (rev 9a)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b1)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
05:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
05:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev c0)
moner@moner:~$
moner@moner:~$ glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
moner@moner:~$
edit:
moner@moner:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1950 Series
OpenGL version string: 2.0.6473 (8.37.6)
moner@moner:~$
-
Tady je problém:
moner@moner:~$ glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
moner@moner:~$ Zkuste ještě jednou naistalovat ovladače.
Tady je o tom více, je tam i ta zkouška, jak by to mělo vypadat.
http://wiki.ubuntu.cz/Grafick%C3%A9_karty_ATI_%28Feisty%29?highlight=%28ati%29
Zkuste to projet od konfigurace.
-
Tiez mam podozrenie na xgl. Lenze bez neho nepojde compiz :-(
-
Vubec nevim jak to opravit. :(
a mazat fglrx... se bojim ze to nepojede. :/
tady jsem udelal vypisy.
moner@moner:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1950 Series
OpenGL version string: 2.0.6473 (8.37.6)
moner@moner:~$ glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
moner@moner:~$ aticonfig --help
Usage: aticonfig [OPTION] ...
Parses an existing X-Server configuration file and modifies it to operate with
ATI products.
The following command-line options can be invoked as parameters:
ATI Initial Configuration:
--initial
Generate a default ATI device section in the configuration file which
is capable of loading the fglrx driver.
--initial=dual-head
Same as '--initial' but generate a basic dual head configuration file.
TV Options:
--tvf, --tv-format-type=STRING
Change the TV signal format. STRING can be one of:
NTSC-M
NTSC-JPN
NTSC-N
PAL-B
PAL-COMB-N
PAL-D
PAL-G
PAL-H
PAL-I
PAL-K
PAL-K1
PAL-L
PAL-M
PAL-N
PAL-SECAM-D
PAL-SECAM-K
PAL-SECAM-K1
PAL-SECAM-L
Note: Not all graphics cards support every mode. Regional
settings are applicable.
--tvs, --tv-standard-type=STRING
Change the TV standard for TV output. STRING can be one of:
VIDEO
SCART
YUV
--tv-overscan={on|off}
Enable or disable overscan mode for TVout
Note, not all tv-formats support overscan. Try to
toggle overscan off before changing tv-format if
and error occurs.
--tv-info
Print out the current tv geometry, tv format, and if the
tv is physically connected.
--tv-geometry=WIDTHxHEIGHT{+|-}X{+|-}Y
=WIDTHxHEIGHT
Change the size and position of the TVout display.
WIDTH and HEIGHT are in percentage units. Please note
that the valid range for WIDTH and HEIGHT depends on
the tv-format selected. However, as a rule of thumb
WIDTH and HEIGHT are valid in the range [1,100]
X and Y are pixels offsets from centre
of the screen. X and Y are have variable ranges dependant
on ASIC. Use tv-info to get valid X and Y ranges
If tv-geometry is invoked with just width and height
then X and Y are assumed to be 0
See example 5 below for a sample usage.
FireGL Workstation Board Features:
--app, --use-app-profile=STRING
Change the application profile for a FireGL workstation board.
STRING can be one of:
default
maya
softimage-xsi
softimage-3d
houdini4.0
houdini5.0
houdini5.5
FSAA Options:
--fsaa={on|off}
Enable/disable full scene anti-aliasing. Enable this option to enhance
photo-realism in 3D rendering. Disable it to get the most accurate 3D
image.
--fs, --fsaa-samples={off,0,2,4,6}
Set the number of FSAA samples per pixel or 2, 4, 6. off is the same
as setting 0 samples.
--fsg, --fsaa-gamma={on|off}
Enable/disable FSAA gamma.
--fmsp, --fsaa-ms-positions=x0,y0,x1,y1,x2,y2,x3,y3,x4,y4,x5,y5
Change the FSAA Multi-Sample Positions for x0,y0 to x5,y5. You must
specify exactly 12 real number values separated by commas.
Screen-Related Options:
--ovt, --overlay-type=STRING
Change the overlay for the X server. STRING can be one of:
opengl
Xv
disable
--ovon, --overlay-on={0|1}
Choose which head the hardware overlay should be visible on. The
hardware overlay can be used for either OpenGL, video, pseudo-color
or stereo.
--lcd, --lcd-mode=STRING
Change the LCD mode. STRING can be one of:
center
full
--dtop, --desktop-setup=STRING
Change the desktop setup for multiple display adapters.
STRING can be one of:
single 1 screen, second dark
mirror 2 screens - same content, identical
refresh rate/resolution
Note: This option is NOT supported with Avivo
clone 2 screens - same content, allows for
different refresh rates/resolutions
horizontal 2 screens - one framebuffer,
screen 1 right of screen 0
horizontal,reverse 2 screens - one framebuffer,
screen 1 left of screen 0
vertical 2 screens - one framebuffer,
screen 1 above of screen 0
vertical,reverse 2 screens - one framebuffer,
screen 1 below of screen 0
Note: This option is not valid if '--initial=dual-head' is specified.
--vs, --sync-vsync={on|off}
Enable/disable sync buffer swaps with vsync. Enable this option to
prevent tearing during 3D rendering.
--psc, --pseudo-color={on|off}
Enable/disable pseudo-color visuals. Enable this option to get 16-bit
color support.
--stereo={on|off}
Enable/disable quad-buffer stereo support. Enable this option only for
using applications that support the use of hardware 3D shutter glasses.
--ss, --stereo-sync={on|off}
Enable/disable quad-buffer stereo sync. Enable this option to get 3D
glasses to synchronize with the infrared transmitter.
--resolution=Screen#,W1xH1,W2xH2,W3xH3,...
Set the modes for the specified screen. You may specify several
resolutions separated by commas.
Screens start at 0. You can use 1 for dual-head
--hsync=Screen#,LOW-HIGH
Change the horizontal sync range of the specified monitor. Make sure
you know the capabilities of your monitor before changing this option.
Screens start at 0. You can use 1 for dual-head
--vrefresh=Screen#,LOW-HIGH
Change the vertical refresh range of the specified monitor. Make sure
you know the capabilities of your monitor before changing this option.
Screens start at 0. You can use 1 for dual-head
--hsync2=LOW-HIGH
Change the horizontal sync range of the second display. Make sure you
know the capabilities of your monitor before changing this option.
--vrefresh2=LOW-HIGH
Change the vertical refresh range of the second display. Make sure you
know the capabilities of your monitor before changing this option.
--mode2=W1xH1,W2XH2,W3xH3,...
Change the modes for the second display. You may specify several
resolutions separated by commas. Only valid for clone and big desktop
settings.
--screen-layout={left|right|above|below}
Set the secondary screen position for dual head.
--screen-overlap=NUM
Set the screen overlap region in big desktop mode to be NUM pixels.
--force-monitor=STRING[,STRING...]
Describe all displays that are to be enabled and/or disabled regardless
of physical connection. STRING can be one or more of the following
set, separated by commas:
crt1
crt2
lvds
tv
tmds1
tmds2
tmds2i
nocrt1
nocrt2
nolvds
notv
notmds1
notmds2
notmds2i
POWERplay Options:
Following options will not change the config file.
These options will be effective immediately. Other options on
the same command line will be ignored.
--lsp, --list-powerstates
Print information about power states and exit.
--set-powerstate=NUMBER
Set a power state listed by --list-powerstates.
Advanced Options:
--sync-video
Enable/disable sync to vsync for AVIVO video.
This option is enabled by default and is used to prevent
video tearing. By disabling this option video is free to
render as fast as the 3D engine can handle. In the case of
choppy video try to disable sync-video.
--tls={on|off}
Enable/disable fast thread local storage. Disable this option when
virtual machines or WineX fail to work properly.
--sb, --signal-block={on|off}
Enable/disable signal blocking. Disable this option when debugging a
multi-threaded OpenGL application.
--locked-userpages={on|off}
Enable/disable locked user pages. Disable this option if the system
hangs when running fgl_glxgears.
User page lock is no longer available on AGP system now.
--gcpu, --generic-cpu={on|off}
Enable/disable generic CPU. Use this option if the CPU is being
reported improperly. For example: If you have an AMD cpu that is
being reported as Intel.
--max-gart-size=NUMBER
Set user-defined max GART size for non-AGP systems.
Possible integer values are from 64 to 512 (mb).
Dynamic Display Management Options:
Following options will not change the config file. They are
used for querying driver, controller and adaptor information.
These options will be effective immediately. Other options on
the same command line will be ignored.
--enable-monitor=STRING,STRING
Setting current monitor to be enabled. Only 2 displays
can be enabled at the same time. Any displays
that are not on the list will be disabled.
STRING can be one of the following set, separated
by commas:
none
crt1
crt2
lvds
tv
tmds1
tmds2
auto -- use default policy to enable the displays.
--query-monitor
This will return connected and enabled monitor information
--swap-monitor
This only works for big desktop setup. This will swap the
contents on the two monitors.
--swap-screens={on|off}
Enable/disable swap heads in dual-head mode.
This option works only in dual-head mode.
Pair mode options:
Following options are used for query add and remove pair modes.
These options will be effective immediately. Other options on
the same command line will be ignored.
--list-pairmode
list all the current existing pair modes the driver can use.
--add-pairmode=width0xheight0+width1xheight1
Add one pair mode to the list. width0 and height0 are the
size of primary display and width1 and height1 for the
secondary display.
--remove-pairmode=index
Remove one pair mode from the list. User can get index by
list-pairmode.
External Events Daemon Options:
Following options will not change the config file. They are
used to send commands to the atieventsd external events daemon.
--set-policy=STRING
Sets the event policy for the daemon to be STRING.
See the atieventsd(8) manpage for further details.
Miscellaneous Options:
-v, --verbose
Show what aticonfig is doing.
-q, --quiet
Disable all information output except for errors.
--effective={now,startup}
Choose when the requested changes should take effect.
now: Immediately. This change will affect the running X
session if applicable. Only 'set-powerstate' and
'overlay-on' are applicable for now.
startup: On future X server startups. This change will modify the
X server configuration file if applicable.
The default is 'now,startup', i.e., do both as applicable.
--nobackup
Do not make an automatic backup of the configuration file.
-i, --input=FILE
Select a FILE to input as the configuration file. Set FILE to '-' to
pipe from standard input. Without this option, aticonfig will search
/etc/X11 for the default configuration file.
-o, --output=FILE
Select a FILE to output the new configuration file to. Set FILE to '-'
to print to standard output. Without this option, aticonfig will
replace the input file with the newly generated file.
-h, --help
Display this help screen.
-f, --force
Only valid with 'initial' option. Force aticonfig to generate default
Monitor, Device, and Screen sections even if the original configuration
file has invalid settings in these sections.
Examples:
1. Setting up fglrx for the first time.
Single head : aticonfig --initial --input=/etc/X11/xorg.conf
Dual head : aticonfig --initial=dual-head --screen-layout=above
This command will generate a dual head configuration
file with the second screen located above the first
screen.
2. Setting up big desktop to horizontal and set overlay on secondary display.
aticonfig --dtop=horizontal --overlay-on=1
3. Setting up modes for primary display.
aticonfig --resolution=0,1600x1200,1280x1024,1024x768
4. Force primary CRT on and TV-out off.
aticonfig --force-monitor=crt1,notv
5. Change tv geometry
aticonfig --tv-geometry=85x90+10-10
This will set tv to 85% width (where 100% ==
overscan) 90% height and shift 10 pixels right of centre
and 10 pixels down of centre.
Please report bugs to http://support.ati.com
moner@moner:~$ aticonfig --list-powerstates
Error: Unable to obtain POWERplay information.
moner@moner:~$ aticonfig --query-monitor
Connected monitors: none
Enabled monitors: none
moner@moner:~$ dmesg | grep fglrx
[ 41.305432] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 41.306841] [fglrx] Maximum main memory to use for locked dma buffers: 1887 MBytes.
[ 41.306859] [fglrx] module loaded - fglrx 8.37.6 [May 25 2007] on minor 0
[ 42.435953] [fglrx] total GART = 130023424
[ 42.435958] [fglrx] free GART = 114032640
[ 42.435960] [fglrx] max single GART = 114032640
[ 42.435963] [fglrx] total LFB = 268304384
[ 42.435966] [fglrx] free LFB = 244305920
[ 42.435968] [fglrx] max single LFB = 244305920
[ 42.435970] [fglrx] total Inv = 268435456
[ 42.435972] [fglrx] free Inv = 268435456
[ 42.435975] [fglrx] max single Inv = 268435456
[ 42.435978] [fglrx] total TIM = 0
moner@moner:~$ lsmod
Module Size Used by
ipt_MASQUERADE 5248 1
iptable_nat 9732 1
nf_nat 23468 2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4 22288 4 iptable_nat
xt_state 3968 2
nf_conntrack 76508 5 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state
nfnetlink 8264 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
iptable_filter 4480 1
ip_tables 23464 2 iptable_nat,iptable_filter
x_tables 23432 4 ipt_MASQUERADE,iptable_nat,xt_state,ip_tables
fglrx 765588 29
rfcomm 47656 2
l2cap 28672 11 rfcomm
bluetooth 63876 4 rfcomm,l2cap
vboxdrv 1649696 0
ppdev 11272 0
acpi_cpufreq 10632 0
cpufreq_ondemand 10896 4
cpufreq_stats 8160 0
cpufreq_powersave 3072 0
cpufreq_userspace 6048 0
freq_table 6464 3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
cpufreq_conservative 9608 0
ac 7304 0
sbs 21520 0
video 21140 0
container 6400 0
dock 12264 0
button 10400 0
battery 12424 0
ipv6 317192 16
sbp2 27144 0
parport_pc 41896 0
lp 15048 0
parport 44172 3 ppdev,parport_pc,lp
af_packet 28172 2
snd_hda_intel 337192 1
snd_pcm_oss 50048 0
snd_mixer_oss 20096 1 snd_pcm_oss
snd_pcm 94344 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 5380 0
snd_seq_oss 36864 0
snd_seq_midi 11008 0
sr_mod 19876 0
cdrom 41768 1 sr_mod
snd_rawmidi 29824 1 snd_seq_midi
snd_seq_midi_event 9984 2 snd_seq_oss,snd_seq_midi
snd_seq 62496 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 27272 2 snd_pcm,snd_seq
snd_seq_device 10260 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 69288 11 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 10272 1 snd
pcspkr 4608 0
psmouse 45596 0
snd_page_alloc 12560 2 snd_hda_intel,snd_pcm
serio_raw 9092 0
shpchp 38300 0
pci_hotplug 36612 1 shpchp
intel_agp 30624 0
evdev 13056 3
ext3 146576 2
jbd 69360 1 ext3
mbcache 11272 1 ext3
sg 41384 0
sd_mod 32512 6
8139too 31232 0
pata_marvell 9472 0
ohci1394 38984 0
ata_generic 9988 0
ieee1394 109528 2 sbp2,ohci1394
8139cp 28032 0
mii 7424 2 8139too,8139cp
ata_piix 20996 5
r8169 36100 0
libata 138928 3 pata_marvell,ata_generic,ata_piix
scsi_mod 172856 5 sbp2,sr_mod,sg,sd_mod,libata
uhci_hcd 29600 0
ehci_hcd 40076 0
usbcore 161584 3 uhci_hcd,ehci_hcd
thermal 16528 0
processor 36232 2 acpi_cpufreq,thermal
fan 6920 0
fuse 52528 5
apparmor 47008 0
commoncap 9472 1 apparmor
moner@moner:~$
-
ted jsem neco nasel na netu a udelal jsem tohle, ale nevim jestli je to dobre a jestli se neco zmenilo?
moner@moner:~$ DISPLAY=:0 glxinfo | grep render
direct rendering: Yes
GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: Radeon X1950 Series
moner@moner:~$
-
Nic nemazej, jen vyzkoušet to co psal DuckD - pokud to něco udělá zkus restart, jinak zkus tu část o konfiguraci, nic by se nemělo stát, nic nemažej jen se ti znovu nastaví xorg.
Pokud po tomto příkazu glxinfo | grep render - samotném, zůstane vše jako před tím, tak se nic nezměnilo.
-
DuckD mel pravdu, ale ted mi nefunguje compiz... co s tim? :/
edit://da se to nejak zkompilovat?
-
myslis xserver-xgl? To by som nerobil.
Este su moznosti:
1. nainstalovat slobodny ovladac + nakonfigurovat aby siel compiz - ale opengl asi pojde len ako software akceleracia (cez mesaGL) co nzmena pomalost
2. nainstalovat novy fglrx ovladac (>=8.42) + nakonfigurovat aby siel compiz - hw akceleracia, ale vraj tiez pomale
3. kupit NVidia kartu ;D
Moc si nevyberies :(
Pomoct Ti s tym moc neviem, lebo ATI karty som nikdy pod linuxom nerobzehaval.
-
Pokud ten compiz chceš, tak v Synapticu zkus najít xserver-xgl, nebo naistalovat nové ovladače s aiglx (ale to záleží jakou máš kartu ati - a maj ještě nějaké ty mouchy)
-
Praveze ten xgl sa nema rad s blenderom :(. To je monerov problem.
-
Praveze ten xgl sa nema rad s blenderom :(. To je monerov problem.
presne tak. :(
-
Tak vyzkoušet nové ovladače 8.42.3 s Aixgl, buď si stáhnout envy (vlastní instalace - vybrat 8.42.3) a nebo ruční instalace
http://forum.ubuntu.cz/index.php?topic=15594.0
a nebo počkat než se objeví přímo v distribuci, nyní jsou venku tak měsíc.
-
myslis xserver-xgl? To by som nerobil.
Este su moznosti:
1. nainstalovat slobodny ovladac + nakonfigurovat aby siel compiz - ale opengl asi pojde len ako software akceleracia (cez mesaGL) co nzmena pomalost
2. nainstalovat novy fglrx ovladac (>=8.42) + nakonfigurovat aby siel compiz - hw akceleracia, ale vraj tiez pomale
3. kupit NVidia kartu ;D
Moc si nevyberies :(
Pomoct Ti s tym moc neviem, lebo ATI karty som nikdy pod linuxom nerobzehaval.
Ok, rad bych zkusil č.2... potom mi dej vedet co a jak. :)
-
Mrkni na můj předchozí příspěvěk.
-
luisah a co tak priamo tvoj prispevok? ;)
http://forum.ubuntu.cz/index.php?topic=15594.msg112851#msg112851 (http://forum.ubuntu.cz/index.php?topic=15594.msg112851#msg112851)
-
henrichg, pravda to jsem mohl také uvést, dík :)
-
luisah a co tak priamo tvoj prispevok? ;)
http://forum.ubuntu.cz/index.php?topic=15594.msg112851#msg112851 (http://forum.ubuntu.cz/index.php?topic=15594.msg112851#msg112851)
Bohuzel se mi nepodarilo spravne nainstalovat Ati driver atd. :/
-
jakou mas graficku kartu?
Mne to jede vsechno na mem NB v poho..
mam starsi HP nx6325 s ATi XPRESS 1150
na prvni pokus mi to taky neslo ale pak jsem zjistil ze jsem stahnul spatne opvladace..
a ted to jede. Jako zaklad tam musis mit nainstalovane XGL,pak ovladace z www.ati.amd.com
povolit "Composite = 1" v xorg.conf ... pak by to po restartu nebo resetu grafickeho prostredi
CTRL+Back space melo jit.. proste klasika jek se to vsude uvadi.. jedine co pro mne neplatilo
byla ta instalace fglrx driveru pres Synaptic.. Ty driveri si stahni z ati.com ..Ale nejdriv rekni jaku mas grafiku.