Results 1 to 1 of 1
Hi,
this is my xorg.conf?
Code:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
...
- 04-26-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 1
xorg.conf - how do I determine the default monitor please
Hi,
this is my xorg.conf?
It works relatively well, but I have bars and icons on NTBs, but I would be needed to have the external monitor and NTBs only expand the area ... What do you determine which monitor is default?Code:Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "hpnc6000" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Monitor" Identifier "Built-in LCD" Option "DPMS" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "0-CRT1" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "PreferredMode" "1280x1024" Option "TargetRefresh" "75" Option "Position" "0 0" Option "Rotate" "normal" Option "Disable" "false" EndSection Section "Monitor" Identifier "0-LVDS" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "PreferredMode" "1366x768" Option "TargetRefresh" "60" Option "Position" "1280 0" Option "Rotate" "normal" Option "Disable" "false" EndSection Section "Device" Identifier "ATI Mobility Radeon 9600" Driver "radeon" Option "DynamicClocks" "true" Option "MergedFB" "true" Option "CRT2Position" "LeftOf" Option "MetaModes" "1366x768-1280x1024 1366-768" Option "MergedNonRectangular" "true" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "Monitor-CRT1" "0-CRT1" Option "Monitor-LVDS" "0-LVDS" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Mobility Radeon 9600" Monitor "Built-in LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1366x768" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Virtual 2646 1024 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection
And yet another problem ...
this command - xrandr-s 1366x768 off my external monitor and remain just NTBs, it is alright but I can not cast it back.
Trying this prik xrandr-s 2646x768 and I can not I also tried xrandr-s 2646x1024 but it also carries ... What command should I enter there please ... thanks.


Reply With Quote