← Back to team overview

sony-vaio-z-series team mailing list archive

Re: Gfx-Card in PMD for VPC-Z2 finally working!

 

Thanks.

Using sudo lspci -v solved my first question, but the xorg.conf didn't work
for me.

It only detects Screen0, and the other screen goes black.

Regards,

Jaeyeun Yoon

2012/8/20 Gyhor <gyhor@xxxxxx>

> 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
>
> ______________________________**_________________
> Mailing list: https://launchpad.net/~sony-**vaio-z-series<https://launchpad.net/~sony-vaio-z-series>
> Post to     : sony-vaio-z-series@lists.**launchpad.net<sony-vaio-z-series@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~sony-**vaio-z-series<https://launchpad.net/~sony-vaio-z-series>
> More help   : https://help.launchpad.net/**ListHelp<https://help.launchpad.net/ListHelp>
>

Follow ups

References