sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #02738
Re: Gfx-Card in PMD for VPC-Z2 finally working!
-
To:
sony-vaio-z-series@xxxxxxxxxxxxxxxxxxx
-
From:
Gyhor <gyhor@xxxxxx>
-
Date:
Mon, 20 Aug 2012 09:30:23 +0200
-
In-reply-to:
<CAEen7yoWQ722e7G8J+bg=szS69M6jyNAFJtgAWZG8O9yN===mQ@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090817 Thunderbird/2.0.0.23 Mnenhy/0.7.5.0
Am 18.08.2012 06:40, schrieb 윤재연:
---------- Forwarded message ----------
From: *윤재연* <jaeyeun97@xxxxxxxxx <mailto:jaeyeun97@xxxxxxxxx>>
Date: 2012/8/18
Subject: Re: [Sony-vaio-z-series] Gfx-Card in PMD for VPC-Z2 finally working!
To: Gyhor <gyhor@xxxxxx <mailto:gyhor@xxxxxx>>
HI,
I appended the patch to the kernel, and it has booted fine, but I don't know if
it is working or not.
when I do lspci -v, I just see something like,
16:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler
XT [AMD Radeon HD 6700M Series] (prog-if 00 [VGA controller])
Subsystem: Sony Corporation Device 9084
Flags: bus master, fast devsel, latency 0, IRQ 70
Memory at b0000000 (64-bit, prefetchable) [size=256M]
Memory at c0200000 (64-bit, non-prefetchable) [size=128K]
I/O ports at 5000 [size=256]
Expansion ROM at c0240000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: radeon
Kernel modules: radeon
It says <access denied> so I don't think it is in use right now.
use "sudo lspci -v"
Do I have to install the fglrx, or need to write a custom xorg.conf?
no need for fglfrx. You should remove fglrx from the system.
If so, what
would be the content of it?
$cat /etc/X11/xorg.conf
Section "Device"
Identifier "radeon"
Driver "radeon"
BusID "PCI:22:00:0"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
BusID "PCI:00:02:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "radeon"
EndSection
Section "Screen"
Identifier "Screen1"
Device "intel"
EndSection
----
That should do it.
regards
gyhor
Follow ups
References