LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having 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


Reply
  Search this Thread
Old 01-09-2006, 10:25 PM   #16
kellinjar
Member
 
Registered: Mar 2004
Location: South Korea
Posts: 103

Rep: Reputation: 15

Thank you. That seems to have done the trick as things look much cleaner now and not fuzzy as they did. I didn't even notice before beginning this, but my fully updated FC4 actually has an i915 driver built in (but doesn't give a driver number). It just didn't detect it during install (may not have been present then). I tried loading that one as a test, and it as well seemed to make the screen equally sharp. However I notice that my choices for colours are of the "millions of colors" variety and not the 24 bit, etc
 
Old 01-18-2006, 12:34 PM   #17
Borniet
LQ Newbie
 
Registered: Jan 2006
Location: Antwerp
Distribution: Ubuntu 5.10
Posts: 10

Rep: Reputation: 0
I also have a D610 with the i915 videocard, but am still unable to get into a higher resolution then 1024x768. I use Ubuntu 5.10, installed the latest DRI drivers, use 915resolution that set 3c to 1400x1050 at bootup, and my /etc/X11/xorg.conf is shown below (in full). I think the issue is in my xorg.conf, but I can't find the problem... Someone who can help me out here? Cause this resolution is really too small for me.

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "Intel i915GM"
Driver "i810"
VideoRam 131070
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "SXGA"
HorizSync 31.5-100
VertRefresh 30-90
UseModes "TheModes"
Option "DPMS" "true"
EndSection

Section "Modes"
Identifier "TheModes"
Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
Modeline "1280x800" 123.38 1280 1368 1504 1728 800 801 804 840
Modeline "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
Modeline "1400x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
Modeline "1400x1050" 188.07 1680 1800 1984 2288 1050 1051 1054 1096
Modeline "1400x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103
Modeline "1400x1050" 256.20 1680 1808 1992 2304 1050 1051 1054 1112
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel i915GM"
Monitor "SXGA"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
 
Old 01-18-2006, 12:58 PM   #18
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
Your "Device" section matches mine. However, for the "Monitor" section, I have ...

Section "Monitor"
Identifier "Dell LCD"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "DPMS"
UseModes "Modes1"
EndSection

and then the subsequent "Modes" section ...

Section "Modes"
Identifier "Modes1"
Modeline "1280x1024" 75.13 1280 1336 1472 1664 1024 1025 1028 1050 -hsync +vsync
Modeline "1400x1050" 84.76 1400 1472 1616 1832 1050 1051 1054 1076 -hsync +vsync
EndSection

Last edited by Tino27; 01-18-2006 at 01:56 PM.
 
Old 01-18-2006, 01:54 PM   #19
Borniet
LQ Newbie
 
Registered: Jan 2006
Location: Antwerp
Distribution: Ubuntu 5.10
Posts: 10

Rep: Reputation: 0
Thanks for the info, I changed my xorg.conf file accordingly (see below, I also had a small problem due to a typo in your code above: HorizSynz). However, I still am unable to go above the 1024x768 (using: System->Preferences->Screen Resolution)...

Section "Device"
Identifier "i915"
Driver "i810"
VideoRam 131070
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Dell LCD"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "DPMS"
UseModes "Modes1"
EndSection


Section "Modes"
Identifier "Modes1"
Modeline "1280x1024" 75.13 1280 1336 1472 1664 1024 1025 1028 1050 -hsync +vsync
Modeline "1400x1050" 84.76 1400 1472 1616 1832 1050 1051 1054 1076 -hsync +vsync
EndSection

Section "Screen"
Identifier "Def Screen"
Device "i915"
Monitor "Dell LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Def Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 01-18-2006, 02:07 PM   #20
EdoardoC
Member
 
Registered: Mar 2004
Distribution: Mepis or Ubuntu
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Borniet
Thanks for the info, I changed my xorg.conf file accordingly (see below, I also had a small problem due to a typo in your code above: HorizSynz). However, I still am unable to go above the 1024x768 (using: System->Preferences->Screen Resolution)...
are you running i915resolution BEFORE X starts ?
have you tried running it from a command line, finding a bios mode that you do not use, overwrite that and then restart X ?
 
Old 01-20-2006, 05:02 AM   #21
Borniet
LQ Newbie
 
Registered: Jan 2006
Location: Antwerp
Distribution: Ubuntu 5.10
Posts: 10

