更换显示屏后,发生在深度上的各种不愉快
Tofloor
poster avatar
152******14
deepin
2018-01-22 02:29
Author
http://www.panelook.cn/modelcompare_cn.php?ids=12337,5719
这是前后两个屏幕的资料对比
更换前什么问题都没有
更换后,安装黑屏通过外接显示器安装好  ,还是不能显示在新屏幕。在开始按E  修改增加Radeon .modeset=0 .勉强进入系统。进入更新gurb。但是  分辨率 只是1280*720  不是以前的1366*768.各种折腾。问题也没搞定。最近还发现休眠后 无法唤醒  。只能强制关机。我看看 我还是将就着用win  。。。。。。。。。。。。。
奇美液晶模组N156BGE-L21 旧
LG Display液晶模组LP156WH2-TLE1  新的



可能是电压问题  点亮灯管的电压问题
Reply Favorite View the author
All Replies
2 / 4
To page
avatar
yangbo
deepin
2018-01-23 01:10
#21
从日志没看到什么问题
LG的monior接在LVDS-1上面,1366x768
LEN的monitor接在VGA上面, 1440x900
X也没看到什么错误

不过有两块显卡,可以从bios里面分别禁用一块试试看
Reply View the author
avatar
152******14
deepin
2018-01-26 20:59
#22
https://bbs.deepin.org/post/152164
从日志没看到什么问题
LG的monior接在LVDS-1上面,1366x768
LEN的monitor接在VGA上面, 1440x900

我 自己分析了  。是显示屏跟 显卡的通信问题  驱动没处理好。
Reply View the author
avatar
152******14
deepin
2018-01-26 21:13
#23
你能帮我翻译下这个16进制不?  我把 xorg 相关的配置都打包了,你看能不能给修改下配置  成1366 768  


ifang@ifang-PC:~$ sudo get-edid > myedid.bin
[sudo] ifang 的密码:
This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface
Looks like no busses have an EDID. Sorry!
Attempting to use the classical VBE interface


        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
        Function supported
        Call successful


        VBE version 300
        VBE string at 0xc01c8 "AMD ATOMBIOS"


VBE/DDC service about to be called
        Report DDC capabilities


        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
        Function supported
        Call successful


        Monitor and video card combination does not support DDC1 transfers
        Monitor and video card combination supports DDC2 transfers
        0 seconds per 128 byte EDID block transfer
        Screen is not blanked during DDC transfer


Reading next EDID block


VBE/DDC service about to be called
        Read EDID


        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
        Function supported
        Call successful


Looks like VBE was successful. Have a good day.
ifang@ifang-PC:~$ parse-edid < myedid.bin
Checksum Correct


Section "Monitor"
        Identifier "LP156WH2-TLE1"
        ModelName "LP156WH2-TLE1"
        VendorName "LGD"
        # Monitor Manufactured week 0 of 2008
        # EDID version 1.3
        # Digital Display
        DisplaySize 340 190
        Gamma 2.20
        Option "DPMS" "false"
        Modeline         "Mode 0" -hsync -vsync
EndSection
ifang@ifang-PC:~$


Reply View the author
avatar
yangbo
deepin
2018-01-29 18:06
#24
i2c-dev加载了?

应该可以直接get-edid | parse-edid, 然后把modeline复制一下写到X的conf里面

也可以用xrandr看看

@yanbowen

xrandr --auto?还是什么?
Reply View the author
avatar
152******14
deepin
2018-01-29 18:20
#25
https://bbs.deepin.org/post/152164
i2c-dev加载了?

应该可以直接get-edid | parse-edid, 然后把modeline复制一下写到X的conf里面

xrandr --auto
xrandr: Failed to get size of gamma for output default
我觉得 主要原因是换的屏幕与以前的品牌不一样了。
Reply View the author
avatar
152******14
deepin
2018-01-29 18:23
#26
https://bbs.deepin.org/post/152164
i2c-dev加载了?

应该可以直接get-edid | parse-edid, 然后把modeline复制一下写到X的conf里面

多谢,先凑合用吧。15.6 屏显示 1024 768  有种压扁的感觉 。不过也不影响使用  。
Reply View the author
avatar
152******14
deepin
2018-01-29 18:32
#27
get-edid | parse-edid
This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface
Looks like no busses have an EDID. Sorry!
Attempting to use the classical VBE interface
mmap /dev/zero: Operation not permitted
error initialising realmode interface
do you have full superuser (root) permissions?
I'm sorry nothing was successful. Maybe try some other arguments
if you played with them, or send an email to Matthew Kern <pyrophobicman@gmail.com>.
Partial Read... Try again
Reply View the author
avatar
152******14
deepin
2018-01-29 18:40
#28
sudo get-edid | parse-edid
This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface
Looks like no busses have an EDID. Sorry!
Attempting to use the classical VBE interface

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
        Function supported
        Call successful

        VBE version 300
        VBE string at 0xc01c8 "AMD ATOMBIOS"

