LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-26-2005, 10:30 PM   #1
rhcpbnl
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Rep: Reputation: 0
Changing resolution on a Dell dimension 3000 desktop.


I have a Dell dimension 3000 desktop, with a hard drive installation of auditor (kinda like knoppix.) I think the computer has some type of onboard intel graphics. The problum is that i can not figure out how to incress my resolution. It is currnetly set as 640x480, which is way to low of a reselution. I went to the screen resize and rotate tool, but the only resolution listed is the 640x480. Are there some type of drivers i have to install to get the other resolutions working. Any help will be great. I need to get this fixed ASAP.

Thanks,
The Ragin' Cuban
 
Old 09-27-2005, 02:56 PM   #2
angel115
Member
 
Registered: Jul 2005
Location: France / Ireland
Distribution: Debian mainly, and Ubuntu
Posts: 542

Rep: Reputation: 79
your video card is probably a "Integrated Intel® Extreme Graphics" but it should be better to check on you tech doc or in windows.

anyway you can some linux driver on the intel site.
 
Old 09-27-2005, 02:59 PM   #3
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
Try "lspci" and "lspci -n" to see how it is detected. Have you checked your xorg/xfree conf file (look under "/etc/X11/.....")
 
Old 09-27-2005, 03:48 PM   #4
rhcpbnl
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Original Poster
Rep: Reputation: 0
lspci =

root@DellBox:~# lspci
0000:00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
0000:00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated Graphics Device(rev 02)
0000:00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 02)
0000:00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 (rev 02)
0000:00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller(rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2)
0000:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 StorageController (rev 02)
0000:00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
0000:01:01.0 Modem: Intel Corp.: Unknown device 1080 (rev 04)
0000:01:08.0 Ethernet controller: Intel Corp. 82562EZ 10/100 Ethernet Controller (rev02)

lspci -n =

0000:00:00.0 0600: 8086:2570 (rev 02)
0000:00:02.0 0300: 8086:2572 (rev 02)
0000:00:1d.0 0c03: 8086:24d2 (rev 02)
0000:00:1d.1 0c03: 8086:24d4 (rev 02)
0000:00:1d.3 0c03: 8086:24de (rev 02)
0000:00:1d.7 0c03: 8086:24dd (rev 02)
0000:00:1e.0 0604: 8086:244e (rev c2)
0000:00:1f.0 0601: 8086:24d0 (rev 02)
0000:00:1f.1 0101: 8086:24db (rev 02)
0000:00:1f.3 0c05: 8086:24d3 (rev 02)
0000:00:1f.5 0401: 8086:24d5 (rev 02)
0000:01:01.0 0703: 8086:1080 (rev 04)
0000:01:08.0 0200: 8086:1050 (rev 02)



And i dont see a xorg or xfree under /etc/X11/

This is what is in the x11 folder :

X XftConfig Xwrapper.config icewm twm
XF86Config Xloadimage app-defaults lbxproxy xdm
XF86Config-4 Xresources cursors proxymngr xinit
XF86Config-4.bak Xsession default-display-manager rgb.txt xkb
XF86Config-4.in Xsession.d fonts rstart xserver
XF86Config.in Xsession.options fs rxvt.menu xsm

thanks for replying so fast.

-The Ragin' Cuban
 
Old 09-27-2005, 05:40 PM   #5
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
You are using xfree, the file is "/etc/X11/XF86Config-4" open the file with a text editor as root and add the default resolution first, like "1280x1024" "1024x768" "800x600" "640x480"

This is the line for your video, Intel Extreme Graphics 2
"0000:00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated Graphics Device(rev 02)"
have a look here for more help http://support.intel.com/support/gra.../CS-010512.htm
 
Old 09-27-2005, 09:34 PM   #6
rhcpbnl
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Original Poster
Rep: Reputation: 0
where do i add this default resolutions ...

i need my resolution to be like 1024x**** or above

Thanks again ...
 
Old 09-28-2005, 03:21 PM   #7
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
use nano, vi, emacs or even "kdesu kate" (any text editor) and open XF86Config-4. Then under the "Screen" "SubSection Display" section you should see "modes" add "1024x768" before what ever is there (the first listed resolution is the default), add it to all "Depths". Should look something like this:

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Sound & Resolution problems on RH Dell 3000 PenguinPride Linux - Hardware 2 10-18-2005 05:14 PM
Dell Dimension Desktop 4600 graphics Eerath Linux - Hardware 1 07-25-2005 09:35 AM
Xorg Problems with Slackware 10.1 and Dell Dimension 3000 IntelSlacker Slackware 12 03-26-2005 11:23 AM
Resolution stuck on Mandrake 9.2 on Dell Dimension ngermain Linux - Hardware 0 02-07-2004 01:32 PM
changing the desktop resolution dmann304 Linux - General 10 11-18-2003 11:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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