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 - 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 11-27-2006, 01:34 AM   #1
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Rep: Reputation: 0
Unhappy Bad screen resolution with slackware 10.2 in Laptop


Hallo all i m new here.i have 2 days that installed slack and i have 2 say they are great but i have a prob with screen resolution it only give me 3 options 1024*768,and the lower one's and my screen with xp had 1400*1050 .What can i do to make the res 1400*1050 cause everything look's like i have used blur in gimp.Thank's a lot.
 
Old 11-27-2006, 01:40 AM   #2
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
OH and also my graphic's card is an ATI
 
Old 11-27-2006, 01:50 AM   #3
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
My computer is Thinkpad r40 i dont really remember about my graphic's card.thank;s
 
Old 11-27-2006, 06:10 AM   #4
dosnlinux
Member
 
Registered: Mar 2005
Distribution: slackware 11, arch 2007.08
Posts: 154

Rep: Reputation: 30
In your xorg.conf file try editing the Modes part of the screen section. Add your desired resolution there. It should look something like
Code:
Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1400x1050" "1280x768"
  EndSubSection
  SubSection "Display"
    Depth      16
    [b]Modes      "1280x768"[/b[
  EndSubSection
 
Old 11-27-2006, 06:32 AM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
As a last resource, you could use the gtf command. gtf <horizontal> <vertical> <refresh> -x

For example:
gtf 1400 1050 56 -x

This will produce a modeline called "1400x1050_56.00". Edit the name to "1400x1050_56". Add the entry to the "Screen" modes section and the entire modeline into the "Modes" section. If you don't have a modes section, then you can add it to the "Monitor" section. Read the "man 5 xorg.conf" manpage for details on the format of the xorg.conf file.
 
Old 11-27-2006, 12:48 PM   #6
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
i ll try it m8 and i tell u thanks.
 
Old 11-27-2006, 02:27 PM   #7
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
You need to configure your X with the correct driver for your card. lspci should provide you the information about the card.

If it is an ATI card you'll want to download the xorg driver from the ATI website. google linux ati

after running the ati driver installer and then the ati config app your xorg file should be set up properly for the card and you'll have a full range of modes. The vesa driver you're most likely using now is pretty limited.

If your card isn't ATI you'll need to configure for the correct driver. In this case try running xorgsetup as root.
 
Old 11-28-2006, 02:10 AM   #8
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
Hallo again well it doest work neither the first way nor the second i changed the xorg.conf but nothing then i instal ati's drivers properly and i type aticonfig --resolution=0,1400x1050 as it sais in the manual and now i cant even start with startx!!!;-(What the hell t do??
 
Old 11-28-2006, 03:25 PM   #9
dosnlinux
Member
 
Registered: Mar 2005
Distribution: slackware 11, arch 2007.08
Posts: 154

Rep: Reputation: 30
Then I would suggest what jschiwal said about creating a modline.
 
Old 11-29-2006, 01:01 AM   #10
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
ok i wrote gtf and the other and t sais that modline created but i cant find were is it to rename it can someone tell me step by step what 2 do?
 
Old 11-29-2006, 01:57 AM   #11
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
ok i just found in net that the linux drivers form ati can't support my ati cause its randeon 7500.
from wht i see i cant find any driver so i ll try by gtf and tell u.
 
Old 11-30-2006, 01:33 AM   #12
ryudo
LQ Newbie
 
Registered: Nov 2006
Location: Greece
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
ok to ebrhka perasa ksana ts drivers tis ati kai esbhsa meta to xorg.conf kai xekinhde kanonika.thanks gia ola
 
  


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
Laptop Screen Resolution Munk *BSD 3 06-02-2006 07:45 AM
ATI - Bad Resolution on KDM Login Screen (XFree86 4.3) Astral Projection Linux - Hardware 2 04-17-2006 06:29 PM
screen resolution on laptop evilDOTnet Fedora - Installation 1 03-14-2005 01:54 PM
laptop screen resolution zeppedled Linux - Laptop and Netbook 1 12-09-2004 07:08 AM
Laptop display config'd bad; screen fails (RH9) diamonaj Linux - Newbie 5 01-17-2004 01:42 PM

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

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