Suse 9.3: Setting correct screen resolution for Dell Inspiron 6000 with WSXGA
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Suse 9.3: Setting correct screen resolution for Dell Inspiron 6000 with WSXGA
Hi,
I just bought a new Dell Inspiron 6000 with a 15.4 WSXGA display and Intels 910 graphics chipset. When I installed Suse 9.3 everything seemed to work fine until I had to set the monitor details. I first tried LCD 1680x1050, 15.4 inches and 16/10 aspect ratio but when testing the new setting the screen stayed black at least for a minute until I pushed Ctrl+Alt+Backspace.
Then I tried some Dell laptop resolutions with the same results until I came to the "Dell 1600x Laptop Display" setting. After pushing Ctrl+Alt+Backspace the screen got totally corupted and repushing Ctrl+Alt+Backspace didn't change anything. From what I could see on the screen it seemed like Suse eventually finished the installation and went to the login-screen (don't ask me how this could happen).
Suprisingly everything seems to work after rebooting (I got a correct screen, though with a low resolution and could log in). Yast/SaX2 tells me that a VESA 800x600 monitor is installed and asks me to set the correct display size manually but whatever screen type, size, resolution or color depth I try I just get the black screen as soon as I have to test my settings.
Has someone an idea how to set the monitor details correctly?
PS: I am a newbie especially when it comes to hardware configuration under linux so I just used Yast/SaX2 to configure everything. While searching the net I read something about modifying /etc/X11/xorg.conf but I don't know which values I will have to change.
Specs of the laptops are:
Pentium M 1.73GHz
512 MB Ram
IntelChipset with shared memory graphic card (i910)
15.4 inch screen with WSXGA screen resolution
So far, I could at least get a screen resolution of 1280x1024 in VESA mode by modifying xorg.conf but I still don't get the Intel driver running. The latest kernel is installed hence I assume the latest Intel driver is running as well, but I will check and post again, if I can make any progress.
Hi,
I just set up an Inspiron 6000 out of the box with Fedora Core 4. The Intel (www.intel.com) has a Linux driver for the 910/915 chipset. It is compatible with a number of distros, yours may be among them. Mine, unfortunately, is not. I'm too new to Linux to know if the drivers can be compiled for my distro.
Intel also has Linux drivers for the IPW2200 wireless card, and fortunately they work.
When I used Sax I ended up with a 1024x786 display which isn't what I wanted. I used the "gtf" program to generate a modeline at the native resolution of my Laptop and removed the other resolutions. The gtf program is a part of X so you should have it. The syntax is:
gtf <horizontal rez> <vertical rez> <refresh rate> -x
" There's a black screen problem with XOrg/XFree86 and Inspiron 6000 BIOS revisions higher than A05. If your I6000's BIOS is A06 or higher you have to revert to A05. This bios is no longer available into Dell's ftp site, so you've to search around the web.
Section "ServerLayout"
# Standart InputDevices for Mouse and Keyboard
Screen "Screen[i810]"
EndSection
I tried to add the modline but again, screen stayed black. I also had a look at the bios, but mine is already at version A08 and I don't want to risk bigger problems by downgrading it, hence I will probably wait for the next IntelDriver and try again...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.