Rep: Reputation: 0
Quote:
Originally Posted by EdoardoC
are you running i915resolution BEFORE X starts ?
have you tried running it from a command line, finding a bios mode that you do not use, overwrite that and then restart X ?
Yup.. just tried that too... I even tried turning off GDM, rebooting, running 915resolution, starting X, all to no avail, I cannot get it into a higher resolution then the 1024x768. Weirdest thing is that that resolution doesn't even occur in my xorg.conf, neither does 800x600 and 640x480 do, the only other choices I have.
BTW: this is the output of the 915resolution:

borniet@ubuntu:/etc$ sudo 915resolution 3c 1400 1050
Intel 800/900 Series VBIOS Hack : version 0.5

Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36

Patch mode 3c to resolution 1400x1050 complete
borniet@ubuntu:/etc$
 
Old 01-20-2006, 02:42 PM   #22
uglydot
Member
 
Registered: Mar 2003
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
As a hint to anyone doing this under Slackware, I wasn't able to get any driver versions to work with the stock X. As soon as I installed the 6.9 packages off the slackware.org site, I was able to get it up in under 5 minutes. So if you are having the ABI or no device errors after setting everything up correctly under Slackware, try updating your X.
 
Old 02-01-2006, 12:08 PM   #23
WoofDeF
Member
 
Registered: Jan 2005
Distribution: Debian3.1, DamnSmallLinux, FC4
Posts: 70

Rep: Reputation: 15
Fedora Core 4: I had no trouble whatsoever getting 1280x800@60Hz on my new HP dv4182EA laptop using the VESA driver - I just used a modeline written by following the xorg wiki. gtf produces a different modeline, that works also.

But VESA = *unwatchable* dvd playback

Whatever I do I simply CANNOT get the i810 driver working.

I've googled to death for hours and hours. I've done a full 524MB yum update (because I read that i915 would not work on early Fedora releases without one). I've compiled the latest common, i810 and i915 drivers. I've installed 915resolution and set mode 38 to 1280x800
I've tweaked and fiddled and f8cked about 'till I'm white with rage.

X11 just crashes.

I hate Fedora. I hate Intel. I hate dri. i hate HP. I hate them all. Moohoowaaahhh .,haha ArggHHHJJJJJKLLH dribble ha-heeeehahaha --- burbel burble bu.......!!!!!!!

If anyone has a dv4000-series HP laptop (same as Compaq V4000 series) and they have the i810 driver working with their 915GM on Fedora Core 4 ..

*PLEASE* POST and spell out in detail exactly how you did it, your entire xorg.conf, the exact versions of the drivers you have installed, etc.

Last edited by WoofDeF; 02-01-2006 at 12:17 PM.
 
Old 02-01-2006, 12:38 PM   #24
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
uglydot --

There were certain versions of the common, i810, and i915 drivers that did work for X 6.8.2, but they seemed to be few and far between. When I found one I stuck with it until it no longer would work. That being said, the recent update to X 6.9 seems to have fixed this problem quite nicely. I was hoping not to have to use i915resolution anymore, but I guess that's a sacrifice I'm willing to make in order to view my screen at 1400x1050.
 
Old 02-01-2006, 02:08 PM   #25
WoofDeF
Member
 
Registered: Jan 2005
Distribution: Debian3.1, DamnSmallLinux, FC4
Posts: 70

Rep: Reputation: 15
Some progress, coincidentally along the same lines as uglydot et al.

I found this thread http://linux-on-laptops.com/forum/ar....php/t-17.html
The poster's i810 had stopped working following an update of FC4 kernel and an update of the dri drivers.

I'm getting this error: "Module ABI minor version 0.8 is newer than server's version (0.7)"
==> i810 driver is promptly unloaded ==> X crash

Clearly the latest snapshot dri drivers won't work with FC4's current xorg:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2

That must not have been the case at the time people were doing a full yum update (= what Tino27 says)

So either:

a) I find out which archive build of the dri drivers works with the above server version, or

b) I build the latest xorg-x11 via cvs.

The cvs option sounds risky (?) to me with quirky Fedora.

Does anyone know the answer to (a)?

Last edited by WoofDeF; 02-01-2006 at 02:11 PM.
 
