LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 03-02-2005, 04:33 PM   #1
robbymcw
LQ Newbie
 
Registered: Feb 2005
Posts: 8

Rep: Reputation: 0
problems setting 1280x800 resolution


originally i had a problem installing mandrake 10.1 on my laptop becuase when i chose the settings that i chose, althought the correct settings, did not display the screen properly. so then i tried 1024x768 and it worked. my screen, however, is 1280x800. i have a intel 855 graphics card and am using a dell 700m. is not being able to set the resolution to 1280x800 a typical problem? are there any solutions? please help! Thanks...

Robby
 
Old 03-02-2005, 04:35 PM   #2
justintime32
Member
 
Registered: Sep 2004
Distribution: SimplyMepis 3.3 (Debian testing/unstable)
Posts: 123

Rep: Reputation: 15
Make sure you have set up your correct monitor in the MCC. I had this problem before with my Dell. It wasn't displaying widescreen like it was supposed to. So make sure you have your monitor model set.
 
Old 03-02-2005, 05:10 PM   #3
robbymcw
LQ Newbie
 
Registered: Feb 2005
Posts: 8

Original Poster
Rep: Reputation: 0
when i attempt to set it up i use XFdrake so i can test the settings. i set monitor to dell laptop 1280x800 and the correct resolution, 1280x800...

any other suggestions?

Last edited by robbymcw; 03-02-2005 at 05:13 PM.
 
Old 03-02-2005, 08:11 PM   #4
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
What do you mean that "it did not display properly".

A bit more explanation would be helpful.

Try being quite a bit more descriptive so we can have a clue.
 
Old 03-02-2005, 08:37 PM   #5
[LAG] Prude
Member
 
Registered: Feb 2005
Location: In front of my computer
Distribution: Slackware 10.1
Posts: 31

Rep: Reputation: 15
I am having the exact same problem....same laptop.....when you try to run it in 1280x800. You know when you set any monitor to a lower resolution ie. 640x480 everything looks huge? it does that only on a larger scale....its like 12x34 lol....you can only see the top of the dialog box asking you if you want to keep these settings....quite frustrating. I hope that cleared some things up with describing the problem.
 
Old 03-02-2005, 09:07 PM   #6
robbymcw
LQ Newbie
 
Registered: Feb 2005
Posts: 8

Original Poster
Rep: Reputation: 0
exact same problem...

if you by any chance come across another solution elsewhere that works will you let me know? please!!! robmcw at gmail.com - i'll do the same.
 
Old 03-02-2005, 09:34 PM   #7
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Usually the virtual screen appears due to one of two things...

a) You have correctly set things up, but other modelines occur first in the X configuration file causing the initial display to default to some other res.

When this occurs hit CTRL-ALT-[+] or CTRL-ALT-[-] minus to toggle through the available modes.

b) Even though you are correctly specifying the resolution, the hardware does not report, support or provide adecuate resources to give you the res you specified and the system drops into virtual mode.

This may be due to

1 - Inccorect identification by the driver of available VRAM
2 - NO VRAM present (as in a shared memory system, such as yours)
3 - The driver does not support your requested configuration
4 - Wrong driver

You may have to explicitly specify the amount of VRAM available to the system directly.

Note: that shared memory systems as highly problematic as they are very akin to Winmodems in the way they function.
 
Old 03-02-2005, 10:10 PM   #8
robbymcw
LQ Newbie
 
Registered: Feb 2005
Posts: 8

Original Poster
Rep: Reputation: 0
how would i set the amount of vram?
 
Old 03-02-2005, 11:23 PM   #9
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
How much do you have?

Most Intel Motherboard based video have NONE! That is no dedicated video ram.

Rather they use a shared memory scheme.

The amount of VRAM is usually passed back to the driver via a parameter in the Xorg.conf or XFconfig file in /etc/X11
 
Old 03-03-2005, 04:47 PM   #10
[LAG] Prude
Member
 
Registered: Feb 2005
Location: In front of my computer
Distribution: Slackware 10.1
Posts: 31

