Whic Linux OS?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Whic Linux OS?
# 15  
Old 06-07-2007
Quote:
Originally Posted by DukeNuke2
try this:
Depth 24
Modes "1280x800"

and restart the x-server.... please create a backup of your xorg.conf file before you do any changes! ("cp xorg.conf xorg.conf.bak")
I tried that settins :
Depth 24
Modes "1280x800" "800X600"


in my xorg.conf and restart but this time resolution went down to 800X600 and when I look into preferences of Screen resolution menu there was no "1280X800" resolution. I returned back to the windows and checked screen properties and graphics limits; 1280X800 was correct and Windows supported it.
In my opinion , somehow ubuntu cannot support my hw or my resolution, it is: Intel® Graphics Media Accelerator 950.

But the good news ubunto supports my WiFi Smilie it is: Intel® PRO/Wireless 3945 802.11a/b/g Integrated Wireless LAN

Any idea ? Thank in advance.
# 16  
Old 06-07-2007
Quote:
Originally Posted by xramm
I tried that settins :
Depth 24
Modes "1280x800" "800X600"


in my xorg.conf and restart but this time resolution went down to 800X600 and when I look into preferences of Screen resolution menu there was no "1280X800" resolution. I returned back to the windows and checked screen properties and graphics limits; 1280X800 was correct and Windows supported it.
In my opinion , somehow ubuntu cannot support my hw or my resolution, it is: Intel® Graphics Media Accelerator 950.

But the good news ubunto supports my WiFi Smilie it is: Intel® PRO/Wireless 3945 802.11a/b/g Integrated Wireless LAN

Any idea ? Thank in advance.
try this for your resolution problem:
http://ubuntuguide.org/wiki/Ubuntu:F...on_.28Intel.29
# 17  
Old 06-09-2007
I had a similar resolution problem with Ubuntu. I wasn't sure if it was because of the monitor I've got or what.

I've got a U-Plus Vision 30" monitor - which I can use at 2560x1600 resolution in Windows, if I uncheck "hide modes that this monitor doesn't support."

I've tried everything I could think of, and couldn't get it to go higher than 1280x800 with Ubuntu...

Here's the thread I had at the Ubuntu forums.

I hope that helps.
# 18  
Old 06-09-2007
DukeNuke2 's advice worked great. As far as I understand some drivers have a little bit problem,even though you have those,in your PC, it may need some extra setup to activate it like I did on recommendation of intel drivers. also original chipset recommendations in the manufacturer's web page may be helpful .
# 19  
Old 06-11-2007
I am using Slackware on my ThinkPad T22.
I was using also Ubuntu, Zenwalk, Debian, Red Hat, *BSD.

I would recommend you Zenwalk or Zenwalk LiveCD.
It is comparable to Ubuntu but I prefer it with respect to its simplicity.

Regards.
# 20  
Old 06-26-2007
HP Pavilion Notebook (Laptop) display solution

Quote:
Originally Posted by xramm
DukeNuke2 's advice worked great. As far as I understand some drivers have a little bit problem,even though you have those,in your PC, it may need some extra setup to activate it like I did on recommendation of intel drivers. also original chipset recommendations in the manufacturer's web page may be helpful .

logon with root:


sudo apt-get install 915resolution
(first you have to do ubuntu up-to-date, otherwise ubuntu cannot find the related package)

Ctrl+alt+Backspace (to reboot)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Simple sed command not working; could be a Mac/Linux vs. PC/Linux issue

Hello, I am on a Mac and trying to clean up some monthly files with a very simple SED: sed '3,10d;/<ACROSS>/,$d' input.txt > output.txt (from the input, delete lines 3 - 10; then delete from the line containing <ACROSS> to the end of the file) then output to output.txt Even when I try... (2 Replies)
Discussion started by: verbatim
2 Replies

2. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies
Login or Register to Ask a Question