PDA

View Full Version : Intel Mac Mini and non working widescreen


weezel
June 5th, 2007, 02:27 PM
Hi!

I bought Intel Mac Mini (Intel core duo 1.83GHz, superdrive, 512M -version).
This uses Intel Chipset 945GM for graphics.
After installing Kubuntu Feisty 7.04 it works like a charm but widescreen resolution didn't seem to identify correctly. I had a working Kubuntu system with my old Radeon 9500 Pro and ViewSonic(VX2025wm). Radeon seemed to work without any bios hack, thank god.

So far I've done these kind of combinations:

aptitude install 915-resolution (didn't work, xorg.conf drivers tested: intel, i810, vesa)
aptitude install xserver-xorg-intel (doesn't seem to get memory loaded correctly, or get's out of range)


and just to mention: 915resolution -l doesn't detect any 1680x1050 resolution, nor any other widescreen modes.

Here's my configs:
34421
34422
34426

ronocdh
June 6th, 2007, 01:11 PM
Hi!

I bought Intel Mac Mini (Intel core duo 1.83GHz, superdrive, 512M -version).
This uses Intel Chipset 945GM for graphics.
After installing Kubuntu Feisty 7.04 it works like a charm but widescreen resolution didn't seem to identify correctly. I had a working Kubuntu system with my old Radeon 9500 Pro and ViewSonic(VX2025wm). Radeon seemed to work without any bios hack, thank god.

So far I've done these kind of combinations:


and just to mention: 915resolution -l doesn't detect any 1680x1050 resolution, nor any other widescreen modes.

Here's my configs:
34421
34422
34426
Have you seen this post (http://ubuntuforums.org/showthread.php?t=415070)? It seems to address the problem you're having, and you didn't mention this post specifically. The author mentions the same steps as you, but seems to have worked through it. Good luck!

weezel
June 9th, 2007, 02:07 PM
Have you seen this post (http://ubuntuforums.org/showthread.php?t=415070)? It seems to address the problem you're having, and you didn't mention this post specifically. The author mentions the same steps as you, but seems to have worked through it. Good luck!

Actually that your mentioned tip resolved something: I can have 1680x1050 resolution on kdm-login screen, but after login it get's out of range. Quite weird..

Here's the new xorg.log:
34827

ronocdh
June 9th, 2007, 02:56 PM
Actually that your mentioned tip resolved something: I can have 1680x1050 resolution on kdm-login screen, but after login it get's out of range. Quite weird..

Here's the new xorg.log:
34827
Perhaps if you run the following command, you'll be able to add the resolution you want manually, after which point it should show up in your Screen Resolution panel:
sudo dpkg-reconfigure -phigh xserver-xorg

weezel
June 10th, 2007, 07:45 AM
Perhaps if you run the following command, you'll be able to add the resolution you want manually, after which point it should show up in your Screen Resolution panel:
sudo dpkg-reconfigure -phigh xserver-xorg

I already had only 1680 x 1050 resolution in my xorg.conf. What I did compared on last situation were: 1) remove VideoRam option from xorg.conf 2) remove Option ignoreEDID 3) remove refresh rate -lines 4) remove Modeline "1680x1050@60.00 and Option Preferred mode -lines 5) tried without defaultDepth option

After this I got the right resolution, but still it get's out of range after login.

weezel
June 10th, 2007, 12:07 PM
Uuh, I got it work finally! I removed .kde* directories from my home because I thought it might be KDE related automation problem. It seemed to do the trick. Thanks for the help ronocdh.

Now I can get rid of OS X finally.

LieToPurify3
June 10th, 2007, 12:17 PM
I don't really know what you did to get it to work. weezel, can you just tell me the steps you did that worked for you?

weezel
June 10th, 2007, 01:04 PM
I don't really know what you did to get it to work. weezel, can you just tell me the steps you did that worked for you?

At the very first I stabbed my xorg.conf to look like this:
34908

Then, I installed 915resolution with this command: aptitude install 915resolution
After that I did the following: sudo 915resolution -l which didn't seem to find out widescreen modes correctly. Here's the thing I didn't know: you may set your own resolution for example this way: sudo 915resolution 5c 1680 1050
After that I went back to kdm-login screen and pressed ALT + CTRL + BACKSPACE. It's same than pkill -HUP kdm , or choosing option 'Restart Xserver' from drop down box shown on the kdm-login screen. Then it worked, but it went out of sync after I had typed my password and pressed return. Back to the console and: rm -rf ~/.kde* . (This removes your KDE configurations).
Since those tricks I'm able to use 1680x1050 and 3D accelerated Kubuntu.

LieToPurify3
June 12th, 2007, 11:12 AM
What do you mean by "stabbed my xorg.conf"? What exactly do I have to do there?

weezel
June 12th, 2007, 11:21 AM
What do you mean by "stabbed my xorg.conf"? What exactly do I have to do there?

Change the Resolution, Hsync and Vsync lines pointing to your screen specifications.

LieToPurify3
June 12th, 2007, 03:35 PM
it wont let me edit my xorg.conf. When I go to overwrite it or delete it and replace it with my edited version, it won't let me.

weezel
June 12th, 2007, 03:40 PM
it wont let me edit my xorg.conf. When I go to overwrite it or delete it and replace it with my edited version, it won't let me.

sudo nano /etc/X11/xorg.conf

LieToPurify3
June 12th, 2007, 03:51 PM
when I type that into the console, it just shows me a blank screen. Do i have to type in the entire document? Cant I just view what is already there and then edit and change what I want?

weezel
June 12th, 2007, 04:02 PM
when I type that into the console, it just shows me a blank screen. Do i have to type in the entire document? Cant I just view what is already there and then edit and change what I want?

Yep, that's correct. You may edit already existing file. Just change needed lines.
Paste your /var/log/Xorg.0.log if you cannot get it work.

LieToPurify3
June 12th, 2007, 04:14 PM
I just edited it in the terminal by copying and pasting my xorg.conf file. How do I save it? I tried exiting and when it asks me if I want to save, I hit yes and tell it /etc/x11/xorg.conf, but when I hit enter, it tells me there is no such location!

chandru.in
September 28th, 2007, 01:54 PM
Removing the .kde directory solved the problem because, Kubuntu enables session restoration in KDE by default. This stores the previous resolution also. Hence, all you need to do is disable sessions in System Settings or execute this command,
rm -rf ~/.kde/share/config/session

But the lack of automatic recognition of wide screen monitors is a big drawback. Which new user would have the patience to try these things??

:)

zavizionov
October 6th, 2007, 10:54 AM
For a long time searching I have found a solution. I have described in the my HOWTO http://zavizionov.blogspot.com/2007/09/howto-ubuntu-intel-945-widescreen.html

cyberdork33
October 8th, 2007, 09:28 AM
I just edited it in the terminal by copying and pasting my xorg.conf file. How do I save it? I tried exiting and when it asks me if I want to save, I hit yes and tell it /etc/x11/xorg.conf, but when I hit enter, it tells me there is no such location!
It is /etc/X11/xorg.conf not /etc/x11/xorg.conf Welcome to case-sensitive.

shawnansasio
April 3rd, 2008, 03:56 PM
I had the same problem. You just need to type sudo dexconf or sudo system-config-display.
that alyways works for me :lolflag: :D