Hello guys,
I wasn’t sure if it’s more hardware or laptop. I decided to put it here. So I have external monitor Lenovo Thinkvision with resolution 1920x1200. Problem is my OS is detecting it only with resolution 1024x768. Each time I have to set it manually:
xrandr --newmode "1920x1200" 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsyn
xrandr --addmode VGA1 "1920x1200"
xrandr --output VGA1 --mode 1920x1200 --right-of eDP1
On my Asus I have 2 graphical cards, I’m using bumbleebee and this it might be problem. I was thinking about editing “cat /etc/X11/xorg.conf”, but I don’t have such file. In “/etc/X11” only have:
qt_plugins_3.3rc qtrc xdm xim xim.d xinit Xmodmap Xmodmap.remote xorg.conf.d xorg.conf.install xorg.conf.nvidia-example Xresources
I thought config might be in “/etc/bumblebee/xorg.conf.nvidia” and I edited it adding external VGA but it didn’t work.
For now I’m adding those 3 lines in /etc/init.d/after.local (I tried in “/etc/X11/xinit/xinitrc” and "/etc/X11/xinit/xinitrc.d/vga.sh but didn’t work) but I treat it more like workaround. Is there way to fix it?
Additional info:
lsb_release
LSB Version: n/a
zenek@home:~> lsb_release -a
LSB Version: n/a
Distributor ID: openSUSE project
Description: openSUSE 13.1 (Bottle) (x86_64)
Release: 13.1
Codename: Bottle
Laptop Asus X750J
Monitor Lenovo Thinkvision lt2452p
rpm -qa | grep bumble
nvidia-bumblebee-32bit-346.72-1.1.x86_64
bumblebee-3.2.1-20.1.x86_64
rpm -qa | grep bbswitch
bbswitch-0.8-17.1.x86_64
bbswitch-kmp-desktop-0.8_k3.11.6_4-17.1.x86_64
@Edit
I’ve forgot about second thing I want to ask. I want to be able to use VGA in wine, to be more detailed - in PlayOnLinux. I was able to finally move game to VGA monitor but resolution in game was detected only from laptop display. Any advice?