LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-08-2008, 03:11 AM   #1
gishaust
LQ Newbie
 
Registered: Aug 2006
Location: Victoria
Distribution: ubuntu 7.04 server and 7.04 desktops
Posts: 15

Rep: Reputation: 0
Looking for modeline so that I can fix graphics card


hi everyone

I have just looked at backtrack live cd that I got of the web.
in the opening choices the only choice that I could get to work was vesa 1024*768

I installed and all went well but when I restart the computer the screen shakes if I flux, startX, I can see the dragon but it is moving very quickly.

I found a site that can test the screen and it came up with "1024*768" 81.55 1024 1064 1168 1352 768 768 770 804

but i don't where do I put them I know that it is xorg.conf but where!!!

any help would be great

gishaust
 
Old 02-08-2008, 03:34 AM   #2
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Add the mode lines as I have shown below
Code:
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768" 81.55 1024 1064 1168 1352 768 768 770 804
        EndSubSection
EndSection
I'm assuming that the mode line you found is the one you want to use. Generally you can just use something like Modes "1280x1024" "1024x768"
 
Old 02-08-2008, 02:28 PM   #3
gishaust
LQ Newbie
 
Registered: Aug 2006
Location: Victoria
Distribution: ubuntu 7.04 server and 7.04 desktops
Posts: 15

Original Poster
Rep: Reputation: 0
thankyou for the reply

I have tried what you said and all it does is error in the log its says that 81.55 is not a valid keyword for this section.

if I take out everything after "1024*768" I can get it startx to work but the fuzz screen is back

gishaust
 
Old 02-08-2008, 02:42 PM   #4
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Make sure it's "1024x768", not "1024*768". Also, is it a laptop or a desktop? What video card? Have you tried the driver(s) for the video card together with the mode line?
 
Old 02-08-2008, 02:55 PM   #5
gishaust
LQ Newbie
 
Registered: Aug 2006
Location: Victoria
Distribution: ubuntu 7.04 server and 7.04 desktops
Posts: 15

Original Poster
Rep: Reputation: 0
Yes it is a laptop. How do I get multiplication and not * on a laptop? How do I find out what the video card is linux?
 
Old 02-08-2008, 03:10 PM   #6
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Quote:
Originally Posted by gishaust View Post
Yes it is a laptop. How do I get multiplication and not * on a laptop?
It's the letter x lower case.
Quote:
Originally Posted by gishaust View Post
How do I find out what the video card is linux?
Open a terminal and type /sbin/lspci. There should be a line telling you about the video or graphics card. I'm assuming lspci is in the /sbin folder for your distro. If it's not there then type locate lspci and then type the path and the command, /path/to/lspci.
Here's the command from my laptop:


Code:
[glenn@toshiba ~]$ /sbin/lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller (rev 14)
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
07:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
07:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
07:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
07:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
Here's my xorg.conf / drivers:
Code:
[glenn@toshiba ~]$ cat /etc/X11/xorg.conf | grep Driver
        Driver      "kbd"
        Driver      "synaptics"
        Driver      "intel"
My video driver is intel.
 
Old 02-08-2008, 03:26 PM   #7
pdw_hu
Member
 
Registered: Nov 2005
Location: Budapest, Hungary
Distribution: Slackware, Gentoo
Posts: 346

Rep: Reputation: Disabled
Also modelines go to the Monitor section not the Screen one as it was stated earlier.

Correct usage:

Section "Monitor"
...
Modeline "1152x864" 139.84 1152 1232 1344 1520 864 865 868 920 (this is for mine, don't use it :P)
...
EndSection
 
Old 02-08-2008, 03:44 PM   #8
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Good catch pdw_hu. Sorry for the confusion gishaust.
 
Old 02-08-2008, 09:46 PM   #9
gishaust
LQ Newbie
 
Registered: Aug 2006
Location: Victoria
Distribution: ubuntu 7.04 server and 7.04 desktops
Posts: 15

Original Poster
Rep: Reputation: 0
I have found out that ATI technologies Inc Radeon IGP 330m/340m/350m is the driver. IF I cat /etc/X11/Xorg.conf | grep Driver I get
Driver "kbd"
Driver "mouse"
Driver "ati"

pdw_hu Thanks for the pickup I put it in monitor instead of screen.

but its stills shaking
 
Old 02-08-2008, 11:06 PM   #10
gishaust
LQ Newbie
 
Registered: Aug 2006
Location: Victoria
Distribution: ubuntu 7.04 server and 7.04 desktops
Posts: 15

Original Poster
Rep: Reputation: 0
maybe the answer???

I have been searching the web and found out that there can be an issue with
the above driver. But I found a site that said if I change ati to vesa in the xorg.config device it can work after compiling the kernel. I have never done this is it a good thing to do. When you think about it at the start of the thread the live cd vesa drivers is when it worked and the others could of been trying to install a ati card which seems to have a lot of issues.

What do you think???

any advice would be great.
 
Old 02-10-2008, 02:56 PM   #11
gishaust
LQ Newbie
 
Registered: Aug 2006
Location: Victoria
Distribution: ubuntu 7.04 server and 7.04 desktops
Posts: 15

Original Poster
Rep: Reputation: 0
this has been fixed back track a the start asks you if you want to work under vesa if you don't xconfig at the start. it will work under the vesa drivers. Thanks for your help.
 
  


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
Digital TV card conflicts with graphics card and hard disk ptay1685 Linux - Hardware 0 11-11-2006 05:39 PM
getting graphics card to be used instead of integrated graphics Shaun32 Fedora - Installation 5 02-18-2005 03:33 PM
Can't find graphics card because greater than 64 PCI busses... how to fix? nirajpatel Linux - Hardware 1 07-26-2004 09:43 AM
Possible fix for NVIDIA graphics card users... fmfnavydoc Fedora 3 05-24-2004 08:26 AM
Graphics WERE working, then I had to fix things... Trogdor Linux - Laptop and Netbook 5 11-06-2003 05:45 PM

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

All times are GMT -5. The time now is 12:01 AM.

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