sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #02552
Re: bios unlock VPC-Z21
Am 02.02.2012 17:16, schrieb vick:
> That should be fine, did the fglrx driver manage to find the ATI card and
load the modules for it during the xserver startup?
i tried it again. here is my log:
###################################################################
$ sudo dpkg -i fglrx*.deb
Selecting previously deselected package fglrx.
(Reading database ... 270880 files and directories currently installed.)
Unpacking fglrx (from fglrx_8.930-0ubuntu1_amd64.deb) ...
Selecting previously deselected package fglrx-amdcccle.
Unpacking fglrx-amdcccle (from fglrx-amdcccle_8.930-0ubuntu1_amd64.deb) ...
Selecting previously deselected package fglrx-dev.
Unpacking fglrx-dev (from fglrx-dev_8.930-0ubuntu1_amd64.deb) ...
Setting up fglrx (2:8.930-0ubuntu1) ...
update-alternatives: using /usr/lib/fglrx/ld.so.conf to provide
/etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: skip creation of /etc/OpenCL/vendors/amdocl32.icd
because associated file /usr/lib/fglrx/etc/OpenCL/vendors/amdocl32.icd (of link
group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: forcing reinstallation of alternative
/usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken.
update-alternatives: warning: skip creation of /etc/OpenCL/vendors/amdocl32.icd
because associated file /usr/lib/fglrx/etc/OpenCL/vendors/amdocl32.icd (of link
group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: using /usr/lib/fglrx/alt_ld.so.conf to provide
/etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-initramfs: deferring update (trigger activated)
Loading new fglrx-8.930 DKMS files...
First Installation: checking all kernels...
Building only for 3.3.0-rc2-01
Building for architecture x86_64
Building initial module for 3.3.0-rc2-01
Done.
fglrx:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.3.0-rc2-01/updates/dkms/
depmod....
DKMS: install Completed.
update-initramfs: deferring update (trigger activated)
Processing triggers for ureadahead ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Setting up fglrx-amdcccle (2:8.930-0ubuntu1) ...
Setting up fglrx-dev (2:8.930-0ubuntu1) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.3.0-rc2-01
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
###################################################################
$ sudo aticonfig --initial -f
Uninitialised file found, configuring.
PowerXpress info: Diagnostic output from /usr/lib64/fglrx/switchlibglx:
update-alternatives: warning: forcing reinstallation of alternative
/usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken.
update-alternatives: warning: skip creation of /etc/OpenCL/vendors/amdocl32.icd
because associated file /usr/lib/fglrx/etc/OpenCL/vendors/amdocl32.icd (of link
group x86_64-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: not replacing
/usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link.
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-15
###################################################################
$ less /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:22:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
###################################################################
I get rid of the warning if i symlink to amdocl64.icd amdocl32.icd
$ sudo ln -s /usr/lib/fglrx/etc/OpenCL/vendors/amdocl64.icd
/usr/lib/fglrx/etc/OpenCL/vendors/amdocl32.icd
$ sudo aticonfig --initial -f
###################################################################
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
OpenGL version string: 1.4 (3.0 Mesa 8.0-rc2)
$ aticonfig --pxl
PowerXpress: Discrete GPU is active (High-Performance mode).
# aticonfig --list-adapters
* 0. 16:00.0 AMD Radeon HD 6700M Series
* - Default adapter
###################################################################
If i try to start X, i got this error message:
(WW) fglrx: No matching Device section for instance (BusID PCI:0@22:0:1) found
(EE) No devices detected.
Fatal server error:
no screens found
###################################################################
Then i changed in xorg.conf the busid to 16:00.0. But it still got the same
error message: fglrx: No matching Device section for instance (BusID
PCI:0@22:0:1) found
###################################################################
that's all.
maybe someone has a solution?
regards
gyhor
Follow ups
References
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-03
-
Re: Linux on VPC-Z21
From: Nicklas Overgaard, 2012-01-03
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-03
-
Re: Linux on VPC-Z21
From: Nicklas Overgaard, 2012-01-04
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-04
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-04
-
Re: Linux on VPC-Z21
From: vick, 2012-01-04
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-10
-
bios unlock VPC-Z21
From: Gyhor, 2012-01-30
-
Re: bios unlock VPC-Z21
From: Gyhor, 2012-02-01
-
Re: bios unlock VPC-Z21
From: vick, 2012-02-01
-
Re: bios unlock VPC-Z21
From: Gyhor, 2012-02-01
-
Re: bios unlock VPC-Z21
From: vick, 2012-02-01
-
Re: bios unlock VPC-Z21
From: Gyhor, 2012-02-02
-
Re: bios unlock VPC-Z21
From: vick, 2012-02-02