VBE/DDC service about to be called
        Report DDC capabilities

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
        Function supported
        Call successful

        Monitor and video card combination does not support DDC1 transfers
        Monitor and video card combination supports DDC2 transfers
        0 seconds per 128 byte EDID block transfer
        Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
        Read EDID

        Performing real mode VBE call
        Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
        Function supported
        Call successful

Checksum Correct

Section "Monitor"
        Identifier "LP156WH2-TLE1"
        ModelName "LP156WH2-TLE1"
        VendorName "LGD"
        # Monitor Manufactured week 0 of 2008
        # EDID version 1.3
        # Digital Display
        DisplaySize 340 190
        Gamma 2.20
        Option "DPMS" "false"
        Modeline         "Mode 0" -hsync -vsync
EndSection
Looks like VBE was successful. Have a good day.
这是 安装了   I2C sudo 执行的结果
Reply View the author
avatar
yangbo
deepin
2018-01-29 18:56
#29
xrandr -q --verbose看看吧
Reply View the author
avatar
bnbvb
deepin
2018-01-29 19:20
#30
我是更新内核后,双屏下桌面直接冻死,果断切回4.9
Reply View the author
avatar
152******14
deepin
2018-01-29 20:54
#31
https://bbs.deepin.org/post/152164
我是更新内核后,双屏下桌面直接冻死,果断切回4.9

那我试上个内核 试试
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-01-29 22:32
#32
https://bbs.deepin.org/post/152164
xrandr -q --verbose看看吧

他这是驱动没有正确加载,X fallback 了,xrandr 看不到信息的。
Reply View the author
avatar
yangbo
deepin
2018-01-29 23:14
#33
https://bbs.deepin.org/post/152164
他这是驱动没有正确加载,X fallback 了,xrandr 看不到信息的。

啥意思呀?
我看内核radeon的没有问题
你是说X没用modesetting/ati/radeon, 用了fb?
我看X日志里面的分辨率菜也是正确的呀
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-01-30 00:00
#34
https://bbs.deepin.org/post/152164
啥意思呀?
我看内核radeon的没有问题
你是说X没用modesetting/ati/radeon, 用了fb?

xrandr --auto
xrandr: Failed to get size of gamma for output default

xrandr 这种输出一般表示 X 用了默认设置,也就是没有找到合适的驱动,用了代码里的默认值
Reply View the author
avatar
187******46
deepin
2018-02-02 23:30
#35
https://bbs.deepin.org/post/152164
xrandr --auto
xrandr: Failed to get size of gamma for output default
我觉得 主要原因是换的屏幕与 ...

看看你的xrandr列表显示呢
Reply View the author
avatar
187******46
deepin
2018-02-02 23:33
#36
https://bbs.deepin.org/post/152164
xrandr --auto
xrandr: Failed to get size of gamma for output default

看日志,两块卡。一个走的radeon,一块走的modesetting,没有问题的。从x的日志来看,两个显示屏的edid都分别读取到了,而且也没有异常。就换了个显示屏,会不会继续使用了之前的.config/目录下的之前配置?https://bbs.deepin.org/user/33250
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-02-03 00:53
#37
https://bbs.deepin.org/post/152164
看日志,两块卡。一个走的radeon,一块走的modesetting,没有问题的。从x的日志来看,两个显示屏的edid都 ...

不存在配置文件问题,xrandr 的输出显示 X 有问题
Reply View the author
avatar
152******14
deepin
2018-02-03 07:19
#38
本帖最后由 ifango 于 2018-2-2 23:20 编辑
https://bbs.deepin.org/post/152164
啥意思呀?
我看内核radeon的没有问题
你是说X没用modesetting/ati/radeon, 用了fb?

我感觉也是他说的那样  就是加载后  然后失败重新返回  因为中间出现过撕裂的  grub界面  。不过这是加参数后的,不加参数,过了grub 出现光标闪两下  黑屏  。不知道是不是只是关掉背光。win下没事  。
Reply View the author
avatar
152******14
deepin
2018-02-03 07:23
#39
https://bbs.deepin.org/post/152164
看看你的xrandr列表显示呢

列宽 是啥  硬件的 ?还是?附件是今天的。
Reply View the author
avatar
152******14
deepin
2018-02-03 07:24
#40
https://bbs.deepin.org/post/152164
看日志,两块卡。一个走的radeon,一块走的modesetting,没有问题的。从x的日志来看,两个显示屏的edid都 ...

系统都是重装的  重装了好几次了  
Reply View the author
2 / 4
To page