裝了lenny xserver-xorg解析度改變問題

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

裝了lenny xserver-xorg解析度改變問題

文章femc7488 » 週日 8月 31, 2008 4:37 pm

今天開心的把lenny裝一裝,我是裝基系統那種的,因為我想用xorg+wmii就好了,所以打算全都自己來,自己在裝xorg的時候,什麼都沒有問,結果wmii開起來竟然只有800*600,根據經驗去調/etc/X11/xorg.conf結果一看,哇列全長的都不一樣了,怎麼會這樣

代碼: 選擇全部
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection


我完全不知道怎麼調解析度,我的xorg版本是7.3的,我試過
dpkg-reconfig xserver-xorg不過還是沒有問我解析度的問題,都是問我什麼鍵盤滑鼠的問題,實在很頭度,到底該怎麼解決呢?
之前用etch用的很開心,一裝好就大概知道怎麼調了
請問是不是有工具可以設定,還是說要怎麼寫,因為我沒有裝gnome那種東西,所以不會有自動設定的程式。
femc7488
可愛的小學生
可愛的小學生
 
文章: 17
註冊時間: 週二 5月 06, 2008 12:25 pm

文章訪客 » 週日 8月 31, 2008 4:44 pm

Debian 新版 xorg 會自動偵測,建議
1. 把 /etc/X11/xorg.conf 改名(也就是自動偵測)
2. 如果上面那招不行,自己把底下設定寫入 xorg.conf
代碼: 選擇全部
Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
   DefaultDepth   24
   SubSection   "Display"
      Depth   24
      Modes   "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection
訪客
 

文章flysfly » 週日 8月 31, 2008 7:00 pm

我的Lenny beta 2自動偵測也不成功,也是手動改了。

預設的解析在我的15吋螢幕上只顯示整個桌布的四分之一吧……
flysfly
可愛的小學生
可愛的小學生
 
文章: 6
註冊時間: 週日 8月 24, 2008 11:54 pm

文章femc7488 » 週一 9月 01, 2008 12:21 am

我已經設定了,但是還是沒有辦法使用1280x1024 以下是我寫的
代碼: 選擇全部
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

#Section "Screen"
#       Identifier      "Default Screen"
#       Monitor         "Configured Monitor"
#EndSection
Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        DefaultDepth   24
        SubSection   "Display"
                Depth   24
                Modes   "1280x1024"
                ViewPort 0 0
        EndSubSection
EndSection

這樣應該是可以才對,但是就是不行我也有用了一下log
代碼: 選擇全部
(II) VMWARE(0): Not using default mode "1920x1200" (hsync out of range)
(II) VMWARE(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1920x1440" (hsync out of range)
(II) VMWARE(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "2048x1536" (hsync out of range)
(II) VMWARE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "2048x1536" (hsync out of range)
(II) VMWARE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "2048x1536" (hsync out of range)
(II) VMWARE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using mode "1280x1024" (no mode of this name)
(--) VMWARE(0): Virtual size is 800x600 (pitch 800)
(**) VMWARE(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) VMWARE(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(**) VMWARE(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) VMWARE(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(**) VMWARE(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) VMWARE(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(==) VMWARE(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules//libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:


不知道是不是這個
(II) VMWARE(0): Not using mode "1280x1024" (no mode of this name)
的問題,但是我不知道怎麼設定
femc7488
可愛的小學生
可愛的小學生
 
文章: 17
註冊時間: 週二 5月 06, 2008 12:25 pm

文章訪客 » 週一 9月 01, 2008 6:36 pm

從 log 來看,選 "800x600" 然後再從 vmware 裡選 seemless mode 即可。

我沒用過 vmware 的 seemless mode,
但 virtualbox 的 seemless mode 是可以這樣玩的。
訪客
 


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron