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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-17-2007, 08:39 PM
|
#1
|
Member
Registered: Sep 2002
Posts: 59
Rep:
|
Screen Resolution help - Thinkpad T30
Hi gurus,
How can I configure my Thinkpad T30 to display 1024x768 pixels of screen resolution?
current display is only 800x600
|
|
|
02-18-2007, 06:10 AM
|
#2
|
Member
Registered: May 2004
Location: Student of University of Mumbai, Maharastra State, India
Distribution: Redhat Linux 9.0, Knoppix LIVE CD, Ubuntu Live CD, Kubuntu Live CD
Posts: 483
Rep:
|
You need to give more details.
Are you using
1. GNOME OR KDE? or something else?
2. Which Linux distribution and what's your maximum resolution?
|
|
|
02-18-2007, 08:01 AM
|
#3
|
Member
Registered: Sep 2002
Posts: 59
Original Poster
Rep:
|
GNOME
RHEL 4
maximum resolution i can select is 800x600
|
|
|
02-18-2007, 09:39 AM
|
#4
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Post;
cat /etc/X11/xorg.conf | grep Driver
and
cat /etc/X11/xorg.conf | grep Modes
also
lspci <--- may need to be root for that
|
|
|
02-18-2007, 10:53 AM
|
#5
|
Member
Registered: Sep 2002
Posts: 59
Original Poster
Rep:
|
[root@localhost ~]# cat /etc/X11/x
xdm/ xinit/ xkb/ xorg.conf xserver/ xsm/
[root@localhost ~]# cat /etc/X11/xorg.conf | grep Driver
Driver "kbd"
Driver "mouse"
Driver "radeon"
[root@localhost ~]# cat /etc/X11/xorg.conf | grep Modes
Modes "800x600" "640x480"
Modes "800x600" "640x480"
[root@localhost ~]# lspci
00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801 Mobile PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
|
|
|
02-18-2007, 11:25 AM
|
#6
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
You should be able to just add it to the Modes.
I just use one;
Modes "1440x900"
|
|
|
02-18-2007, 10:58 PM
|
#7
|
Member
Registered: Sep 2002
Posts: 59
Original Poster
Rep:
|
Do i need to run any other commands after putting Modes "1440x900" ? the display are all in a mess
|
|
|
02-19-2007, 05:06 AM
|
#8
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Your mode would be
Modes "1024x768"
|
|
|
02-19-2007, 09:04 AM
|
#9
|
Member
Registered: Sep 2002
Posts: 59
Original Poster
Rep:
|
Modes "1024x768", also display are all in a mess
|
|
|
02-19-2007, 06:44 PM
|
#10
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Did it change? Did you restart X.?
have a look at;
/var/log/Xorg.0.log
|
|
|
02-20-2007, 10:27 AM
|
#11
|
Member
Registered: Sep 2002
Posts: 59
Original Poster
Rep:
|
now the startup screen is "1024x768", but at logging into my profile its still "800x600". Although display settings says its "1024x768"
|
|
|
02-20-2007, 12:38 PM
|
#12
|
Member
Registered: Jan 2002
Location: Germany
Distribution: Kubuntu
Posts: 444
Rep:
|
can you post the output of
$ xrandr
$ cat /etc/X11/xorg.conf
If you are using KDE you can use $ krandrtray to change the resolution.
|
|
|
02-21-2007, 07:39 AM
|
#13
|
Member
Registered: Sep 2002
Posts: 59
Original Poster
Rep:
|
SZ: Pixels Physical Refresh
0 1024 x 768 ( 347mm x 260mm ) 60
*1 800 x 600 ( 347mm x 260mm ) *60
2 640 x 480 ( 347mm x 260mm ) 60
3 640 x 350 ( 347mm x 260mm ) 60
4 640 x 400 ( 347mm x 260mm ) 60
5 720 x 400 ( 347mm x 260mm ) 60
6 832 x 624 ( 347mm x 260mm ) 60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility 7500"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480" "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
|
|
|
02-21-2007, 06:38 PM
|
#14
|
Member
Registered: Jan 2005
Location: Yorktown, VA
Distribution: CentOS, Ubuntu, MEPIS
Posts: 30
Rep:
|
A couple of suggestions. You can eliminate any modes you don't intend to use from xorg.conf. For example, delete "800x600" "640x480". If the "800x600" mode is unavailable, you probably won't see it anymore.
If your screen is still messy in the "1024x768" mode, see if you can't use the monitor adjustments to clean it up. It is unlikely that 60 Hz won't work for your display, but you can always check your monitor information and make sure it is correct in xorg.conf.
Rob
|
|
|
02-23-2007, 11:02 PM
|
#15
|
Member
Registered: Sep 2002
Posts: 59
Original Poster
Rep:
|
it says "1024x768" now, but don't know why the icons and taskbar are still the same size
|
|
|
All times are GMT -5. The time now is 03:21 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|