Nice. I have an Intel card and I can't figure out how to even use compiz with it. :/
guerrillaman69 2 years ago
can you tell me how did you do that??
i have an intel card and compiz and i want to have dual monitors . thx
0Arturo0 3 years ago
Edit your xorg.conf by adding the Display Subsection to Screen section so it looks like this:
Section "Screen" Identifier "Default Screen" Device "Intel Graphics Adapter" SubSection "Display" Virtual 2048 2048 EndSubSection
EndSection
Then use this command to activate dual head mode:
xrandr --output VGA --above LVDS
Optionally adjust the 2048 to your combined resolution for best performance.
reveil85 3 years ago
Somehow newlines did not make it to my last comment
xorg.conf section again:
Section "Screen"
Identifier "Default Screen"
Device "Intel Graphics Adapter"
SubSection "Display"
Virtual 2048 2048
EndSubSection
epic win
vjy88 3 years ago
Nice. I have an Intel card and I can't figure out how to even use compiz with it. :/
guerrillaman69 2 years ago
can you tell me how did you do that??
i have an intel card and compiz and i want to have dual monitors . thx
0Arturo0 3 years ago
Edit your xorg.conf by adding the Display Subsection to Screen section so it looks like this:
Section "Screen" Identifier "Default Screen" Device "Intel Graphics Adapter" SubSection "Display" Virtual 2048 2048 EndSubSection
EndSection
Then use this command to activate dual head mode:
xrandr --output VGA --above LVDS
Optionally adjust the 2048 to your combined resolution for best performance.
reveil85 3 years ago
Somehow newlines did not make it to my last comment
xorg.conf section again:
Section "Screen"
Identifier "Default Screen"
Device "Intel Graphics Adapter"
SubSection "Display"
Virtual 2048 2048
EndSubSection
EndSection
reveil85 3 years ago
epic win
vjy88 3 years ago