PDA

View Full Version : [ubuntu] Missing xorg.conf???



gdanko
June 23rd, 2011, 01:53 PM
Hello! I am planning to upgrade my Shuttle XPC (the model escapes me) from Maverick to Natty. It's a standard MicroATX with an Intel dual core 3.something GHz and 4 GB RAM. The video is on-board.

I am posting this message because I performed the same upgrade on my work machine which was also Maverick. I ended up stuck in 1024x768 when normally I was in 1920x1200. I received an error about how my computer's hardware did not support Unity so use Classic, which is fine. I like Classic. But even switching to Classic I was stuck at 1024 x 768. There was no xorg.conf on the new Natty install for my work computer. After researching the hardware and settings I created one and I am back to normal now.

However, I looked at my Shuttle XPC at home and it has no /etc/X11/xorg.conf either. Where does Maverick store its xorg configuration? I don't want to go through the same pains a second time since this machine at home is also my home server.

Thanks in advance.

dino99
June 23rd, 2011, 01:57 PM
its an old story now, there is no need of xorg.conf (by default, but can built one for special needs like CRT or chipset conflict) as the kernel directly deal with X; Old xorg.conf reused often push the mess.

Grenage
June 23rd, 2011, 02:04 PM
Hello! I am planning to upgrade my Shuttle XPC (the model escapes me) from Maverick to Natty. It's a standard MicroATX with an Intel dual core 3.something GHz and 4 GB RAM. The video is on-board.

I am posting this message because I performed the same upgrade on my work machine which was also Maverick. I ended up stuck in 1024x768 when normally I was in 1920x1200. I received an error about how my computer's hardware did not support Unity so use Classic, which is fine. I like Classic. But even switching to Classic I was stuck at 1024 x 768. There was no xorg.conf on the new Natty install for my work computer. After researching the hardware and settings I created one and I am back to normal now.

However, I looked at my Shuttle XPC at home and it has no /etc/X11/xorg.conf either. Where does Maverick store its xorg configuration? I don't want to go through the same pains a second time since this machine at home is also my home server.

Thanks in advance.

xrandr is the preferred way to go, but you can create an xorg.conf if you wish - it will get used.

gdanko
June 23rd, 2011, 02:04 PM
xrandr is the preferred way to go, but you can create an xorg.conf if you wish - it will get used.

Awesome. So how do I get xrandr to get my machine to use the native 1920x1200? Natty wants to force it to 1024x768.

whatthefunk
June 23rd, 2011, 02:07 PM
Awesome. So how do I get xrandr to get my machine to use the native 1920x1200? Natty wants to force it to 1024x768.

Check out the xrandr man files. They are extensive.

gdanko
June 23rd, 2011, 02:08 PM
Check out the xrandr man files. They are extensive.

All right. Kind of sad I need to read an array of man pages because Ubuntu dropped the ball on the upgrade process.

Grenage
June 23rd, 2011, 02:16 PM
All right. Kind of sad I need to read an array of man pages because Ubuntu dropped the ball on the upgrade process.

To speed it up:

http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html

A good page, with all you should need; very concise.

gdanko
June 23rd, 2011, 02:53 PM
To speed it up:

http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html

A good page, with all you should need; very concise.

Perfect, did the trick!