LinuxQuestions.org
Review your favorite Linux distribution.
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 09-11-2005, 11:04 PM   #1
cyu021
Member
 
Registered: Oct 2004
Posts: 43

Rep: Reputation: 15
"Big screen" with different resolution?


Hi folks,

I am using "big screen" on two monitors, one is the wide screen LCD on my laptop (1280x800), and the other is the desktop LCD (1280x1024).
The video card installed on my laptop is ati radeon mobility 9700 (recognized as 9600 in Ubuntu 5.10 preview), and I have the closed source driver from ati installed (8.16.20-i386).

The installation and configuration went smoothly, but now I can only set both monitor's resolution to 1280x800, and the big screen has the 2560x800 as a result. Due to this weird resolution, the bottom of desktop LCD is chopped off.

Please guide me a way that I can use big screen and set two monitors to have different resolution.

You help is greatly appreciated.
Regards,
James
 
Old 09-12-2005, 07:16 AM   #2
mgmax
Member
 
Registered: Jul 2005
Distribution: Debian
Posts: 82

Rep: Reputation: 16
1. What does "big screen" mean?
2. How should the system recognize which monitor is connected?

mgmax
 
Old 09-12-2005, 07:28 AM   #3
cyu021
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
"Big screen" is just a term provided in ati's driver through out the configuration phase.
Big screen essentially means your desktop extends from one screen to another, like you are using two monitors to display one big desktop.
I don't know how the system recognize which monitor is connected by far, but it does work smoothly though.


Waiting for you advice, cheers.
James
 
Old 09-12-2005, 06:12 PM   #4
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
Have you tried adjusting the xorg.conf or XF86free.conf files? There should be a setting for each displays resolution.
Not sure about ati, but nvidia drivers you can assign which monitor is connected where.
 
Old 09-12-2005, 09:26 PM   #5
cyu021
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
As we set it to "big screen" option, there is only one monitor exists in the xorg.conf, I have the resolution set to 1280x800. But the real resolution is actually (2 * 1280)x800

Due to I have a wide screen and a normal one, the gui just screws up whenever I try the "dual head". It's like the wide screen display normally, but the normal LCD only use part of its screen to display, and even worse, the x-window seems to be corrupted somehow...
 
Old 09-14-2005, 06:31 AM   #6
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
xorg should look something like below, just adjust it for your needs.

Section "Monitor"
Identifier "Monitor0"
VendorName "Dell"
ModelName "1905FP"
HorizSync 31.5 - 64.3
VertRefresh 50-90
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Dell"
ModelName "1905FP"
HorizSync 31.5 - 64.3
VertRefresh 50-90
Option "DPMS"
EndSection

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection

Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X300"
BusID "PCI:1:0:0"
Screen 0
Option "AGPFastWrite" "True"
Option "MetaModes" "1280x1024,1280x1024;1024x768,1024x768"
EndSection

Section "Device"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X300"
BusID "PCI:1:0:0"
Screen 1
Option "AGPFastWrite" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Dual-Monitor"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
 
Old 09-14-2005, 07:06 AM   #7
cyu021
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
Thanks for your kindly help, but my problem is really that I am using two monitors with different <width:height> ratio, one is true 16:9 LCD and the other is normal 4:3 one.
If I go for the "dual-head" mode, both screen are intefered by each other. If I go for the "big-screen" mode, the 4:3 one will have some portion made invisible.

Does anyone get the same problem?

Thanks in advance,
James
 
  


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
Fedora Core 2: Screen Resolution can not change from "800X600" to "1024X 768" suhaimi_sj Fedora - Installation 18 12-17-2009 03:29 AM
Screen not off in "Suspend" or "StandBy" Riddick Linux - Laptop and Netbook 8 09-22-2005 04:50 AM
Undefined Screen " XFree86" reference by serverLayout "XFree86 Configured" comox *BSD 7 01-17-2005 05:47 PM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 05:39 PM
XF86Config : Option "Resolution" "800" carboncopy Slackware 2 12-16-2003 10:13 PM

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

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