Intel 3150 could not detect Monitor so cinnamon is in center

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
derekdickerson

Intel 3150 could not detect Monitor so cinnamon is in center

Post by derekdickerson »

zbox installed twice with standard VGA connected
resolution starts at 800x600 with no other modes

Once xinitrc has been edited:
xrandr --newmode "1024×768″ 70.00 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
xrandr --addmode VGA1 1024x768_60.00
xrandr --output VGA1 --mode 1024×768


Cinnamon panel stays int he middle of the screen

Followed the same steps:
Ubuntu Geek: http://www.ubuntugeek.com/how-change-di ... randr.html with the modifications in the notes, below.
Notes: Mint 14 uses MDM (Mint Display Manager), not gdm or kdm, so to make the changes persist the file to edit is /etc/mdm/Init/Default.

but the UI (Cinnamon) doesn't follow Refer to the (Screenshot)
This is a zbox with Intel 3000 graphics card and a samsung syncMaster 730B
Screenshot:
http://imgur.com/q5uvY




placed the information in the xinitrc file and no change
No .xprofile but there is a .profile file when adding that file seems to not allow the UI to load.

Second Screenshot Http://imgur.com/wOiQ0

I have restarted cinnamon no change

00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (rev 02)

xrandr -display :0.0 -q
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
1280x1024 60.0*+ 75.0
1280x960 60.0
1280x800 74.9 59.8
1152x864 75.0
1280x768 74.9 59.9
1024x768 75.1 70.1 60.0
1024x576 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 72.8 75.0 66.7 60.0
720x400 70.1
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
derekdickerson

Re: Intel 3000 could not detect Monitor so cinnamon is in ce

Post by derekdickerson »

xorg-server 2:1.13.0-0ubuntu6.1 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.26.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 5 12:12:19 2013
List of video drivers:
ati
sisusb
nouveau
tdfx
radeon
modesetting
openchrome
cirrus
mach64
qxl
sis
trident
intel
vboxvideo
neomagic
mga
r128
savage
siliconmotion
vmware
s3
fbdev
vesa
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
derekdickerson

Re: Intel 3150 could not detect Monitor so cinnamon is in ce

Post by derekdickerson »

http://www.webupd8.org/2012/10/how-to-e ... on-in.html


Found that Mint was missing "output" checkbox in the UI that xfce had.

http://i.imgur.com/JpsBh.jpg



then found out that SNA needed to be enabled by adding the following only in the xorg.conf file

Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "sna"
EndSection
Locked

Return to “Installation & Boot”