View previous topic :: View next topic |
Author |
Message |
MdaG l33t


Joined: 09 Nov 2004 Posts: 945 Location: Stockholm, Sverige
|
Posted: Mon Dec 13, 2004 5:31 pm Post subject: Can't make X draw full screen[fixed] |
|
|
Hi!
I've been trying to make my Laptop LCD screen draw a true full screen other than it's native one (1680x1050). Now, when I try it only draws the dots (ex. 800x600) and then fills the rest with black.
I've tried adding the line DisplaySize <xwidth> <ywidth>, but then X won't start...
This is the screen part of my xorg.conf.
Code: | Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
#DisplaySize 330 210
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050 1280x1024 1024x768 800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1680x1050 1280x1024 1024x768 800x600"
EndSubSection
EndSection |
Last edited by MdaG on Sun Dec 19, 2004 9:04 pm; edited 1 time in total |
|
Back to top |
|
 |
seank l33t

Joined: 08 Jul 2004 Posts: 686
|
Posted: Tue Dec 14, 2004 1:45 am Post subject: |
|
|
Are you sure the corrent refresh rate and vertical sync for your screen are correct in the Monitor section? You might be able to find that info from your laptop's manufacturer's website. |
|
Back to top |
|
 |
MdaG l33t


Joined: 09 Nov 2004 Posts: 945 Location: Stockholm, Sverige
|
Posted: Tue Dec 14, 2004 7:57 am Post subject: |
|
|
sean_micken wrote: | Are you sure the corrent refresh rate and vertical sync for your screen are correct in the Monitor section? You might be able to find that info from your laptop's manufacturer's website. |
I haven't entered those. I haven't been able to find out what they are. I've asked the supplier (DELL) but they couldn't help me, they don't even give support on linux. I know I have a WSXGA+ LCD screen. The refresh rate is 60 Hz though (is that the same as horisync?). |
|
Back to top |
|
 |
|