LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-24-2006, 03:06 AM   #1
Hit3k
Member
 
Registered: Nov 2005
Location: Australia
Distribution: Ubuntu, Slackware, Gentoo
Posts: 32

Rep: Reputation: 15
1280x768 on laptop


Hi,
I've just reinstalled Gentoo Linux and I'm trying to get my screen Res to 1280x768 I've edited the modes made it the only screen res possible added the mode line but it wont change I have an ATi 200M Card and I have emerged the drivers
 
Old 03-25-2006, 02:15 PM   #2
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Is your display physically capable of using that resolution? What kind of laptop are you using? Perhaps it would be helpful to post your xorg.conf file
 
Old 03-25-2006, 06:02 PM   #3
Hit3k
Member
 
Registered: Nov 2005
Location: Australia
Distribution: Ubuntu, Slackware, Gentoo
Posts: 32

Original Poster
Rep: Reputation: 15
a) It is possible
b) Compaq Presario V2000
c) Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Viewport 0 0
EndSubSection
EndSection

Apparently I dont need modelines
 
Old 03-26-2006, 12:31 PM   #4
kendolin
Member
 
Registered: Jan 2004
Distribution: Mandrake, Slackware, Knoppix, coLinux w/Debian & Gentoo
Posts: 64

Rep: Reputation: 15
I have a Compaq Presario v2413us running Mandriva 2006 x64. The best color depth is 24 bit (NOT 32 bit), but 1280x768 is definitely possible. Here is my xorg.conf, hope it helps:

# 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 does no
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
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

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

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName ""
HorizSync 56-56
VertRefresh 72-72

# Monitor preferred modeline (60.0 Hz vsync, 49.4 kHz hsync, ratio 15/9)
ModeLine "1280x768" 71.1 1280 1296 1408 1440 768 769 772 823 -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

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x768_120" 173.82 1280 1376 1520 1760 768 769 772 823 -HSyn
c +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x768_100" 141.96 1280 1376 1512 1744 768 769 772 814 -HSyn
c +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x768_85" 118.53 1280 1368 1504 1728 768 769 772 807 -HSync
+Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x768_75" 102.98 1280 1360 1496 1712 768 769 772 802 -HSync
+Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x768_60" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync
+Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x768_50" 65.18 1280 1336 1464 1648 768 769 772 791 -HSync
+Vsync
EndSection

Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon (fglrx)"
Driver "ati"
Option "DPMS"
EndSection

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

Subsection "Display"
Depth 8
Virtual 1280 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1280 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1280 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1280 768
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "SynapticsMouse1" "AlwaysCore"
Screen "screen1"
# Option "StandbyTime" "1"
# Option "SuspendTime" "2"
# Option "OffTime" "2"
EndSection
 
Old 03-27-2006, 02:18 AM   #5
Hit3k
Member
 
Registered: Nov 2005
Location: Australia
Distribution: Ubuntu, Slackware, Gentoo
Posts: 32

Original Poster
Rep: Reputation: 15
It helped a bit thanks!
 
  


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
linux display modes - 1280x768 Xena Linux - Newbie 6 11-04-2005 10:45 AM
Trying to get 1280x768 on my vaio bret.foreman Linux - Hardware 3 07-06-2005 07:57 PM
1280x768 on live CD's with a vaio genderbender Linux - Laptop and Netbook 8 05-20-2005 01:47 PM
Toshiba p20 Laptop Issues / Laptop questions Norty Slackware 3 11-16-2004 03:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:49 PM.

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