You are not logged in.
Hi, I've recently installed Arch Linux on my machine and I must say that I'm impressed with its simplicity, speed, and even pacman's ability of removing unused dependancies.
I've managed to properly install fglrx with affirmed direct hardware rendering, and I'm using KDE as Desktop Environment. However, I'm having a problem getting my 1280x960 resolution on xorg. I've had this problem before when I used MEPIS, however it was fixed it by adding a manual modeline since it was a nonstandard resolution. Unfotunately, that doesn't seem to be working in Arch. The "NoDDC" option doesn't seem to work either with the modeline. Can anyone help me figure out this problem? 1600x1200 is killing my eyes on my 19" CRT and 1280x1024 makes recangular pixels.
Thank you
Rob
My xorg.conf
####################################################
## Files
####################################################
Section "Files"
# Additional fonts: Locale, Gimp, TTF...
# FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection
####################################################
## Modules
####################################################
Section "Module"
# Load "ddc" # ddc probing of monitor
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
EndSection
####################################################
## Server flags
####################################################
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
####################################################
## Input Devices
####################################################
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" ""
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
####################################################
## Monitors
####################################################
Section "Monitor"
Identifier "Viewsonic P95f+"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 160.0
Option "DPMS" "true"
ModeLine "1280x960_100.00" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
EndSection
###################################################
# "Radeon" Layout
###################################################
Section "Device"
Identifier "Radeon Adapter 1"
Driver "fglrx"
Option "NoDDC"
EndSection
Section "Screen"
Identifier "Main Screen"
Device "Radeon Adapter 1"
Monitor "Viewsonic P95f+"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1280x960" "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
###################################################
# Main Server Layout
###################################################
Section "ServerLayout"
# Serial Mouse not detected
# USB Mouse not detected
Identifier "Xorg Configured"
Screen "Main Screen"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
EndSectionOffline
I've reviewed the ModeLine trick again, but it doesn't seem to work anymore. Does anyone have the same problem?
Offline
open a terminal type xrandr hit enter, does 1280 x
960 show? If it does xrandr -s and the number for 1280 x 960. On my computer its xrandr -s 4
Offline
No, unfortunately it's not in the list. :-(
This is odd, I'm just wondering if it's due to a change in xorg, or the fglrx driver...
Offline