Loading...
Uploaded by reveil85 on Sep 21, 2008
My laptop running opesSUSE Linux in dual head mode. This is on an integrated Intel 945GM chip. No fancy expensive graphics card required.
Science & Technology
Standard YouTube License
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
Nice. I have an Intel card and I can't figure out how to even use compiz with it. :/
guerrillaman69 2 years ago
epic win
vjy88 3 years ago
Load more suggestions
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