Old 02-01-2006, 02:22 PM   #26
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
I remember when I first got my Dell D610 last March and what little information there was on this issue indicated that the latest CVS version of X supported the i915 card. Having never built X before (this is on Slackware), I gave it a whirl. And ended up reinstalling Slackware. In hindsight I probably could've just reinstalled the version of X that came with Slack 10.2, but by that point I was grabbing at straws, and I was probably pissed off enough to simply chuck the whole darn thing and start over.

The last version of the i810, i915, and common that seemed to work for me (with 6.8.2) was the set released on 20050718. When I updated to X 6.9, I did download the drivers for the date 20060123, but I never actually had to use them, so I can't comment on whether they work or not.
 
Old 02-01-2006, 02:48 PM   #27
WoofDeF
Member
 
Registered: Jan 2005
Distribution: Debian3.1, DamnSmallLinux, FC4
Posts: 70

Rep: Reputation: 15
Yes the cvs thing has got to be risky.

The poster in the link I referred to above was also using 20050718 with FC4 (worked before updating) - so it fits.

In the dri archive I didn't see this exact release, but there's one dated 20050707 so I tried that.
On modprobing got:

FATAL: Error inserting i810 (/lib/modules/2.6.14-1.1656_FC4/kernel/drivers/char/drm/i810.ko): Unknown symbol in module, or unknown parameter (see dmesg)

So that's not it I suppose
Perhaps trial and error.

There does not appear to be any xorg6.9 rpms for FC4 around, suggesting an issue with this (but yes for Mandriva, Suse, and now Debian Sid). FC5Testing has xorg7.1 (?) I think - but I am not installing another bug-ridden neurotic early FC release.
 
Old 02-01-2006, 03:41 PM   #28
WoofDeF
Member
 
Registered: Jan 2005
Distribution: Debian3.1, DamnSmallLinux, FC4
Posts: 70

Rep: Reputation: 15
I found some Fedora FC4 rpms for Xorg 6.9 aimed at supporting Via Epia Motherboards:

http://washington.kelkoo.net/epia/

I have no idea whether these would be ok or not.

Last edited by WoofDeF; 02-02-2006 at 01:14 AM.
 
Old 02-02-2006, 07:14 AM   #29
WoofDeF
Member
 
Registered: Jan 2005
Distribution: Debian3.1, DamnSmallLinux, FC4
Posts: 70

Rep: Reputation: 15
Actually, I completely forgot (!): I already tried to install the updated X11 binaries and libraries provided by http://dri.freedesktop.org/wiki/Download
Quote:
Binary snapshots only work with a recent X.org X server. If you're running a version of XFree86 or X.org older than 6.9 RC1 then you must install an [WWW]X.org server (Xorg.bz2) and [WWW]driver modules (Xorg-modules.tar.bz2).
It didn't work, but I may try again.
 
Old 02-02-2006, 01:21 PM   #30
WoofDeF
Member
 
Registered: Jan 2005
Distribution: Debian3.1, DamnSmallLinux, FC4
Posts: 70

Rep: Reputation: 15
Success!

I followed the http://dri.freedesktop.org/wiki/Download instructions to the letter from the console. Using 915resolution to set mode 38 to 1280X800. Must have botched it before somehow.

New X server works, drivers work. Acceleration works: glxgears says 1166 fps.

Watching "Bad Santa" now (I'm not in the US, libdvdcss fascists out there) - xine looks great.

Still have some odd messages in xorg log - v41 won't load (does it matter???)

And xine-check says i don't have XVideo, while xvinfo says I do.

Among other things. But that's for tomorrow.

Last edited by WoofDeF; 02-02-2006 at 01:23 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Video Problem: Dell D610 with Intel 915GM integrated Z3u55 Linux - Laptop and Netbook 7 01-31-2006 06:26 AM
Suse 9.3 Dell D610 Intel 915GM Cannot change resolution vancew22 Linux - Laptop and Netbook 7 10-06-2005 07:36 AM
Graphics problems with Intel 915GM on Dell Inspiron 6000 cmosbjt Linux - Laptop and Netbook 1 07-07-2005 08:51 PM
problems with intel 85x graphics card and dell 700m... robbymcw Mandriva 3 02-07-2005 02:29 AM
Mandrake 9.1 and graphics on the Dell Latitude D600 Bebo Linux - Laptop and Netbook 17 08-20-2003 01:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 08:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration