LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 08-05-2006, 08:54 PM   #1
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Rep: Reputation: 40
Video problems with Slack 10.2 on my Dell GX620


Ok so this is my latest project. I have Dell gx620 with Pentium D dual core, SATA drive, 2GB RAM and the integrated intel 945 chipset. I loaded Slack 10.2 with using the full install option. I am having several problems so far. But I'll start a thread for each so as to not confuse everyone.

For this thread, I have a problem with the graphics. X will only start up if I use the VESA framebuffer device. If i specify the i810 (thich is my understanding of the device I should use for this chipset), X exits with the error no screens found.

Here are the pertinent sections from the xorg.conf that doesn't work:
Section "Device"
Identifier "IntelDell"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 16384
# Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
Identifier "Screen_1"
Device "IntelDell"
Monitor "Dell"
DefaultDepth 16

Subsection "Display"
Depth 8
# Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
# Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
# Modes "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************


Section "ServerLayout"

# The Identifier line must be present
Identifier "Simple Layout"
Screen "Screen_1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
# Mode 0666
# EndSection

And the output of lspci
00:02.0 VGA compatible controller: Intel Corporation 945G Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation 945G Integrated Graphics Controller (rev 02)

Any ideas where to start?

Last edited by gmartin; 08-05-2006 at 09:13 PM.
 
Old 08-05-2006, 10:57 PM   #2
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Check out my thread about DRI (Link is in my sig)

Do me a favor: Instead of using 'xorgconfig', run 'xorgsetup' as root. You may be surprised by the results...
 
Old 08-06-2006, 08:30 AM   #3
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
That helped!

I ran xorgsetup with excellent results. (Thanks for the tip) I'm now running at 1280x1024 and it looks good. My only question is whether I should care that I'm running the vesa driver still.

pertinent xorg.conf sections:
Section "Monitor"
Identifier "Dell LCD"
VendorName "Dell"
ModelName "1905FP"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corp."
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Dell LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


Xorg.0.log:
(II) VESA(0): initializing int10
(WW) VESA(0): Bad V_BIOS checksum
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 7872 kB
(II) VESA(0): VESA VBE OEM: Intel(r)Lakeport-G Graphics Chip Accelerated VGA BIOS
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
(II) VESA(0): VESA VBE OEM Product: Intel(r)Lakeport-G Graphics Controller
(II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
 
Old 08-06-2006, 10:35 AM   #4
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
If it works well, I wouldn't worry. I havn't read cwwilsons thread, so I don't know if it talks about DRI on an intel graphics chip... But it might be worth a look (I know I'm about to.)
 
Old 08-06-2006, 10:38 AM   #5
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
I think there was a problem with the i810 xorg driver in that version. I could never get it to work on my laptop, had to use vesa, until I upgraded to -current which is using a newer xorg.

vesa works fine for general use so unless you seriously need the acceleration, I wouldn't worry about it.
 
Old 08-06-2006, 12:34 PM   #6
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
and the best way to -current? Will shilo's swaret entry do?
 
Old 08-06-2006, 02:04 PM   #7
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
Probably not. there are some new packages in current, some things have been split up and moved around. the way that worked for me is noted HERE, though your mileage may vary.

The difference for most users would be that after rsyncing -current you would simply cd to the slackware directory (the one containing a/ ap/... xap/ & y/ and maybe following 10.2s UPGRADE.TXT

followed by fixing your kernel (make sure the symlinks are all good and run /sbin/lilo) and re-implementing any custom scripts. making sure the system boots to runlevel 3 just in case X got hooped.... the general drill when making a major system change.

err on the side of caution.

Last edited by truthfatal; 08-06-2006 at 02:09 PM.
 
Old 08-06-2006, 02:08 PM   #8
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by truthfatal
If it works well, I wouldn't worry. I havn't read cwwilsons thread, so I don't know if it talks about DRI on an intel graphics chip... But it might be worth a look (I know I'm about to.)
It was written SPECIFICALLY for Intel, and later expanded to Nvidia and ATI and others...

Quote:
Originally Posted by gmartin
and the best way to -current? Will shilo's swaret entry do?
DO NOT USE SWARET TO 'UPGRADE' TO -current!!!!
Shilo even admits in another thread that the swaret deal is wrong.
-current is so far away from 10.2, things will break. Either find a premade iso image of -current, make your own, or find a script that will mirror -current for you and make one.
Quote:
Originally Posted by gmartin
My only question is whether I should care that I'm running the vesa driver still.
vesa is fine. Leave it in, because if all else fails, you can use that to get into X.
Quote:
Originally Posted by masonm
I think there was a problem with the i810 xorg driver in that version. I could never get it to work on my laptop, had to use vesa, until I upgraded to -current which is using a newer xorg.
What are you talking about? Xorg in 10.2 never failed on Intels. There were issues with ATI, but not Intel. You just had a bad configuration, or a chip that was made long after Xorg was written. Did you read my guide and recompile your kernel?

Last edited by cwwilson721; 08-06-2006 at 02:11 PM.
 
Old 08-06-2006, 02:18 PM   #9
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
Quote:
Originally Posted by cwwilson721
It was written SPECIFICALLY for Intel, and later expanded to Nvidia and ATI and others...
Yeah, I went and read the thread about 2 minutes after I posted that comment. ops:
 
Old 08-06-2006, 02:27 PM   #10
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
lol...

It happens. 22 thousand have read it so far, now 22 thousand and 1...lol
 
Old 08-06-2006, 06:03 PM   #11
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
Quote:
Originally Posted by cwwilson721
DO NOT USE SWARET TO 'UPGRADE' TO -current!!!!
Shilo even admits in another thread that the swaret deal is wrong.
-current is so far away from 10.2, things will break. Either find a premade iso image of -current, make your own, or find a script that will mirror -current for you and make one.
rsyncing now... I'll try the 10.2 upgrade instructions. I used the to get from 10.1 to 10.2 on another box so that should be straight forward enough. Thanks for the help everyone.

Now, how about a good guide for recompiling? The thread on this site is now 30 pages long. Is there a good synopsis somewhere?
 
Old 08-06-2006, 07:12 PM   #12
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
http://alien.slackbook.org/dokuwiki/...kernelbuilding
 
Old 08-06-2006, 07:23 PM   #13
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
One more video question

I have my LCD plugged into the DVI riser card on this GX620. While on DVI, the contrast function is disabled using the on screen controls. When this was running windows, the contrast could be set using the advabced desktop properties. Any idea how I do that now?
 
Old 08-06-2006, 08:21 PM   #14
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
Upgrade good

The -current upgrade went well. I'm going to work on the new kernel now. Thanks all
 
Old 08-12-2006, 10:30 PM   #15
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
New kernel

Just wanted to stop back and let you know how it went. I configured the new kernel with sata, smp & himem support. I had to compile twice because i didn't know which sata driver to compile in the kernel. Got it the second time. We're not booting 2.6.17.7. Linux sees both cores, 2GB RAM and the sata without initrd. Very nice.

Thanks to all.
 
  


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
Dell Inspiron 5160 video problems while installing Fedora C2, HELP! leopard95 Linux - Laptop and Netbook 8 10-07-2007 04:13 PM
starx on centos 4.2 - Dell Optiplex GX620 james_vasant Red Hat 1 02-20-2006 01:06 PM
startx on Centos 4.2 - problems with optiplex GX620 james_vasant Fedora 1 02-19-2006 09:50 AM
SLACK 10.1 video problems w0lv3rin3 Linux - Hardware 4 02-11-2005 08:50 AM
XFree86 Problems with Dell Video Card wood_dog Linux - Newbie 2 11-14-2004 12:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 03:39 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