Rep: Reputation: 15
I still can't figure this blasted thing out. is their any other place i can look to find out how much vram the computer "thinks" is there? i tried looking in the etc/X11 directory for the XFconfig but couldnt find it. i did, however, find the Xorg.conf but i didnt see anything in reference to vram. also, i found some drivers for the 855 graphics controller, i think, http://downloadfinder.intel.com/scri...2&DwnldID=8203 . so i go into the shell and unzip the tarball thingy with the command
"tar xzvf i915graphics.tar.gz" without the quotes. after they are unpacked i log into root and go to the directory where i unzipped it to try and run the instal "./install.sh" but i get the error message
"Could not locate some required utilities: ed"
"aborting"
I tried reading the readme on the website but it proved to not be of much use. any help would be appriciated


Here is a complete copy of my Xorg.conf file. if there is anything i should change please let me know.....thanks so much!


# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "synaptics"
Load "glx" # 3D layer
Load "dri" # direct rendering
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "BottomEdge" "4200"
Option "SHMConfig" "on"
Option "LeftEdge" "1700"
Option "FingerLow" "25"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "FingerHigh" "30"
Option "VertScrollDelta" "100"
Option "AccelFactor" "0.0010"
Option "TopEdge" "1700"
Option "RightEdge" "5300"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Dell"
ModelName "Dell 1280x800 Laptop Display Panel (16/10)"
HorizSync 30.0-107.0
VertRefresh 50.0-185.0

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# Dell D800 and few Inspiron (16/10) 1280x800
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848

# Dell D800 and few Inspiron (16/10) 1680x1050
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

# Dell D800 and few Inspiron (16/10) 1920x1200
ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Monitor"
Identifier "monitor2"
VendorName "Dell"
ModelName "Dell 1280x800 Laptop Display Panel (16/10)"
HorizSync 30.0-107.0
VertRefresh 50.0-185.0

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# Dell D800 and few Inspiron (16/10) 1280x800
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848

# Dell D800 and few Inspiron (16/10) 1680x1050
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

# Dell D800 and few Inspiron (16/10) 1920x1200
ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corp."
BoardName "Intel 85x"
Driver "i810"
Screen 0
BusID "PCI:0:2:0"
Option "DPMS"
EndSection

Section "Device"
Identifier "device2"
VendorName "Intel Corp."
BoardName "Intel 85x"
Driver "i810"
Screen 0
BusID "PCI:0:2:1"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "monitor2"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "SynapticsMouse1" "CorePointer"
Screen "screen1"
Screen "screen2" RightOf "screen1"
#Option "Xinerama"
EndSection

Last edited by [LAG] Prude; 03-03-2005 at 05:39 PM.
 
Old 03-04-2005, 02:25 AM   #11
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Eh, your are missing the point.

If you have an integrated chipset, you may have NO vram, which will create a problem for the driver.

So again, how much actual VRAM -DOES- your system have?

Don't rely on Linux for the answer to this.


Also all of your screen definitions are for virtual displays.

Did you kill the display manager and run XFdrake to set things up?

From the output of the configuration file it appears that you may not have, though I am working with limited information.

Also your system lists TWO display devices. How many do you actually have?

E.g. it shows "screen1" and "screen2".

Also

You have defined a modeline for your desired 1280x800 resolution, but where is the corresponding "Display" section?

E.G.


Subsection "Display"
Depth 8
Virtual 1280 800
EndSubsection

Subsection "Display"
Depth 15
Virtual 1280 800
EndSubsection

Subsection "Display"
Depth 16
Virtual 1280 800
EndSubsection

Subsection "Display"
Depth 24
Virtual 1280 800
EndSubsection
EndSection


etc...
 
  


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 Acer 1690: 1280x800 resolution jayhel Slackware - Installation 6 04-14-2006 07:23 AM
Monitor wont display 1280x800 resolution dasoberdick Linux - Newbie 1 11-07-2005 11:56 PM
Laptop Acer 1690: 1280x800 resolution jayhel Linux - Laptop and Netbook 1 07-17-2005 10:37 PM
1280X800 Resolution on HPZv5000 macaldwell Linux - Laptop and Netbook 6 05-29-2005 02:43 PM
Sony vaio S series - 1280x800 resolution in X mserms Linux - Hardware 1 04-02-2005 05:10 AM

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

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